/* 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/SwordStone.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/Brandon_reg.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font3';
	src:url('../fonts/old-north.otf') format('opentype');
	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; 
}

.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;
}
/* ============================================================================================ */
/* === Tabs      **(ONLY MOBILE FREINDLY WITH A SMALL NUMBER OF TABS WITH A MAX OF 20 CHARACTERS  ================= */
/* ============================================================================================ */
.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: 2px 0 2px 0;
	background: rgb(255,255,255);
	z-index: 5;
	-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 {
	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-']: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 {
	font-family: 'font2';
	color: rgb(76,78,94);
	font-size: 18px;
	font-weight: 100;
}
.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 {
	font-family: 'font2';
	color: rgb(76,78,94);
	font-size: 18px;
	font-weight: 100;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: transparent;
}
.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(2,130,200);
	color: rgb(255,255,255);
	background: rgb(2,130,200);
	border-radius:100px;
	height: 34px;
	width: 34px;
	margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(255,255,255);
	text-decoration:none !important;
	color: rgb(2,130,200);
}
.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 *******/
.mobile-menu {
	display:none;
}
.dropdown-wrapper {
	margin:0;
	padding:0;
}
.mobile-menu .dropdown-menu-mobile, .mobile-menu .dropdown-menu-mobile-2, .mobile-menu .dropdown-menu-mobile-3 {
	  position:relative;
	  display:none;
	  top: 100%;
	  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: #101010;
	  border: 0;
	  visibility: hidden;
	  border-radius: 0;
	  transform:scale(1,0);
	  -webkit-transition: all .30s ease;
	  -moz-transition: all .30s ease;
	  -o-transition: all .30s ease;
	  transition: all .30s ease;
}
.dropdown-menu-animate, .dropdown-menu-animate-2, .dropdown-menu-animate-3 {
	display:inline-block !important;
	transform:scale(1,1) !important;
	padding:25px 0 !important;
	height:auto !important;
	visibility: visible !important;
}
.mobile-menu .dropdown-menu-mobile a, .mobile-menu .dropdown-menu-mobile-2 a, .mobile-menu .dropdown-menu-mobile-3 a  {
	color:#545454;
	font-weight:600 !important;
	font-size: 0.85rem;
	font-family:'Raleway';
	text-align:center;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 113px;
}
.home-header-section .slider-logo span {
	font-family: 'font';
	color: rgb(196,41,56);
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 25px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(32,37,37);
    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: 100;
		font-family: 'font';
		text-transform: uppercase;
    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:hover {
    color: rgb(2,130,200);
    text-decoration: none;
    background-color: rgb(255,255,255) !important;
}



.home1 {
	padding: 50px 0 75px 0;
  background-image: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215)), url("/img/bg1.jpg");
	background-size: cover;
	overflow: hidden;
}
.home1 .pad {
	padding-top: 20px;
}
.home1 h1 {
	font-family: 'font';
  font-size: 75px;
  text-align: center;
  line-height: 45px;
  font-weight: 100;
  text-transform: uppercase;
  color: rgb(2,130,200);
}
.home1 h4 {
	font-size: 50px;
	font-family: 'font2';
	font-weight: 100;
	padding-bottom: 50px;
	text-align: center;
	color: rgb(76,78,94);
}
.home1 h5 {
	font-size: 30px;
	font-family: 'font2';
	padding-bottom: 0px;
	font-weight: 100;
	text-align: center;
	color: rgb(76,78,94);
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
	color: rgb(150,150,150);
}
.home1 img {
	border-radius: 5px;
}
.svg-sec {
	position: relative;
	background-image: linear-gradient(to top, rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37), rgb(32,37,37)), url("/img/bg2.jpg");
	background-size: cover;
	padding: 50px 0 75px 0;
}
.svg-sec .svg1 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.svg-sec .svg2 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    top: 99%;
    fill: rgb(8,129,221);
}
.svg-sec .box {
	border-radius: 10px;
	border: 7px dashed rgb(32,37,37);
	background-image: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4)), url("/img/bg1.jpg");
	background-size: cover;
	padding: 30px 75px;
}
.svg-sec .box-img img {
	max-width: 75px;
	padding-bottom:10px;
}
.svg-sec h2 {
	font-family: 'font';
	font-weight: 100;
	text-transform: uppercase;
	text-align: left;
	font-size: 40px;
	color: rgb(2,130,200);
}
.svg-sec p {
	font-family: 'font2';
	color: rgb(76,78,94);
	font-weight: 100;
	font-size: 20px;
	text-align: left;
}
.home3 {
	padding: 200px 0 200px 0;
  background-image: linear-gradient(to top, rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215)), url("/img/bg1.jpg");
	background-size: cover;
}
.home3 h3 {
	text-align: left;
	color: rgb(2,130,200);
	text-transform: uppercase;
	font-size: 50px;
	font-family: 'font';
	font-weight: 100;
}
.home3 p {
	font-family: 'font2';
	color: rgb(76,78,94);
	font-weight: 100;
	font-size: 20px;
	text-align: left;
}
.home3 li {
	font-family: 'font2';
	color: rgb(76,78,94);
	font-weight: 100;
	font-size: 20px;
	text-align: left;
}
.home4 {
	padding: 125px 0 100px 0;
	background: rgb(32,37,37);
	position: relative;
}
.home4 .svg3 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.home4 .svg4 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    top: 99%;
    fill: rgb(8,129,221);
}
.home4 h2 {
	font-family: 'font';
	color: #0282c8;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 65px;
	line-height: 75px;
}
.home4 h4 {
	font-family: 'font';
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: 100;
	font-size: 80px;
	line-height: 75px;
	text-align: center;
}
.home4 h5 {
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	font-size: 35px;
	line-height: 70px;
}
.home4 p {
	  font-weight: 100;
    color: rgb(255,255,255);
		text-align: center;
		padding-top: 30px;
    font-family: 'font2';
    font-size: 2.2rem;
}
.home4 a {
	color: rgb(255,255,255);
}
.home4 a:hover {
	color: rgb(255,255,255);
}
.home4 hr {
	height: 3px; background: #e2ba42; opacity: 75%; width: 95%;
}





