/**********************
DEFAULT
***********************/

body {
	padding-top: 175px;
	font-family: 'Roboto', serif;
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
	font-weight:400;
}

ul, ol {
	padding: 0 0 0 20px;
	margin: 0 0 20px 20px;
}

.social-list li {
	display: inline-block;
}

.social-list a {
	padding: 20px;
	color: #fff;
	text-decoration: none;
}


p {
	margin-bottom: 20px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn {
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	display: block;
	line-height:1.3em;
}

h1, .h1 {
	font-size: 50px;
}

h2 {
	font-size: 25px;
}

h2.section-title {
	color: #231f20;
}

h2.section-title:after {
	display: block;
	content: '';
	width: 100%;
	height: 19px;
	background: url('../img/separator.svg') center center no-repeat;
	margin-top: 30px;
}

h5 {
	font-size: 15px;
	letter-spacing: 0.2em;
}

img { max-width:100%; border:none; outline:none; }

a { color:#00aead; text-decoration:none !important; }
a:hover { color:#00aead; }

section {
	position: relative;
}



blockquote {
	padding: 0;
	margin: 0;
	border: 0;
}

form {
	text-align: left;
}

label {
	font-weight: normal;
}

button, .btn {
	font-size: 15px;
}

.form-group {
	margin: 0;
}

.form-control {
	background-color: transparent;
    color: #888888;
    border: 1px solid #ddd !important;
    border-radius: 3px;
    transition: all 0.3s ease-out;
    margin-bottom: 10px;
	outline:none !important;
	background:#fff;
	padding: 6px;
}

.form-control:focus {
	border-color: #ffffff;
	box-shadow: none;
}

textarea.form-control { height:100px; }

blockquote { 
	font-style:italic;
}

blockquote footer { color:#666; font-size:13px; }

/**********************
NAVBAR
***********************/
.sub-section-title {text-transform:none;}
.top { 
	background:#000;
	font-size:13px;
	letter-spacing:2px;
	padding:5px 0;
	color:#fff;
	text-align:right;
}

.navbar {
	min-height: 90px;
	font-family: 'Roboto', sans-serif;
}

.navbar-default {
	background-color: #fff;
	border:none;
}

.navbar-default > .container { border-bottom:4px solid #00aead; }

.navbar-brand {
	height: auto;
	padding: 0;
}

.navbar-brand img {
	max-height: 120px;
}
.navbar-brand h2 {
	margin-top:30px;
}

.navbar-default .navbar-nav>li>a {
	color: #707070;
	font-size:14px;
	padding: 13px 10px;
	font-weight:600;
	letter-spacing:1px;
	color:#333;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li:hover a {
	color: #fff;
	background-color: #00aead;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #00aead;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	margin-top: 3px;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #707070;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
	background: #00aead;
}
/************************************
Drop Down CSS
*************************************/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar-nav > li.active > a {
	color: #ffe600;
	background: transparent;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top:1px solid #fff;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.navbar ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:3px !important;
	background:#fff;
	padding:0;
	margin:0;
	width:220px;
}
.navbar ul li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    color: #ff0000;
    text-decoration:none;
}
.navbar ul ul li
{
	float:none;
	display:block;
}

.navbar ul ul a
{
	padding:10px 15px;
	display:block;
	border-top:1px solid #fff;
	background:#000 !important;
}

.navbar ul ul a:hover {
	background:#00aead !important;
}


.navbar ul ul ul
{
	top:0;
	left:100%
}
.navbar ul li:hover > ul
{
	display:block
}

.navbar-brand h1 {
	font-size: 22px;
    font-family: sans-serif;
    font-weight: 900;
    color: #000;
    margin-bottom: 0;
    margin-top: 40px;
}
.navbar-header h1 span {
    color: #882a2a;
}

/**********************
HOME SECTION
**********************/

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}

.home-content {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #ffffff;
}

.home-content .h1,
.home-content h2 {
	margin-top: 45px;
}

.home-content .cta-container {
	margin-top: 54px;
}



.home-content .btn-default {
	background-color: transparent;
	border: 1px solid #ffffff;
}

.home-content .btn-default:hover,
.home-content .btn-default.active.focus, 
.home-content .btn-default.active:focus, 
.home-content .btn-default.active:hover, 
.home-content .btn-default:active.focus, 
.home-content .btn-default:active:focus, 
.home-content .btn-default:active:hover {
	background: #ffffff;
	color: #231f20;
	border-color: #ffffff;
}

.home-content .btn-primary {
	background-color: #00aead;
}

.home-content .btn-primary:hover,
.home-content .btn-primary.active.focus, 
.home-content .btn-primary.active:focus, 
.home-content .btn-primary.active:hover, 
.home-content .btn-primary:active.focus, 
.home-content .btn-primary:active:focus, 
.home-content .btn-primary:active:hover {
	background: #ffffff;
	color: #00aead;
	border-color: #00aead;
}

.down-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	padding: 45px 15px 15px;
}

.down-arrow {
	animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
	40% {
    transform: translateY(-30px);
  }
	60% {
    transform: translateY(-15px);
  }
}

.phone-contact { 
	text-align:right; 
	margin-top:25px; 
	margin-bottom:0;
	color:#637988;
}

.phone-contact a { 
	color:#000; 
	text-decoration:none; 
	font-weight:600; 
	font-size:14px; 
	vertical-align:bottom;
}

.phone-contact span {
	display:inline-block;
	margin:-10px 15px 0 20px;
	border-left:1px dashed #ccc;
	padding-left:20px;
}

.cta {
	background:#000;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.6);	
	padding:40px 0 20px;
}
.cta h3 {
	text-transform:none !important;
}
.cta .btns-outline {
	font-size:20px;
	margin-top:5px;
}

.service-icon .fas {
	color:#00aead;
	border:1px solid #00aead;
	text-align:center;
	padding:15px 0;
	display:block;
	width:46px;
	margin:10px auto;
	border-radius:50%;
}

.service-icon h3 {
	text-transform:capitalize;
	font-size:18px;	
}

/*********
Slider
*************/

#slider1_container {
	visibility: hidden;
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1300px;
	height: 450px;
	overflow: hidden;
}
#slider1_container .jssorl-009-spin {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}
#slider1_container .jssorl-009-spin img {
	margin-top:-19px;
	position:relative;
	top:50%;
	width:38px;
	height:38px;
}
.slideimg {
	position: absolute;
	left: 0px; 
	top: 0px; 
	width: 1300px; 
	height: 500px; 
	overflow: hidden;
}
.jssorb031 {
	position:absolute;
	bottom:12px;
	right:12px;
}
.jssorb031 .i {
	width:16px;
	height:16px;
	position:absolute;
	cursor:pointer;
}
.jssorb031 .i .svgin {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.jssora051 {
	width:55px;
	height:55px;
	top:0px;
}
.jssora051 svg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	font-size:50px;
}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}
.caption {
	position: absolute;
    top: 30%;
    left: 100px;
    width: 100%;
    font-weight: 300;
    z-index: 2;
	color:#fff;
	border-radius:0 30px 0 30px;
}
.caption p {
	font-family: 'Roboto', serif;
	margin-bottom: 22px;
	text-shadow:0 1px 2px rgba(0,0,0,.7);
	font-weight:400;
}
.caption h2 {
	font-weight:600;
	text-shadow:0 1px 2px rgba(0,0,0,.7);
	margin-bottom:10px;
	font-size:33px;
}
.btns, .btns-outline {
	margin: 0 10px 0 0; 
    text-align: center;
    padding: 10px 20px;
    color: #fff !important;
    background-color: #00aead;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #00aead;
    display: inline-block;
	text-decoration:none !important;
	font-weight:500;
}

