/* 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-family: 'font3';
	src:url('../fonts/tl.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; 
}

.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;
}
.tab {
  overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; 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;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font';	text-align: center;	font-size: 2rem; color: rgb(246,177,24);
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%;	z-index: 1;	padding: 10px 0 10px 0;	background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-3-new.jpg) top right no-repeat;	z-index: 5;	-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 {
	display:flex;	justify-content:center;	align-items:center; padding: 10px;	background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120);	border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.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 {
	/*color: rgb(120,120,120);*/
	display:flex;	justify-content:center;	align-items:center; padding: 10px;	background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120);	border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.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: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat; 	height: 34px;	width: 34px; margin: 0 4px; box-shadow: 1px 1px 4px 1px #000;
}
.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 {
	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 {
	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 {
	color: rgb(75,75,75);	font-weight:600 !important;	font-size: 1rem;	font-family:'Raleway'; text-align:left;
	
 	    font-family: 'sans-serif';
    color: #444;
		color:black;
}
	
	
}
.navbar-sidebar {
	padding-top: 100px; 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 {
	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:1200px;
}
.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: 'sans-serif';
    color: #444;
		color:black;
}

.nav-link{
	
	    font-family: 'sans-serif';
    color: #444;
		color:black;
}
.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 span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 1; display: block;
}
.video .pad {
	padding: 350px 0px 0px 100px; position: absolute; margin-top: -100px;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 65px; text-shadow: 0px 0px 5px #000; font-family: 'font3'; text-align: left;
}
.video .pad h5 span{
	font-weight: 500; color: rgb(255,255,255); font-size: 52px; text-shadow: 0px 0px 5px #000; font-family: 'font3'; text-align: left; padding-bottom:15px;
}
.video .pad #sub-text{
	font-weight: 500; color: rgb(255,255,255); font-size: 27px; text-shadow: 0px 0px 5px #000; font-family: 'font3'; text-align: left;
}
.video .pad h6 {
	color: #fff; text-shadow: 1px 1px 1px #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; 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(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.video .pad ul {
	margin-left: 25px;
}
.video hr {
	border-top: 2px solid #c30e05;
}

.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;
}
.home {
	padding: 75px; background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-3-new.jpg) top right no-repeat;
}
.home .pad {
	padding-top: 285px;
}
.home h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home h2 {
	font-family: 'sans-serif';	font-size: 35px; text-align: left; font-weight: 500; color: #444;
}
.home h3 {
	text-align: center; font-size: 22px; font-family: 'font3'; color: #444;
}
.home h2 span {
	color: rgb(196,41,56); font-family: 'font3';
}
.home h4 {
	font-size: 30px;
}
.home p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150); line-height: 35px;
}
.home span {
	color: rgb(83,82,82);
}
.home img {
	max-width: 50%; box-shadow: none;
}
.home .bx img {
	box-shadow: 1px 1px 10px 3px #000;
		max-width: 100%;
}
.home .mag {
	
}
.banner {
	/*height: 250px;*/ padding: 90px 0px 175px 0px; background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat; box-shadow: 1px 1px 10px 3px #000;
}
.banner mark {
	    color: #c30e05;
    background: #ffffffe6;
    border-top: 1px solid #fff;
    padding: 5px;
    font-size: 25px;
    box-shadow: 1px 1px 10px 1px #000;
		font-family: 'font3';
}
.banner mark:hover {
	font-size: 30px;
}
.banner img {
	 max-width: 20%;
}

.home1  {
	padding: 75px 50px 75px 125px;
	background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-2-new.jpg) top right repeat;
	position: relative;
	box-shadow: 1px 1px 10px 3px #000;
}
.home1 .svg1 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.home1 .svg2 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    top: 99%;
    fill: rgb(8,129,221);
}
.home1 .pad {
	padding-top: 285px;
}
.home1 i {
	font-size: 45px;
	text-align: center;
	padding-bottom: 13px;
	text-shadow: 0px 0px 10px #000;
	color: rgb(255,255,255);
}
.home1 .box1 {
	padding: 15px;
}
.home1 .box2 {
	padding: 25px;
}
.home1 .box3 {
	padding: 150px 0px 150px 0px;
}
.home1 h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500; letter-spacing: 3px;
	font-size: 45px;
	color: #000; font-family: 'font3'; text-transform: none;
}
.home1 h1 span {
	color: #000; font-family: 'font2';  letter-spacing: 1px;
}
.home1 h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;

	font-size: 20px;
	font-family: 'Arial';
	color: #c30e05;