.viking-service-top{
	
	
}

.viking-service-top {
	padding: 125px 0 100px 0;
	background: rgb(32,37,37);
	position: relative;
	
	background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(/img/services/water-tank-bg.jpg);
	background-position: 50% 50%;
}
.viking-service-top .svg3 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.viking-service-top .svg4 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    top: 99%;
    fill: rgb(8,129,221);
}
.viking-service-top h2 {
	font-family: 'font';
	color: #0282c8;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 65px;
	line-height: 75px;
}
.viking-service-top h4 {
	font-family: 'font';
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: 100;
	font-size: 80px;
	line-height: 75px;
	text-align: center;
}
.viking-service-top h5 {
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 50px;
}
.viking-service-top p {
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 50px;
}
.viking-service-top a {
	color: rgb(255,255,255);
}
.viking-service-top a:hover {
	color: rgb(255,255,255);
}
.viking-service-top hr {
	height: 3px; background: #e2ba42; opacity: 75%; width: 95%;
}



/*GENERAL SERVICE PAGE*/
/**/
/**/
.general1 {
	padding: 100px 0 100px 0; background: rgb(255,255,255);
	background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/services/cooling-bg.jpg);
	
	height: 650px; 
    display: flex
;
    align-items: center;
}
.general1 .pad {
	padding-top: 20px;
}
.general1 h1, .general1 h3 {
	font-size: 32px; text-align: left; font-weight: 800; color: rgb(16,30,56);
	font-family: 'font';
}
.general1 h2 {
	font-size: 27px; text-align: left; font-weight: 800; color: rgb(16,30,56);
	font-family: 'font';
	
}
.general1 h4 {
	font-size: 22px; font-weight: 800; color: rgb(75,75,75);
}
.general1 p {
	font-size: 17px; font-weight: 500; text-align: justify;	color: rgb(50,50,50);
}
.general1 a {
	padding: 13px 25px; background: rgb(255,255,255,0); border: 1px solid rgb(16,30,56); font-weight: 600; color: rgb(140,140,140); font-size: 12px; border-radius: 1.6rem;
}
.general1 img {
	border-radius: 5px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.general1 li span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}


.general1 .floater {
    width: 135%;
    background: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4)), url("/img/bg1.jpg");
    padding: 45px 20px;
    position: relative;
    z-index: 3;
    box-shadow: -7px -7px 1px black;
    
    /* Rounded bottom to resemble a boat */
    /*border-radius: 50% / 100% 100% 0 0;*/
    transition: border-radius 0.5s ease-out, width 0.5s ease-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;

}



.general1 .floater h2{
	
	color: black; 
}
.general1 .floater h3{
	
	color: black; 
}
.general1 .floater p{
	
	color: black; 
	font-family: 'font2';
	font-size: 1.3rem; 
}
.general1 .img-fluid{
	
	max-width:115%;; 
}
.general1 .floater{

	align-items:center;
	display:inline-grid;
	transition: 0.8s;
}

/* On hover, change shape slightly */
.general1:hover .floater {
    width: 100%;
    /*border-radius: 40% / 100% 100% 0 0;*/
    /*border-radius: 40% / 100% 100% 0 0;*/

		box-shadow: -10px -10px 1px black;
		
}

.general1:hover .floater{
	
	width: 135%;
	margin-left:-140px;
		box-shadow: -10px -10px 1px #0282c8;;

}

.general1 .container .float{
    align-items: center;
    display: grid;
	
}



.general2 {
	padding: 100px 0 100px 0;
	background: rgb(250,250,250);
	background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/services/heating-bg.jpg);
	
	height: 750px;
    display: flex
;
    align-items: center;	
}
.general2 .pad {
	padding-top: 20px;
}

.general2 h2 {
	font-size: 32px; text-align: left; font-weight: 800;
	color: rgb(16,30,56);
	color: rgb(16,30,56);
	font-family: 'font';
}
.general2 p {
	font-size: 17px; font-weight: 500; text-align: justify;	color: rgb(50,50,50);
}
.general2 a {
	padding: 13px 25px; background: rgb(255,255,255,0); border: 1px solid rgb(16,30,56); font-weight: 600; color: rgb(140,140,140); font-size: 16px; border-radius: 1.6rem;
}
.general2 a.learn-cta{
	padding: 10px;
	display:inline-flex;
	border-radius: 1.1rem;
	width:max-content;
	background: rgb(2, 130, 200);
	color:white;
	font-family: 'font';
	font-size:1.2rem;
	
}
.general2 a.learn-cta:hover{
	background: white;
	color: rgb(2, 130, 200);
	
}


.general2 img {
	border-radius: 5px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.general2 li span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}
.general2 .floater{
	
    width: 135%;
    background: ;
    background: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4)), url("/img/bg1.jpg");
		
		
    padding: 45px 20px;
    /* display: block; */
    position: relative;
    z-index: 3;
		margin-left:-240px;
		box-shadow: 7px 7px 1px black;
		
		
    border-top-left-radius: 0;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
}
.general2 .floater h2{
	
	color: black; 
}
.general2 .floater h3{
	
	color: black; 
	font-family: 'font';
	font-weight: 800; 
}
.general2 .floater p{
	
	color: black; 
	font-family: 'font2';
	font-size: 1.3rem; 
}
.general2 .img-fluid{
	
	max-width:115%;; 
}
.general2 .floater{

	align-items:center;
	display:inline-grid;
	transition:0.8s;
	
}