.btns-outline { background:none; border:1px solid #fff; }

.btns:hover, .btns-outline:hover { background:#00aead; border:1px solid #00aead; }



/**********************
HISTORY SECTION
***********************/

#history , #innerpage {
	padding: 60px 0;
	background:url('../img/shadow.png') center 3px no-repeat;
}
#secondpage {
	padding: 60px 0;
}
#innerpage h2 {
	margin-bottom:15px;
	margin-top:15px;	
}
.history-content {
	text-align: center;
}

.history-content p.spc {
	margin-top: 32px;
}

.imgleft { 
	border-radius:5px; 
	margin-right:20px; 
	float:left;
	max-width:300px;
}

#innerpage svg { color:#00aead; margin-right:10px; }

/**********************
PORTFOLIO SECTION
***********************/

.project {
	position: relative;
	width: 320px;
	/*height: 555px; */
	overflow: hidden;
	outline: none;
}

.project:hover .description {
	transform: translateY(-100%);
}

.project img {
	width: 100%;
}


.project .description {
	position: absolute;
	width: 100%;
	height: 370px;
	padding: 61px 33px 54px;
	background: #00aead;
	color: #ffffff;
	text-align: center;
	transition: all .3s ease-out;
}

.project .description p {
	margin-top: 65px;
}

