/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}


.davids-logo {
	position: absolute; margin-top: 20px; z-index: 2;
}
.davids-logo2 {
	position: inherit; margin-top: -300px; margin-bottom: -105px; margin-left: 5px; z-index: 1;
}

.dropdown {
  float: left; position: relative;
}
.dropdown .dropbtn {
  font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}
.dropdown-one {
  cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
  display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
  display: block;
}
.dropdown-one .dItem {
  color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
  background-color: #ddd;
}

.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px;	text-transform: uppercase; padding-top: 20px;	line-height: 5px;	font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333;	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%;	z-index: 5;	padding: 25px 0 25px 0;	background: rgb(35,35,35); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; box-shadow: 1px 1px 10px 3px #000;
}
.top-header div[class*='col-']:first-child {
	display:flex;	justify-content: flex-end; align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;	font-size:15px;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:transparent;;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) a {
    padding: 9px 15px 9px 15px;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(12,12,12);
    border-radius: 1.6rem;
    border: 1px double rgb(120,120,120);
    background: rgb(235,235,235);
    background-size: 170%;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) a {
	    padding: 9px 15px 9px 15px;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(12,12,12);
    border-radius: 1.6rem;
    border: 1px double rgb(120,120,120);
    background: rgb(235,235,235);
    background-size: 100%;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;	justify-content: flex-start; align-items:center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid rgb(255,255,255);	color: rgb(255,255,255); background: rgb(196,41,56); border-radius:100px;	height: 34px;	width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(196,41,56,0.8);	text-decoration:none !important; color: rgb(255,255,255);
}
.top-header .dropdown-menu {
	background:whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color:#222;	padding:3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px;	outline: none !important;	border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important;	color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline:none !important; box-shadow:none !important;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile,
.navbar-sidebar .dropdown-menu-mobile-2,
.navbar-sidebar .dropdown-menu-mobile-3 {
	position: relative;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000;
	float: left;
	height: 0px;
	margin: 0;
	width: 100%;
	padding: 0;
	font-size: 18px;
	color: #e6e6e6 !important;
	text-align: left;
	list-style: none;
	background-color: rgb(200,200,200);
	border: 0;
	visibility: hidden;
	border-radius: 0;
	transform: scale(1,0);
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}

.dropdown-menu-animate,
.dropdown-menu-animate-2,
.dropdown-menu-animate-3 {
	display: inline-block !important;
	transform: scale(1,1) !important;
	padding: 25px 0 !important;
	height: auto !important;
	visibility: visible !important;
}

.navbar-sidebar .dropdown-menu-mobile a,
.navbar-sidebar .dropdown-menu-mobile-2 a,
.navbar-sidebar .dropdown-menu-mobile-3 a {
	color: rgb(75,75,75);
	font-weight: 600 !important;
	font-size: 1.3em;
	font-family: 'font2';
	text-align: left;
}

.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 1;	overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition:margin-left .4s;
}
.modal {
	z-index: 3;	display: none; padding-top: 100px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width:600px;
}
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0; font-family: 'font2';
	color: black;
		font-weight: 700;

}
.nav-link{
	font-family: 'font2';
	color: black;
	font-weight: 700;
}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo {
	font-family: 'font2'; color: #fff; font-weight: 600; font-size: 50px;
}
.home-header-section .slider-logo span {
	font-family: 'font2'; color: #fff; font-size: 50px;
}
.home-header-section .slider-logo mark {
	background: linear-gradient(to top, #be181300, #be181300), url(/img/sg-red-1.jpg)  no-repeat; background-size: cover;
}
.video {
	overflow: hidden; position: relative; z-index: 1; display: block;
}
.video hr {
	    background: red;
    padding: 2.5px 0px 2.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    width: 35%;
}
.video .pad {
	padding: 270px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(255,255,255); padding: 15px 30px; border-radius: 1.6rem; background: rgb(40,40,40); margin: 40px; text-transform: capitalize;
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}

.showcase {
    position: relative;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.background-video {
      width: 100%;
    height: 1000px;
    overflow: hidden;
    object-fit: cover;
}
.video-overlay {
/*	    position: relative;
    padding: 200px 100px 100px 100px;
    margin-top: -895px;
    width: 100%; height: 900px;*/
        position: absolute;
        padding: 150px 10px 50px 10px;
                background:linear-gradient(270deg, rgba(0, 0, 0, 0.0) 15%, rgb(0 0 0 / 26%) 25%, rgb(0 0 0 / 22%) 75%, rgba(0, 0, 0, 0.0) 85%);
        margin-top: -0;
        margin-bottom: 0;
        width: 100%; height: 100%;
        top: 0;
    
		    display: flex;
    justify-content: center;
    align-items: center;
}
.video-overlay .row {
	--bs-gutter-x: 0;
}
.video-overlay h1 {
font-weight: 500; color: rgb(255,255,255); font-size: 3rem; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video-overlay h1 span {
font-weight: 500; color: rgb(255,255,255); font-size: 1.5rem; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;

}
.video-overlay h1 i {
	font-family: font4; letter-spacing: 3px; font-weight: 500; font-size: 40px; color: #736c45;
}
.video-overlay h3 {
	font-family: font4;
    letter-spacing: 1px; position: relative; left: 20%;
    font-size: 20px; font-weight: 600;
    text-transform: uppercase;
    color: #282828;
}
.video-overlay h3 span {
	color: #b88d64;
}
.video-overlay h4 {
	padding: 35px; border-radius: 10px; color: #fff; font-size: 20px; letter-spacing: 2px; width: fit-content;
	background: #b88d64; text-align: center; font-family: font11; font-weight: 600; text-transform: uppercase;
}

.video-overlay a {
	width:auto;     display: inline-block;
}

.video-overlay h4:hover {
	box-shadow: 0px 0px 0px 15px #b88d64;  border-radius: 0px;
}

.video-overlay p {
	font-size: 17px; line-height: 35px; font-weight: 600; letter-spacing: 1px; font-family: font2; color: #fff; margin: 25px 50px 0px 50px;
}

.video-overlay .boxer1 {
	padding: 25px; 
}
.video-overlay .boxer2 {
	padding: 15px; 
}

.video-overlay .quote-cta {
	    padding: 10px;
    background: #444;
    font-size: 20px;
    font-family: 'Arial';
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}

.video-overlay .call-cta {
	    padding: 10px;
    background: #fff;
    font-size: 20px;
    font-family: 'Arial';
    font-weight: 600;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
}
.video-overlay a *{
transition: 0.2s; 
}


.video-overlay a *:hover{
		background: rgb(255 163 163);

}
.video-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
  max-width: 520px;
}

.video-cta-grid .cta-link {
  text-decoration: none;
  display: block;
}

/* Stack on mobile */
@media (max-width: 768px) {
  .video-cta-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}



.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.home1 {
	padding: 85px 100px 150px 100px; background: rgb(210,40,40); box-shadow: 1px 1px 10px 3px #000; margin-top: -50px;
}
.home1 hr {
	background: #444; padding: 1.5px 0px 1.5px 0px; box-shadow: 2px 2px 1px 2px #000;
}
.home11 {
	padding: 75px 100px 175px 100px; background: rgb(35,35,35); box-shadow: 1px 1px 10px 3px #000; margin-top: -50px;
}
.home11 h2 {
	text-align: center; font-size: 35px; font-family: 'font2'; color: #fff; margin-top: -60px;
}
.home11 p {
	color: #fff; font-family: 'font2'; font-size: 17px; line-height: 30px; text-align: center; margin: 0px 35px 0 35px;
}
.home1 .pad {
	padding-top: 250px;
}
.home1 .pad h3 {
	font-size: 30px; line-height: 40px; background: #3A3A3A; color: #fff;
}
.home1 h1 {
	font-family: 'font2';	font-size: 35px; text-align: center; font-weight: 800; color: rgb(222,222,222);
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600;	color: rgb(255,255,255); line-height: 35px;
}
.home1 h1 span {
	color: rgb(199,199,199); font-size: 20px;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home11 img {
	padding-top: 0px;
    max-width: 100%;
    margin-top: -15px; margin-left: 75px;
}
.home11 hr {
	border-top: 2px solid #cf2525;    margin: 15px 150px 15px 150px;
}

.home1 a{
		font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(255,255,255); padding: 15px 30px; border-radius: 1.6rem; background: rgb(40,40,40); margin: 40px; text-transform: capitalize;
}
.home1 a:hover{
		font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(255,255,255); padding: 15px 30px; border-radius: 1.6rem; background: rgb(40,40,40); margin: 40px; text-transform: capitalize;
}
.item-hints {
  height: 250px;
 /* width: 500px;*/
       margin-left: 50px;
    padding-top: 50px;
    margin-bottom: -135px;
}
.item-hints .hint {
  width: 60px;
  height: 60px;
  margin: 150px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-hints .hint::before {
  /* //rotated squre */
  background-color: #fff;
  width: 8px;
  height: 8px;
  z-index: 2;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.item-hints .hint::after {
  /* //green glow */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 2px;
  height: 2px;
  z-index: 1;
  -webkit-box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
  box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
  -webkit-animation: home_hero_item_hints_glow 2s
    cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
  animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1)
    infinite;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@-webkit-keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 0 0 30px 5px #48aa48;
    box-shadow: 0 0 30px 5px #48aa48;
  }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
  }
}
@keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 1px 1px 45px 10px #cf2525;
    box-shadow: 1px 1px 45px 10px #cf2525;
  }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
  }
}
.item-hints .hint-dot {
  z-index: 3;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  -webkit-transform: translate(-0%, -0%) scale(0.95);
  transform: translate(-0%, -0%) scale(0.95);
  -webkit-animation: home_hero_item_hints_border 2s linear infinite;
  animation: home_hero_item_hints_border 2s linear infinite;
  margin: auto;
}
@-webkit-keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-0%, -0%) scale(1);
  }
}
@keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-0%, -0%) scale(1);
  }
}
.item-hints .hint-radius {
  background-color: #cf252540;
  border-radius: 50%;
	box-shadow: 1px 1px 10px 3px #000;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -125px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: background-color, opacity, visibility,
    -webkit-transform;
  transition-property: background-color, opacity, visibility, -webkit-transform;
  transition-property: background-color, opacity, visibility, transform;
  transition-property: background-color, opacity, visibility, transform,
    -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease, ease, ease,
    cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.item-hints .hint:hover .hint-radius {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.item-hints .hint[data-position="1"] .hint-content {
  top: 85px;
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.item-hints .hint:hover .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.item-hints .hint-content::before {
  width: 0px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  transition: width 0.4s;
}
.item-hints .hint:hover .hint-content::before {
  width: 170px;
  transition: width 0.4s;
}
.item-hints .hint-content::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  bottom: 0;
  left: 0;
  width: 80px;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.item-hints .hint:hover .hint-content::after {
  opacity: 1;
  visibility: visible;
}
.item-hints .hint[data-position="4"] .hint-content {
  bottom: 85px;
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content p {
	margin-left: 0px; margin-right: 0px; font-size: 14px; text-align: left;
	background: rgb(35,35,35);
}
.item-hints .hint-content h3 {
	font-family: 'font2'; font-weight: 600; font-size: 18px; text-align: center;
	background: rgb(35,35,35);
}
.item-hints .hint-content hr {
	border-top: 2px solid #cf2525;    margin: 15px 150px 15px 150px;
}
.home-page-section-2 .square1 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    margin: 60px 81px 0 0!important;
    padding: 50px 50px !important;
		background: rgb(246,177,24,0.7) !important
}
.parallax1 {
  background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/roofing-02.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 175px 50px 175px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important; padding: 30px 45px 30px 15px;
 background: rgb(235,235,235);
    background-size: cover;
		box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .square2:hover {
	background: rgb(35,35,35); color: #fff9; text-shadow: 1px 1px 5px #000; transition: .1s;
}
.home-page-section-2 .square2 hr {
	background: red;
    padding: 1.5px 0px 1.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    width: 35%;
}
.square2 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 .square2 h3 {
	font-size: 25px; font-family: 'font2'; font-weight: 600;
}
.home-page-section-2 h4 {
	font-size: 25px;
  color: rgb(255,255,255);
  font-family: 'font2';
  text-align: center;
  font-weight: 600;
}
.home-page-section-2 p {

  font-weight: 600;
	font-family: 'font2';
  font-size: 16px;
	line-height: 30px;
}
.home-page-section-2 .square2 h5 {
	font-size: 13px; color: #cf2525;
}
.home-page-section-2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home3 {
	padding: 75px 125px 75px 125px; background: rgb(210,40,40); box-shadow: 1px 1px 10px 3px #000;
}
.home3 h3 { 
	font-family: 'font3'; font-size: 35px; font-weight: 600; line-height: 70px; text-align: center; font-style: italic; color: #fff; text-shadow: 1px 1px 1px #000;
}
.home3 p {
	font-size: 17px; line-height: 30px; font-family: 'font2'; text-align: center; color: #fff; font-weight: 600; text-shadow: 1px 1px 1px #000;
}
.home3 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home3 iframe {
	box-shadow: 1px 1px 10px 3px #000;
	width: 500px;
	height: 315px;
}
.home4 {
	box-shadow: 1px 1px 10px 3px #000; text-shadow: 1px 1px 1px #000;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/roofing-08.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 175px 75px 175px 75px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 .square3 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important; 
 background: rgb(35,35,35);
    background-size: cover;
		padding: 75px 25px 75px 25px;
		box-shadow: 1px 1px 10px 3px #000;
}
.home4 h3 {
	font-size: 40px; font-family: 'font2'; line-height: 55px; color: #fff;
}
.home4 h4 {
	font-size: 24px; color: #fff; line-height: 60px;
}
.home4 h5 {
	font-size: 21px; color: #fff; line-height: 60px; margin-left: 25px;
}
.home4 h6 {
	font-size: 20px; color: #fff; line-height: 60px;
}
.home4 p {
	font-size: 17px; line-height: 30px; color: #fff; font-family: 'font2';
}
.home4 .square3 hr {
	background: red;
    padding: 1.5px 0px 1.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    width: 35%;
}
.home5 {
	padding: 100px 50px 100px 50px;
	box-shadow: 1px 1px 10px 3px #000;
	 background: rgb(235,235,235);
}
.home5 p {
	font-size: 17px; line-height: 30px; color: #fff; 
}
.home5 .rec {
    background: rgb(210,40,40);
    padding: 50px 25px 50px 25px; box-shadow: 1px 1px 10px 3px #000;
}
.home5 .rec h2 {
 font-size: 30px; color: #fff; font-family: 'font2';
}
.home5 .rec hr {
	background: #444;
    padding: 1.3px 0px 1.3px 0px;
    box-shadow: 2px 2px 1px 2.5px #000;
		 width: 35%;
}
.home5 .rec2 {
    background: rgb(35,35,35);
    padding: 15px;  box-shadow: 1px 1px 10px 3px #000;
}
.home5 .rec2 .slider1 {
	margin-left: 25px;
}
.home5 .rec2 h3 {
	color: whitesmoke; font-size: 24px; text-align: center; text-shadow: 1px 1px 1px #000; font-family: 'font2';
}
.home5 .rec2 h4 {
	font-size: 20px; color: #fff; font-weight: 500; font-family: 'font2'; text-transform: uppercase; text-decoration: underline;
}
.home5 .rec2 h5 {
	font-size: 18px; color: #fff; font-family: 'font2'; text-transform: uppercase; text-decoration: underline;
}
.home5 .rec2 h6 {
	font-size: 16px; color: #fff; line-height: 29px; text-align: center; font-style: italic;
}
.home5 .rec2 p span {
	color: gold;
}
.home5 .rec2 hr {
	background: red;
    padding: 1px 0px 1px 0px;
    box-shadow: 2px 2px 1px 1px #000;
}
.home5 .rec2 ul {
	 padding-right: 25px
}
.home5 .rec2 li {
	color: #fff; line-height: 25px; font-family: 'font2'; font-weight: 400; font-size: 14px;
}
.home-contact {
	padding: 50px 0 50px 0; background: rgb(35,35,35); background-size: cover;
}
.home-contact h1, .home-contact h2, .home-contact h3 {
	font-size: 35px; font-family: 'font2'; text-align: center; color: #fff;
}
.home-contact h2 strong,.home-contact h3 strong {
	font-size: 40px; font-family: 'font2'; text-align: center; color: rgb(207,37,37); font-weight: 600;
}
.home-contact h2 span, h3 span {
	color: #cf2525;
}
.pge111 {
	padding: 115px 0 10px 0; background: rgb(35,35,35); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover;
}
.pge111 .box {
padding: 25px 25px 25px 50px; background: rgb(235,235,235); border: 3px solid #000; background-size: cover;
}
.pge111 .box hr {
	background: #000; width: 75%; border-top: 1px solid #cf2525;
}
.pge111  hr {
	background: red;
    padding: 1px 0px 1px 0px;
    box-shadow: 2px 2px 1px 1px #000;
}
.pge111 .pad {
	padding-top: 35px;
}
.pge111 h1 {
	color: #fff9; font-size: 25px; font-weight: 600; text-align: left; font-family: 'font2';
}
.pge111 h1 span {
	color: #cf2525;
}
.pge111 h1 strong {
	color: #006DCB;
	font-weight: inherit;
}
.pge111 h3 {
	color: rgb(40,187,148); font-size: 30px; font-weight: 600; text-align: left;
}
.pge111 h4 {
	color:#444;	font-weight: 600;	font-size: 23px; text-align: left;
}
.pge111 h5 {
	color: rgb(255,177,73);	font-weight: 600;	font-size: 19px; text-align: left;
}
.pge111 p {
	font-size: 17px; text-align: justify;	font-weight: 600;	font-family: 'font2';	color: rgb(205,205,205);
}
.pge111 a {
	color: rgb(120,120,120); font-size: 16px;	font-weight: 600;	font-family: 'font2'; text-transform: uppercase;
}
.pge111 a:hover {
	color: #cf2525;
	font-weight: 600;
	padding-left: 5px;
}
.pge111 ul {
	color: rgb(40,187,148);
	list-style-type: '▸';
}
.pge111 li {
	text-indent: 10px;
}
.card2a {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	background: rgb(35,35,35);
  box-shadow: 1px 1px 10px 1px #000;
	border: 3px solid #cf2525;
	visibility: hidden;
}
.card2a h2 {
	font-family: 'font2';
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.card2a h4 {
	font-family: 'font2';
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.card2a i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card2a p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: left;
	color: rgb(255,255,255);
}
.card2a a {
	color: #006ec7;
	font-weight: 800;
	font-family: 'font2';
}
.card2a a:hover {
	color: #01833A;
}
.card2a img {
	box-shadow: 1px 1px 10px 3px #000;
}
.card2b {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	background: rgb(210,40,40);
	box-shadow: 1px 1px 10px 1px #000;
	border: 3px solid #000;
	visibility: hidden;
}
.card2b h2 {
	font-family: 'font2';
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.card2b h4 {
	font-family: 'font2';
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.card2b i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card2b p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: left;
	color: rgb(255,255,255);
}
.card2b a {
	color: #006ec7;
	font-weight: 800;
	font-family: 'font2';
}
.card2b a:hover {
	color: #01833A;
}
.card2b img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home33 {
	background: rgb(235,235,235); padding: 100px 10px 100px 10px;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background: rgb(35,35,35);
  font-family: 'font2';
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
	padding: 50px;
	background: rgb(35,35,35);
}
.tabcontent h3 {
	padding-top: 40px;
	font-family: 'font2';
	text-align: center;
	font-size: 2rem;
	color: #cf2525;
}
.tabcontent h5 {
	font-size: 24px; font-family: font2; text-align: center; color: rgb(240,240,240); padding-bottom: 40px;
}
.tabcontent iframe {
	width: 100%; 
}
.serv5 {
	padding: 100px 0 100px 0;
	background: linear-gradient(to right, #be181300, #be181300), url(/img/tri-3-new.png) top right no-repeat; background-size: cover;
}
.serv5 h1 {
	font-family: 'font2';
	color: #cf2525;
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv5 h2 {
	font-family: 'font2'; font-size: 20px; color: #cf2525; text-align: center;
}
.serv5 h4 {
	font-family: 'font2'; font-size: 15px; color: #fff;
}
.serv5 hr {
	background: #000; border-top: 1px solid #cf2525; padding: 1px 0px 1px 0px;
}
.serv5 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv5 button {
	
	border: 1px solid rgb(255,255,255);
	background: rgb(235,235,235); background-size: cover;
	font-size: 14px;
	font-family: 'font2'; font-weight: 600;
}
.serv5 button:hover {
	background: rgb(210,40,40); background-size: cover; color: #fff;
}
.serv5 img {
	border-radius: 0.6rem;
}

.serv5 details{
	color:white; 
}
.serv5 ul.why-list{
	color:white; 
}

.serv-general{
	
	padding: 100px 0 100px 0;
	background: rgb(35,35,35); background-size: cover;
	
}
 
.serv-general h2 {
	font-family: 'font2'; font-size: 2rem; color: #cf2525; text-align: center; font-weight: 800;
}
.serv-general h4 {
	font-family: 'font2'; font-size: 15px; color: #fff;
}
.serv-general hr {
	background: #000; border-top: 1px solid #cf2525; padding: 1px 0px 1px 0px;
}
.serv-general p {
	font-size: 1rem;
	font-family: 'font2';
	color: white;
	text-align: justify;
}


.serv-general .service-box{
/*	display: flex;
	flex-direction: column;
	justify-content: center; */

	background: black;
	border: 2px solid #cf2525;
	padding: 15px;
	width:max-content;
}

.serv-general.red{
	
	padding: 100px 0 100px 0;
	background: #cf2525; background-size: cover;
	
}
.serv-general.red h2 {
	font-family: 'font2'; font-size: 2rem; color: white; font-weight: 800; text-align: center;
}
.serv-general.red h4 {
	font-family: 'font2'; font-size: 15px; color: #fff;
}
.serv-general.red hr {
	background: #000; border-top: 1px solid #cf2525; padding: 1px 0px 1px 0px;
}
.serv-general.red p {
	font-size: 1rem;
	font-family: 'font2';
	color: white;
	text-align: justify;
}


.why-choose {
	padding: 85px 20px 85px 20px; background: rgb(210 40 40 / 85%); box-shadow: 1px 1px 10px 3px #000; margin-top: -50px;
}
.why-choose hr {
	background: #444; padding: 1.5px 0px 1.5px 0px; box-shadow: 2px 2px 1px 2px #000;
}
.why-choose .pad {
	/*padding-top: 250px;*/
}
.why-choose .pad h3 {
	font-size: 30px; line-height: 40px; background: #3A3A3A; color: #fff;
}
.why-choose h1 {
	font-family: 'font2';	font-size: 35px; text-align: center; font-weight: 800; color: rgb(222,222,222);

}
.why-choose h2 {
	font-family: 'font2';	font-size: 2rem; text-align: center; font-weight: 800; color: rgb(222,222,222);
}
.why-choose h3 {
	font-family: 'font2';	font-size: 1.4rem; text-align: center; font-weight: 800; color: rgb(222,222,222);
}
.why-choose p {
	font-size: 17px; font-family: 'font2'; font-weight: 600;	color: rgb(255,255,255); line-height: 35px;
}
.why-choose h1 span {
	color: rgb(199,199,199); font-size: 20px;
}
.why-choose img {
	box-shadow: 1px 1px 10px 3px #000;
}

.roofing-insight-qa {
  max-width: 100%;
  margin: 50px auto;
  padding: 0 20px 40px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.roofing-insight-heading {
  text-align: center;
  color: #2b3d4f; font-family: font2;
  font-size: 2rem; font-weight: 600; letter-spacing: 2px;
  margin: 40px 0 30px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 12px;
}

/* Question Blocks */
.roofing-qa-block {
  margin-bottom: 35px;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}

.roofing-question {
  font-size: 20px;
  color: #cf2525; font-family: font2;
  cursor: pointer; font-weight: 600; letter-spacing: 1px;
  position: relative;
  margin-bottom: 10px;
}

.roofing-question::after {
  content: '+';
  float: right;
  font-size: 1.5rem;
  color: #888;
  transition: transform 0.2s ease-in-out;
}

.roofing-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.roofing-answer,
.roofing-bullets,
.roofing-qa-block p:not(:first-of-type) {
  display: none;
  margin-top: 12px;
}

.roofing-question.active + .roofing-answer,
.roofing-question.active + .roofing-answer + .roofing-bullets,
.roofing-question.active + .roofing-answer + .roofing-bullets + p {
  display: block; font-family: font2;
}

.roofing-bullets {
  list-style: disc inside;
  margin-top: 12px;
  padding-left: 20px;
}

.roofing-bullets li {
  margin-bottom: 8px;
}

/* Link Styling */
.roofing-link {
  color: #0056b3;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.roofing-link:hover {
  color: #003366;
}

.roofing-qa-block a {
  display: inline; color: #cf2525;
  visibility: visible;
}

.roofing-qa-block p {
  visibility: visible;
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
  .roofing-insight-heading {
    font-size: 1.5rem;
  }
  .roofing-question {
    font-size: 1.1rem;
  }
}


/* =================================
SERVICE AREA HERO
================================= */

.service-area-hero{
padding:120px 0;
background-size:cover;
background-position:center;
position:relative;
color:#fff;
}

.service-area-hero:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
}

.service-area-hero .container{
position:relative;
z-index:2;
}

.service-area-hero h1{
font-size:48px;
font-weight:700; font-family: font2;
margin-bottom:10px;
}

.service-area-hero h3{
font-size:22px;
margin-bottom:25px;
font-weight:400; font-family: font2;
color:#d22828;
}

.service-area-hero p{
font-size:17px;
line-height:1.7; font-family: font2;
margin-bottom:20px;
}

.service-area-hero ul{
padding-left:20px;
margin-bottom:25px;
}

.service-area-hero li{
margin-bottom:6px;
}
.service-area-hero .btn-grid{

	display:flex;
	justify-content: center;
	align-items:center;
	gap:15px; 

}
/* =================================
SERVICE LEGEND
================================= */

.service-legend{
    background: linear-gradient(to right, #be181300, #be181300), url(/img/sg-black-1.jpg) top right no-repeat;
color:#fff;
padding:35px;
border-radius:8px;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.service-legend h4{
margin-bottom:20px;
font-size:22px;
font-weight:600; font-family: font2;
color: #fff;
}

.service-legend ul{
list-style:none;
padding:0;
margin:0;
}

.service-legend li{
margin-bottom:10px;
}

.service-legend a{
text-decoration:none;
color:#ffe0e0;
font-weight:500;
transition:.25s;
}

.service-legend a:hover{
color:#d22828;
padding-left:4px; text-transform: uppercase;
}




/* =================================
WHY SECTION
================================= */

.roof-why{
padding:80px 0;
background: rgb(35,35,35);
color:white;
}

.roof-why h2{
text-align:center;
margin-bottom:15px; font-family: font2;
font-size:36px;
font-weight:700;
}

.roof-why p{
text-align:center;
max-width:850px;
margin:0 auto 50px auto; font-family: font2;
font-size:17px;
line-height:1.7;
}

.why-cards{
row-gap:30px;
}

.why-card{
background:#fff;
padding:35px;
border-radius:8px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
height:100%;
transition:.25s;
}
.why-card p{
	color:black;
}
.why-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 30px rgba(0,0,0,0.12);
}

.why-logo{
height:80px;
margin-bottom:15px;
display:flex;
align-items:center;
}

.why-card h3{
font-size:1.4rem; font-family: font2;
margin-bottom:10px;
text-align:center;
color:rgb(210,40,40);
}

.why-card p{
text-align:left;
font-size:15px;
line-height:1.6; font-family: font2;
margin:0;
}




/* =================================
MANUFACTURER SECTION
================================= */

.roof-manufacturers{
padding:80px 0;
background:#f8f9fb;
}

.roof-manufacturers h2{
text-align:center;
margin-bottom:15px; font-family: font2;
font-size:36px;
font-weight:700;
}

.roof-manufacturers p{
text-align:center;
max-width:850px;
margin:0 auto 50px auto; font-family: font2;
font-size:17px;
line-height:1.7;
}

.manufacturer-cards{
row-gap:30px;
}

.manufacturer-card{
background:#fff;
padding:35px;
border-radius:8px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
height:100%;
transition:.25s;
}

.manufacturer-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 30px rgba(0,0,0,0.12);
}

.manufacturer-logo{
height:80px;
margin-bottom:15px;
display:flex;
align-items:center;
}

.manufacturer-card h3{
font-size:20px; font-family: font2;
margin-bottom:10px;
}

.manufacturer-card p{
text-align:left;
font-size:15px;
line-height:1.6; font-family: font2;
margin:0;
}



/* =================================
SERVICE BLOCKS
================================= */

.service-block{
padding:90px 0;
}

.service-block.alt{
background:#f5f7fa;
}

.service-block img{
width:100%;
border-radius:8px;
box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.service-block h2{
font-size:34px;
margin-bottom:8px;
font-weight:700; font-family: font2;
}
.service-block .text-red{
color: rgb(210, 40, 40);

}

.service-block h4{
font-size:18px; font-family: font2;
margin-bottom:18px;
color:#666;
}

.service-block p{
font-size:16px; font-family: font2;
line-height:1.7;
margin-bottom:20px;
}

.service-block ul{
padding-left:20px;
}

.service-block li{
margin-bottom:6px;
}



/* =================================
BUTTON
================================= */

.btn-primary{
display:inline-block;
padding:14px 28px;
background:#d22828;
color:#fff;
font-weight:600;
border-radius:4px;
border-color: #000;
text-decoration:none;
transition:.25s;
}

.btn-primary:hover{
background:#5B1414;
color:#fff;
}

.btn-primary.black{
background: black;
}
.btn-primary.black:hover{
	
background:#5B1414;
color:#fff;
}
/* =================================
RESPONSIVE
================================= */

@media (max-width:991px){

.service-area-hero{
padding:80px 0;
}

.service-area-hero h1{
font-size:34px; font-family: font2;
}

.service-legend{
margin-top:40px;
}

.service-block{
padding:70px 0;
}

.service-block img{
margin-bottom:30px;
}

}

@media (max-width:600px){

.service-area-hero h1{
font-size:28px;
}

.roof-manufacturers h2{
font-size:28px;
}

.service-block h2{
font-size:26px;
}

}








.home-faq {
    background: linear-gradient(to left, #1e1e1ee6 18%, rgba(27, 27, 27, 0)), url(../img/services/sr-faq-bg.jpg) 0;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 4em 0 !important;
    background-attachment: fixed;
    overflow: hidden;
    color: white;
    
}
.home-faq h2 {
  font-weight: 600;
    font-size:2.2rem;
	font-family: font2; 
}
.home-faq img.slant {
  border-radius: 5px;
clip-path: polygon(
  8% 0%,        /* angled top-left */
  100% 0%,      /* top-right */
  100% 90%,     /* start bottom-right cut */
  92% 100%,     /* angled bottom-right */
  0% 100%,      /* bottom-left */
  0% 10%        /* left side up to top cut */
);
}

.home-faq .container {
    background: none;
    padding: 40px 10px 40px 10px;
}

.home-faq .nwg-section-intro {
    max-width: 100%;
}

.home-faq .nwg-section-intro p {
    color: white;
    font-size:1.2rem;
}

.nwg-faq-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.nwg-faq-item {
    border-bottom: 1px solid #eaeaea;
}

.nwg-faq-question {
		font-family: font2; 

    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 0;
    cursor: pointer;
    transition: 0.3s ease;
    color:white;
}

.nwg-faq-question:hover {
    color: lightgray;
}

.nwg-faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #0000006b;
    transition: max-height 0.4s ease;
    font-size: 15px;
    color: whilte;;
    padding: 10px;
    opacity: 0;
    transition:0.3s;
}

.nwg-faq-item.active .nwg-faq-answer {
        opacity: 1; 
}

.nwg-faq-answer ul {
    margin: 15px 0;
}

.nwg-faq-answer ul li {
    margin-bottom: 6px;
}

.nwg-faq-answer a {
    color: #29A2AD;
    font-weight: 600;
}

.nwg-faq-left {
    left: 40px;
    top: 120px;
}

.nwg-faq-right {
    right: 40px;
    bottom: 120px;
}

/* Ensure FAQ content sits above floating images */
.nwg-faq-wrapper {
    position: relative;
    z-index: 2;
}

/* Floating images stay behind + do not block clicks */
.nwg-faq-floating {
    position: absolute;
    width: 180px;
    opacity: 1;
    z-index: 1;
    pointer-events: none; /* THIS IS THE CRITICAL LINE */
}

/* Stack images nicely */
.nwg-faq-floating img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}





/* =================================
SERVICE AREA MAP
================================= */

.service-area-map{
padding:80px 0 0 0;
background:#fff;
}

.map-header{
text-align:center;
max-width:900px;
margin:0 auto 40px auto;
padding:0 20px;
}

.map-header h2{
font-size:36px;
margin-bottom:15px;
font-weight:700; font-family: font2;
}

.map-header p{
font-size:17px; font-family: font2;
line-height:1.7;
}

.map-container{
width:100%;
height:500px;
overflow:hidden;
}

.map-container iframe{
width:100%;
height:100%;
border:0;
display:block;
}

@media (max-width:768px){

.map-container{
height:380px;
}

.map-header h2{
font-size:28px;
}

}


/**** Modern Service Area Hero ****/

.sg-area-hero {
    position: relative;
    min-height: 720px;
    padding: 160px 30px 120px 30px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(120deg, rgba(0,0,0,0.82), rgba(0,0,0,0.55)),
        url("/img/about-slide-1.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.sg-area-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 25%, rgba(207,37,37,0.35), transparent 30%),
        radial-gradient(circle at 85% 75%, rgba(255,255,255,0.12), transparent 32%);
    z-index: 1;
    pointer-events: none;
}

.sg-area-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.65));
    z-index: 1;
}

.sg-area-hero .container {
    position: relative;
    z-index: 2;
}

.sg-area-hero-inner {
    display: grid;
    grid-template-columns: 1.35fr 0.75fr;
    gap: 45px;
    align-items: center;
}

.sg-area-hero-content {
    max-width: 850px;
}

.sg-area-hero-content span {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    background: rgba(207,37,37,0.92);
    color: #fff;
    border-radius: 999px;
    font-family: 'font2';
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sg-area-hero-content h1 {
    margin-bottom: 24px;
    color: #fff;
    font-family: 'font2';
    font-size: clamp(2.65rem, 6vw, 5rem);
    font-weight: 900;
    line-height: 1.04;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.45);
}

.sg-area-hero-content p {
    max-width: 780px;
    color: rgba(255,255,255,0.92);
    font-size: 17px;
    line-height: 1.85;
}

.sg-area-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.sg-area-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background: #cf2525;
    color: #fff;
    border: 2px solid #cf2525;
    border-radius: 12px;
    font-family: 'font2';
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease;
}

.sg-area-hero-actions a:hover {
    background: #fff;
    color: #cf2525;
    transform: translateY(-3px);
}

.sg-area-hero-actions a.outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.sg-area-hero-actions a.outline:hover {
    background: #fff;
    color: #111;
}

.sg-area-hero-card {
    padding: 34px;
    background: rgba(255,255,255,0.94);
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow: 0 24px 65px rgba(0,0,0,0.38);
}

.sg-area-hero-card h2 {
    margin-bottom: 22px;
    color: #cf2525;
    font-family: 'font2';
    font-size: 1.75rem;
    font-weight: 900;
    text-align: center;
}

.sg-area-chip-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.sg-area-chip-grid a {
    padding: 12px 10px;
    background: #111;
    color: #fff;
    border-radius: 10px;
    font-family: 'font2';
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.sg-area-chip-grid a:hover {
    background: #cf2525;
    transform: translateY(-3px);
}

.sg-area-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.sg-area-proof div {
    padding: 14px;
    background: #f4f4f4;
    border-left: 5px solid #cf2525;
    border-radius: 10px;
}

.sg-area-proof strong {
    display: block;
    color: #111;
    font-family: 'font2';
    font-size: 1rem;
    text-transform: uppercase;
}

.sg-area-proof span {
    display: block;
    color: #555;
    font-size: 14px;
}
@media(max-width:991px){
.sg-area-proof {
    grid-template-columns: 1fr;
}	
}

/**** Service Area Hub Revamp ****/

.service-areas {
    position: relative;
    padding: 100px 50px;
    background:
        radial-gradient(circle at top left, rgba(207,37,37,0.08), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,0.95), rgba(245,245,245,0.95)),
        url(/img/tri-3-new.png) top right no-repeat;
    background-size: cover;
    overflow: hidden;
}

.service-areas:before {
    content: "";
    position: absolute;
    top: 80px;
    right: -160px;
    width: 360px;
    height: 360px;
    background: rgba(207,37,37,0.08);
    border-radius: 50%;
    pointer-events: none;
}

.service-areas:after {
    content: "";
    position: absolute;
    left: -180px;
    bottom: 8%;
    width: 420px;
    height: 420px;
    background: rgba(0,0,0,0.04);
    border-radius: 50%;
    pointer-events: none;
}

.service-areas .container-fluid {
    position: relative;
    z-index: 2;
}

.service-areas .row {
    align-items: center;
    row-gap: 35px;
}

.service-areas .sect,
.service-areas .sect2 {
    padding: 38px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.11);
    position: relative;
    overflow: hidden;
}

.service-areas .sect:before,
.service-areas .sect2:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 7px;
    background: #cf2525;
}

.service-areas h2 {
    font-family: 'font2';
    font-size: clamp(1.85rem, 4vw, 2.8rem);
    line-height: 1.12;
    color: #cf2525;
    font-weight: 900;
    text-shadow: none;
    margin-bottom: 18px;
    padding-bottom: 16px;
    position: relative;
}

.service-areas h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85px;
    height: 4px;
    background: #cf2525;
    border-radius: 30px;
}

.service-areas h3 {
    font-family: 'font2';
    font-size: 1.25rem;
    color: #cf2525;
    font-weight: 900;
    text-align: center;
    text-shadow: none;
    margin-top: 24px;
}

.service-areas h4 {
    text-align: center;
    font-size: 19px;
    line-height: 1.35;
    font-family: 'font2';
    color: #fff;
    margin: 0;
}

.service-areas h4 span {
    font-size: 30px;
    display: block;
    margin-top: 4px;
}

.service-areas p {
    font-size: 16px;
    line-height: 1.85;
    color: #333;
    margin-bottom: 16px;
}

.service-areas hr {
    height: 2px;
    border: none;
    background: linear-gradient(to right, transparent, rgba(207,37,37,0.65), transparent);
    opacity: 1;
    margin: 18px 0 24px;
}

.service-areas ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-areas li {
    position: relative;
    padding: 9px 0 9px 28px;
    color: #333;
    font-size: 15px;
    line-height: 1.45;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.service-areas li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 10px;
    height: 10px;
    background: #cf2525;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(207,37,37,0.12);
}

.service-areas iframe {
    width: 100%;
    min-height: 430px;
    border-radius: 20px;
    border: 6px solid #fff !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    transition: 0.3s ease;
}

.service-areas iframe:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 65px rgba(0,0,0,0.27);
}

.service-areas a {
    display: block;
    text-decoration: none;
    padding: 18px 14px;
    background: #111;
    border-radius: 14px;
    border: 2px solid #111;
    transition: 0.3s ease;
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

.service-areas a:hover {
    background: #cf2525;
    border-color: #cf2525;
    transform: translateY(-4px);
}

.service-areas a:hover h4 {
    color: #fff;
}


/**** Optional Service-Area CTA Strip ****/

.sg-area-cta-strip {
    padding: 90px 25px;
    background:
        linear-gradient(rgba(0,0,0,0.78), rgba(0,0,0,0.78)),
        url("/img/about-slide-1.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
}

.sg-area-cta-strip h2 {
    color: #fff;
    font-family: 'font2';
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 900;
    margin-bottom: 18px;
}

.sg-area-cta-strip p {
    max-width: 850px;
    margin: 0 auto 28px;
    color: rgba(255,255,255,0.9);
    font-size: 17px;
    line-height: 1.8;
}

.sg-area-cta-strip a {
    display: inline-flex;
    padding: 14px 24px;
    background: #cf2525;
    color: #fff;
    border: 2px solid #cf2525;
    border-radius: 12px;
    font-family: 'font2';
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease;
}

.sg-area-cta-strip a:hover {
    background: #fff;
    color: #cf2525;
    transform: translateY(-3px);
}


@media(max-width: 991px) {
    .sg-area-hero {
        min-height: auto;
        padding: 130px 20px 80px;
    }

    .sg-area-hero-inner {
        grid-template-columns: 1fr;
    }

    .service-areas {
        padding: 75px 20px;
    }

    .service-areas .sect,
    .service-areas .sect2 {
        padding: 28px 22px;
    }

    .service-areas iframe {
        min-height: 340px;
    }
}

@media(max-width: 575px) {
    .sg-area-chip-grid {
        grid-template-columns: 1fr;
    }

    .sg-area-hero-actions a {
        width: 100%;
    }

    .service-areas h2 {
        font-size: 1.8rem;
    }
}
.sect {
	background: rgb(235,235,235); background-size: cover; padding: 25px; box-shadow: 1px 1px 10px 3px #000;
}
.sect2 {
	background: rgb(235,235,235); background-size: cover; padding: 25px; text-align: right; box-shadow: 1px 1px 10px 3px #000;
}
.sect2 ul li {
	text-align: left;
}
.service-areas iframe {
	box-shadow: 1px 1px 10px 3px #000;
	/*height: 100%;*/
	/*width: 100%;*/
}
.service-areas hr {
	background: #000; border-top: 1px solid #cf2525; padding: 1px 0px 1px 0px;
}
.manufacturers {
	background: linear-gradient(to right, #be181300, #be181300), url(/img/tri-123-new.png) top right no-repeat; background-size: auto; box-shadow: 1px 1px 10px 3px #000; padding: 100px 50px 100px 50px;
}
.manufacturers1 {
	background: rgb(210,40,40); background-size: cover; box-shadow: 1px 1px 10px 3px #000; padding: 50px 0px 50px 0px;
}
.manufacturers1 h2 {
	font-size: 60px; font-family: 'font2'; color: #000; text-align: center;
}
.manufacturers1 p {
	font-size: 16px; line-height: 30px; color: whitesmoke;
}
.manufacturers2 {
	background: rgb(35,35,35); background-size: cover; box-shadow: 1px 1px 10px 3px #000; padding: 50px 0px 50px 0px;
}
.manufacturers2 h1, .manufacturers2 h2 {
	font-size: 60px; font-family: 'font2'; color: #cf2525; text-align: center;
}
.manufacturers2 p {
	font-size: 16px; line-height: 30px; color: #fff;  text-align: right;
}
.manufacturers3 {
	background: rgb(235,235,235); background-size: cover; box-shadow: 1px 1px 10px 3px #000; padding: 50px 0px 50px 0px;
}
.manufacturers3 h2 {
	font-size: 60px; font-family: 'font2'; color: #cf2525; text-align: center;
}
.manufacturers3 p {
	font-size: 16px; line-height: 30px; text-align: right;
}
.news-feed {
	padding: 200px 0px 100px 0px; background: rgb(235,235,235); background-size: cover;
}
.news-feed img {
	margin-top: 100px; width: 100%; height: 100%; border-radius: 1.5rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.news-feed a.contact {
	padding: 10px; background: rgb(156,30,32); border: 3px solid rgb(0,0,0); border-radius: 1.5rem;
  font-size: 24px; font-weight: 600; text-align: center; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}
.news-feed .fb-page {
	width: 100% !important; max-width: 100% !important;
}
.gallery-page {
	padding: 175px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(40,40,40);
}
.gallery-page h2 {
	font-size: 2rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(40,40,40);
}

.testimonials h1{
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(40,40,40);

}





/*Blog Page Start*/
.blog1 {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.blog1 h1 {
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
	padding-bottom: 25px;
	color: rgb(210,40,40);
	font-size: 45px;
}
.blog1 h3 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.04rem;
	text-align: center;
	padding-bottom: 10px;
	color: rgb(0,0,0);
}
.blog1 h4 {
	font-weight: 600;
	font-family: 'font2';
	font-size: 21px;
	color: rgb(30,30,30);
}
.blog1 h5 {
	font-family: 'font';
	color: rgb(20,20,20);
	font-size: 15px;
}
.blog1 hr {
	border: 0.15rem solid rgb(21,135,198);
  max-width: 110px;
  opacity: 1;
  color: rgb(21,135,198);
  margin: auto;
}
.blog1 img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.blog1 .img-fluid.box-image{
    width: 100%;
    height: 200px; /* Adjust the height as needed */
    object-fit: cover;
}
.blog1 .box {
	padding: 0px 0px 20px 0px;
	border-radius: 15px;
	background: rgb(255,255,255);
	box-shadow: 0 0 15px #00000029;
	height:630px;
}
.blog1 .pad {
	padding: 15px 10px 0px 10px;
}
.blog1 span {
	color: rgb(210,40,40);
}
.blog1 p {
	/*font-family: 'font';*/
	color: rgb(20,20,20);
	font-size: 1.15rem;
	font-family: 'Arial';
}
.blog1 a {
	color: rgb(226,64,0);
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
}
.blog1 a:hover {
	color: rgb(226,64,0,0.8);
}




.blog-top {
	background: rgb(35,35,35);
	padding: 100px 0 50px 0;
}
.blog-top .box {
	padding: 110px 45px 0px 50px;
}
.blog-top h1 {
	color: rgb(210,40,40);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 35px;
	text-align: center;
}
.blog-top h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	background: rgb(226,64,0);
	border-radius: 5px;
}
.blog-top a:hover {
	color: rgb(255,255,255);
	background: rgb(68,68,68);
}
.blog-top iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}

.blog-top1 {
	background: rgb(21,135,198);
	padding: 60px 0 50px 0;
}
.blog-top1 .box {
	padding: 110px 45px 0px 50px;
}
.blog-top1 h1 {
	color: rgb(255,255,255);
	font-family: 'font2';
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 35px;
	text-align: left;
}
.blog-top1 h5 {
	color: rgb(255,255,255);
	font-family: 'font';
	text-align: left;
	font-size: 20px;
}
.blog-top1 p {
	color: rgb(255,255,255);
	font-family: 'font';
	font-size: 17px;
	text-align: left;
}
.blog-top1 a {
	color: rgb(255,255,255);
	padding: 10px 60px;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	font-weight: 600;
	font-size: 15px;
	font-family: 'font2';
	text-shadow: 1px 1px 1px #000;
/*	box-shadow: 1px 1px 2px 1px #000;*/
	background: rgb(68,68,68);
	border-radius: 5px;
}
.blog-top1 a:hover {
	color: rgb(255,255,255);
	
	background: rgb(226,64,0);
}
/*.blog-top1 span strong {
	 transform: rotate(90deg);
	 position: fixed;
}*/
.blog-top1 iframe {
	border: 15px solid rgb(255,255,255);
	border-radius: 10px;
}


.blog-template {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template i {
	color: rgb(7, 155, 196);
}
.blog-template a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.blog-template h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template h2 {
	font-family: 'font2';
	color: rgb(20,20,20);
	font-size: 33px;
	text-shadow: 0 0 black;
	font-weight:900;
	text-align:left;
}
.blog-template h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
}
.blog-template h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 400;
	font-family: 'font';
	font-size: 23px;
}
.blog-template h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 25px;
}
.blog-template h6 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 23px;
}
.blog-template p {
	color: rgb(20,20,20);
	font-size: 1.1rem;
	/*font-family: 'font2';*/
	font-family: 'Arial';
	font-weight: 500;
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template span{

	font-weight: 900;
	text-shadow: 0 0 black;
	/*text-decoration: underline;*/
}
.blog-template span.transformer {

	font-weight: 900;
	text-shadow: 0 0 black;
	text-decoration: underline;
}
.blog-template li p span{
	color: black;
	font-size: 19px;
	font-family: 'font';
	text-decoration:underline;
	font-weight:300;
}
.blog-template a.contact-today {
	padding: 10px; background: rgb(226,64,0); border: 1px solid rgb(12,12,12); border-radius: 10px;
	font-size: 24px; font-family: font2; font-weight: 600; text-align: center; text-shadow: 2px 2px 1px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}
.blog-template a.services {
	padding: 10px; background: rgb(21,135,198); border: 1px solid rgb(12,12,12); border-radius: 10px;
	font-size: 18px; font-family: font2; font-weight: 600; text-align: center; text-shadow: 2px 2px 1px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}

.blog-template1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.blog-template1 i {
	color: rgb(7, 155, 196);
}
.blog-template1 a {
	font-family: 'font';
	color: rgb(7, 155, 196);
}
.blog-template1 h1 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template1 h2 {
	font-family: 'font';
	font-weight: 600;
	color: rgb(20,20,20);
	font-size: 33px;
}
.blog-template1 h3 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 29px;
}
.blog-template1 h4 {
	color: rgb(20,20,20);
	text-align: left;
	font-weight: 600;
	font-family: 'font2';
	font-size: 35px;
}
.blog-template1 h5 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(21,135,198);
	font-size: 25px;
	padding: 7px;
}
.blog-template1 h6 {
	font-family: 'font2';
	font-weight: 600;
	color: rgb(0,0,0);
	font-size: 21px;
}
.blog-template11 p {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template li {
	color: rgb(20,20,20);
	font-size: 17px;
	font-family: 'font';
}
.blog-template .img-fluid.box-image{
	
	border-radius: 20px; 
	box-shadow: 1px 1px 10px 3px rgb(12,12,12);
}
/*Blog Page End*/



/*FAQ Page*/
.faq {
	padding: 150px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 45px;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(196,41,56);
	text-align: center;
}
.faq h2 {
	font-size: 25px;
	font-weight: 800;
	padding-bottom: 15px;
	color: black;
	text-align: center;
}
.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 18px;
}
.faq .bg-dark {
  background-color: #1e1c1c !important;
	/*color: whitw !important;;*/
}
.faq .bg-dark:hover {
  background-color: #1e1c1c !important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11 {
  overflow: hidden;
  max-height: 0px;
  transition: 300ms ease-in;
	background: rgb(255,255,255);
	border: 1px solid black !important;
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
}
/*FAQ Page END*/