.general2:hover .floater{
		margin-left:-0; 

	/*width: 100%;*/
		box-shadow: 10px 10px 1px #0282c8;;
	width: 135%;

}



.general2 .container .float{
    align-items: center;
    display: grid;
	
}

.dark-bg{
	background: rgb(32,37,37);
}

/*GENERAL SERVICE PAGE END*/
/**/
/**/


.home5 {
	padding: 200px 0 200px 0;
  background-image: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4)), url("/img/bg1.jpg");
	background-size: cover;
}
.home5 .pad {
	padding-top: 15px;
}
.home5 .pad2 {
	padding-top: 100px;
}
.home5 h5 {
	font-size: 50px;
	color: rgb(2,130,200);
	text-transform: uppercase;
	text-align: left;
	font-weight: 100;
	font-family: 'font';
}
.home5 p {
    font-family: 'font2';
    color: rgb(76,78,94);
    font-weight: 100;
    font-size: 20px;
    text-align: left;
}
.home5 img {
	border-radius: 5px; margin-top: 125px;
}
.home-contact {
	background: rgb(255,255,255);
  padding: 100px 0 100px 0;
}
.home-contact h3 {
  font-size: 40px;
	font-family: 'font2';
	font-weight: 800;
	text-align: center;
	padding-bottom: 40px;
  color: rgb(196,41,56);
}
.home-contact span {
	color: rgb(83,82,82);
}
/**** About Section ****/ 
.about-page-section-1 {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'font2';
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 40px;
	color: rgb(246,177,24);
}
.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: rgb(246,177,24);
	font-family: 'font2';
}
/**** Service Page Section ****/
.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;
}
.serv5 {
	padding: 100px 0 100px 0;
	background: rgb(245,245,245);
}
.serv5 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv5 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv5 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv5 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv5 img {
	border-radius: 0.6rem;
}
.serv6 {
	padding: 100px 0 100px 0;
	background: rgb(245,245,245);
}
.serv6 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv6 p {
	font-size: 16px;
	padding-top: 20px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv6 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.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 img {
	border-radius: 0.6rem;
}
.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-color: rgb(38,38,38)!important;
}
.serv6 .bg-dark:hover {
    background-color: rgb(246,177,24)!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;
}
/* Carousel Section Start */
.motion1 {
	background: rgb(255,255,255);
	padding: 100px 0 175px 0;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
  flex: 0 0 100%;
	padding: 0px 100px 0px 100px;
}
.motion1 h2 {
	font-family: 'font';
	color: rgb(2,130,200);
	font-size: 2rem;
}
.motion1 span {
	color: rgb(2,130,200);
}
.motion1 .slide p {
  color: black;
	font-family: 'font2';
	text-align: justify;
	font-size: 17px;
	font-weight: 600;
}
/* Carousel Section End */

.process {
	background: rgb(255,255,255);
	padding: 100px 0 175px 0;
}
 
.process h1 {
    font-family: 'font';
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    font-size: 3rem;
    color: rgb(2,130,200);
}
.process h2 {
    font-family: 'font';
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.5rem;;
    color: rgb(2,130,200);
}
.process h3 {
    font-family: 'font';
    font-weight: 100;
    text-transform: uppercase;
    text-align: left;
    font-size: 2rem;;
    color: rgb(2,130,200);
}

.process .contact-cta{
	padding: 10px;
	background: rgb(2,130,200);
	
	color: white;
	margin-top:20px; 
	
}
.process .contact-cta h3{
		
		color:white;
    font-family: 'font';
		font-size: 2rem;
}
.process .contact-cta a{
		

			color:white;
			text-decoration:underline;
			font-weight: 700;
}


/* Gallery Page Start */
.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);
}
/* Gallery Page End */
/* Reviews Page Start */
.referrals-page-section-1 {
	background: rgb(255,255,255);
	padding: 125px 0 50px 0;
}
.referrals-page-section-1 h1 {
	color: rgb(2,130,200);
	font-size: 3rem;
	text-align: center;
	font-family: 'font';
}
.referrals-page-section-1 p {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
	text-align: center;
}
.referrals-page-section-1 span {
	font-weight: 600 !important;
	text-transform: uppercase;
	color: rgb(2,130,200);
}
.review-gallery {
	padding: 75px 0 75px 0;
	background: rgb(38,38,38);
}
.review-gallery h2{
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'font';
}
/*Reviews Page End */


/*FAQ Page*/
.faq {
	padding: 120px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color: #0282c8;
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: black; 
	text-align: center;
}
.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq .bg-dark {
  background-color: #0282c8!important;
}
.faq .bg-dark:hover {
  background-color:#0282c8!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: 0px 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;
    margin: 20px 0 0;
	border-radius:10px; 
}
/*FAQ Page END*/	


/* Service Areas Page Start */
.area1 {
	background: rgb(255,255,255);
	padding: 100px 0 75px 0;
}
.area1 h1 {
font-family: 'font';
        font-weight: 100;
        text-transform: uppercase;
        text-align: center;
        font-size: 2.5rem;
        color: rgb(2, 130, 200);
}
.area1 h2{
font-family: 'font';
        font-weight: 100;
        text-transform: uppercase;
        text-align: center;
        font-size: 2.5rem;
        color: rgb(2, 130, 200);
}
.area1 p {
        font-family: 'font2';
        color: rgb(76, 78, 94);
        font-weight: 100;
        font-size: 20px;
        text-align: justify;
}

.area1 iframe{
	height: 450px; 
	box-shadow: 2px 2px 5px rgb(2, 130, 200);
}
.area1 a {


	background: rgb(2, 130, 200);
	padding: 10px;
	border-radius: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: white; 
}
.area1 a:hover {

	box-shadow: 0px 4px 4px black; 

}

