
@media only screen and (max-width: 992px) {
    .navbar-nav > li > .dropdown-menu { 
        text-align: center !important;
    }
}

@media only screen and (max-width: 770px) {
	.contact span {
		font-size: 0px !important;
	}
    
	.skills ul {
		font-size: 0;
	}
    
    .skills {
        display: none;
    }
    
    .time {
        display: none;
    }
    
	.meet h2 {
		text-align: center !important;
	}
	.contact-banner h2 {
		text-align: center !important;
	}
	.contact-banner p {
		font-weight: 400 !important;
		margin-bottom: 0px !important;
		text-align: center !important;
	}
	.contact-banner.border-right {
		border-right-style: hidden !important;
	}
}

html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	position: relative;
}

a.anchor {
	top: -120px;
	display: block;
	position: relative;
	visibility: hidden;
}

/* Font Styles */
h1 {
	font-size: 2em !important;
}
h2 {
	font-size: 1.8em !important;
    font-weight: 300 !important;
}
h3 {
	font-size: 1.6em !important;
}
h4 {
	font-size: 1.4em !important;
}
p {
	font-size: 1.1em !important;
}

/* Button Styles */
.btn-orange {
	color: #fff !important;
	background-color: #Ff6700 !important;
	border-color: #Ff6700 !important;
}

.btn-orange:hover {
    color: black !important;
    opacity: 85%;
}

.btn-white {
   	color: #Ff6700 !important;
	background-color: white !important;
	border-color: white !important; 
}

.btn-white:hover {
    color: black !important;
    opacity: 85%;
}

.btn-whitein {
   	color: #017bfe !important;
	background-color: white !important;
	border-color: white !important; 
}

.btn-whitein:hover {
    color: black !important;
    opacity: 85%;
}

.btn-outline-orange {
    color: #Ff6700 !important;
	border-color: #Ff6700 !important;
}

.btn-outline-orange:hover {
    color: white!important;
	background-color: #Ff6700;
}

.btn-circle {
    border-radius: 50% !important;
}

.btn-outline-light:hover {
    color: #017bfe !important;
    border-radius: 0;
}

/* Social Buttons */

.social {
    background-color: white !important;
    border: 0 !important;
    color: gray !important;
}

.social:hover {
    color: white !important;
}

.facebook:hover {
    background-color: #3b5998 !important;
}

.mail:hover {
    background-color: #DB4437 !important;
}

.phone:hover {
    background-color: #a4c639 !important;
}

.sms:hover {
    background-color: #1982FC !important
}

/* Top Contact Bar Styles */

.contact-bar {
	background-color: #Ff6700;
}

.contact {
	border-right-color: white;
	border-right-width: thin;
	border-right-style: solid;
}
.contact-last {
	border-right-width: 0;
	!important
}
.contact p {
	margin-bottom: 0px !important;
	font-weight: 300 !important;
}
.contact a {
	text-decoration: none !important;
	color: white !important;
}
.contact a:hover {
	color: black !important;
}

/* Contact Page Styles */

.contactpg h4 {
    font-weight: 300;
    color: #Ff6700;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contactpg .social-link a {
    color: #4267B2 ;
}

.contactpg .social-link a:hover {
    color: #Ff6700;
}

/* Areas we Cover */

.areas h2 {
    color: #Ff6700;
}

/* Contact Banner Styles */

.quote {
    background-color: #Ff6700;
}

.quote h3 {
    color: white; 
    font-weight: bold;
    margin: 0;
}