/**** Process Page ****/ 
.process {
	padding: 100px 0 100px 0;
	background: rgb(255,255,255);
}
.process .process-card{
	
    max-height: 100%;
    height: 100%;
    color: #fff;
    margin: 0 0 0px;
    border-radius: 5px;
    padding: 7px;
    background: rgb(255,255,255);
    visibility: visible;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	
}
.process h1 {
	font-family: 'font2';
	font-size: 35px;
	text-align: center;
	font-weight: 900;
	color: rgb(194,3,16);
}
.process h2 {
	font-family: 'font2';
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process h3.card-title {
	font-family: 'font2';
	font-size: 1.3rem;;
	text-align: center;
	font-weight: 900;
	padding-bottom: 10px;
	color: rgb(194,3,16);

}
.process h5 {
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process p {
	font-size: 19px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(110,110,110);
}
.process li {
	font-size: 19px;
	font-family: 'font';
	color: rgb(110,110,110);
}
.process strong {
	color: rgb(194,3,16);
	font-family: 'font';
}
.process .process-cta{
	background: black;
	color: white;
	border: 2px solid black;
	border-radius: 5px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-flex;
	padding: 15px; 
}
.process .process-cta:hover{
	background: white;
	color: black;;
}


/******************************************** DAVIDS MOBILE CODE END *************************************************/

/*******************  Referrals Owl Carousel *************************/
.owl-carousel .owl-stage-outer {
	padding: 0;
}
.owl-nav {
	position:absolute; width: 100%;	top:10%; display: none;
}
.owl-carousel .item {
	display:block; height:100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background:transparent !important; color:#212121 !important; opacity:.5 !important;
}
.owl-nav .owl-next {
	left:100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size:3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline:none;
}

/*******************  Home Page Service Cards *************************/
.pre-footer-section {
	padding:0 !important;	overflow:;
}
.pre-footer-section div[class*='col-']:last-child {
	background: url(/img/home-image-2.jpg) bottom no-repeat; background-size:cover;
}
.pre-footer-section .hours {
	display:flex;	color: #fff; flex-direction:column;	justify-content:center;	padding:120px; background: #1d1d1d;
}
.pre-footer-section div[class*='col-']:last-child {
	padding:165px;
}
.pre-footer-section .hours p {
	display:flex;	padding:0 200px 0 0; flex-direction:row; justify-content:space-between;
}
.pre-footer-section a {
	margin: 40px 0 0;	color:#fff;	font-size: 20px; font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

/* ========================================================== */
/* 			            Default Classes                       */
/* ========================================================== */

body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility:visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor:pointer;	border-radius: 0;
}
.btn.alert-trigger {
	color:#fdfdfd; background-color:#333;
}
.btn:hover {
    opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color:#fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none;	box-shadow: none;
}
.section-divider {
	position:relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position:absolute; display:inline-block; background:rgba(0, 0, 0, 0.6);	width:100%;	height:100%; top:0;	left:0;	right:0; bottom:0; z-index:0;
}

/********* Set Timeout Function FadeDiv Styling **********/
.fadeDiv {
	position:fixed;	display: inline-block; z-index:1050; color: #fff;	background: #300e87; padding:50px; top:150px;	bottom:150px;	left:300px;	right:300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition:all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position:fixed;	display: inline-block; padding:50px; z-index:1050; top:150px;	bottom:150px; left:300px;	right:300px; transform:scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position:absolute; right: 20px;	top: 10px; font-weight:900;	font-size: 2em;	font-family:'Lato'; cursor:pointer;
}
.navbar-collapse ul {
	width:100%;	justify-content: center; align-items: center;
}
.overlay {
	height: 100%;	width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top:100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color:#fff;
}

/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

.top-header-animate {
background: linear-gradient(to right, #be181300, #be181300), url(/img/sg-black-1.jpg) top right no-repeat;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
    padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed;	background: rgb(210,40,40); width: 100%;	z-index: 4;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; box-shadow: 1px 1px 10px 3px #000;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 23px; padding: 6px 0px; font-weight: 900; font-size: 1rem;; color: rgb(255,255,255); font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(0,0,0);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}

/* ========================================================== */
/* 			            GALLERY / PROJECTS                    */
/* ========================================================== */

#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
#portfolio {
  display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
  display: flex; justify-content: center; align-items: center; float: left; position:relative; overflow:hidden; margin: 0 10px 20px;
}
#portfolio li a {
  transform:scale(1,1); display:block; width:100%; height: 295px; width: 490px; overflow:hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform:scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

/* ========================== Gallery ZoomIn Effect ================================ */

.mfp-ready .mfp-figure {
  opacity: 0; margin-left:-100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
    opacity: 0; margin-left:-100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
	opacity: 1; margin-left:0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95);	transform: scale(0.95);	opacity: 0;	margin-left:-100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left:-20px;
}
.mfp-iframe-scaler{ overflow: visible; /*so the close button is shown*/}
.mfp-zoom-out-cur { cursor: auto; }
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer; }

/* ========================================================== */
/* 			            REVIEWS PAGE                          */
/* ========================================================== */
.carousel-indicators li {
	position: relative;	top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px;	text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================================== */
/* 			           FOOTER		                          */
/* ========================================================== */
.pre-foot {
	padding: 15px; background: rgb(35,35,35);	color: rgb(255, 255, 255);
}
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex;	flex-direction: column;	justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px;background: rgb(235,235,235);	color: rgb(255, 255, 255); font-size: 18px;	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(0,0,0); font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: rgb(0,0,0); font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h2, h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(0,0,0);
}
.service-cities li {
	color: rgb(0,0,0);
}
.bottom-footer {
	background: rgb(210,40,40);
	margin-bottom: -10px; padding: 25px 0px 10px 0px;
}
.bottom-footer .vms-link-wrapper {
	position:relative; top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;	flex-direction: column;	justify-content:center;	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:flex-end;	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid #fff;	border-radius:100px; height:28px;	width:28px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
.trademark-disclaimer {
	padding: 30px 0 0 0; background: transparent;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(0,0,0);
}
/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}

@media screen and (min-width: 1199px) and (max-width:1550px) {

.navbar-scroll {
    padding: 115px 0 0;
    position: fixed;
    background: rgb(210,40,40);
    width: 100%;
    z-index: 4;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    box-shadow: 1px 1px 10px 3px #000;
}
}

/* === Sm. Laptop CSS Section ================= */
/*@media screen and (max-width: 1024px) {*/
@media screen and (min-width: 992px) and (max-width:1190px) {
	
	/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

.top-header-animate {
background: linear-gradient(to right, #be181300, #be181300), url(/img/sg-black-1.jpg) top right no-repeat;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
    padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.navbar-scroll {
	padding: 105px 0 0; position: fixed;	background: rgb(210,40,40); width: 100%;	z-index: 4;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; box-shadow: 1px 1px 10px 3px #000;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background:#fdfdfd;	position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em;	position: absolute;	top: 6px;	right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700;	text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 15px; padding: 6px 0px; font-weight: 900; font-size: 15px; color: rgb(255,255,255); font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(0,0,0);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}
.davids-logo{
	position:absolute;
	margin-top:-10px;
	z-index: 2;
}
	

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo {
	font-family: 'font2'; color: #fff; font-weight: 600; font-size: 50px;
}
.home-header-section .slider-logo span {
	font-family: 'font2'; color: #fff; font-size: 50px;
}
.home-header-section .slider-logo mark {
	background: linear-gradient(to top, #be181300, #be181300), url(/img/sg-red-1.jpg)  no-repeat; background-size: cover;
}
.video {
	overflow: hidden; position: relative; z-index: 1; display: block;
}
.video hr {
	    background: red;
    padding: 2.5px 0px 2.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    width: 35%;
}
.video .pad {
	padding: 270px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(255,255,255); padding: 15px 30px; border-radius: 1.6rem; background: rgb(40,40,40); margin: 40px; text-transform: capitalize;
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.home1 {
	padding: 85px 100px 150px 100px; background: rgb(210,40,40); box-shadow: 1px 1px 10px 3px #000; margin-top: -50px;
}
.home1 hr {
	background: #444; padding: 1.5px 0px 1.5px 0px; box-shadow: 2px 2px 1px 2px #000;
}
.home11 {
	padding: 75px 100px 175px 100px; background: rgb(35,35,35); box-shadow: 1px 1px 10px 3px #000; margin-top: -50px;
}
.home11 h2 {
	text-align: center; font-size: 35px; font-family: 'font2'; color: #fff; margin-top: -25px;
}
.home11 p {
	color: #fff; font-family: 'font2'; font-size: 15px; line-height: 33px; text-align: center; margin: 0px 35px 0 35px;
}
.home1 .pad {
	padding-top: 250px;
}
.home1 .pad h3 {
	font-size: 30px; line-height: 40px; background: #3A3A3A; color: #fff;
}
.home1 h1 {
	font-family: 'font2';	font-size: 35px; text-align: center; font-weight: 800; color: rgb(222,222,222);
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600;	color: rgb(255,255,255); line-height: 35px;
}
.home1 h1 span {
	color: rgb(199,199,199); font-size: 20px;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home11 img {
	padding-top: 0px;
    max-width: 100%;
    margin-top: -15px; margin-left: 75px;
}
.home11 hr {
	border-top: 2px solid #cf2525;    margin: 15px 150px 15px 150px;
}

.home1 a{
		font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(255,255,255); padding: 15px 30px; border-radius: 1.6rem; background: rgb(40,40,40); margin: 40px; text-transform: capitalize;
}
.home1 a:hover{
		font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(255,255,255); padding: 15px 30px; border-radius: 1.6rem; background: rgb(40,40,40); margin: 40px; text-transform: capitalize;
}
.item-hints {
  height: 250px;
 /* width: 500px;*/
       margin-left: 50px;
    padding-top: 50px;
    margin-bottom: -135px;
}
.item-hints .hint {
  width: 60px;
  height: 60px;
  margin: auto auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-hints .hint::before {
  /* //rotated squre */
  background-color: #fff;
  width: 8px;
  height: 8px;
  z-index: 2;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.item-hints .hint::after {
  /* //green glow */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 2px;
  height: 2px;
  z-index: 1;
  -webkit-box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
  box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
  -webkit-animation: home_hero_item_hints_glow 2s
    cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
  animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1)
    infinite;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@-webkit-keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 0 0 30px 5px #48aa48;
    box-shadow: 0 0 30px 5px #48aa48;
  }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
  }
}
@keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 1px 1px 45px 10px #cf2525;
    box-shadow: 1px 1px 45px 10px #cf2525;
  }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
  }
}
.item-hints .hint-dot {
  z-index: 3;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: block;
  -webkit-transform: translate(-0%, -0%) scale(0.95);
  transform: translate(-0%, -0%) scale(0.95);
  -webkit-animation: home_hero_item_hints_border 2s linear infinite;
  animation: home_hero_item_hints_border 2s linear infinite;
  margin: auto;
}
@-webkit-keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-0%, -0%) scale(1);
  }
}
@keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-0%, -0%) scale(1);
  }
}
.item-hints .hint-radius {
  background-color: #cf252540;
  border-radius: 50%;
	box-shadow: 1px 1px 10px 3px #000;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -125px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: background-color, opacity, visibility,
    -webkit-transform;
  transition-property: background-color, opacity, visibility, -webkit-transform;
  transition-property: background-color, opacity, visibility, transform;
  transition-property: background-color, opacity, visibility, transform,
    -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease, ease, ease,
    cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.item-hints .hint:hover .hint-radius {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.item-hints .hint[data-position="1"] .hint-content {
  top: 85px;
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.item-hints .hint:hover .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.item-hints .hint-content::before {
  width: 0px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  transition: width 0.4s;
}
.item-hints .hint:hover .hint-content::before {
  width: 170px;
  transition: width 0.4s;
}
.item-hints .hint-content::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  bottom: 0;
  left: 0;
  width: 80px;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.item-hints .hint:hover .hint-content::after {
  opacity: 1;
  visibility: visible;
}
.item-hints .hint[data-position="4"] .hint-content {
  bottom: 85px;
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content p {
	margin-left: 0px; margin-right: 0px; font-size: 14px; text-align: left;
	background: rgb(35,35,35);
}
.item-hints .hint-content h3 {
	font-family: 'font2'; font-weight: 600; font-size: 18px; text-align: center;
	background: rgb(35,35,35);
}
.item-hints .hint-content hr {
	border-top: 2px solid #cf2525;    margin: 15px 150px 15px 150px;
}
	
	
	
	
	
}
/* === Tablet CSS Section ================= */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
/******************************************** DAVIDS MOBILE CODE START *************************************************/

.navbar-sidebar {
	padding-top: 160px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 2;	overflow: auto;
}

.video hr {
	    background: red;
    padding: 2.5px 0px 2.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    width: 90%;
		text-align:center;
}
.video .pad {
	padding: 170px 0px 0px 150px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 30px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(255,255,255); padding: 15px 10px; border-radius: 1.6rem; background: rgb(40,40,40); margin: 40px; text-transform: capitalize;
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}

.home-header-section {
	padding-top: 90px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both;	color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0;	border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}

/******************************************** DAVIDS MOBILE CODE END *************************************************/
.mobile-top-header {
	display:block !important;	padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow:visible;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
 
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(0,0,0);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(0,0,0);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.service-content-section {
	padding: 0 !important;
}
.service-content-section p {
	padding: 0;	margin: 0; background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}
.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}
.about-info-section div[class*='col-']:first-child {
	border-right:none; border-bottom: 1px solid #b5b5b5;
}
.about-header-section {
	background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}
.pre-footer-section .hours {
	padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
	padding: 0;
}
.section-divider {
	padding: 40px 10px;
}
.home-service-section {
	padding-bottom: 0 !important;	background-position: bottom right;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.lnr-star {
	font-size: 15px !important;	position: relative;	top: -6px;
}
.projects-section .row {
	height: inherit;
}
.projects-section div[class*='col-'] {
	padding: 0;	position: relative;
}
.top-header {
	background: white; display:none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display:none;
}
.header-contact_info .navbar-brand {
	font-size:1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content:flex-start;
}
.top-header div[class*='col-'] {
  display:flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
  display:flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background:none; margin:0; display: flex;	justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size:inherit; line-height: inherit;
}
.alert h1,
.alert p {
	top: 2em;	opacity: 0;	position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform:scale(1,1); border: 0; background: white; border-radius:0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu {
	text-align: center;	position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em;	top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100;	overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out;	transition-property: all;	transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.alert-dismissible .close {
	position: absolute;	top: 0;	right: 0;	background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none;	z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em;	vertical-align: -0.2em;	cursor: pointer;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0;	left:0;	width:100%;	text-align: center;
}
.mobile-menu-top-hero h2 {
	padding:0 25px;
}
#mobile-menu-header {
  margin-top:0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style:none; padding:0 20px; margin-top: 8em;	position: relative;	width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}

.home1 {
	padding: 85px 30px 150px 30px;
    background: linear-gradient(to top, #be181300, #be181300), url(/img/sg-red-1.jpg)  no-repeat;
    background-size: cover;
    box-shadow: 1px 1px 10px 3px #000;
    margin-top: -50px;
}
.home1 hr {
	background: #444;
    padding: 1.5px 0px 1.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    
}
.home11 {
	padding: 75px 0px 75px 0px;
    background: linear-gradient(to top, #be181300, #be181300), url(/img/sg-black-11b.jpg)  no-repeat;
    background-size: cover;
    box-shadow: 1px 1px 10px 3px #000;
    margin-top: -50px;
}
.home11 h2 {
	text-align: center; font-size: 35px; font-family: 'font2'; color: #fff; margin-top: 0;
}
.home11 p {
	color: #fff; font-family: 'font2'; font-size: 17px; line-height: 30px; text-align: center; margin: 0px 35px 0 35px;
}
.home1 .pad {
	padding-top: 250px;
}
.home1 .pad h3 {
	font-size: 30px; line-height: 40px; background: #3A3A3A; color: #fff;
}
.home1 h1 {
	font-family: 'font2';	font-size: 35px; text-align: center; font-weight: 800; color: rgb(222,222,222);
}
.home1 p {
	font-size: 13px; font-family: 'font2'; font-weight: 600;	color: rgb(255,255,255); line-height: 23px;
}
.home1 h1 span {
	color: rgb(199,199,199); font-size: 20px;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home11 img {
	padding-top: 0px;
    max-width: 100%;
    margin-top: 0; margin-left: 0;
}
.home11 hr {
	border-top: 2px solid #cf2525;    margin: 15px 150px 15px 150px;
}



.serv-general{
	
	padding: 100px 0 100px 0;
	background: rgb(35,35,35); background-size: cover;
	
}
 
.serv-general h2 {
	font-family: 'font2'; font-size: 2rem; color: #cf2525; text-align: center; font-weight: 800;
}
.serv-general h4 {
	font-family: 'font2'; font-size: 15px; color: #fff;
}
.serv-general hr {
	background: #000; border-top: 1px solid #cf2525; padding: 1px 0px 1px 0px;
}
.serv-general p {
	font-size: 1rem;
	font-family: 'font2';
	color: white;
	text-align: center;
}


.serv-general .service-box{
/*	display: flex;
	flex-direction: column;
	justify-content: center; */

	background: black;
	border: 2px solid #cf2525;
	padding: 15px;
	width:auto;
}

.serv-general.red{
	
	padding: 100px 0 100px 0;
	background: #cf2525; background-size: cover;
	
}
.serv-general.red h2 {
	font-family: 'font2'; font-size: 2rem; color: white; font-weight: 800; text-align: center;
}
.serv-general.red h4 {
	font-family: 'font2'; font-size: 15px; color: #fff;
}
.serv-general.red hr {
	background: #000; border-top: 1px solid #cf2525; padding: 1px 0px 1px 0px;
}
.serv-general.red p {
	font-size: 1rem;
	font-family: 'font2';
	color: white;
	text-align: center;
}


.item-hints {
	display: none;
}
.item-hints .hint-radius {
  background-color: #cf252540;
  border-radius: 50%;
	box-shadow: 1px 1px 10px 3px #000;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -125px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: background-color, opacity, visibility,
    -webkit-transform;
  transition-property: background-color, opacity, visibility, -webkit-transform;
  transition-property: background-color, opacity, visibility, transform;
  transition-property: background-color, opacity, visibility, transform,
    -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease, ease, ease,
    cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.item-hints .hint:hover .hint-radius {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.item-hints .hint[data-position="1"] .hint-content {
  top: 85px;
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.item-hints .hint:hover .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.item-hints .hint-content::before {
  width: 0px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  transition: width 0.4s;
}
.item-hints .hint:hover .hint-content::before {
  width: 170px;
  transition: width 0.4s;
}
.item-hints .hint-content::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  bottom: 0;
  left: 0;
  width: 80px;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.item-hints .hint:hover .hint-content::after {
  opacity: 1;
  visibility: visible;
}
.item-hints .hint[data-position="4"] .hint-content {
  bottom: 85px;
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content p {
	margin-left: 0px; margin-right: 0px; font-size: 14px; text-align: left; background: linear-gradient(to top, #be181300, #be181300), url(/img/sg-black-11b.jpg)  no-repeat;
}
.item-hints .hint-content h3 {
	font-family: 'font2'; font-weight: 600; font-size: 18px; text-align: center; background:linear-gradient(to top, #be181300, #be181300), url(/img/sg-black-11b.jpg)  no-repeat;
}
.item-hints .hint-content hr {
	border-top: 2px solid #cf2525;    margin: 15px 150px 15px 150px;
}



}
/* === Mobile CSS Section ================= */
/*@media screen and (max-width: 425px) {*/
@media screen and (min-width: 310px) and (max-width: 690px) {
.navbar-sidebar {
	padding-top: 120px; height: 100% ; width: 200px; background-color: rgb(250,250,250) ; position: fixed!important;	z-index: 2;	overflow: auto;
}
.video {
	overflow: hidden; position: relative; z-index: 1; display: block; padding-top: 100px;
}
.video hr {
	background: red;
    padding: 2.5px 0px 2.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    width: 95%;
		text-align:center;
	}
.video .pad {
	padding: 70px 0px 0px 75px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 25px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 8% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 13px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 10px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(255,255,255); padding: 15px 10px; border-radius: 1.6rem; background: rgb(40,40,40); margin: 40px; text-transform: capitalize;
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}

.home3 iframe {
	box-shadow: 1px 1px 10px 3px #000;
	width: 230px;
	height: 315px;
}

.item-hints .hint-radius {
  background-color: #cf252540;
  border-radius: 50%;
	box-shadow: 1px 1px 10px 3px #000;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -125px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: background-color, opacity, visibility,
    -webkit-transform;
  transition-property: background-color, opacity, visibility, -webkit-transform;
  transition-property: background-color, opacity, visibility, transform;
  transition-property: background-color, opacity, visibility, transform,
    -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease, ease, ease,
    cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.item-hints .hint:hover .hint-radius {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.item-hints .hint[data-position="1"] .hint-content {
  top: 85px;
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.item-hints .hint:hover .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.item-hints .hint-content::before {
  width: 0px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  transition: width 0.4s;
}
.item-hints .hint:hover .hint-content::before {
  width: 170px;
  transition: width 0.4s;
}
.item-hints .hint-content::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  bottom: 0;
  left: 0;
  width: 80px;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.item-hints .hint:hover .hint-content::after {
  opacity: 1;
  visibility: visible;
}
.item-hints .hint[data-position="4"] .hint-content {
  bottom: 85px;
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content p {
	margin-left: 0px; margin-right: 0px; font-size: 14px; text-align: left; background: rgb(35,35,35);
}
.item-hints .hint-content h3 {
	font-family: 'font2'; font-weight: 600; font-size: 18px; text-align: center; background: rgb(35,35,35);
}
.item-hints .hint-content hr {
	border-top: 2px solid #cf2525;    margin: 15px 150px 15px 150px;
}

.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important; padding: 30px 15px 30px 15px;
 background: rgb(235,235,235);
    background-size: cover;
		box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .square2:hover {
	background: rgb(35,35,35); color: #fff9; text-shadow: 1px 1px 5px #000; transition: .1s;
}
.home-page-section-2 .square2 hr {
	background: red;
    padding: 1.5px 0px 1.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    width: 35%;
}
.square2 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 .square2 h3 {
	font-size: 25px; font-family: 'font2'; font-weight: 600;
}
.home-page-section-2 h4 {
	font-size: 25px;
  color: rgb(255,255,255);
  font-family: 'font2';
  text-align: center;
  font-weight: 600;
}
.home-page-section-2 p {

  font-weight: 600;
	font-family: 'font2';
  font-size: 16px;
	line-height: 30px;
}
.home-page-section-2 .square2 h5 {
	font-size: 13px; color: #cf2525;
}
.home-page-section-2 span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}


.home3 {
  padding: 50px 0px 100px; background: rgb(210,40,40); box-shadow: 1px 1px 10px 3px #000;
}
.home3 h3 { 
	font-family: 'font3'; font-size: 16px; font-weight: 600; line-height: 40px; text-align: center; font-style: italic; color: #fff; text-shadow: 1px 1px 1px #000;
}
.home3 iframe {
	width: 100%; height: 100%;
}

.home1 {
	padding: 50px 20px 34px 20px;
    background: rgb(210,40,40);
    box-shadow: 1px 1px 10px 3px #000;
    margin-top: 0px;
}
.home1 hr {
	background: #444;
    padding: 1.5px 0px 1.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
}
.home11 {
	padding: 75px 0px 75px 0px;
    background: rgb(35,35,35);
    box-shadow: 1px 1px 10px 3px #000;
    margin-top: -50px;
}
.home11 h2 {
	text-align: center; font-size: 35px; font-family: 'font2'; color: #fff; margin-top: 0;
}
.home11 p {
	color: #fff; font-family: 'font2'; font-size: 17px; line-height: 30px; text-align: justify; margin: 0px 35px 0 35px;
}
.home1 .pad {
	padding-top: 250px;
}
.home1 .pad h3 {
	font-size: 30px; line-height: 40px; background: #3A3A3A; color: #fff;
}
.home1 h1 {
	font-family: 'font2';	font-size: 35px; text-align: center; font-weight: 800; color: rgb(222,222,222);
}
.home1 p {
	font-size: 14px; font-family: 'font2'; font-weight: 600;	color: rgb(255,255,255); line-height: 23px; text-align: justify;
}
.home1 h1 span {
	color: rgb(199,199,199); font-size: 20px;
}
.home1 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home11 img {
	padding-top: 0px;
    max-width: 100%;
    margin-top: 0; margin-left: 0;
}
.home11 hr {
	border-top: 2px solid #cf2525;    margin: 15px 150px 15px 150px;
}

.parallax1 {
  background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/roofing-02.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 75px 0px 75px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
  background-image: linear-gradient(rgb(0,0,0,0.5), rgb(0,0,0,0.5)), url("/img/roofing-08.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 30px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 .square3 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important; 
 background: rgb(35,35,35);
		padding: 75px 25px 75px 25px;
		box-shadow: 1px 1px 10px 3px #000;
}
.home4 h3 {
	font-size: 35px; font-family: 'font2'; line-height: 55px; color: #fff; text-align: center;
}
.home4 h4 {
	font-size: 24px; color: #fff; line-height: 60px;
}
.home4 h5 {
	font-size: 21px; color: #fff; line-height: 60px; margin-left: 25px;
}
.home4 h6 {
	font-size: 20px; color: #fff; line-height: 60px;
}
.home4 p {
	font-size: 17px; line-height: 30px; color: #fff; font-family: 'font2'; text-align: justify;
}
.home4 .square3 hr {
	background: red;
    padding: 1.5px 0px 1.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    width: 35%;
}
.home5 {
	padding: 30px 0px;
	box-shadow: 1px 1px 10px 3px #000;
	 background: rgb(235,235,235);
}
.home5 p {
	font-size: 17px; line-height: 30px; color: #fff; text-align: justify;
}
.home5 .rec {
    background: rgb(210,40,40);
    padding: 50px 25px 50px 25px; box-shadow: 1px 1px 10px 3px #000;
}
.home5 .rec h2 {
 font-size: 30px; color: #fff; font-family: 'font2';
}
.home5 .rec hr {
	background: #444;
    padding: 1.3px 0px 1.3px 0px;
    box-shadow: 2px 2px 1px 2.5px #000;
		 width: 35%;
}
.home5 .rec2 {
    background: rgb(35,35,35);
    padding: 15px;  box-shadow: 1px 1px 10px 3px #000;
}
.home5 .rec2 .slider1 {
	margin-left: 25px;
}
.home5 .rec2 h3 {
	color: whitesmoke; font-size: 24px; text-align: center; text-shadow: 1px 1px 1px #000; font-family: 'font2';
}
.home5 .rec2 h4 {
	font-size: 20px; color: #fff; font-weight: 500; font-family: 'font2'; text-transform: uppercase; text-decoration: underline;
}
.home5 .rec2 h5 {
	font-size: 18px; color: #fff; font-family: 'font2'; text-transform: uppercase; text-decoration: underline;
}
.home5 .rec2 h6 {
	font-size: 16px; color: #fff; line-height: 29px; text-align: center; font-style: italic;
}
.home5 .rec2 p span {
	color: gold;
}
.home5 .rec2 hr {
	background: red;
    padding: 1px 0px 1px 0px;
    box-shadow: 2px 2px 1px 1px #000;
}
.home5 .rec2 ul {
	 padding-right: 25px
}
.home5 .rec2 li {
	color: #fff; line-height: 25px; font-family: 'font2'; font-weight: 400; font-size: 14px;
}
.card2a {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	background-image: rgb(35,35,35);
  box-shadow: 1px 1px 10px 1px #000;
	border: 3px solid #cf2525;
	visibility: hidden;
}
.card2a h2 {
	font-family: 'font2';
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.card2a h4 {
	font-family: 'font2';
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.card2a i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card2a p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
	color: rgb(255,255,255);
}
.card2a a {
	color: #006ec7;
	font-weight: 800;
	font-family: 'font2';
}
.card2a a:hover {
	color: #01833A;
}
.card2a img {
	box-shadow: 1px 1px 10px 3px #000;
}
.card2b {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border-radius: 0.2rem;
	padding: 0px 0px 0px 0px;
	background-image: rgb(210,40,40);
	box-shadow: 1px 1px 10px 1px #000;
	border: 3px solid #000;
	visibility: hidden;
}
.card2b h2 {
	font-family: 'font2';
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.card2b h4 {
	font-family: 'font2';
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
.card2b i {
	font-size: 45px;
	color: rgb(100,100,100);
}
.card2b p {
	font-size: 15px;
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
	color: rgb(255,255,255);
}
.card2b a {
	color: #006ec7;
	font-weight: 800;
	font-family: 'font2';
}
.card2b a:hover {
	color: #01833A;
}
.card2b img {
	box-shadow: 1px 1px 10px 3px #000;
}
.home33 {
	background: rgb(235,235,235); padding: 100px 10px 100px 10px;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background: rgb(35,35,35);
  font-family: 'font2';
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color: #ddd;
}
.tab button.active {
  background-color: #ccc;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
	padding: 10px;
	background: rgb(35,35,35);
}
.tabcontent h3 {
	padding-top: 40px;
	font-family: 'font2';
	text-align: center;
	font-size: 1.2rem;
	color: #cf2525;
}
.tabcontent h5 {
	font-size: 24px; font-family: font2; text-align: center; color: rgb(240,240,240); padding-bottom: 40px;
}
.tabcontent iframe {
	width: 100%; height: 300px; border: 0; border-radius: 0.8rem;
}
.serv5 {
	padding: 100px 0 100px 0;
	background: linear-gradient(to right, #be181300, #be181300), url(/img/tri-3-new.png) top right no-repeat; background-size: cover;
}
.serv5 h1 {
	font-family: 'font2';
	color: #cf2525;
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv5 h2 {
	font-family: 'font2'; font-size: 20px; color: #cf2525; text-align: center;
}
.serv5 h4 {
	font-family: 'font2'; font-size: 15px; color: #fff;
}
.serv5 hr {
	background: #000; border-top: 1px solid #cf2525; padding: 1px 0px 1px 0px;
}
.serv5 p {
	font-size: 14px;
	font-family: 'font2';
	color: rgb(240,240,240);
	text-align: justify;
}
.serv5 button {
	
	border: 1px solid rgb(255,255,255);
	background: rgb(235,235,235); background-size: cover;
	font-size: 14px;
	font-family: 'font2'; font-weight: 600;
}
.serv5 button:hover {
	background: rgb(210,40,40); background-size: cover; color: #fff;
}
.serv5 img {
	border-radius: 0.6rem;
}
 
.sect {
	background: rgb(235,235,235); background-size: cover; padding: 25px; box-shadow: 1px 1px 10px 3px #000;
}
.sect2 {
	background: rgb(235,235,235); background-size: cover; padding: 25px; text-align: right; box-shadow: 1px 1px 10px 3px #000;
}
.sect2 ul li {
	text-align: left;
}
.service-areas hr {
	background: #000; border-top: 1px solid #cf2525; padding: 1px 0px 1px 0px;
}
.service-areas iframe {
	box-shadow: 1px 1px 10px 3px #000;
	height: 300px;
	width: 100%;
}
.manufacturers {
	background: linear-gradient(to right, #be181300, #be181300), url(/img/tri-123-new.png) top right no-repeat; background-size: auto; box-shadow: 1px 1px 10px 3px #000; padding: 30px 0px;
}
.manufacturers1 {
	background: rgb(210,40,40); background-size: cover; box-shadow: 1px 1px 10px 3px #000; padding: 50px 0px 50px 0px;
}
.manufacturers1 h2 {
	font-size: 40px; font-family: 'font2'; color: #000; text-align: center;
}
.manufacturers1 p {
	font-size: 16px; line-height: 30px; color: whitesmoke; text-align: justify;
}
.manufacturers2 {
	background: rgb(35,35,35); background-size: cover; box-shadow: 1px 1px 10px 3px #000; padding: 50px 0px 50px 0px;
}
.manufacturers2 h2 {
	font-size: 45px; font-family: 'font2'; color: #cf2525; text-align: center;
}
.manufacturers2 p {
	font-size: 16px; line-height: 30px; color: #fff; text-align: justify;
}
.manufacturers3 {
	background: rgb(235,235,235); background-size: cover; box-shadow: 1px 1px 10px 3px #000; padding: 50px 0px 50px 0px;
}
.manufacturers3 h2 {
	font-size: 45px; font-family: 'font2'; color: #cf2525; text-align: center;
}
.manufacturers3 p {
	font-size: 16px; line-height: 30px; text-align: justify;
}
.news-feed {
	padding: 50px 0px; background: rgb(235,235,235); background-size: cover;
}
.news-feed img {
	margin-top: 100px; width: 100%; height: 100%; border-radius: 1.5rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.news-feed a.contact {
	padding: 10px; background: rgb(156,30,32); border: 3px solid rgb(0,0,0); border-radius: 1.5rem;
  font-size: 24px; font-weight: 600; text-align: center; text-shadow: 1px 1px 2px rgb(0,0,0); text-transform: uppercase; color: rgb(255,255,255);
}
.news-feed .fb-page {
	width: 100% !important; max-width: 100% !important;
}

}



@media screen and (max-width: 375px) {
.navbar-sidebar {
	padding-top: 120px; height: 100% ; width: 200px; background-color: rgb(250,250,250) ; position: fixed!important;	z-index: 2;	overflow: auto;
}
.video hr {
	    background: red;
    padding: 2.5px 0px 2.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    width: 95%;
		text-align:center;
	}
.video .pad {
	padding: 60px 0px 0px 45px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 25px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 12px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 10px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(255,255,255); padding: 15px 10px; border-radius: 1.6rem; background: rgb(40,40,40); margin: 40px; text-transform: capitalize;
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}


.item-hints .hint-radius {
  background-color: #cf252540;
  border-radius: 50%;
	box-shadow: 1px 1px 10px 3px #000;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -125px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: background-color, opacity, visibility,
    -webkit-transform;
  transition-property: background-color, opacity, visibility, -webkit-transform;
  transition-property: background-color, opacity, visibility, transform;
  transition-property: background-color, opacity, visibility, transform,
    -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease, ease, ease,
    cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}
.item-hints .hint:hover .hint-radius {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.item-hints .hint[data-position="1"] .hint-content {
  top: 85px;
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.item-hints .hint:hover .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}
.item-hints .hint-content::before {
  width: 0px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  transition: width 0.4s;
}
.item-hints .hint:hover .hint-content::before {
  width: 170px;
  transition: width 0.4s;
}
.item-hints .hint-content::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  bottom: 0;
  left: 0;
  width: 80px;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.item-hints .hint:hover .hint-content::after {
  opacity: 1;
  visibility: visible;
}
.item-hints .hint[data-position="4"] .hint-content {
  bottom: 85px;
  left: 50%;
  margin-left: 56px;
}
.item-hints .hint-content p {
	margin-left: 0px; margin-right: 0px; font-size: 14px; text-align: left; background: linear-gradient(to top, #be181300, #be181300), url(/img/sg-black-11b.jpg)  no-repeat;
}
.item-hints .hint-content h3 {
	font-family: 'font2'; font-weight: 600; font-size: 18px; text-align: center; background: linear-gradient(to top, #be181300, #be181300), url(/img/sg-black-11b.jpg)  no-repeat
}
.item-hints .hint-content hr {
	border-top: 2px solid #cf2525;    margin: 15px 150px 15px 150px;
}

.home3 h3 { 
	font-family: 'font3'; font-size: 16px; font-weight: 600; line-height: 30px; text-align: center; font-style: italic; color: #fff; text-shadow: 1px 1px 1px #000;
}

}


@media screen and (max-width: 350px){
	
.navbar-sidebar {
	padding-top: 120px; height: 100% ; width: 200px; background-color: rgb(250,250,250) ; position: fixed!important;	z-index: 2;	overflow: auto;
}
.video hr {
	    background: red;
    padding: 2.5px 0px 2.5px 0px;
    box-shadow: 2px 2px 1px 2px #000;
    width: 95%;
		text-align:center;
	}
.video .pad {
	padding: 50px 0px 0px 35px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 25px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 12px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 10px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(255,255,255); padding: 15px 10px; border-radius: 1.6rem; background: rgb(40,40,40); margin: 40px; text-transform: capitalize;
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
	
}