.area2 {
	background: rgb(251,251,251);
	padding: 75px 0 75px 0;
}
.area2 h2 {
	font-size: 30px;
	font-weight: 600;
	color: rgb(196,41,56);
	font-family: 'Montserrat';
	text-align: left;
}
.area2 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: justify;
}
.area3 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.area3 h1 {
	font-size: 30px;
	font-weight: 600;
	color: rgb(196,41,56);
	font-family: 'Montserrat';
	text-align: left;
}
.area3 p {
	font-family: 'font2';
	font-size: 15px;
	font-weight: 600;
	color: rgb(120,120,120);
	text-align: justify;
}
/* Service Areas Page End */
.contact-page-1 {
	background: rgb(255,255,255);
	padding: 75px 0 160px 0;
}
.contact-page-1 h1 {
	font-family: 'font2';
  font-size: 3rem;
	font-weight: 600;
  color: rgb(2,130,200);
	text-align: center;
}
.contact-page-1 p {
	color: rgb(129,141,148);
	font-size: 20px;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: center;
}




.cta-box {
    margin: 80px 0;
    padding: 50px 30px;
    background: linear-gradient(135deg, #111, #333);
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.cta-box h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
		font-family: 'font';
}

.cta-box p {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 1.6;
    color: white;
}

/* BUTTON WRAP */
.cta-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* BUTTON BASE */
.cta-btn {
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

/* PRIMARY */
.cta-btn.primary {
    background: #fff;
    color: #000;
    font-weight: 600;
}

.cta-btn.primary:hover {
    background: #e5e5e5;
    transform: translateY(-2px);
}

/* SECONDARY */
.cta-btn.secondary {
    border: 1px solid #fff;
    color: #fff;
}

.cta-btn.secondary:hover {
    background: #fff;
    color: #000;
}

/* MOBILE */
@media (max-width: 768px) {
    .cta-box {
        padding: 40px 20px;
    }

    .cta-box h3 {
        font-size: 22px;
    }
}


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

/*******************  Referrals Owl Carousel *************************/
.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; /* Hidden by default */
    width: 50px;
    height: 50px;
    position: fixed; /* Fixed/sticky position */
    top:100%; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #000000; /* Set a background color */
    color: #ffffff;
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 14px;
    padding-top: 0; /* Some padding */
    border-radius: 0px; /* Rounded corners */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
    background-color: #424242; /* Add a dark-grey background on hover */
    color:#fff;
}

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

.top-header-animate {
	background: rgb(255,255,255);
}
.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: 75px 0 0;
	position: fixed;
	background: rgb(32,37,37);
	box-shadow: 0px 0px 10px -4px #000000bd;
	width: 100%;
	z-index: 4;
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}
.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: 14px 0px 13px 0px;
  font-weight: 100;
  font-size: 25px;
	line-height: 10px;
	text-transform: uppercase;
  color: rgb(255,255,255);
  font-family: 'font';
}
.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(2,130,200);
}
.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: rgb(32,37,37);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem;
	color: rgb(30,30,30);
	font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255);
	font-size: 15px;
	font-family: 'font2';
}
.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;
	position: relative;
	padding-top: 30px;
}
.service-cities .svg5 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600;
	text-decoration: underline;
	color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
	position:relative;
	top:-10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display:flex;
	justify-content:flex-end;
	font-size:14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display:flex;
	justify-content:center;
	align-items:center;
	border: 1px solid rgb(2,130,200);
	color: rgb(255,255,255);
	background: rgb(2,130,200);
	border-radius:100px;
	height:32px;
	width:32px;
	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
	text-decoration:none !important;
	color: rgb(2,130,200);
}

/* ======================================== */
/* === Laptop CSS Section ================= */
/* ======================================== */
@media screen and (max-width : 1700px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
.navbar-light .navbar-nav .nav-link {
    margin: 0 14px;
    padding: 14px 0px 13px 0px;
    font-weight: 100;
    font-size: 1.2rem;
    line-height: 10px;
    text-transform: uppercase;
    color: rgb(255,255,255);
    font-family: 'font';
}
.navbar-scroll {
    padding: 95px 0 0;
    position: fixed;
    background: rgb(32,37,37);
    box-shadow: 0px 0px 10px -4px #000000bd;
    width: 100%;
    z-index: 4;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
/*GENERAL SERVICE PAGE*/
/**/
/**/
.general1 {
	padding: 100px 0 100px 0; background: rgb(255,255,255);
	background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/services/cooling-bg.jpg);
	
	height: 650px; 
    display: flex
;
    align-items: center;
}
.general1 .pad {
	padding-top: 20px;
}
.general1 h1, .general1 h3 {
	font-size: 32px; text-align: left; font-weight: 800; color: rgb(16,30,56);
	font-family: 'font';
}
.general1 h2 {
	font-size: 27px; text-align: left; font-weight: 800; color: rgb(16,30,56);
	font-family: 'font';
	
}
.general1 h4 {
	font-size: 22px; font-weight: 800; color: rgb(75,75,75);
}
.general1 p {
	font-size: 17px; font-weight: 500; text-align: justify;	color: rgb(50,50,50);
}
.general1 a {
	padding: 13px 25px; background: rgb(255,255,255,0); border: 1px solid rgb(16,30,56); font-weight: 600; color: rgb(140,140,140); font-size: 12px; border-radius: 1.6rem;
}
.general1 img {
	border-radius: 5px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.general1 li span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}


.general1 .floater {
    width: 100%;
    background: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4)), url("/img/bg1.jpg");
    padding: 45px 20px;
    position: relative;
    z-index: 3;
    box-shadow: -7px -7px 1px black;
    
    /* Rounded bottom to resemble a boat */
    /*border-radius: 50% / 100% 100% 0 0;*/
    transition: border-radius 0.5s ease-out, width 0.5s ease-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;

}



