/* 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');
@import url(//db.onlinewebfonts.com/c/8c7a1d531ae89dcfd21e2574eafb15f7?family=BarnboardW90-Regular);

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

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

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

@font-face {font-family: "font3"; src: url("//db.onlinewebfonts.com/t/8c7a1d531ae89dcfd21e2574eafb15f7.eot"); src: url("//db.onlinewebfonts.com/t/8c7a1d531ae89dcfd21e2574eafb15f7.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8c7a1d531ae89dcfd21e2574eafb15f7.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8c7a1d531ae89dcfd21e2574eafb15f7.woff") format("woff"), url("//db.onlinewebfonts.com/t/8c7a1d531ae89dcfd21e2574eafb15f7.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8c7a1d531ae89dcfd21e2574eafb15f7.svg#BarnboardW90-Regular") format("svg"); }

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

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

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

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile, .navbar-sidebar .dropdown-menu-mobile-2{
	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: 1.1rem; 	font-weight: 600;
	color:black;
}
.navbar-sidebar {
	padding-top: 140px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 1;	overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition:margin-left .4s;
}
.modal {
	z-index: 3;	display: none; padding-top: 100px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width:600px;
}
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0;
	
	font-weight: 600;
	color:black;
}
.nav-link{
	
	font-weight: 600;
	color:black;
}
.bar-block.center .bar-item {
	text-align:center;
}
.block {
	display:block; width:100%;
}
/******* Mobile Navigation Section *******/

/******************************************** Desktop Coding *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 95px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.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(180 180 180); 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-slide img {
	width: 100%; height: 800px;
}
.home1 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(30,30,30);
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 img {
	width: 100%; height: 100%;
}

.home-training-intro{
	
	background: black; 
	padding: 100px 10px; 
}
.home-training-intro h2{
	color:white;
	font-family:'font2';
}
.home-training-intro h3{
	color:white;
	
}
.home-training-intro p{
	color:white;
	
}
.home-training-intro .training-container{
	/*background: linear-gradient(to left, white, black);*/
	
	background: linear-gradient(0deg, #000000e0 25%, #000000e0 90%), url(/img/homepage/training-offer-bg.jpg);
	
	background-position:50% 50%;
	background-size: 100%;
	padding: 40px; 
	border-radius: 10px;
	
	display:flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	height:400px;
	
	transition: all 0.75s;
	text-align: center; 
}
.home-background-video {
	width:100%;
	height: 300px;
	overflow:hidden;
	object-fit: cover; 
	
	/*height: 1350px;*/
	/*height: auto;*/
	
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*overflow: hidden;*/
    background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;
    /*background-size: cover;*/
}
.home-training-intro a.training-cta{
    display: inline-block;
    padding: 12px 24px;
    background: /*#007bff*/rgb(196,41,56,0.8);
    background: linear-gradient(to bottom,
        #62ACC6 0%,
        #62ACC6 50%,
        #000 50%,
        #000 100%
    );
		
		background-position: 0 0;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
		
		
    transition: background 0.3s ease, transform 0.3s ease;
    background-size: 100% 200%;
	
}

.home-training-intro .training-container:hover{
	background-size: 110%; /* or 150% for stronger zoom */

}

.home-training-intro .training-container:hover a.training-cta{

	transform: scale(1.15);

}
.home-training-intro  a.training-cta:hover{
    background-position: 0 100%;

	transform: scale(1.15);

}



.training-container.zoom-in {
	background-size: 120%; /* or 150% for stronger zoom */
}




.home-steps{
	
	/*background: rgb(130 10 10 / 80%);*/
	/*background: #7bd7f7; */
	background: #62ACC6; 
	padding: 140px 10px;
	color:white;
	
}
.home-steps .row{
	display: flex;
	
}
.home-steps .row > [class*="col-"]{
	align-items: stretch; 
}

.home-steps .step-block{
	height:100%; 
}


.home-steps .step-block{
	
	position:relative;
	
	text-align:center;
	padding:25px; 
	opacity: 0;

	transform: translateY(50px);
	
	transition:0.4s;
	
	
	border: 6px solid white;
}
.home-steps .step-block .number{
	position:absolute;
	transform: translate(-50%, -50%);
	top:-10%;
	left:50%;

	height:80px;
	width:80px;
	padding:20px;
	background: rgb(80,140,161);
	border-radius: 100%;
	border: 6px solid white;
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items:center; 
}

.home-steps .step-block:nth-child(1).show{
	transform: translateY(0);

	opacity: 1;
	
}
.home-steps .step-block:nth-child(2).show{
	transform: translateY(0);

	opacity: 1;


}
.home-steps .step-block:nth-child(3).show{
	transform: translateY(0);

	opacity: 1;
}

.home-steps i.size-lg{
	font-size: 4rem; 
	
}

.home-steps a.steps-cta{

	
}