margin-top: -25px;
}
.home1 h3 {
	text-align: center;
	text-transform: uppercase;

	font-weight: 600;
	font-size: 18px;
	font-family: 'Arial';
	color: rgb(0,0,0);
}
.home1 span {
	color: #c30e05;
	font-size: 23px;
}
.home1 hr {
	border-top: 1px solid #c30e05;
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	/*text-shadow: 0px 0px 10px #000;*/

	color: rgb(0,0,0);
}
.home1 p strong {
	font-weight: 500;
	color: #000;
	text-shadow: none;
	text-align: center !important;
	line-height: 35px;
}
.home1 a {
	font-size: 15px;
	font-family: 'Arial';
	color: rgb(255,255,255);
}
.home1 a:hover {
	font-size: 15px;
	font-family: 'Arial';
	color: rgb(255,255,255,0.9);
}
.home1 .card {
  width: 350px;
  height: 390px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card2 {
  width: 350px;
  height: 360px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card3 {
  width: 350px;
  height: 390px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card4 {
  width: 350px;
  height: 330px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card5 {
  width: 350px;
  height: 390px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card6 {
  width: 350px;
  height: 360px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card7 {
  width: 350px;
  height: 360px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}



.home1 img {
	max-width: 50%;
}
.home1 .mr img {
	margin-top: 180px; max-width: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 5px rgb(0,0,0);
}
.home1 .flip-card {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.home1 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-5.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back {
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card2 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front2 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-4.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back2 {
box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card3 {
  background-color: transparent;
  width: 350px;
  height: 360px;
  perspective: 1000px;
}
.home1 .flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card3:hover .flip-card-inner3 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front3 {
  background-color: #bbb;
	border-radius: 10px;
	    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/hr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back3 {
  box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card4 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front4, .flip-card-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front4 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/cr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back4 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card5 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner5 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card5:hover .flip-card-inner5 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front5, .flip-card-back5 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front5 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-3.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back5 {
  box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card6 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner6 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card6:hover .flip-card-inner6 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front6, .flip-card-back6 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front6 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back6 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card7 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner7 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card7:hover .flip-card-inner7 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front7, .flip-card-back7 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front7 {
  background-color: #bbb;
	border-radius: 10px;
 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/hr-1.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back7 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home-page-section-2 {
	box-shadow: 1px 1px 10px 1px #000;
}
.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: -75px 81px 0 0!important;*/
    padding: 50px 50px !important;
		background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-3-new.jpg) top right no-repeat;
		box-shadow: 1px 1px 10px 3px #000;
			text-align: center;
			    /*margin-left: 145px;*/
}
.home-page-section-2 .square11 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    /*margin: -75px 81px 0 0!important;*/
    padding: 50px 50px !important;
		background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat;
		box-shadow: 1px 1px 10px 3px #000;
		    /*margin-left: 145px;*/
}
.home-page-section-2 .square111 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    /*margin: -75px 81px 0 0!important;*/
    padding: 50px 50px !important;
		background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat;
		box-shadow: 1px 1px 10px 3px #000;
		    /*margin-left: 300px;*/
}
.parallax1 {
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roofer-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 75px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  /*margin: 75px -300px 8px!important;*/
  padding: 50px!important;
	background: rgb(255,255,255,0.7)!important;
	box-shadow: 1px 1px 10px 3px #000;
	text-align: center;
}
.home-page-section-2 .square22 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  /*   margin: 75px -300px 8px 375px!important;*/
  padding: 50px!important;
	background: rgb(255,255,255,0.7)!important;
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	    font-size: 35px;
    color: rgb(255,255,255);
    font-family: 'font3';
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px #000;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600;
	font-family: 'font2';
  font-size: 16px;
	line-height: 30px;
}
.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);
}
.home-3 {
	padding: 100px 75px 100px 75px; background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-3-new.jpg) top right no-repeat; box-shadow: 1px 1px 10px 1px #000;
}
.home-3 h3 {
	color: #fff; font-family: 'font3'; font-size: 25px;
}
.home-3 p {
	color: #fff; font-size: 16px; font-family: 'arial'; line-height: 30px;
}
.home-3 .ar {
	text-align: right;
}
.home-3 img {
	box-shadow: 1px 1px 10px 2px #000;
}
.home-contact {
	padding: 50px 0 50px 0; background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-3-new.jpg) top right no-repeat; box-shadow: 1px 1px 10px 1px #000;
}
.home-contact h3 {
	text-align: center; font-size: 35px;
}
.home-contact h2 {
	text-align: center; font-size: 35px;
}
.home-contact-2 {
	padding: 100px 75px 50px 75px; background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-3-new.jpg) top right no-repeat; box-shadow: 1px 1px 10px 1px #000;
}
.home-contact-2 h1 {
 font-size: 35px; font-family: 'font3'
}
.home-contact-2 h2 {
 font-size: 45px; text-align: center; font-family: 'font3';
}


.home-contact-2 h3 {
 font-size: 35px; font-family: 'font3'
}
.home-contact-2 h4 {
 font-size: 25px;
 font-family: 'font3'; letter-spacing: 1.5px;
}
.home-contact-2 h5 {
 font-size: 15px; line-height: 25px;
}
.home-contact-2 a i {
	align-items:center;	border: 1px solid rgb(255,255,255);	color: rgb(255,255,255); background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat;	height: 55px;	width: 55px; margin: 0 4px; box-shadow: 1px 1px 4px 1px #000; display:inline-flex;	justify-content:center; font-size: 25px;
}
.home-page-4 {
	padding: 0px;
}
.parallax2 {
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roofers-2.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 50px 100px 50px;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page-section-1 {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'font3';
	font-size: 4rem;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 40px;
	color:  #c30e05;
}
.about-page-section-1 h2 {
	font-family: 'sans-serif'; font-size: 30px; color: #444;
}
.about-page-section-1 p {
	font-size: 18px;
	text-align: justify;
	font-family: 'font2';
	color: rgb(129,141,148);
}
.about-page-section-1 li {
	font-size: 18px;
	font-family: 'font2';

	color: rgb(129,141,148);
}
.about-page-section-1 strong {
	color:  #c30e05;
	font-family: 'font3';
		letter-spacing: 2.5px;
	text-decoration: underline;
	font-size: 35px;
}
.about-page-section-1 span {
	color:  #c30e05; font-size: 25px;
	font-family: 'font3';
		letter-spacing: 1.5px;
}
.service1 {
	padding: 120px 0 75px 0; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/texture1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover; display: block;
}
.service1 h1 {
	font-size: 50px; text-align: left; font-weight: 900; font-style: italic; color: #444;
}
.service1 h5 {
	line-height: 27px; font-size: 17px; color: rgb(65,65,65); text-align: left; padding-bottom: 40px;
}
.service1 h3 {
	font-size: 22px; font-family: 'font3';
}
.service1 h3:hover {
	text-indent: 5px; color: #c30e05;
}
.service1  a {
	color: #c30e05;
}
.service1 .box {
	background: rgb(255,255,255,0.9); padding: 25px; border-radius: 10px; box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
}
.service1 h2 {
	font-weight: 900; font-size: 30px; font-style: italic; color: #c30e05;
}
.service1 span h2  {
	text-align: right !important;
}
.service1 p {
	color: rgb(12,12,12); font-size: 16px;
}
.service1 span p  {
	text-align: right !important;
}
.service1 img {
	border-radius: 10px;
}
.service1 .service-button {
	    border-radius: 100px;
			text-align: center;
    border: 1px solid #c30e05;
    width: 50%;
    padding: 8px;
		align-self: center;
		align-items: center;
		align-content: center;
		alignment-baseline: central;
    color: #c30e05;
}
.service1 .service-button:hover {
	background: #c30e05; color: #fff; border: 1px double #fff;
}
.area1 {
	padding: 150px 0 75px 0; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/texture1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover; display: block;
}
.area1 h1 {
	font-weight: 900; color: rgb(18,24,98); font-size: 30px; font-style: italic; text-align: left;
}
.area1 h1.top {
	font-weight: 900; color: rgb(18,24,98); font-size: 35px; font-style: italic; text-align: center;
}
.area1 h2 {
	font-weight: 900; color: rgb(18,24,98); font-size: 30px; font-style: italic; text-align: left;
}
.area1 p {
	color: rgb(12,12,12); text-align: justify; font-size: 17px;
}
.area1 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}
.area1 a, .area1 a:hover {
	background:#121862; color: white; border-radius: 10px; font-size: 13px;  padding: 10px; 
}
.area2 {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area2 h2 {
	font-weight: 900; color: rgb(18,24,98); font-size: 30px; font-style: italic; text-align: left;
}
.area2 p {
	color: rgb(12,12,12); text-align: justify; font-size: 17px;
}
.area2 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}
.area2 a, .area2 a:hover {
	background:#121862; color: white; border-radius: 10px; font-size: 13px;  padding: 10px; 
}
.area3 {
	padding: 75px 0 75px 0; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/texture1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover; display: block;
}
.area3 h2 {
	font-weight: 900; color: rgb(18,24,98); font-size: 30px; font-style: italic; text-align: left;
}
.area3 p {
	color: rgb(12,12,12); text-align: justify; font-size: 17px;
}
.area3 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}
.area3 a, .area3 a:hover {
	background:#121862; color: white; border-radius: 10px; font-size: 13px;  padding: 10px; 
}
.serv1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv1 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv1 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv1 img {
	border-radius: 0.6rem;
}
.serv1 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv2 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.serv2 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv2 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv2 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv2 img {
	border-radius: 0.6rem;
}
.serv2 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv3 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.serv3 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv3 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv3 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv3 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv3 img {
	border-radius: 0.6rem;
}
.serv3 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv4 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.serv4 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv4 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv4 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv4 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv4 img {
	border-radius: 0.6rem;
}
.serv4 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv6 {
	padding: 100px 0 100px 0;
background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-2-new.jpg) top right no-repeat;
}
.serv6 h1 {
	font-family: 'font3';
    color: #c42938;
    font-size: 3rem;
    padding-bottom: 20px;
}
.serv6 h2 {
	font-family: 'font3';
	
	font-size: 2rem;
	color: #c42938;
}
.serv6 h3 {
	font-size: 20px;
	color: #c42938; text-indent: 15px; line-height: 25px;
}
.serv6 h4 {
	font-size: 25px;
	color: #c42938; line-height: 25px;
}
.serv6 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	line-height: 25px;
}
.serv6 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.serv6 img {
	box-shadow: 1px 1px 10px 3px #000; border-radius: 0px;
}
.serv6 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv6 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv6 .sq {
	background: #ffffffcf; padding: 25px; box-shadow: 1px 1px 10px 3px #000;
}
.serv6 .sq p {
	color: #000; font-weight: 600;
}
.serv6 .box{
    box-shadow: 1px 1px 8px white;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 8px #ddd;
}
.serv6 span{
    transition: 200ms;
    font-weight: 600;
    font-size: 18px;
}
.serv6 .bg-dark {
    background: #444 !important;
}
.serv6 .bg-dark:hover {
    background: #c42938 !important;
}
.serv6 .content{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_2{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_3{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_5{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_6{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .header{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serv6 .header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.gallery-page {
	padding: 110px 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(129,141,148);
}
.gallery-page h2 {
	font-size: 2rem; font-weight: 600; font-family: 'font2'; padding-bottom: 0px; text-align: center; color: rgb(129,141,148);
}


.testimonials h1{
	font-size: 2.6rem;
	font-family: 'font3';
	color: #c42938;
	text-align: center;
}




/**** 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: 'sans-serif';
	font-size: 35px;
	text-align: center;
	font-weight: 900;
	color: rgb(194,3,16);
}
.process h2 {
	font-family: 'sans-serif';
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process h3.card-title {
	font-family: 'sans-serif';
	font-size: 1.3rem;;
	text-align: center;
	font-weight: 900;
	padding-bottom: 10px;
	color: rgb(194,3,16);

}
.process h5 {
	font-family: 'font';
	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: 'font2';
	color: rgb(110,110,110);
}
.process strong {
	color: rgb(194,3,16);
	font-family: 'font2';
}

.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;;
}


/*FAQ Page*/
.faq {
	padding: 200px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(15,48,65);
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: rgb(15,48,65); 
	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: 1.1rem;
}
.faq .bg-dark {
  background-color: rgb(190,160,71); !important;
}
.faq .bg-dark:hover {
  background-color:rgb(190,160,71); !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, .faq .content_12 {
  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, .faq .header_12 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
}
/*FAQ Page END*/



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

/*******************  Referrals Owl Carousel *************************/
.owl-carousel .owl-stage-outer {
	padding:40px 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, #ffffffe8, #ffffffd6), url(/img/ws-3-new.jpg) top right no-repeat;box-shadow: 1px 1px 10px 3px #000;
}
.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: 150px 0 0; position: fixed;	background: rgb(83,82,82); 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 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; 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(196,41,56);
}
.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		                          */
/* ========================================================== */

.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: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-2-new.jpg) top right no-repeat;	color: rgb(255, 255, 255); font-size: 18px;	font-weight: 400; box-shadow: 1px 1px 10px 2px #000;
}
.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'; line-height: 25px;
}
.footer-section p a {
	color: #c30e05; font-size: 16px;
}
.footer-section a {
	color: rgb(255,255,255); 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 h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: #000;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: #000;
}
.bottom-footer {
	background: rgb(83,82,82); padding-top: 25px;
    margin-bottom: -10px;
}
.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: 2px solid #8B2222;
    height: 28px;
    width: 28px;
    margin: 0 4px;
    color: #8B2222;
    text-shadow: 1px 1px 2px #fff;
    background: #fff;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	    border: 1px solid rgb(255,255,255);
    color: rgb(255,255,255);
    background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat; text-shadow: none;
}
/* === Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
.video .form-container{
	display: none;
}

}
/* === Tablet CSS Section ================= */
/*@media screen and (max-width: 1024px) {*/
@media screen and (max-width: 1230px) {
	

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

.top-header-animate {
	background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-3-new.jpg) top right no-repeat;box-shadow: 1px 1px 10px 3px #000;
}
.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: 120px 0 0; position: fixed;	background: rgb(83,82,82); 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 20px; padding: 6px 0px; font-weight: 900; font-size: 17px; 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(196,41,56);
}
.navbar-light .navbar-nav li a {
	position:relative;
}
.navbar-collapse {
	height:100%;
}
.mobile-top-header {
	display:none !important;
}





.video {
	overflow: hidden; position: relative; z-index: 1; display: block;
}
.video .pad {
	padding: 350px 0px 0px 100px; position: absolute; margin-top: -100px;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 65px; text-shadow: 0px 0px 5px #000; font-family: 'font3'; text-align: left;
}
.video .pad h6 {
	color: #fff; text-shadow: 1px 1px 1px #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; 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(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.video .pad ul {
	margin-left: 25px;
	margin-bottom: 100px;
}
.video hr {
	border-top: 2px solid #c30e05;
}
.video .form-container{
	display: none;
}
.home1  {
	padding: 15px;
	background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-2-new.jpg) top right repeat;
	position: relative;
	box-shadow: 1px 1px 10px 3px #000;
}
.home1 .svg1 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.home1 .svg2 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    top: 99%;
    fill: rgb(8,129,221);
}
.home1 .pad {
	padding-top: 285px;
}
.home1 i {
	font-size: 45px;
	text-align: center;
	padding-bottom: 13px;
	text-shadow: 0px 0px 10px #000;
	color: rgb(255,255,255);
}
.home1 .box1 {
	padding: 15px;
}
.home1 .box2 {
	padding: 25px;
}
.home1 .box3 {
	padding: 150px 0px 150px 0px;
}
.home1 h1 {
	text-align: center;
	text-transform: uppercase;
	margin-left:40px;
	font-weight: 500; letter-spacing: 3px;
	font-size: 45px;
	color: #000; font-family: 'font3'; text-transform: none;
}
.home1 h1 span {
	color: #000; font-family: 'font2';  letter-spacing: 1px;
}
.home1 h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;

	font-size: 20px;
	font-family: 'Arial';
	color: #c30e05;