.general1 .floater h2{
	
	color: black; 
}
.general1 .floater h3{
	
	color: black; 
}
.general1 .floater p{
	
	color: black; 
	font-family: 'font2';
	font-size: 1.3rem; 
}
.general1 .img-fluid{
	
	max-width:115%;; 
}
.general1 .floater{

	align-items:center;
	display:inline-grid;
	transition: 0.8s;
}

/* On hover, change shape slightly */
.general1:hover .floater {
    width: 100%;
    /*border-radius: 40% / 100% 100% 0 0;*/
    /*border-radius: 40% / 100% 100% 0 0;*/

		box-shadow: -10px -10px 1px black;
		
}

.general1:hover .floater{
	
	width: 100%;
	margin-left:-30px;
		box-shadow: -10px -10px 1px #0282c8;;

}

.general1 .container .float{
    align-items: center;
    display: grid;
	
}



.general2 {
	padding: 100px 0 100px 0;
	background: rgb(250,250,250);
	background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/services/heating-bg.jpg);
	
	height: 750px;
    display: flex
;
    align-items: center;	
}
.general2 .pad {
	padding-top: 20px;
}

.general2 h2 {
	font-size: 32px; text-align: left; font-weight: 800;
	color: rgb(16,30,56);
	color: rgb(16,30,56);
	font-family: 'font';
}
.general2 p {
	font-size: 17px; font-weight: 500; text-align: justify;	color: rgb(50,50,50);
}
.general2 a {
	padding: 13px 25px; background: rgb(255,255,255,0); border: 1px solid rgb(16,30,56); font-weight: 600; color: rgb(140,140,140); font-size: 16px; border-radius: 1.6rem;
}

.general2 img {
	border-radius: 5px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.general2 li span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}
.general2 .floater{
	
    width: 100%;
    background: ;
    background: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4)), url("/img/bg1.jpg");
		
		
    padding: 45px 20px;
    /* display: block; */
    position: relative;
    z-index: 3;
		margin-left:-140px;
		box-shadow: 7px 7px 1px black;
		
		
    border-top-left-radius: 0;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
}
.general2 .floater h2{
	
	color: black; 
}
.general2 .floater h3{
	
	color: black; 
	font-family: 'font';
	font-weight: 800; 
}
.general2 .floater p{
	
	color: black; 
	font-family: 'font2';
	font-size: 1.3rem; 
}
.general2 .img-fluid{
	
	max-width:115%;; 
}
.general2 .floater{

	align-items:center;
	display:inline-grid;
	transition:0.8s;
	
}

.general2:hover .floater{
		margin-left:-0; 

	/*width: 100%;*/
		box-shadow: 10px 10px 1px #0282c8;;
	width: 100%;

}



.general2 .container .float{
    align-items: center;
    display: grid;
	
}

.dark-bg{
	background: rgb(32,37,37);
}

/*GENERAL SERVICE PAGE END*/
/**/
/**/
	
}

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

/* ======================================== */
/* === Mobile CSS Section ================= */
/* ======================================== */
@media screen and (max-width: 991px) {
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.marginer{
	margin-top:0 !important;	
}
.home-header-section {
	padding-top: 125px;
}
.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;
}


.home1 {
	padding: 50px 0 75px 0;
  background-image: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215)), url("/img/bg1.jpg");
	background-size: cover;
	overflow: hidden;
}
.home1 .pad {
	padding-top: 20px;
}
.home1 h1 {
	font-family: 'font';
  font-size: 4rem;
  text-align: center;
  line-height: 45px;
  font-weight: 100;
  text-transform: uppercase;
  color: rgb(2,130,200);
}
.home1 h4 {
	font-size: 2rem;
	font-family: 'font2';
	font-weight: 100;
	padding-bottom: 30px;
	text-align: center;
	color: rgb(76,78,94);
}
.home1 h5 {
	font-size: 1.8rem;
	font-family: 'font2';
	padding-bottom: 0px;
	font-weight: 100;
	text-align: center;
	color: rgb(76,78,94);
}
.home1 p {
	font-size: 17px;
	font-family: 'font2';
	font-weight: 600;
	text-align: justify;
	color: rgb(150,150,150);
}
.home1 img {
	border-radius: 5px;	width:35%;

	
}
.home1 .img-fluid {
}
.svg-sec {
	position: relative;
	background-image: linear-gradient(to top, rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37,0.9), rgb(32,37,37), rgb(32,37,37)), url("/img/bg2.jpg");
	background-size: cover;
	padding: 50px 0 75px 0;
}
.svg-sec .svg1 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.svg-sec .svg2 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    top: 99%;
    fill: rgb(8,129,221);
}
.svg-sec .box {
	border-radius: 10px;
	border: 7px dashed rgb(32,37,37);
	background-image: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4)), url("/img/bg1.jpg");
	background-size: cover;
	padding: 30px 15px;
}
.svg-sec .box-img {
	text-align: center;
}
.svg-sec .box-img img {
	max-width: 75px;
	padding-bottom:10px;
}
.svg-sec h2 {
	font-family: 'font';
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	color: rgb(2,130,200);
}
.svg-sec p {
	font-family: 'font2';
	color: rgb(76,78,94);
	font-weight: 100;
	font-size: 20px;
	text-align: left;
}
.home3 {
	padding: 200px 0 200px 0;
  background-image: linear-gradient(to top, rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215,0.4), rgb(226,226,215)), url("/img/bg1.jpg");
	background-size: cover;
}
.home3 h3 {
	text-align: left;
	color: rgb(2,130,200);
	text-transform: uppercase;
	font-size: 50px;
	font-family: 'font';
	font-weight: 100;
}
.home3 p {
	font-family: 'font2';
	color: rgb(76,78,94);
	font-weight: 100;
	font-size: 20px;
	text-align: left;
}
.home3 li {
	font-family: 'font2';
	color: rgb(76,78,94);
	font-weight: 100;
	font-size: 20px;
	text-align: left;
}
.home4 {
	padding: 125px 0 100px 0;
	background: rgb(32,37,37);
	position: relative;
}
.home4 .svg3 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.home4 .svg4 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    top: 99%;
    fill: rgb(8,129,221);
}
.home4 h2 {
	font-family: 'font';
	color: #0282c8;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 4rem;
	line-height: 55px;
	text-align: center;
	
}
.home4 h4 {
	font-family: 'font';
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: 100;
	font-size: 2.4rem;
	line-height: 45px;
	text-align: center;
}
.home4 h5 {
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	font-size: 2rem;
	line-height: 50px;
}
.home4 p {
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 30px;
}
.home4 a {
	color: rgb(255,255,255);
	font-size:2rem;
}
.home4 a:hover {
	color: rgb(255,255,255);
}
.home4 hr {
	height: 3px; background: #e2ba42; opacity: 75%; width: 95%;
}