.home-steps a.steps-cta {
    display: inline-block;
    padding: 12px 24px;
    /* background: black; */
    background: linear-gradient(to bottom,
        black 0%,
        black 50%,
        white 50%,
        white 100%
    );
    background-position: 0 0;
    background-size: 100% 200%;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}
.home-steps a.steps-cta:hover {
    background-position: 100% 100%;
    color: black;
}
/*Homepage Services Section */
/**/
/**/
/**/
/**/
.home-services{
	
	background: white;
	padding: 100px 10px;
	color:white;
	
}
.home-services .container.extra-wide{
	max-width:1500px;
}
.home-services h2.service-header{
	font-weight: 700;
	font-size: 4rem;
	color:black;
	text-align: center;
	
}
.home-services .service-block {
    position: relative;
    overflow: hidden; /* ensures overlay stays inside the block */
    text-align: center;
    padding: 25px;
    transition: 0.4s;
    min-height: 650px;
    border: 2px solid black;
    background-position: 50% 50%;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
		
    box-shadow: 0px 13px 10px -9px rgba(0, 0, 0, 0.5);
}
.home-services .service-block h2{
    font-size: 2.5rem;
    font-family: inherit;
    font-weight: 600;
}
.home-services .service-block p{
    font-size:1rem;;
}

/* Overlay */
.home-services .service-block::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    background: rgba(0,0,0,0.2); /* DEFAULT overlay - subtle dark tint */
    transition: background 0.4s ease;
    z-index: 0; /* behind text */
}

/* Brighten the background on hover */
.home-services .service-block:hover::before {
    background: rgba(0,0,0,0.05); /* DEFAULT overlay - subtle dark tint */
}

/* Make sure the content appears ABOVE the overlay */
.home-services .service-block > * {
    position: relative;
    z-index: 1;
}

.home-services .service-block .contact-cta{
    display: inline-block;
    padding: 12px 24px;
    /*background: black;*/
		
		background: linear-gradient(to bottom,
        black 0%,
        black 50%,
        white 50%,
        white 100%
    ); 
    background-position: 0 0;
		
    background-size: 100% 200%;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
		
		opacity: 0;
		transform:translateY(50px);
		transition: all 0.4s; 
	
}

.home-services .service-block .contact-cta:hover{
    background-position: 100% 100%;
		
		color:black;
}


.home-services .service-block:hover .contact-cta{
		
		opacity: 1;
		transform:translateY(0px);
	
}
.home-services .service-block img.round{
    border-radius: 100%;
    height: 320px;
    /*width: 375px;*/
    width: 100%;
		
}
.round-image {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000; /* or dark gray #111 */
    box-shadow: inset 0 0 20px rgba(0,0,0,0.4);
}

.home-services .row{
	display:flex;
	justify-content: center;
	/*align-items:stretch; */
}

.home-services .row > [class*='col-']{
	display:flex;
	align-items:stretch;
}
.home-services .gapper-150{
	margin-top:150px;
}

.workout-bg-001{
    /*background: linear-gradient(0deg, #0000006e 25%, #0000006e 90%), url(/img/homepage/fit-001.jpg);*/
    background: linear-gradient(0deg, #0000006e 25%, #0000006e 90%), url(/img/homepage/dg-general-fit.jpg);
		background-position:50% 50%;

}
.workout-bg-002{
    /*background: linear-gradient(0deg, #0000006e 25%, #0000006e 90%), url(/img/homepage/fit-002.jpg);*/
    background: linear-gradient(0deg, #0000006e 25%, #0000006e 90%), url(/img/homepage/dg-custom-work.jpg);
		background-position:50% 50%;

}

.workout-bg-solid{
	background: #7bd7f7;
	
}



.service-block.workout-bg-001{
	opacity: 0;
	transform: scale(0.8);
	transition: 2s;
}
.service-block.workout-bg-002{
	opacity: 0;
	transform: scale(0.8);

	transition: 2s;

}

.service-block.workout-bg-001.show{
	opacity: 1;
	transform: scale(1);

}
.service-block.workout-bg-002.show{
	opacity: 1;
	transform: scale(1);

}


.service-block.workout-bg-solid{
	
	background: #7bd7f7;
	
	border:none;
	
    justify-content: flex-start;
	
	
	transform: translateY(50px);
	opacity: 0;
	transition: 1s;
}

.service-block.workout-bg-solid.show{
	transform: translateY(0);
	opacity: 1; 
}


/*Homepage REVIEWS Section */
/**/
/**/
/**/
/**/

.home-reviews{
	
	padding: 170px 10px 80px;
	background: rgb(249,249,249);
	
}

 
.home-reviews .swiper{
	padding:90px 20px; 
}
.home-reviews .container.extra-wide{
	max-width: 1500px; 
}
.home-reviews h2{
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 600;
	
}

.home-reviews h2.review-header{
    font-size: 3.5rem;
    font-family: inherit;
    font-weight: 700;
		padding-bottom:30px; 

	
	text-align: center;
}
.home-reviews p{
	
	font-size:1rem;	
	
}
.home-reviews span.stars{
	
	font-size:2.5rem;
	
	color:#7bd7f7;
	
}
.home-reviews .review-card{
	background: white;
	
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	
	border-radius: 10px; 
	
	
	padding: 34px 10px;
	
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
		
		
	min-height: 300px;
	text-align:center;
	
}

.home-reviews  .review-card a.review-cta{
    padding: 3px;
    background: transparent;
    color: black;
    border-radius: 26px;
		display: inline-flex;
		padding:10px; 
    border-color: white;
    border: 1px solid black;
    text-align: center;
    font-family: font2;
}
.home-reviews  .review-card a.review-cta:hover{
    background: black;;
    color: white;
}

/*Home GALLERY*/
.home-gallery {
	padding: 75px 0 50px 0;	background: white;
}
.home-gallery h1,.home-gallery h3  {
    font-weight: 700;
    font-size: 3rem;
    color: black;
    text-align: center;
		padding-bottom:20px; 
}
.home-gallery h2  {
	font-size: 1.8rem; font-weight: 800; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(30,30,30);
}
.home-gallery p {
	text-align: center; font-size: 17px; padding-bottom: 30px;
}

.home-gallery a.gallery-cta {
    display: inline-block;
    padding: 12px 24px;
    background: /*#007bff*/rgb(196,41,56,0.8);
    background: linear-gradient(to bottom,
        #62ACC6 0%,
        #62ACC6 50%,
        #000 50%,
        #000 100%
    );
    background-position: 0 0;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
    background-size: 100% 200%;
}
.home-gallery  a.gallery-cta:hover {
    background-position: 0 100%;
    transform: scale(1.15);
}


#home-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;
}
#home-portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline:none !important;
}
#home-portfolio {
  display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#home-portfolio li {
  display: flex; justify-content: center; align-items: center; float: left; position:relative; overflow:hidden; margin: 0 2px 3px;
}