margin-top: -25px;
}
.home1 h3 {
	text-align: center;
	text-transform: uppercase;

	font-weight: 600;
	font-size: 18px;
	font-family: 'Arial';
	color: rgb(0,0,0);
}
.home1 span {
	color: #c30e05;
	font-size: 23px;
}
.home1 hr {
	border-top: 1px solid #c30e05;
	margin-left:35px
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	/*text-shadow: 0px 0px 10px #000;*/
	color: rgb(0,0,0);
	margin-left:30px;
}
.home1 p strong {
	font-weight: 500;
	color: #000;
	text-shadow: none;
	text-align: center !important;
	line-height: 35px;
}
.home1 a {
	font-size: 15px;
	font-family: 'Arial';
	color: rgb(255,255,255);
}
.home1 a:hover {
	font-size: 15px;
	font-family: 'Arial';
	color: rgb(255,255,255,0.9);
}
.home1 .card {
  width: 350px;
  height: 435px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card2 {
  width: 350px;
  height: 375px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card3 {
  width: 320px;
  height: 435px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card4 {
  width: 320px;
  height: 375px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card5 {
  width: 350px;
  height: 420px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card6 {
  width: 350px;
  height: 420px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card7 {
  width: 350px;
  height: 375px;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}

.home1 .box2 p{
    font-size: 17px;
    font-family: 'font2';
    /* text-shadow: 0px 0px 10px #000; */
    color: rgb(0,0,0);
}


.home1 img {
	max-width: 50%;
}
.home1 .mr img {
	margin-top: 180px; max-width: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 5px rgb(0,0,0); display: none;
}
.home1 .flip-card {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.home1 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-5.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back {
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card2 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front2 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-4.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back2 {
box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card3 {
  background-color: transparent;
  width: 350px;
  height: 360px;
  perspective: 1000px;
}
.home1 .flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card3:hover .flip-card-inner3 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front3 {
  background-color: #bbb;
	border-radius: 10px;
	    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/hr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back3 {
  box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card4 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front4, .flip-card-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front4 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/cr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back4 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card5 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner5 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card5:hover .flip-card-inner5 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front5, .flip-card-back5 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front5 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-3.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back5 {
  box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card6 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner6 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card6:hover .flip-card-inner6 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front6, .flip-card-back6 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front6 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back6 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card7 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner7 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card7:hover .flip-card-inner7 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front7, .flip-card-back7 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front7 {
  background-color: #bbb;
	border-radius: 10px;
 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/hr-1.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back7 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}

.home-3 {
	padding: 65px; background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-3-new.jpg) top right no-repeat; box-shadow: 1px 1px 10px 1px #000;
}
.home-3 h3 {
	color: #fff; font-family: 'font3'; font-size: 25px;
}
.home-3 p {
	color: #fff; font-size: 16px; font-family: 'arial'; line-height: 30px;
}
.home-3 .ar {
	text-align: right;
}
.home-3 img {
	box-shadow: 1px 1px 10px 2px #000;
}


}
/* === Mobile CSS Section ================= */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
	
	
.video {
	overflow: hidden; position: relative; z-index: 1; display: block; padding-top: 60px;
}
.video .pad {
	padding: 125px 0px 0px 15px; position: absolute; margin-top: -00px; display: block; 
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 25px; text-shadow: 0px 0px 5px #000; font-family: 'font3'; text-align: left;
}
.video .pad h6 {
	color: #fff; text-shadow: 1px 1px 1px #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'Arial'; text-align: left;
}
 #clip2 {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 27px; font-family: 'Arial'; text-align: left;
}
 #clip3 {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'Arial'; text-align: left;
	display:none;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.video .pad ul {
	margin-left: 25px;
	margin-bottom: 0;
}
.video hr {
	border-top: 2px solid #c30e05;
}
	
.video .pad #sub-text{
	font-weight: 500; color: rgb(255,255,255); font-size: 22px; text-shadow: 0px 0px 5px #000; font-family: 'font3'; text-align: left;
}


	
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.home-header-section {
	padding-top: 105px;
}

.home1  {
	padding: 75px 50px 75px 185px;
	background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-2-new.jpg) top right no-repeat;
	position: relative;
	box-shadow: 1px 1px 10px 3px #000;
}

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

.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: 5; 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);
}
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff;	cursor: pointer; outline: none;	border: none;
}
.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(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(255,255,255);
}
.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: 75px 50px 75px 50px;
	background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-2-new.jpg) top right no-repeat;
	position: relative;
	box-shadow: 1px 1px 10px 3px #000;
}
.home1 .svg1 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.home1 .svg2 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    top: 99%;
    fill: rgb(8,129,221);
}
.home1 .pad {
	padding-top: 285px;
}
.home1 i {
	font-size: 45px;
	text-align: center;
	padding-bottom: 13px;
	text-shadow: 0px 0px 10px #000;
	color: rgb(255,255,255);
}
.home1 .box1 {
	padding: 15px;
}
.home1 .box2 {
	padding: 25px;
}
.home1 .box3 {
	/*padding: 150px 0px 150px 0px;*/
	padding:  0px;

}
.home1 h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500; letter-spacing: 3px;
	font-size: 45px;
	color: #000; font-family: 'font3'; text-transform: none;
}
.home1 h1 span {
	color: #000; font-family: 'font2';  letter-spacing: 1px;
}
.home1 h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;

	font-size: 20px;
	font-family: 'Arial';
	color: #c30e05;