.viking-service-top{
	
	
}

.viking-service-top {
	padding: 125px 0 100px 0;
	background: rgb(32,37,37);
	position: relative;
	
	background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(/img/services/water-tank-bg.jpg);
	background-position: 50% 50%;
}
.viking-service-top .svg3 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.viking-service-top .svg4 {
    position: absolute;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    top: 99%;
    fill: rgb(8,129,221);
}
.viking-service-top h2 {
	font-family: 'font';
	color: #0282c8;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 3rem;
	line-height: 55px;
}
.viking-service-top h4 {
	font-family: 'font';
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-weight: 100;
	font-size: 80px;
	line-height: 75px;
	text-align: center;
}
.viking-service-top h5 {
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 50px;
}
.viking-service-top p {
	font-family: 'font2';
	color: rgb(255,255,255);
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 30px;
}
.viking-service-top a {
	color: rgb(255,255,255);
}
.viking-service-top a:hover {
	color: rgb(255,255,255);
}
.viking-service-top hr {
	height: 3px; background: #e2ba42; opacity: 75%; width: 95%;
}


/*GENERAL SERVICE PAGE*/
/**/
/**/
.general1 {
	padding: 100px 0 100px 0; background: rgb(255,255,255);
	background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/services/cooling-bg.jpg);
	
	height: auto;; 
    display: flex
;
    align-items: center;
}
.general1 .pad {
	padding-top: 20px;
}
.general1 h1, .general1 h3 {
	font-size: 32px; text-align: left; font-weight: 800; color: rgb(16,30,56);
	font-family: 'font';
}
.general1 h2 {
	font-size: 27px; text-align: left; font-weight: 800; color: rgb(16,30,56);
	font-family: 'font';
	
}
.general1 h4 {
	font-size: 22px; font-weight: 800; color: rgb(75,75,75);
}
.general1 p {
	font-size: 17px; font-weight: 500; text-align: justify;	color: rgb(50,50,50);
}
.general1 a {
	padding: 13px 25px; background: rgb(255,255,255,0); border: 1px solid rgb(16,30,56); font-weight: 600; color: rgb(140,140,140); font-size: 12px; border-radius: 1.6rem;
}
.general1 img {
	border-radius: 5px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.general1 li span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}


.general1 .floater {
    width: 100%;
    background: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4)), url("/img/bg1.jpg");
    padding: 45px 20px;
    position: relative;
    z-index: 3;
    box-shadow: -7px -7px 1px black;
    
    /* Rounded bottom to resemble a boat */
    /*border-radius: 50% / 100% 100% 0 0;*/
    transition: border-radius 0.5s ease-out, width 0.5s ease-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;

}



.general1 .floater h2{
	
	color: black; 
}
.general1 .floater h3{
	
	color: black; 
}
.general1 .floater p{
	
	color: black; 
	font-family: 'font2';
	font-size: 1.3rem; 
}
.general1 .img-fluid{
	
	max-width:115%;; 
}
.general1 .floater{

	align-items:center;
	display:inline-grid;
	transition: 0.8s;
}

/* On hover, change shape slightly */
.general1:hover .floater {
    width: 100%;
    /*border-radius: 40% / 100% 100% 0 0;*/
    /*border-radius: 40% / 100% 100% 0 0;*/

		box-shadow: -10px -10px 1px black;
		
}

.general1:hover .floater{
	
	width: 100%%;
	margin-left:-0;
		box-shadow: -10px -10px 1px #0282c8;;

}

.general1 .container .float{
    align-items: center;
    display: grid;
	
}



.general2 {
	padding: 100px 0 100px 0;
	background: rgb(250,250,250);
	background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/services/heating-bg.jpg);
	
	height: auto;; 
    display: flex
;
    align-items: center;	
}
.general2 .pad {
	padding-top: 20px;
}

.general2 h2 {
	font-size: 32px; text-align: left; font-weight: 800;
	color: rgb(16,30,56);
	color: rgb(16,30,56);
	font-family: 'font';
}
.general2 p {
	font-size: 17px; font-weight: 500; text-align: justify;	color: rgb(50,50,50);
}
.general2 a {
	padding: 13px 25px; background: rgb(255,255,255,0); border: 1px solid rgb(16,30,56); font-weight: 600; color: rgb(140,140,140); font-size: 16px; border-radius: 1.6rem;
}