#home-portfolio li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#home-portfolio li.show {
  opacity: 1;
  transform: translateY(0);
}


#home-portfolio li a {
  transform:scale(1,1); display:block; width:100%; height: 500px; width: 490px; overflow:hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#home-portfolio li a:hover {
	transform:scale(1.1,1.1) !important;
}
#home-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);
}
#home-portfolio li:hover .block-overlay {
	background-color:#000000cc;
}
#home-portfolio li:hover input {
	left: 0;
}
#home-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;
}








.home2 .box1 {
	padding: 15px;
}
.home2 .box2 {
	padding: 50px 25px 0 25px;
}
.home2 .flip-card, .flip-card2, .flip-card3, .flip-card4, .flip-card5, .flip-card6 {
  background-color: transparent;
  width: 100%;
  height: 445px;
  perspective: 1000px;
}
.home2 .flip-card-inner, .flip-card-inner2, .flip-card-inner3, .flip-card-inner4, .flip-card-inner5, .flip-card-inner6 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home2 .flip-card:hover .flip-card-inner, .flip-card2:hover .flip-card-inner2, .flip-card3:hover .flip-card-inner3, .flip-card4:hover .flip-card-inner4, .flip-card5:hover .flip-card-inner5, .flip-card6:hover .flip-card-inner6 {
  transform: rotateY(180deg);
}
.home2 .flip-card-front, .flip-card-back, .home2 .flip-card-front2, .flip-card-back2, .home2 .flip-card-front3, .flip-card-back3, .home2 .flip-card-front4, .flip-card-back4, .home2 .flip-card-front5, .flip-card-back5, .home2 .flip-card-front6, .flip-card-back6 {
  position: absolute;
	/*font-size:13px;*/
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*.flip-card-back p, .flip-card-back2 p, .flip-card-back3 p, .flip-card-back4 p, .flip-card-back5 p, .flip-card-back6 p {*/
/**/
/*	font-size:13px;*/
/*}*/

.home2 .flip-card-front, .flip-card-front2, .flip-card-front3, .flip-card-front4, .flip-card-front5, .flip-card-front6 {
  background: rgb(255,255,255);
  color: rgb(12,12,12);
}
.home2 .flip-card-back, .flip-card-back2, .flip-card-back3, .flip-card-back4, .flip-card-back5, .flip-card-back6 {
  background: rgb(255,255,255);
  color: rgb(12,12,12);
  transform: rotateY(180deg);
}
.home2 {
	padding: 75px 0 75px 0; background: rgb(30,30,30);
}
.home2 .service {
	padding: 15px; background: rgb(255,255,255); box-shadow: 1px 1px 1px 1px rgb(255,255,255);
}
.home2 h2 {
	font-size: 26px; font-weight: 700; text-align: center; color: rgb(75,75,75);
}
.home2 p {
	font-size: 18px; text-align: justify; color: rgb(12,12,12);
}
.home2 img {
	width: 100%; height: 100%;
}
.home2 a.learn-more {
	padding: 15px; background: rgb(75,75,75); font-size: 24px; font-weight: 600; text-align: center; color: rgb(255,255,255);
}
.home3 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.home3 h3 {
	font-family: 'font2';	font-size: 35px; text-align: left; font-weight: 800; color: rgb(30,30,30);
}
.home3 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.home3 span {
	color: rgb(83,82,82);
}
.home3 img {
	width: 100%; height: 100%;
}
.home4 {
	padding: 75px 0 75px 0; background: rgb(100,100,100);
}
.home-contact {
	padding: 75px 0 75px 0; background: rgb(30,30,30);
}
.home-contact h3 {
	font-size: 35px; font-family: font2; font-weight: 800; text-align: center; text-transform: capitalize; color: rgb(255,255,255);
}
.about1 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.about1 h1 {
	font-size: 40px; font-family: font2; font-weight: 800; color: rgb(30,30,30);
}
.about1 h2 {
	font-size: 35px; font-family: font2; font-weight: 600; color: rgb(30,30,30);
}
.about1 h5 {
	font-size: 25px; font-family: font2; font-weight: 500; color: rgb(30,30,30);
}
.about1 p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.about1 img {
	width: 100%; height: 100%;
}
.serv1, .serv3, .serv5 {
	padding: 100px 0 75px 0; background: rgb(255,255,255);
}
.serv1 h1{
	font-size: 2.3rem;
	text-align:center;
	font-family: font2;
	text-decoration: underline;
	font-weight: 800;
}
.serv2 h1{
	font-size: 2.3rem;
	text-align:center;
	font-family: font2;
	text-decoration: underline;
	font-weight: 800;
	color:white;
}
.serv1 h2, .serv3 h2, .serv5 h2 {
	font-size: 35px; font-family: font2; font-weight: 800; color: rgb(30,30,30);
}
.serv1 p, .serv3 p, .serv5 p {
	font-size: 17px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.serv1 img, .serv3 img, .serv5 img {
	width: 100%; height: 100%;
}
.serv1 a.learn-more, .serv3 a.learn-more .serv5 a.learn-more {
	padding: 10px; background: rgb(30,30,30); border: 1px solid rgb(30,30,30); border-radius: 0.8rem;
	font-size: 24px; font-family: font2; font-weight: 800; text-align: center; text-transform: capitalize; color: rgb(255,255,255);
}
.serv2, .serv4, .serv6 {
	padding: 75px 0 75px 0; background: rgb(30,30,30);
}
.serv2 h2, .serv4 h2, .serv6 h2 {
	font-size: 35px; font-family: font2; font-weight: 800; color: rgb(255,255,255);
}
.serv2 p, .serv4 p, .serv6 p {
	font-size: 17px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(255,255,255);
}
.serv2 img, .serv4 img, .serv6 img {
	width: 100%; height: 100%;
}
.serv2 a.learn-more, .serv4 a.learn-more .serv6 a.learn-more {
	padding: 10px; background: rgb(255,255,255); border: 1px solid rgb(255,255,255); border-radius: 0.8rem;
	font-size: 24px; font-family: font2; font-weight: 800; text-align: center; text-transform: capitalize; color: rgb(30,30,30);
}
.serv1 iframe, .serv2 iframe, .serv3 iframe, .serv4 iframe, .serv5 iframe{
	
	width: 100%;
	height: 100%;
	border-radius: 0.8rem;
	box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}

.arlington-texas {
	padding: 75px 0 75px 0; background: rgb(249,249,249);
}
.arlington-texas h1, .arlington-texas h2 {
	font-size: 35px; font-family: font2; font-weight: 800; color: rgb(30,30,30);
}
.arlington-texas h3 {
	font-size: 22px; font-family: font2; font-weight: 700; color: rgb(30,30,30); text-align: left; padding:0;
}
.arlington-texas h4 {
	font-size: 22px; font-family: font2; font-weight: 700; color: rgb(30,30,30);
}
.arlington-texas p {
	font-size: 17px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(12,12,12);
}
.arlington-texas iframe {
	width: 100%; height: 100%; border: 0; border-radius: 0.8rem; box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}







.service-intro {
	padding: 175px 0px 175px 0px; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/personal-training-bg.jpg);
    background-size: cover;      
    background-repeat: no-repeat; background-attachment: fixed;
		
		background-position:50% 50%;
}
.service-bg{
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/retractable-bg.jpg);
}
.service-intro .intro-content {
	padding: 100px 25px 100px 25px; background: #ffffffd4; border-radius: 10px; height: 100%;
}

.service-intro .intro-legend {
	padding: 50px; background: #8d182ad1; color: #fff; border-radius: 5px;
}

.service-intro h1 {
	font-family: 'font2'; font-size: 25px; letter-spacing: 1px;
}

.service-intro h1 span {
	font-size: 45px; color: black;; font-weight: 600;
}
.service-intro h2 {
		font-family: 'font2';
	font-size: 2rem; color: black;;; font-weight: 500;
	font-style: italic;
}
.service-intro h4 {
	font-family: font3; font-size: 25px; letter-spacing: 1px; color: #fff; padding: 20px 0px 20px 0px;
}

.service-intro  p {
	font-family: font2; font-size: 17px; line-height: 35px;
}



.service-body{
	background: linear-gradient(rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.2)), url(/img/bg1.jpg);
	padding:100px 0;
}