margin-top: -25px;
}
.home1 h3 {
	text-align: center;
	text-transform: uppercase;

	font-weight: 600;
	font-size: 18px;
	font-family: 'Arial';
	color: rgb(0,0,0);
}
.home1 span {
	color: #c30e05;
	font-size: 23px;
}
.home1 hr {
	border-top: 1px solid #c30e05;
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	/*text-shadow: 0px 0px 10px #000;*/

	color: rgb(0,0,0);
	margin-left: 0px; 
}
.home1 p strong {
	font-weight: 500;
	color: #000;
	text-shadow: none;
	text-align: center !important;
	line-height: 35px;
}
.home1 a {
	font-size: 15px;
	font-family: 'Arial';
	color: rgb(255,255,255);
}
.home1 a:hover {
	font-size: 15px;
	font-family: 'Arial';
	color: rgb(255,255,255,0.9);
}
.home1 .card {
  /*width: 350px;*/
  width: 100%;
  /*height: 390px;*/
  height: auto;;

  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card2 {
  /*width: 350px;*/
  /*height: 360px;*/
  width: 100%;
  height: auto;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card3 {
  /*width: 350px;*/
  /*height: 390px;*/
  width: 100%;
  height: auto;;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card4 {
  /*width: 350px;*/
  /*height: 330px;*/
  width: 100%;
  height: auto;;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card5 {
  /*width: 350px;*/
  /*height: 390px;*/
  width: 100%;
  height: auto;;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card6 {
  /*width: 350px;*/
  /*height: 360px;*/
  width: 100%;
  height: auto;;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card7 {
  /*width: 350px;*/
  /*height: 360px;*/
  width: 100%;
  height: auto;;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}



.home1 img {
	max-width: 50%;
}
.home1 .mr img {
	margin-top: 180px; max-width: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 5px rgb(0,0,0);
}
.home1 .flip-card {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.home1 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-5.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back {
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card2 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front2 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-4.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back2 {
box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card3 {
  background-color: transparent;
  width: 350px;
  height: 360px;
  perspective: 1000px;
}
.home1 .flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card3:hover .flip-card-inner3 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front3 {
  background-color: #bbb;
	border-radius: 10px;
	    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/hr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back3 {
  box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card4 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front4, .flip-card-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front4 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/cr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back4 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card5 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner5 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card5:hover .flip-card-inner5 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front5, .flip-card-back5 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front5 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-3.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back5 {
  box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card6 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner6 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card6:hover .flip-card-inner6 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front6, .flip-card-back6 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front6 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back6 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card7 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner7 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card7:hover .flip-card-inner7 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front7, .flip-card-back7 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front7 {
  background-color: #bbb;
	border-radius: 10px;
 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/hr-1.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back7 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home-page-section-2 {
	box-shadow: 1px 1px 10px 1px #000;
}
.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: -75px 81px 0 0!important;*/
    padding: 50px 50px !important;
		background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-3-new.jpg) top right no-repeat;
		box-shadow: 1px 1px 10px 3px #000;
			text-align: center;
			    /*margin-left: 145px;*/
}
.home-page-section-2 .square11 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    /*margin: -75px 81px 0 0!important;*/
    padding: 50px 50px !important;
		background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat;
		box-shadow: 1px 1px 10px 3px #000;
		    /*margin-left: 145px;*/
}
.home-page-section-2 .square111 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    /*margin: -75px 81px 0 0!important;*/
    padding: 50px 50px !important;
		background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat;
		box-shadow: 1px 1px 10px 3px #000;
		    /*margin-left: 300px;*/
}
.parallax1 {
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roofer-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 75px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  /*margin: 75px -300px 8px!important;*/
  padding: 50px!important;
	background: rgb(255,255,255,0.7)!important;
	box-shadow: 1px 1px 10px 3px #000;
	text-align: center;
}
.home-page-section-2 .square22 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  /*   margin: 75px -300px 8px 375px!important;*/
  padding: 50px!important;
	background: rgb(255,255,255,0.7)!important;
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	    font-size: 35px;
    color: rgb(255,255,255);
    font-family: 'font3';
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px #000;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600;
	font-family: 'font2';
  font-size: 16px;
	line-height: 30px;
}
.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);
}
.home-3 {
	padding: 100px 75px 100px 75px; background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-3-new.jpg) top right no-repeat; box-shadow: 1px 1px 10px 1px #000;
}
.home-3 h3 {
	color: #fff; font-family: 'font3'; font-size: 25px;
}
.home-3 p {
	color: #fff; font-size: 16px; font-family: 'arial'; line-height: 30px;
}
.home-3 .ar {
	text-align: right;
}
.home-3 img {
	box-shadow: 1px 1px 10px 2px #000;
}



.map-section{
	
	padding: 30px 0 0 0 !important; 
}
















}
/*@media screen and (max-width: 425px) {*/

@media screen and (max-width: 690px) {

.mobile-top-header {
	display:block !important;	padding: 0 30px 0;  z-index: 5; overflow:visible;
}  
.mobile-top-header img {
	max-width:125px;
}
.navbar-sidebar {
	padding-top: 120px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index:4;	overflow: auto;
}

	
.video {
	overflow: hidden; position: relative; z-index: 1; display: block; padding-top: 60px;
}
.video .pad {
	padding: 45px 0px 0px 15px; position: absolute; margin-top: -00px; display: block; 
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 25px; text-shadow: 0px 0px 5px #000; font-family: 'font3'; text-align: left;
}
.video .pad h6 {
	color: #fff; text-shadow: 1px 1px 1px #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'Arial'; text-align: left;
}
 #clip2 {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'Arial'; text-align: left;
}
 #clip3 {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'Arial'; text-align: left;
	display:none;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.video .pad ul {
	margin-left: 25px;
	margin-bottom: 0;
}
.video hr {
	border-top: 2px solid #c30e05;
}
	
.video .pad #sub-text{
	font-weight: 500; color: rgb(255,255,255); font-size: 16px; text-shadow: 0px 0px 5px #000; font-family: 'font3'; text-align: left;
}



.home {
	padding: 30px; background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-3-new.jpg) top right no-repeat;
}
.home .pad {
	padding-top: 285px;
}
.home h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home h2 {
	font-family: 'sans-serif';	font-size: 35px; text-align: left; font-weight: 500; color: #444;
}
.home h3 {
	text-align: center; font-size: 22px; font-family: 'font3'; color: #444;
}
.home h2 span {
	color: rgb(196,41,56); font-family: 'font3';
}
.home h4 {
	font-size: 30px;
}
.home p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center;	color: rgb(150,150,150); line-height: 35px;
}
.home span {
	color: rgb(83,82,82);
}
.home img {
	max-width: 50%; box-shadow: none;
}
.home .bx img {
	box-shadow: 1px 1px 10px 3px #000;
		max-width: 100%;
}
.home .mag {
	
}

.home1  {
	padding: 75px 10px 75px 10px;
	background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-2-new.jpg) top right repeat;
	position: relative;
	box-shadow: 1px 1px 10px 3px #000;
}
.home1 .svg1 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.home1 .svg2 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    top: 99%;
    fill: rgb(8,129,221);
}
.home1 .pad {
	padding-top: 285px;
}
.home1 i {
	font-size: 45px;
	text-align: center;
	padding-bottom: 13px;
	text-shadow: 0px 0px 10px #000;
	color: rgb(255,255,255);
}
.home1 .box1 {
	padding: 15px;
}
.home1 .box2 {
	padding: 25px;
}
.home1 .box3 {
	padding: 50px 0px 50px 0px;
}
.home1 h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500; letter-spacing: 3px;
	font-size: 45px;
	color: #000; font-family: 'font3'; text-transform: none;
	margin-left: 0; 
}
.home1 h1 span {
	color: #000; font-family: 'font2';  letter-spacing: 1px;
}
.home1 h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;

	font-size: 20px;
	font-family: 'Arial';
	color: #c30e05;