.project .description .social-list {
	margin-top: 54px;
}
.bannerimage {
	width:100%;
}
/**********************
SERVICES SECTION
***********************/

#services {
	padding: 70px 0;
	text-align:center;
}

.service {
	background: #ffffff;
	padding: 40px;
	text-align: center;
	border-top:5px solid #00aead;
	margin-top: 40px;
}

.service .separator {
	width: 30px;
	height: 2px;
	background-color: #00aead;
	margin: 25px auto 0;
}

.service h5 {
	margin-top: 20px;
	color: #231f20;
}

.service p {
	margin-top: 20px;
}
.service a {
	color: #637988;
	text-decoration:none;
}
/**********************
COMMERCIAL SECTION
***********************/

#commercial {
	padding: 70px 0;
}

.commercial-content {
	text-align: center;
	color: #231f20;
}

.commercial-content img { border-radius:5px; margin-bottom:20px; }

.commercial-content h5 { margin-bottom:10px; }

.commercial-content h4 { font-size:16px; }

.mississauga-slide { padding:15px 0; position:relative; }

.mississauga-slide #form-subsection {
	position:absolute;	
	width:500px;
	right: 150px;
	z-index:1000;
	top:20%;
	box-shadow:10px 10px 5px rgba(0,0,0,0.4);
	padding:30px;
}

/**********************
CONTACT SECTION
***********************/

#testimonial {
	padding: 50px 0;
	background-image:url('../img/bg02.jpg');
	background-size:cover;
	text-align:center;
	/*z-index: -1;*/
	color:#fff;
}

#testimonial-box p {
	margin-top: 20px;
	text-align:center;
	padding: 20px 20px 20px;
	background:rgba(255,255,255,1);
	border-radius:10px 10px 10px 0px;
	color:#333 !important;
	margin-bottom:5px;
}
#testimonial-box h5 {
	text-align:left;
}

#testimonial-box {
	margin-bottom: 15px;
}
#contact {
	padding: 50px 0;
	background-image:url('../img/bg01.jpg');
	background-size:cover;
	text-align:center;
}

.painters-subsection {	
	box-sizing: border-box;
}
#services-painters {
	padding: 40px 50px 30px;
	background:rgba(229,229,229,.6);
	margin-bottom: 15px;
}

.painters-subsection h2:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #00aead;
	margin: 20px auto 0;
}

#services-painters p {
	margin-top: 20px;
	text-align:center;
}

#form-subsection {
	overflow: hidden;
	padding:20px 30px;
	border-radius:20px 0 20px 0;
	background:#eee;
}
#formsubsection {
	padding: 20px 0;
	overflow: hidden;
}