.service-body .service-box{
	
}
.service-body .breaker-bg-001{
	background: linear-gradient(rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.2)), url(/img/services/breaker-001.jpg); height:500px;

	background-position: 50% 50%;
	background-size:cover;
	
}
.service-body .breaker-bg-002{
	background: linear-gradient(rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.2)), url(/img/services/breaker-002.jpg); height:500px;

	background-position: 50% 50%;
	background-size:cover;
	}
.service-body .breaker-bg-003{
	background: linear-gradient(rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.2)), url(/img/services/breaker-003.jpg); height:500px;

	background-position: 50% 50%;
	background-size:cover;
	
	}
.service-body .service-padder{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
	padding:45px;
}



















.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1,.gallery-page h3  {
	font-size: 3rem; font-weight: 800; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(30,30,30);
}
.gallery-page h2  {
	font-size: 1.8rem; font-weight: 800; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(30,30,30);
}
.gallery-page p {
	text-align: center; font-size: 17px; padding-bottom: 30px;
}
.contact-slider iframe {
	width: 100%; height: 700px; border: 0; padding-top: 165px;
}
.contact1 {
	padding: 75px 0 75px 0; background: rgb(250,250,250);
}
.contact1 h1 {
	font-size: 3rem; font-family: font3; font-weight: 700; text-align: center; text-transform: capitalize; color: rgb(30,30,30);
}
.contact1 h2 {
	font-size: 2rem; font-family: font3; font-weight: 700; text-align: center; text-transform: capitalize; color: rgb(30,30,30);
}
.contact1 p {
	font-size: 17px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}