margin-top: -25px;
}
.home1 h3 {
	text-align: center;
	text-transform: uppercase;

	font-weight: 600;
	font-size: 18px;
	font-family: 'Arial';
	color: rgb(0,0,0);
}
.home1 span {
	color: #c30e05;
	font-size: 23px;
}
.home1 hr {
	border-top: 1px solid #c30e05;
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	/*text-shadow: 0px 0px 10px #000;*/

	color: rgb(0,0,0);
}
.home1 p strong {
	font-weight: 500;
	color: #000;
	text-shadow: none;
	text-align: center !important;
	line-height: 35px;
}
.home1 a {
	font-size: 15px;
	font-family: 'Arial';
	color: rgb(255,255,255);
}
.home1 a:hover {
	font-size: 15px;
	font-family: 'Arial';
	color: rgb(255,255,255,0.9);
}
.home1 .card {
  width: auto;
  height: auto;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card2 {
  width: auto;
  height: auto;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card3 {
  width: auto;
  height: auto;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card4 {
  width: auto;
  height: auto;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card5 {
  width: auto;
  height: auto;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card6 {
  width: auto;
  height: auto;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}
.home1 .card7 {
  width: auto;
  height: auto;
  perspective: 1000px;
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
}



.home1 img {
	max-width: 50%;
}
.home1 .mr img {
	margin-top: 180px; max-width: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 5px rgb(0,0,0);
}
.home1 .flip-card {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.home1 .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-5.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back {
	box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card2 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front2 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-4.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back2 {
box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card3 {
  background-color: transparent;
  width: 350px;
  height: 360px;
  perspective: 1000px;
}
.home1 .flip-card-inner3 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card3:hover .flip-card-inner3 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front3, .flip-card-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front3 {
  background-color: #bbb;
	border-radius: 10px;
	    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/hr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back3 {
  box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card4 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner4 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card4:hover .flip-card-inner4 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front4, .flip-card-back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front4 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/cr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back4 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card5 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner5 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card5:hover .flip-card-inner5 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front5, .flip-card-back5 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front5 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-3.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back5 {
  box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card6 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner6 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card6:hover .flip-card-inner6 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front6, .flip-card-back6 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front6 {
  background-color: #bbb;
	border-radius: 10px;
	 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/rr-2.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back6 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}
.home1 .flip-card7 {
  background-color: transparent;
  width: 350px;
  height: 350px;
  perspective: 1000px;
}
.home1 .flip-card-inner7 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home1 .flip-card7:hover .flip-card-inner7 {
  transform: rotateY(180deg);
}
.home1 .flip-card-front7, .flip-card-back7 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home1 .flip-card-front7 {
  background-color: #bbb;
	border-radius: 10px;
 background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url("/img/hr-1.png");
	background-size: cover;
  color: black;
}
.home1 .flip-card-back7 {
 box-shadow: 1px 1px 10px 1px #000;
	background: #fff;
	background-size: cover;
	border: 3px solid #c30e05;
	background-size: cover;
  color: white;
  transform: rotateY(180deg);
}




.home-page-section-2 {
	box-shadow: 1px 1px 10px 1px #000;
}
.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: -75px 81px 0 0!important;*/
    padding: 50px 50px !important;
		background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-3-new.jpg) top right no-repeat;
		box-shadow: 1px 1px 10px 3px #000;
			text-align: center;
			    /*margin-left: 145px;*/
}
.home-page-section-2 .square11 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    /*margin: -75px 81px 0 0!important;*/
    padding: 50px 50px !important;
		background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat;
		box-shadow: 1px 1px 10px 3px #000;
		    /*margin-left: 145px;*/
}
.home-page-section-2 .square111 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    /*margin: -75px 81px 0 0!important;*/
    padding: 50px 50px !important;
		background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat;
		box-shadow: 1px 1px 10px 3px #000;
		    /*margin-left: 300px;*/
}
.parallax1 {
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roofer-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  /*margin: 75px -300px 8px!important;*/
  padding: 20px!important;
	background: rgb(255,255,255,0.7)!important;
	box-shadow: 1px 1px 10px 3px #000;
	text-align: center;
}
.home-page-section-2 .square22 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  /*   margin: 75px -300px 8px 375px!important;*/
  padding: 20px!important;
	background: rgb(255,255,255,0.7)!important;
	box-shadow: 1px 1px 10px 3px #000;
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	    font-size: 35px;
    color: rgb(255,255,255);
    font-family: 'font3';
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px #000;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600;
	font-family: 'font2';
  font-size: 16px;
	line-height: 30px;
}
.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);
}






.home-3 {
	padding: 30px; background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-3-new.jpg) top right no-repeat; box-shadow: 1px 1px 10px 1px #000;
}
.home-3 h3 {
	color: #fff; font-family: 'font3'; font-size: 25px;
}
.home-3 p {
	color: #fff; font-size: 16px; font-family: 'arial'; line-height: 30px;
}
.home-3 .ar {
	text-align: right;
}
.home-3 img {
	box-shadow: 1px 1px 10px 2px #000;
}

.parallax2 {
  background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roofers-2.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}





.service1 {
	padding: 80px 0 75px 0; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/texture1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover; display: block;
}
.service1 h1 {
	font-size: 50px; text-align: left; font-weight: 900; font-style: italic; color: #444;
}
.service1 h5 {
	line-height: 27px; font-size: 17px; color: rgb(65,65,65); text-align: left; padding-bottom: 40px;
}
.service1 h3 {
	font-size: 18px; font-family: 'font3';
}
.service1 h3:hover {
	text-indent: 5px; color: #c30e05;
}
.service1  a {
	color: #c30e05;
}
.service1 .box {
	background: rgb(255,255,255,0.9); padding: 25px; border-radius: 10px; box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
}
.service1 h2 {
	font-weight: 900; font-size: 30px; font-style: italic; color: #c30e05;
}
.service1 span h2  {
	text-align: right !important;
}
.service1 p {
	color: rgb(12,12,12); font-size: 16px;
}
.service1 span p  {
	text-align: right !important;
}
.service1 img {
	border-radius: 10px;
}
.service1 .service-button {
	    border-radius: 100px;
			text-align: center;
    border: 1px solid #c30e05;
    width: auto;
    padding: 8px;
		align-self: center;
		align-items: center;
		align-content: center;
		alignment-baseline: central;
    color: #c30e05;
}
.service1 .service-button:hover {
	background: #c30e05; color: #fff; border: 1px double #fff;
}

.area1 {
	padding: 150px 0 75px 0; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/texture1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover; display: block;
}
.area1 h1 {
	font-weight: 900; color: rgb(18,24,98); font-size: 30px; font-style: italic; text-align: left;
}
.area1 p {
	color: rgb(12,12,12); text-align: justify; font-size: 17px;
}
.area1 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}
.area1 a, .area1 a:hover {
	background:#121862; color: white; border-radius: 10px; font-size: 13px;  padding: 10px; 
}
.area2 {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area2 h2 {
	font-weight: 900; color: rgb(18,24,98); font-size: 30px; font-style: italic; text-align: left;
}
.area2 p {
	color: rgb(12,12,12); text-align: justify; font-size: 17px;
}
.area2 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}
.area2 a, .area2 a:hover {
	background:#121862; color: white; border-radius: 10px; font-size: 13px;  padding: 10px; 
}
.area3 {
	padding: 75px 0 75px 0; background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/texture1.jpg"); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; background-repeat: no-repeat; background-size: cover; display: block;
}
.area3 h2 {
	font-weight: 900; color: rgb(18,24,98); font-size: 30px; font-style: italic; text-align: left;
}
.area3 p {
	color: rgb(12,12,12); text-align: justify; font-size: 17px;
}
.area3 iframe {
	width: 100%; height: 100%; border-radius: 10px;
}
.area3 a, .area3 a:hover {
	background:#121862; color: white; border-radius: 10px; font-size: 13px;  padding: 10px; 
}
.serv1 {
	padding: 100px 0 75px 0;
	background: rgb(255,255,255);
}
.serv1 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv1 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv1 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv1 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv1 img {
	border-radius: 0.6rem;
}
.serv1 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv2 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.serv2 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv2 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv2 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv2 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv2 img {
	border-radius: 0.6rem;
}
.serv2 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv3 {
	padding: 75px 0 75px 0;
	background: rgb(255,255,255);
}
.serv3 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv3 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv3 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv3 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv3 img {
	border-radius: 0.6rem;
}
.serv3 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv4 {
	padding: 75px 0 75px 0;
	background: rgb(249,249,249);
}
.serv4 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv4 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv4 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv4 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv4 img {
	border-radius: 0.6rem;
}
.serv4 .modal-dialog {
	max-width: 1200px;
	top: 130px;
	margin: 1.75rem auto;
}
.serv6 {
	padding: 100px 0 100px 0;
background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-2-new.jpg) top right no-repeat;
}
.serv6 h1 {
	font-family: 'font3';
    color: #c42938;
    font-size: 2.3rem;
    padding-bottom: 20px;
}
.serv6 h2 {
	font-size:1.7rem;
	color: #c42938;
}
.serv6 h3 {
	font-size: 15px;
	color: #c42938; text-indent: 0; line-height: 25px;
}
.serv6 h4 {
	font-size: 25px;
	color: #c42938; line-height: 25px;
}
.serv6 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	line-height: 25px;
}
.serv6 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.serv6 img {
	box-shadow: 1px 1px 10px 3px #000; border-radius: 0px;
}
.serv6 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv6 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv6 .sq {
	background: #ffffffcf; padding: 25px; box-shadow: 1px 1px 10px 3px #000;
}
.serv6 .sq p {
	color: #000; font-weight: 600;
}
.serv6 .box{
    box-shadow: 1px 1px 8px white;
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 8px #ddd;
}
.serv6 span{
    transition: 200ms;
    font-weight: 600;
    font-size: 18px;
}
.serv6 .bg-dark {
    background: #444 !important;
}
.serv6 .bg-dark:hover {
    background: #c42938 !important;
}
.serv6 .content{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_2{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_3{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_4{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_5{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .content_6{
    overflow: hidden;
    max-height: 0px;
    transition: 300ms ease-in;
}
.serv6 .header{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serv6 .header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.serv6 .header_6{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.gallery-page {
	padding: 75px 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(129,141,148);
}



.home-contact {
	padding: 50px 0 50px 0; background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-3-new.jpg) top right no-repeat; box-shadow: 1px 1px 10px 1px #000;
}
.home-contact h3 {
	text-align: center; font-size: 35px;
}
.home-contact-2 {
	padding: 20px; background: linear-gradient(to right, #ffffffe8, #ffffffd6), url(/img/ws-3-new.jpg) top right no-repeat; box-shadow: 1px 1px 10px 1px #000;
}
.home-contact-2 h2 {
 font-size: 45px; text-align: center; font-family: 'font3';
}
.home-contact-2 h3 {
 font-size: 35px; font-family: 'font3'
}
.home-contact-2 h4 {
 font-size: 25px;
 font-family: 'font3'; letter-spacing: 1.5px;
}
.home-contact-2 h5 {
 font-size: 15px; line-height: 25px;
}
.home-contact-2 a i {
	align-items:center;	border: 1px solid rgb(255,255,255);	color: rgb(255,255,255); background: linear-gradient(to right, #af0303b8, #7b0000d6), url(/img/ws-2-new.jpg) top right no-repeat;	height: 55px;	width: 55px; margin: 0 4px; box-shadow: 1px 1px 4px 1px #000; display:inline-flex;	justify-content:center; font-size: 25px;
}

.map-section{
	
	padding: 15px 0 0 0 !important; 
}



}

@media screen and (max-width: 375px) {
        
}