#portfolio { padding-bottom:2px; }


/*.painters-subsection textarea.form-control { height:70px; }*/

.service .fa{
    font-size: 70px;
    color: #000;
}

/**********************
FOOTER SECTION
***********************/

#footer {
	background: #000;
	color: #ffffff;
	padding: 55px 0 0;
}

#footer .copyright {
	font-family: 'Roboto', sans-serif;
}

#footer .social-list {
	float: right;
}

footer a:link { color:#fff; text-decoration: none; }
footer a:visited { color:#fff; text-decoration: none; }
footer a:hover { color:#fff; text-decoration: none; }
footer a:active { color:#fff; text-decoration: none; }

footer .footer-map { width:100%; height:200px; }

footer .up-footer h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .up-footer p {
  color: #ffffff;
}
footer .up-footer img {
  /*margin-top: 20px;*/
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
footer .up-footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #ffba00;
}
footer .up-footer .info-widget p {
  margin-bottom: 5px;
  display:flex;
}
footer .up-footer .info-widget p i {
  color: #ce0a11;
  margin-right:5px;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}

footer svg { margin-right:5px; vertical-align:top; margin-top:3px; width: 15px !important; }

footer p.copyright {
  padding: 15px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  border-radius:20px 20px 0 0;
  background:rgba(0,0,0,0.3);
  margin-top:20px;
}

/**********************
HELPER CLASSES
***********************/

.is-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


.fancybox {
    width: 22%;
    display: inline-block;
    margin: 8px 6px;
}
.fancybox img {
    border-radius: 5px;
    width: 100%;
    height: 167px;
    overflow-clip-margin: unset;
    object-fit: cover;
    object-position: 50% 50%;
}
.img-responsive {
    width: 100%;
    height: 200px;
    overflow-clip-margin: unset;
    object-fit: cover;
    object-position: 50% 50%;
}
.icon-box:hover {
	opacity:0.7;
}
.icon-box{
	position:relative;
	display:inline-block;
	margin-bottom: 10px;
}
.icon-inside {
	z-index: 100;
	position: absolute;
	color: white;
	font-size: 24px;
	font-weight: bold;
	left: 40%;
	top: 40%;
	display:none;
}
.hvr-icon-pop {
	padding: 2px 5px;
	display:inline-block;
	background-color:#fff;
}
.icon-box:hover .icon-inside {
	display: inline-block;
}
.controls {
	margin-bottom:20px;
}

hr { 
	border-top:1px dashed #ccc;
	border-bottom:none;
	margin:30px 0;
}

.subservice {
	display:block;
	padding:10px;
	background:#eee;
	text-align:center;
	color:#000;	
	margin-bottom:10px;	
}
.subservice h4 {
	text-transform:capitalize;
	margin:10px 0 0;
	font-size:16px;
}

.cl:link { color: #333; text-decoration: none; }
.cl:visited { color: #333; text-decoration: none; }
.cl:hover { color: #333; text-decoration: none; }
.cl:active { color: #333; text-decoration: none; }

.hidden-lg {
	display:none;
	}
/**********************
RESPONSIVE
***********************/
@media (max-width:1380px) {
	.mississauga-slide #form-subsection {
		top:70px;	
		right:70px;
		padding:15px 30px;
	}
	.caption { left:50px; }
}

@media (min-width:1200px) {
	.navbar-right {
		margin-top:20px;
	}
	.navbar-default .navbar-nav>li>a {
		border-left:3px solid #fff;
		background:#eee;
	}
	
}

@media only screen and (max-width: 1199px) {
	.navbar-brand {
		height: 50px;
		padding: 0;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 10px 13px;
		font-size:13px;
		letter-spacing:0;
	}
	
	#services-painters, #form-subsection {
		padding: 95px 70px 70px;
		min-height: 560px;
	}
	.navbar-brand img {
		max-height:70px;
		margin:20px 0;	
	}
	.mississauga-slide {
		background:url('../img/mississauga01.jpg');
		background-size:cover;	
	}
	
	.mississauga-slide #form-subsection {
		position:relative;	
		top:auto;
		right:auto;
		margin:20px auto;
		min-height:400px;
		max-width:90%;
	}
	body { padding-top:140px; }
}

@media only screen and (max-width: 991px) {
	.top { display:none; }
	/**********************
	SERVICES SECTION
	***********************/
    .service:not(first-of-type) {
        margin-top: 30px;
    }
	.caption {
		display:none;
	}
    body {
        padding-top: 115px;
    }

	#services-painters, #form-subsection {
		padding: 80px;
		min-height: auto;
	}

	#form-subsection {
		margin-top: 55px;
	}
	
	.phone { display:none; }
	
	.navbar-brand img { 
		max-height:70px; 
		margin:10px;
	}
	
	.navbar-default .navbar-nav>li>a {
		padding: 10px;
		font-size:13px;
	}
	
	footer .up-footer .col-md-3 { margin-bottom:20px; }
	
	footer .up-footer h2 { margin-bottom:10px; }
	
	.phone-contact a { font-size:16px; }
	
	.phone-contact img { width:150px; vertical-align:bottom; }
	.phone-contact span { border:none; margin:0; }
	.fancybox {
		width: 47%;
	}	
	.fancybox img {
		height:200px;
	}
}

@media (max-width: 991px) and (min-width:768px) {
	
	.hidden-lg {
	display:none;}
	.navbar-default .navbar-nav>li>a {
		letter-spacing:0;
		font-size:12px;	
		padding:10px;
	}
	
	
}

@media only screen and (max-width: 767px) {
	.hidden-sm {
	display:none;}
	.cta h3 {
		font-size: 18px;
	}
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.5;
	}
	.navbar-brand h1 {margin-top: 0;}
	.navbar-brand  {
		text-align: center;
		display: contents;	
	}
	.navbar-default .navbar-nav {
		text-align: left;
		margin:0 15px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 7px 0;
	}
	.navbar-default .navbar-nav>li:hover ul li a {
		color:#000;
	}
	.navbar ul ul {
		left:20% !important; /*change as per the width of menu */
		top:50%;
	}	
	.navbar-collapse{
		overflow-x: hidden;
	}
	.navbar-collapse.in {
		overflow-y: scroll;
	}
	.navbar-default .navbar-collapse{
		background-color:#fff;
	}
	.navbar ul ul {
		display:block;
		position:relative;	
		width:100%;
		left:0 !important;
		top:0;
	}	
	.navbar ul ul a {
		background:#eee !important;
		padding:8px 15px;
		font-size:14px;
		color:#000;
		border:none;	
	}
	.bannerimage {
		width: auto;
	}
	.navbar-brand img {
        max-height: 65px;
    }
	.home-content {
		transform: translateY(-55%);
	}	
	.home-content .h1,
	.home-content h2 {
		font-size: 42px;
	}
    .service {
        padding: 30px;
    }
	.single-client-container:not(first-of-type) {
		margin-top: 60px;
	}
	#form-subsection {
		padding: 30px;
		min-height: auto;
	}
	#services-painters {
		padding: 10px;
		min-height: auto;
	}
	footer .up-footer .info-widget p { display:block; }
	#footer .social-list {
		float: none;
		margin-top: 45px;
	}	
	.phone-contact { margin:5px 0; text-align:center; }
	.phone-contact a { display:block; margin:0 auto; }
	body { padding-top:113px; }
	header {
		line-height:0.5em;
	}
}
@media only screen and (max-width: 575px) {
	.home-content .btn {
		display: block;
		margin: 0 auto;
	}
	.home-content .btn-primary {
		margin-top: 30px;
	}
	.fancybox {
		width: 95%;
	}
}