/*FAQ Page*/
.faq {
	padding: 200px 0 75px 0;
	background: white;
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color: rgb(0,0,0);
	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: 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*/


/******************************************** Desktop Coding *************************************************/

/*******************  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: 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: 131px 0 0; position: fixed;	background: rgb(83,82,82); width: 100%;	z-index: 2;	-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: 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%;
}



/*UPDATED HEADER CSS*/
/* Base */
.contact-banner {
    position: fixed;
    width: 100%;
    z-index: 4;
    padding: 10px 0;
    background: rgb(12,12,12);
    opacity: 0;
    transform: translateY(-80px);
    transition: 0.6s;
		
		display: flex;
		flex-direction:column;
		justify-content: center;
		align-items: center;
		
}

.contact-banner h5 {
    font-size: 24px;
    font-family: font2;
    font-weight: 700;
    text-align: center;
    color: white;
}
.contact-banner p.header-contact_info{
	padding: 3px;
	background: transparent;
	color: black;
	border-radius: 20px;
	border-color:white;
	border: 2px solid white;
	text-align:center;
    font-family: font2;

}
.contact-banner p.header-contact_info a{
	color: white;
}
 /* Modifier */
.contact-banner--visible {
    opacity: 1;
    transform: translateY(0);
}
.navbar-nav.dark .nav-link{
	color:white;;
	
	
	
	font-family: 'Arial';
	font-weight: 700; 
}

.updated-header{
	
	background: transparent;
	
	
	padding:80px 0 40px;;
	
	transition: all 0.5s; 
}

.updated-header ul *{

	color:black;	
}
.updated-header--visible{
	background: #00000099;
	transform: translateY(-5px);
}
 

/**/






.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 2px 3px;
}
#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(83,82,82);	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;
}
.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: rgb(255, 255, 255);
	padding:0; text-align: left;
}
.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 #fff;	border-radius:100px; height:28px;	width:28px;	margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
/* === Laptop CSS Section ================= */
@media screen and (max-width : 1550px) {
	/*** Don't place anything here, unless absolutely necessary ***/
.navbar-light .navbar-nav .nav-link {
    margin: 0 18px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 18px;
    color: rgb(255,255,255);
    font-family: 'font2';
}
.banner h5 {
    font-size: 1.2rem;
    font-family: font2;
    font-weight: 700;
    text-align: center;
    color: rgb(255,255,255);
}

.updated-header {
    /*background: transparent;*/
    padding: 120px 0 40px;
    transition: all 0.5s;
}


}
/* === Tablet CSS Section ================= */
@media screen and (max-width: 1024px) {
/******************************************** Mobile Coding *************************************************/
.banner {
	position: fixed; width: 100%;	z-index: 4;	padding: 100px 0 0 0;	background: rgb(12,12,12); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.banner h5 {
	font-size: 18px; font-family: font2; font-weight: 700; text-align: center; color: rgb(255,255,255);
}

.contact-banner {
    position: fixed;
    width: 100%;
    z-index: 4;
    padding: 10px 0;
    background: rgb(12,12,12);
    opacity: 0;
    transform: translateY(-80px);
    transition: 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
		
		
    display: none;
}


.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;
}
.home-slide img {
	width: 100%; height: 600px;
}
.home1 {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.home1 h1 {
	font-family: 'font2';	font-size: 24px; text-align: center; font-weight: 800; color: rgb(196,41,56);
}
.home1 p {
	font-size: 14px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}



.home2 {
	padding: 30px 0 30px 0; background: rgb(30,30,30);
}
.home2 p {
	font-size: 14px; text-align: justify; color: rgb(12,12,12);
}
.home2 .service {
	padding: 15px; background: rgb(255,255,255); border-radius: 0.8rem; box-shadow: 1px 1px 1px 1px rgb(255,255,255);
}
.home2 .service h2 {
	font-size: 26px; font-weight: 700; text-align: center; color: rgb(75,75,75);
}
.home2 .service p {
	font-size: 14px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.home2 .service img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}
.home3 {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.home3 h3 {
	font-family: 'font2';	font-size: 24px; text-align: center; font-weight: 800; color: rgb(196,41,56);
}
.home3 p {
	font-size: 14px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.home3 span {
	color: rgb(83,82,82);
}
.home3 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}
.home-contact {
	padding: 30px 0 30px 0; background: rgb(30,30,30);
}
.home-contact h3 {
	font-size: 24px; font-family: font2; font-weight: 800; text-align: center; text-transform: capitalize; color: rgb(255,255,255);
}
.about1 {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.about1 h1 {
	font-size: 24px; font-family: font2; font-weight: 800; color: rgb(30,30,30);
}
.about1 h2 {
	font-size: 20px; font-family: font2; font-weight: 600; color: rgb(30,30,30);
}
.about1 h5 {
	font-size: 18px; font-family: font2; font-weight: 500; color: rgb(30,30,30);
}
.about1 p {
	font-size: 15px; text-align: justify; color: rgb(12,12,12);
}
.about1 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}
.serv1, .serv3, .serv5 {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.serv1 h2, .serv3 h2, .serv5 h2 {
	font-size: 24px; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.serv1 p, .serv3 p, .serv5 p {
	font-size: 14px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.serv1 img, .serv3 img, .serv5 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}
.serv2, .serv4, .serv6 {
	padding: 30px 0 30px 0; background: rgb(30,30,30);
}
.serv2 h2, .serv4 h2, .serv6 h2 {
	font-size: 24px; font-family: font2; font-weight: 800; color: rgb(255,255,255);
}
.serv2 p, .serv4 p, .serv6 p {
	font-size: 14px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(255,255,255);
}
.serv2 img, .serv4 img, .serv6 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}

.serv1 iframe, .serv2 iframe, .serv3 iframe, .serv4 iframe, .serv5 iframe{
	
	width: 100%;
	height: 400px;
	border-radius: 0.8rem;
	box-shadow: 1px 1px 10px 3px rgb(0,0,0);
}
.gallery-page {
	padding: 30px 0 30px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 1.5rem; font-weight: 800; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(196,41,56);
}
.contact-slider iframe {
	width: 100%; height: 400px; border: 0; padding-top: 165px;
}
.contact1 {
	padding: 30px 0 30px 0; background: rgb(250,250,250);
}
.contact1 h1 {
	font-size: 1.5rem; font-family: font; font-weight: 700; text-align: center; text-transform: capitalize; color: rgb(196,41,56);
}
.contact1 p {
	font-size: 14px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
/******************************************** Mobile Coding *************************************************/
.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);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.top-header {
	background: white; display:none;
}
.header-contact_info {
	font-size: 1.5em;
	text-align: center;
}
.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;
}

}
/* === Mobile CSS Section ================= */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
/******************************************** Mobile Coding *************************************************/
.banner {
	position: fixed; width: 100%;	z-index: 4;	padding: 90px 0 0 0;	background: rgb(12,12,12); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.banner h5 {
	font-size: 18px; font-family: font2; font-weight: 700; text-align: center; color: rgb(255,255,255);
}
.home-header-section {
	padding-top: 100px;
}
.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;
}

.contact-banner {
    position: fixed;
    width: 100%;
    z-index: 4;
    padding: 10px 0;
    background: rgb(12,12,12);
    opacity: 0;
    transform: translateY(-80px);
    transition: 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
		
		
    display: none;
}


.home-slide img {
    width: 100%;
    height: 100%;
    margin-top: 60px;
}
.home1 {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.home1 h1 {
	font-family: 'font2';	font-size: 24px; text-align: center; font-weight: 800; color: rgb(196,41,56);
}
.home1 p {
	font-size: 14px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}





.home-training-intro{
	
	background: black; 
	padding: 100px 10px; 
}
.home-training-intro h2{
	color:white;
	font-family:'font2';
        font-size: 2rem;	
	
	
}
.home-training-intro h3{
	color:white;
	
}
.home-training-intro p{
	color:white;
	
}
.home-training-intro .training-container{
	/*background: linear-gradient(to left, white, black);*/
	
	background: linear-gradient(0deg, #000000e0 25%, #000000e0 90%), url(/img/homepage/training-offer-bg.jpg);
	
	background-position:50% 50%;
	background-size: cover;
	padding: 40px 15px; 
	border-radius: 10px;
	
	display:flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	height:auto;
	
	transition: all 0.75s;
	text-align: center; 
}
.home-background-video {
	width:100%;
	height: 300px;
	overflow:hidden;
	object-fit: cover; 
	
	/*height: 1350px;*/
	/*height: auto;*/
	
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*overflow: hidden;*/
    background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;
    /*background-size: cover;*/
}
.home-training-intro a.training-cta{
    display: inline-block;
    padding: 12px 24px;
    background: /*#007bff*/rgb(196,41,56,0.8);
    background: linear-gradient(to bottom,
        #62ACC6 0%,
        #62ACC6 50%,
        #000 50%,
        #000 100%
    );
		
		background-position: 0 0;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
		
		
    transition: background 0.3s ease, transform 0.3s ease;
    background-size: 100% 200%;
	
}

.home-training-intro .training-container:hover{
	background-size: cover;


}

.home-training-intro .training-container:hover a.training-cta{

	transform: scale(1.15);

}
.home-training-intro  a.training-cta:hover{
    background-position: 0 100%;

	transform: scale(1.15);

}

.training-container.zoom-in {
	background-size: 120%; /* or 150% for stronger zoom */
}










.home2 {
	padding: 30px 0 30px 0; background: rgb(30,30,30);
}
.home2 .service {
	padding: 15px; background: rgb(255,255,255); border-radius: 0.8rem; box-shadow: 1px 1px 1px 1px rgb(255,255,255);
}
.home2 .service h2 {
	font-size: 26px; font-weight: 700; text-align: center; color: rgb(75,75,75);
}
.home2 .service p {
	font-size: 14px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.home2 .service img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}
.home3 {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.home3 h3 {
	font-family: 'font2';	font-size: 24px; text-align: center; font-weight: 800; color: rgb(196,41,56);
}
.home3 p {
	font-size: 14px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.home3 span {
	color: rgb(83,82,82);
}
.home3 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}
.home-contact {
	padding: 30px 0 30px 0; background: rgb(30,30,30);
}
.home-contact h3 {
	font-size: 24px; font-family: font2; font-weight: 800; text-align: center; text-transform: capitalize; color: rgb(255,255,255);
}
.about1 {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}
.about1 h1 {
	font-size: 24px; font-family: font2; font-weight: 800; color: rgb(30,30,30);
}
.about1 h2 {
	font-size: 20px; font-family: font2; font-weight: 600; color: rgb(30,30,30);
}
.about1 h5 {
	font-size: 18px; font-family: font2; font-weight: 500; color: rgb(30,30,30);
}
.about1 p {
	font-size: 15px; text-align: justify; color: rgb(12,12,12);
}
.about1 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}
.serv1, .serv3, .serv5 {
	padding: 60px 0 30px 0; background: rgb(255,255,255);
}
.serv1 h2, .serv3 h2, .serv5 h2 {
	font-size: 24px; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.serv1 p, .serv3 p, .serv5 p {
	font-size: 14px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.serv1 img, .serv3 img, .serv5 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}
.serv2, .serv4, .serv6 {
	padding: 60px 0 30px 0; background: rgb(30,30,30);
}
.serv2 h2, .serv4 h2, .serv6 h2 {
	font-size: 24px; font-family: font2; font-weight: 800; color: rgb(255,255,255);
}
.serv2 p, .serv4 p, .serv6 p {
	font-size: 14px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(255,255,255);
}
.serv2 img, .serv4 img, .serv6 img {
	width: 100%; height: 100%; border-radius: 0.8rem;
}




.service-intro {
	padding: 175px 0px 175px 0px; background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/personal-training-bg.jpg);
    background-size: cover;      
    background-repeat: no-repeat; background-attachment: fixed;
		
		background-position:50% 50%;
		text-align: center;
}
.service-bg{
	background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/services/retractable-bg.jpg);
}
.service-intro .intro-content {
	padding: 100px 25px 100px 25px; background: #ffffffd4; border-radius: 10px; height: 100%;
}

.service-intro .intro-legend {
	padding: 50px; background: #8d182ad1; color: #fff; border-radius: 5px;
}

.service-intro h1 {
	font-family: 'font2'; font-size: 25px; letter-spacing: 1px;
}

.service-intro h1 span {
	font-size: 2rem; color: black;; font-weight: 600;
}
.service-intro h2 {
		font-family: 'font2';
	font-size: 1.2rem; color: black;;; font-weight: 500;
	font-style: italic;
}
.service-intro h4 {
	font-family: font3; font-size: 25px; letter-spacing: 1px; color: #fff; padding: 20px 0px 20px 0px;
}

.service-intro  p {
    font-family: font2;
    font-size: 17px;
    line-height: 35px;
    font-weight: 700;
}



.service-body{
	background: linear-gradient(rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.2)), url(/img/bg1.jpg);
	padding:100px 0;
}

.service-body .service-box{
	
}
.service-body .breaker-bg-001{
	background: linear-gradient(rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.2)), url(/img/services/breaker-001.jpg); height:500px;

	background-position: 50% 50%;
	background-size:cover;
	
}
.service-body .breaker-bg-002{
	background: linear-gradient(rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.2)), url(/img/services/breaker-002.jpg); height:500px;

	background-position: 50% 50%;
	background-size:cover;
	}