.general2 img {
	border-radius: 5px; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.general2 li span{
	/*color: white;*/
	font-weight: 800;
	text-decoration: underline;
}
.general2 .floater{
	
    width: 100%;
    background: ;
    background: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4)), url("/img/bg1.jpg");
		
		
    padding: 45px 20px;
    /* display: block; */
    position: relative;
    z-index: 3;
		margin-left:-0;
		box-shadow: 7px 7px 1px black;
		
		
    border-top-left-radius: 0;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
}
.general2 .floater h2{
	
	color: black; 
}
.general2 .floater h3{
	
	color: black; 
	font-family: 'font';
	font-weight: 800; 
}
.general2 .floater p{
	
	color: black; 
	font-family: 'font2';
	font-size: 1.3rem; 
}
.general2 .img-fluid{
	
	max-width:115%;; 
}
.general2 .floater{

	align-items:center;
	display:inline-grid;
	transition:0.8s;
	
}

.general2:hover .floater{
		margin-left:-0; 

	/*width: 100%;*/
		box-shadow: 10px 10px 1px #0282c8;;
	width: 100%;

}



.general2 .container .float{
    align-items: center;
    display: grid;
	
}

.dark-bg{
	background: rgb(32,37,37);
}

/*GENERAL SERVICE PAGE END*/
/**/
/**/