.quote .btn {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.inquote {
    background-color: #017bfe;
}

.inquote h3 {
    color: white; 
    font-weight: bold;
    margin: 0;
}

.inquote .btn {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.inquote .btn-white {
    color: #017bfe !important;
}

/* Navbar Styles */

.navbar {
    background-color: #2e2e2e;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
.nav-item p {
	color: white !important;
	margin-bottom: auto;
	font-weight: 400;
	margin-right: 0.5em;
    font-size: 1em !important;
}

.nav-item .disabled p {
    color: gray !important;
}

.nav-item.active p {
	color: #Ff6700 !important;
}

.nav-item a.active-li p {
	color: #Ff6700 !important;

}

.nav-item p.active {
    color: #Ff6700 !important;
}

.nav-link {
    position: relative
}

.hover {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #Ff6700;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.navbar-brand {
	margin-bottom: auto;
}

.navbar img {
	width: 20vh;
	min-width: 150px;
	max-width: 300px;
}

.navbar h1 {
    margin-bottom: 0;
}

.navbar img:hover {
	filter: invert(30%)
}
.navbar p:hover {
	color: #Ff6700 !important;
}
.navbar a {
	color: white !important;
}
.navbar a:hover {
	color: #Ff6700 !important;
}

.navbar-nav > li > .dropdown-menu { 
    background-color: #2e2e2e; 
    text-align: left;
    border: 0px !important;
}

.dropdown-menu a:hover{
    background-color:  transparent!important;
}

/* Title Styles */

.title {
    background-color: whitesmoke;
}

.title h1 {
    color: #Ff6700 !important;
    margin-bottom: 0 !important;
}

/* Services Cards Styles */

.service-cards {
    background-image: url(../images/roofinggallery/4upscaled.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;


}

.service-cards .card-title {
    color: #Ff6700;
}

.service-cards .card-text {
    font-size: 17px !important;
}

/* Checkatrade Styles */

.checkatrade .reliability {
    color: #4c9aff;
}

.checkatrade .rscore {
    color: #6b779b;
}

.checkatrade .courtesy {
    color: #e0c348;
}

.checkatrade .cscore {
    color: #e2c348;
}

.checkatrade .tidiness {
    color: #7acc6f;
}

.checkatrade .tscore {
    color: #7acc6f;
}

.checkatrade .workmanship {
    color: #77d5cd;
}

.checkatrade .wscore {
    color: #77d5cd
}

.checkatrade p.score {
	padding: none;
	margin-bottom: 0;
	font-weight: 600;
}

.checkatrade p.scorename {
	padding: none;
	margin-bottom: 0;
	font-weight: bold;
}

.reviews a:hover {
	color: #Ff6700;
}

/* About Us Styles */

.about {
    background-color: whitesmoke;
}

.about h2 {
    font-weight: 300; 
    color: #Ff6700;
}

.about h3 {
    font-weight: 300; 
    color: #Ff6700;
}

.about h4 {
    font-weight: 300; 
    color: #Ff6700; 
    font-size: 22px;
}

.tagline p {
	color: black;
	font-size: 1.8em !important;
}
.tagline p span {
	font-weight: bold;
	color: #Ff6700;
}

.timeline {
	width: 80%;
	height: 20px;
	list-style: none;
	text-align: justify;
	margin: 80px auto;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(191,128,11,1)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
}

.timeline:after {
    display: inline-block;
    content: "";
    width: 100%;
}

.timeline li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #Ff6700;
	text-align: center;
	line-height: 1.2;
	position: relative;
	border-radius: 50%;
}
.timeline li:before {
	display: inline-block;
	content: attr(data-year);
	font-size: 26px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.timeline li:nth-child(odd):before {
	top: -40px;
}
.timeline li:nth-child(even):before {
	bottom: -40px;
}

.timeline li:after {
	display: inline-block;
	content: attr(data-text);
	font-size: 16px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.timeline li:nth-child(odd):after {
	bottom: 0;
	margin-bottom: -10px;
	transform: translate(-50%, 100%);
}
.timeline li:nth-child(even):after {
	top: 0;
	margin-top: -10px;
	transform: translate(-50%, -100%);
}

/*Why choose us Styles */

.why {
    background-color: #Ff6700;
    color: white;
}

.why .card {
    color: #Ff6700;
}

.why h5 {
    color: black !important;
}

.why .card-text { 
    color: black !important;
}

.underline {
    position: relative;
}

.underline:before {
    border-bottom: 2px white solid;
    content : "";
    position: absolute;
    left    : 35%;
    bottom  : -15px;
    height  : 1px;
    width   : 30%;  
}

/* Service Cards Styles */

.servicecards h2 {
    color: #Ff6700;
}

.servicecards .card p.card-title {
    font-weight: 500;
    background: rgba(255, 103, 0, 0.7);
    text-align: center;
    border-radius: 20px;
    color: white;
    display: inline-block;
}

/* Meet the Team Styles */

.meet {
    background-color: white;
    color: white
}

.meet h2 {
    color: #Ff6700; 
    font-weight: bold; 
    font-size: 2.5rem !important;
}

.meet p {
    color: black; 
    font-size: 1rem;
}

.meet img {
    height: 175px;
}

.bg-orange {
    background-color:  #Ff6700;
}

/* Services Section Styles */

.services h2 {
    font-weight: 300 !important; 
    color: #Ff6700;
    text-transform: uppercase;
}

.services h3 {
    font-weight: 300; 
    color: #Ff6700;
}

.services h4 {
    font-weight: 300; 
    color: #Ff6700;
}
}

.services-text {
    font-size: 22px;
}

.services img {
    border-radius: 3px;
}

.services-img-footer{
    color: gray; 
    font-size: 14px;
}

.services ul {
	column-count: 2;
    list-style-type: none;
    font-size: 1.2rem !important;
}

.services li {
    margin-bottom: 5px;
}

.gutters {
    background-color: whitesmoke;
}


/* Approved Suppliers Styles */

.approved-suppliers {
    background-color: #Ff6700;
}

.approved-suppliers img {
    max-width: 150px;
}

.approved-suppliers h2 {
    color: white; 
    font-weight: 500;
}

.approved-suppliers img:hover {
	filter: invert(30%);
}

/* Portfolio Styles */

.portfolio h2 {
    font-weight: 300; 
    color: #Ff6700;
}

.portfolio img {
    border-radius: 3px;
}

.portfolio .card {
    width: 100%; 
    border: 0px; 
    padding: 0rem !important;
}

.portfolio p.portfoliotitle {
	color: #Ff6700 !important;
	font-weight: 600;
}
.card a:hover {
	opacity: 80%;
}
.card p.card-title {
	font-weight: 500;
}

/*Gallery Styles*/ 

.gallery {
    background-color: whitesmoke;
}

.gallery h2 {
    color: #Ff6700;
}


/* Testimonials Styles */

.testimonials {
    background-color: floralwhite;
}

.carousel-item.active {
    display:block;
}

.testimonials h2 {
    font-weight: 300; 
    color: #Ff6700;
}

.testimonials a {
    text-decoration: none; 
    font-size: 22px; 
    font-weight: 300;
}

.testimonials a:hover {
	color: #Ff6700;
}

.testimonial-content {
    font-weight: 400;
}

.testimonial-location {
    font-weight: 350;
}

.card-testimonials .card-header {
    background-color: transparent !important;
}

.btn-testimonials-link {
	font-weight: 400 !important;
	color: #Ff6700 !important;
	text-decoration: none !important;
}
.btn-testimonials-link:hover {
	color: black !important;
}

/* Process Styles */

.process {
    background: #Ff6700;
    color: #Ff6700;
}

.process .points h2 {
    font-weight: 450 !important;
}

.process h3 {
    font-weight: 300;
    color: black
}

/* FAQ Styles */

.faq .btn-link {
    font-weight: 400 !important;
    color: black ;
    text-decoration: none !important;
}

.faq .btn-link:hover {
    color: #Ff6700 !important;
}

.faq .card-header {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    margin-bottom: 0 !important;
}

.faq .card {
    border: 0;
    border-radius: 0;
}

.faq h2 {
	color: #Ff6700;
    text-transform: uppercase;
}

/* Quote Styles */

.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}

/* Footer Contact Banner Styles */

.contact-banner {
    background-color: #Ff6700;
}

.contact-banner h2 {
	text-align: right;
    color: white;
    font-weight: bold;
}

.contact-banner .btn {
    font-weight: bold;
}

.contact-banner p {
	font-weight: 400 !important;
	margin-bottom: 0px !important;
	text-align: left;
}

.contact-banner p.contactheader {
	color: white;
	font-weight: bold !important;
}

.contact-banner a {
	text-decoration: none !important;
	color: white !important;
}

.contact-banner a {
	text-decoration: none !important;
	color: white;
}

.contact-banner a:hover {
	color: black !important;
	text-decoration: none !important;
}


/* Footer Styles */

.footer {
	width: 100%;
	background-color: #2e2e2e;
}
.footer p {
	color: white;
	font-weight: 300;
	margin-bottom: 0;
}
.footer p.bold {
	font-weight: 500;
	!important
}
.footer span {
	font-weight: 300;
	!important
}
.footer h5 {
	color: white;
	font-weight: 500;
}
.footer ul {
	list-style-type: none;
	padding-left: 0;
    display: grid;
    grid-template-rows: repeat(6, min-content); 
    grid-auto-flow: column;
    grid-column-gap: 1em;
}
.footer li a {
	color: white;
	text-decoration: none;
	font-weight: 300;
}
.footer li a:hover {
	color: #Ff6700;
}

.footer img:hover {
	filter: invert(30%);
}

.copyright {
	background-color: black;
	margin: 0;
}
.copyright p {
	color: white;
	margin: 0;
	padding: 0;
    font-size: 1em; !important
}

.copyright a {
    color: white;
    text-decoration: none;
}

.copyright a:hover {
    color: #Ff6700;
}

/* Error Page Styles */

.errorpage {
    height: 100vh;

}

/* End */