.service-body .breaker-bg-003{
	background: linear-gradient(rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.2)), url(/img/services/breaker-003.jpg); height:500px;

	background-position: 50% 50%;
	background-size:cover;
	
	}
.service-body .service-padder{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
	padding:45px;
}






.gallery-page {
	padding: 30px 0 30px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 1.5rem; font-weight: 800; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(196,41,56);
}
.contact-slider iframe {
	width: 100%; height: 400px; border: 0; padding-top: 165px;
}
.contact1 {
	padding: 30px 0 30px 0; background: rgb(250,250,250);
}
.contact1 h1 {
	font-size: 1.5rem; font-family: font; font-weight: 700; text-align: center; text-transform: capitalize; color: black;
}
.contact1 p {
	font-size: 14px; font-family: font2; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
/******************************************** Mobile Coding *************************************************/
.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);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.top-header {
	background: white; display:none;
}
.header-contact_info {
	font-size: 1.5em;
	text-align: center;
}
.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;
}

.home2 p {
	font-size: 13px; text-align: justify; color: rgb(12,12,12);
}
.service-cities h3 {
    font-size: 20px;
    font-family: 'font2';
    font-weight: 600;
    text-decoration: underline;
    color: rgb(255, 255, 255);
    padding: 0;
    text-align: center;
}

}