.home5 {
	padding: 80px 0 80px 0;
  background-image: linear-gradient(rgb(226,226,215,0.4), rgb(226,226,215,0.4)), url("/img/bg1.jpg");
	background-size: cover;
}
.home5 .pad {
	padding-top: 15px;
}
.home5 .pad2 {
	padding-top: 50px;
}
.home5 h5 {
	font-size: 50px;
	color: rgb(2,130,200);
	text-transform: uppercase;
	text-align: left;
	font-weight: 100;
	font-family: 'font';
}
.home5 p {
    font-family: 'font2';
    color: rgb(76,78,94);
    font-weight: 100;
    font-size: 20px;
    text-align: left;
}
.home5 img {
	border-radius: 5px; margin-top: 125px;
}
.home-contact {
	background: rgb(255,255,255);
  padding: 100px 0 100px 0;
}
.home-contact h3 {
  font-size: 40px;
	font-family: 'font2';
	font-weight: 800;
	text-align: center;
	padding-bottom: 40px;
  color: rgb(196,41,56);
}
.home-contact span {
	color: rgb(83,82,82);
}
.home-page-section-1 {
	padding: 50px 0 30px 0;
    background: rgb(255,255,255);
}
.home-page-section-1 h1 {
	font-family: 'font2';
	font-size: 3rem;
  text-align: center;
	font-weight: 600;
	line-height: 40px;
	color: rgb(246,177,24);
}
.home-page-section-1 h4 {
	text-align: center;
    font-size: 1.75rem;
}
.home-page-section-1 i {
	font-size: 60px;
	color: rgb(246,177,24);
}
.home-page-section-1 span {
	color: rgb(87, 86, 87);
}
.card {
	max-height: 100%;
	height: 100%;
	color: #fff;
	margin: 0 0 20px;
	border-radius: 1.8rem;
	padding: 10px 10px 0 10px;
	background: rgb(255,255,255);
	border: 6px double rgb(255,255,255);
	visibility: hidden;
}
.card h2 {
	font-family: 'font2';
	font-size: 30px;
	font-weight: 600;
	color: rgb(129,141,148);
	text-align: center;
}
.card span {
	font-size:1.2rem;
	font-weight:600;
	text-transform: none;
	color: rgba(255,255,255);
}
.card p {
	font-size: 17px;
	font-family: 'font2';
	font-weight:300;
	text-align: center;
	color: rgb(129,141,148);
}
.card hr {
	border-top: 4px solid rgb(241,197,82);
	width: 80px;
	opacity: 1;
	padding-bottom: 25px;
	margin:auto;
}
.card .btn {
	font-size: 1.4em;
	text-transform: uppercase;
	background: transparent;
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	font-weight: 600;
	position: absolute;
	bottom: 25px;
	border: none;
	padding: 0;
	margin: 0;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card .btn span {
	position:relative;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px #444;rgb(126,181,77);
	left:4px;
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.card h5 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
.card:hover .btn {
	background:transparent !important;
	color: rgb(255, 255, 255);
}
.card:hover span {
	left:12px;
}



.home-page-section-2 .square1 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
    max-width: 558px!important;
    margin: 60px 81px 0 0!important;
    padding: 50px 50px !important;
		background: rgb(246,177,24,0.7) !important
}
.parallax1 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important;
  padding: 50px!important;
	background: rgb(255,255,255,0.7)!important
}
.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h4 {
	font-size: 25px;
  color: rgb(255,255,255);
  font-family: 'font2';
  text-align: center;
  font-weight: 600;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600;
	font-family: 'font2';
  font-size: 16px;
}
.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-page-section-3 {
	padding: 75px 0 75px 0;
    background: rgb(255,255,255);
}
.home-page-section-3 h2 {
	font-size: 1.6rem;
	font-family: 'font2';
  text-align: left;
	font-weight: 600;
	color: rgb(100,100,100);
}
.home-page-section-3 h3 {
	text-align: left;
    font-size: 1.5rem;
		font-weight: 600;
		font-family: 'font2';
		color: rgb(100,100,100);
}
.home-page-section-3 hr {
	border-top: 2px solid rgb(246,177,24);
	width: 80px;
	opacity: 1;
}
.home-page-section-3 p {
	font-family: 'font2';
	font-size: 17px;
	font-weight: 600;
	color: rgb(150,150,150);
}
.home-page-section-3 i {
	font-size: 40px;
	color: rgb(246,177,24);
}
.home-page-section-3 span {
	color: rgb(107, 104, 104);
	font-weight: 600;
	font-family: 'Montserrat';
}
.home-page-section-3 a {
	background: rgb(246,177,24);
	padding: 5px 25px;
	border-radius: 2.5rem;
	color: rgb(255,255,255);
}
.home-page-section-3 a:hover {
	color: rgb(255,255,255);
	background: rgb(246,177,24,0.7);
}
.home-page-section-4 .container {
	padding: 125px 0 125px 0;
}
.parallax2 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/parallax.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-4 .square3 {
	  float: none!important;
    top: 0!important;
    left: 0!important;
    width: calc(100% - 0px)!important;
    position: relative!important;
    height: auto!important;
    max-width: 100%!important;
		background: rgb(246,177,24,0.7);
    margin: 8px 0!important;
    padding: 50px 0 50px 0;
    min-width: 25px!important;
    display: block!important;
}
.home-page-section-4 .square4 {
	float: none!important;
    top: 0!important;
    left: 0!important;
    width: auto!important;
    position: relative!important;
		background: rgb(255 255 255 / 50%);
    height: auto!important;
    padding: 40px 20px 45px!important;
    max-width: none!important;
    margin: 24px 0!important;
    min-width: 0!important;
    text-align: start!important;
}
.home-page-section-4 p {
	  font-weight: 600;
    line-height: 22px;
    color: rgb(102,102,102);
		text-align: left;
    font-family: 'font2';
    font-size: 20px;
}
.home-page-section-4 h5 {
	color: rgb(255,255,255);
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	font-family: 'font2';
}
.home-contact {
	background: rgb(255,255,255);
    padding: 75px 0 75px 0;
}
.home-contact h3 {
  font-size: 3rem;
	font-family: 'font2';
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
  color: rgb(246,177,24);
}
.home-contact span {
	color: rgb(101,140,160);
}
/**** About Section ****/ 
.about-page-section-1 {
	padding: 125px 0 75px 0;
	background: rgb(255,255,255);
}
.about-page-section-1 h1 {
	font-family: 'font2';
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
	padding-bottom: 40px;
	color: rgb(246,177,24);
}
.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: rgb(246,177,24);
	font-family: 'font2';
}
/**** Service Page Section ****/
.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;
}
.serv5 {
	padding: 100px 0 100px 0;
	background: rgb(245,245,245);
}
.serv5 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv5 p {
	font-size: 16px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv5 button {
	border-radius: 1.6rem;
	border: 1px solid rgb(255,255,255);
	background: rgb(246,177,24);
	font-size: 14px;
}
.serv5 button:hover {
	background: rgb(246,177,24,0.8);
}
.serv5 img {
	border-radius: 0.6rem;
}
.serv6 {
	padding: 100px 0 100px 0;
	background: rgb(245,245,245);
}
.serv6 h1 {
	font-family: 'font';
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
}
.serv6 p {
	font-size: 16px;
	padding-top: 20px;
	font-family: 'font2';
	color: rgb(129,141,148);
	text-align: justify;
}
.serv6 i {
	font-size: 20px;
	color: rgb(255,255,255);
}
.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 img {
	border-radius: 0.6rem;
}
.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-color: rgb(38,38,38)!important;
}
.serv6 .bg-dark:hover {
    background-color: rgb(246,177,24)!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 Start */
.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);
}
/* Gallery Page End */
/* Reviews Page Start */
.referrals-page-section-1 {
	background: rgb(255,255,255);
	padding: 125px 0 50px 0;
}
.referrals-page-section-1 h1 {
	color: rgb(246,177,24);
	font-size: 3rem;
	text-align: center;
	font-family: 'font';
}
.referrals-page-section-1 p {
	color: rgb(129,141,148);
	font-size: 17px;
	font-family: 'font2';
	text-align: center;
}
.referrals-page-section-1 span {
	font-weight: 600 !important;
	text-transform: uppercase;
	color: rgb(246,177,24);
}
.review-gallery {
	padding: 75px 0 75px 0;
	background: rgb(38,38,38);
}
.review-gallery h2{
	color: rgb(246,177,24);
	font-size: 3rem;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'font';
}
/*Reviews Page End */
.contact-page-1 {
	background: rgb(255,255,255);
	padding: 75px 0 75px 0;
}
.contact-page-1 h1 {
	font-family: 'font2';
  font-size: 3rem;
	font-weight: 600;
  color: rgb(246,177,24);
	text-align: center;
}
.contact-page-1 p {
	color: rgb(129,141,148);
	font-size: 20px;
	font-family: 'font2';
	padding-bottom: 40px;
	text-align: center;
}
/******************************************** DAVIDS MOBILE CODE END *************************************************/
.mobile-top-header {
	display:block !important;
	padding: 0 30px 0;
	background: rgb(135,170,188);
	z-index: 4;
	overflow:visible;
}
.header-contact_info a {
    color: rgb(255,255,255);
    margin: 0;
}
.top-header a, .top-header i, .top-header p {
    color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
    color: rgb(0,0,0);
}
.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);
}
/** Second Footer **/
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}


/* ========================================================== */
/* 			           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: rgb(32,37,37);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem;
	color: rgb(30,30,30);
	font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255);
	font-size: 15px;
	font-family: 'font2';
}
.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;
	position: relative;
	padding-top: 30px;
}
.service-cities .svg5 {
    position: relative;
    background-position: 0;
    background-size: cover;
    width: auto;
		overflow: hidden;
    z-index: 0;
    bottom: 99%;
    fill: rgb(8,129,221);
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px;
	font-family: 'font2';
	font-weight: 600;
	text-decoration: underline;
	color: rgb(255, 255, 255);
}
/** Second Footer **/
/************************* NEW CELL PHONE TEMPLATE DISPLAY STYLING 2020 END ***********************************/

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

}

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

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