/*@media screen and (max-width: 425px) {*/
@media screen and (max-width: 690px) {
	
.navbar-sidebar {
	padding-top: 170px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 1;	overflow: auto;
}

.home-slide img {
	width: 100%; height: 100%;
}
.home1 {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font2';	font-size: 30px; text-align: left; font-weight: 800; color: rgb(30,30,30);
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 img {
	width: 100%; height: 100%;
}
.home2 .box1 {
	padding: 15px;
}
.home2 .box2 {
	padding: 50px 25px 0 25px;
}
.home2 .flip-card, .flip-card2, .flip-card3, .flip-card4, .flip-card5, .flip-card6 {
  background-color: transparent;
  width: 100%;
  height: 475px;
  perspective: 1000px;
}
.home2 .flip-card-inner, .flip-card-inner2, .flip-card-inner3, .flip-card-inner4, .flip-card-inner5, .flip-card-inner6 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.home2 .flip-card:hover .flip-card-inner, .flip-card2:hover .flip-card-inner2, .flip-card3:hover .flip-card-inner3, .flip-card4:hover .flip-card-inner4, .flip-card5:hover .flip-card-inner5, .flip-card6:hover .flip-card-inner6 {
  transform: rotateY(180deg);
}
.home2 .flip-card-front, .flip-card-back, .home2 .flip-card-front2, .flip-card-back2, .home2 .flip-card-front3, .flip-card-back3, .home2 .flip-card-front4, .flip-card-back4, .home2 .flip-card-front5, .flip-card-back5, .home2 .flip-card-front6, .flip-card-back6 {
  position: absolute;
	/*font-size:13px;*/
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*.flip-card-back p, .flip-card-back2 p, .flip-card-back3 p, .flip-card-back4 p, .flip-card-back5 p, .flip-card-back6 p {*/
/**/
/*	font-size:13px;*/
/*}*/

.home2 .flip-card-front, .flip-card-front2, .flip-card-front3, .flip-card-front4, .flip-card-front5, .flip-card-front6 {
  background: rgb(255,255,255);
  color: rgb(12,12,12);
}
.home2 .flip-card-back, .flip-card-back2, .flip-card-back3, .flip-card-back4, .flip-card-back5, .flip-card-back6 {
  background: rgb(255,255,255);
  color: rgb(12,12,12);
  transform: rotateY(180deg);
}
.home2 {
	padding: 75px 0 75px 0; background: rgb(30,30,30);
}
.home2 .service {
	padding: 15px; background: rgb(255,255,255); box-shadow: 1px 1px 1px 1px rgb(255,255,255);
}
.home2 h2 {
	font-size: 26px; font-weight: 700; text-align: center; color: rgb(75,75,75);
}
.home2 p {
	font-size: 15px; text-align: justify; color: rgb(12,12,12);
}

.home2 img {
	width: 100%; height: 100%;
}
.home2 a.learn-more {
	padding: 15px; background: rgb(75,75,75); font-size: 24px; font-weight: 600; text-align: center; color: rgb(255,255,255);
}



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