/*

My Custom CSS
=============

Author:  Jamaica Dichoso
Updated: June 2017
Notes:	 Hand coded for Commercial Mechanical Serivices

*/

/* --------------------------------------
   Layout
   -------------------------------------- */
html, body {
   position: relative;
    margin: 0;
    padding: 0;
   color: #565656;
   max-width: 100%;
   display: block;
    background: transparent !important;
    overflow-x: hidden;

}

p{
	
	font-family: 'Muli', sans-serif !important;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
}
li{
	
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 36px;
}


h1{
	font-size: 50px;
	font-weight: bold;
	font-family: 'Rajdhani', sans-serif;
	color: #ff9e40 ;
}
h2{
    font-size: 20px !important;
	font-weight: bold !important;
	font-family: 'Muli', sans-serif !important;
	color: #000 ;
	padding-bottom: 5px;
	text-align: center;
}
h3{
	font-size: 18px ;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;

}
h4{
	font-size: 16px ;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600 !important;
	text-transform: uppercase;
	}

.container-full{
	position: relative;
}
span.textOrange{
	color: #ff9000;
}
.nopads{
	padding: 0 !important;
}
.centerM{
	margin: 0 auto;
}
.bBlack{
	background-color: #000;
}
.circular-portrait {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 30px;

}

.circular-portrait img {
  width: 100%;
  height: auto;
}


.divider-xs{
	width: 36px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.divider-sm{
	width: 80px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.divider-lg{
	width: 200px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.divider-md{
	width: 120px;
    border-width: 2px;
    border-top: 1px solid #ff0000;
    margin: 0;
}
.dInline{
	display: inline !important;
}
.clear{
	clear: both;
}
.text-white{
	color: #fff;
}
/* --------------------------------------
   Navbar
   -------------------------------------- */
header{
	width: 100%;    
    position: relative;
    display: table !important;
    z-index: 6666;
    border-bottom: 3px #ff9e40 solid;
    background-color: rgba(255, 255, 255, 0.23)

    
}
.logo{
	position: relative;
}
.logo img{
	margin:0 auto;	
	transition-delay: .7s;
	-moz-transition-delay: .7s; /* Firefox 4 */
	-webkit-transition-delay: .7s; /* Safari and Chrome */
	-o-transition-delay: .7s; /* Opera */
}
.navbar-default {
    border-color: transparent !important;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 0px !important;
    z-index: 66;
    background-color: transparent !important;
}
.navbar-default .navbar-nav>li>a{
	color: #000 !important;
	border-color: transparent !important;
	background-color: transparent !important;
}


#topNav{
	margin:0 auto;
	display: block;
}
.nav>li{
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-transform: normal;
	padding:5px 8px;
	font-weight: bold;
	margin:10px 0;
}
.navbar{
	min-height:0;
	margin-bottom:0 !important;
	border:none !important;
}
.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus{
	color: #ff9e40 !important ;	
	background-color: transparent !important;
}
.navbar-nav>li>a{
	padding-top:0px !important;
	padding-bottom:10px !important;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #ff9e40 !important ;
	background:url(../../images/nav_hover.png)bottom center no-repeat ;
	background-color: transparent !important;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #ff9e40 !important ;
	background:url(../../images/nav_hover.png)bottom center no-repeat ;
	background-color: transparent !important;
}

#nav{
	
	display:table;
    width: 100%;

}
.navbar-nav {
height: -webkit-fill-available;
}
/* bootstrap 3 helpers */

.navbar-form input, .form-inline input {
	width:auto;
}



.socials{
	color: #25cd81;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Rajdhani', sans-serif;
	padding: 5px 0;
	padding-right: 5%;
	
	

}

.topPhone{
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	color: #25cd81;
	font-size: 18px;
	font
}
.topPhone img{
	float: left;
	padding-right: 20px;
}
.topPhone a{
	color: #25cd81 !important;
}

.space1{
	margin-top: 20px;
}


/* --------------------------------------
   PROJECTS
   -------------------------------------- */
.projects{

}
/* --------------------------------------
   FOOTER
   -------------------------------------- */

footer{
	padding: 30px 0 30px 0;
    color: #282828;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    position: relative;
    bottom: 0;
    right:30px;
    text-align: center;
}
.foot{
	text-align: center;
    font-size: 14px !important;
}
#netwiz a, .foot a{
	color: #282828 !important;
}
#netwiz a:hover{
	color: #282828;
	text-decoration: underline;
}

#copyr{
	text-align: left;
	font-size: 16px !important;
	float: left;
}
#copyr img{
	margin: 0 auto;
}
.textBlue{
	color: #282828;
}



/* --------------------------------------
   Carousel
   -------------------------------------- */
.banner{
	border-bottom: #ff9e40 solid 6px;

}
.carousel {
		
}

.carousel-inner{
	max-height: 700px;

}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	object-fit: cover !important;
	width: 100%;
}
/* --------------------------------------
   ANimation Services
   -------------------------------------- */
   .grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        transition-duration: 1s;
		-moz-transition-duration: 1s; /* Firefox 4 */
		-webkit-transition-duration: 1s; /* Safari and Chrome */
		-o-transition-duration: 1s; /* Opera */
		animation: 1s ease-out 0s;
}

 .shrink:hover
{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
}
.circle:hover
{
        border-radius:50%;
        transition-duration: 1s;
		-moz-transition-duration: 1s; /* Firefox 4 */
		-webkit-transition-duration: 1s; /* Safari and Chrome */
		-o-transition-duration: 1s; /* Opera */
		animation: 1s ease-out 0s;
}
.slidein{
	animation: 1s ease-out 0s 1 slideInLeft;
}
/* --------------------------------------
   home
   -------------------------------------- */
.homePost{
	position: relative;
	display: block;
	margin: 30px 0;

}

.hContent h1{
	font-size: 30px;
	font-weight: 500;
	font-family: 'Rajdhani', sans-serif;
	color: #000 ;
}
.hContent p{
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #686868;
}

.homeLogo{
	background:url(../../images/logo_bg.jpg)top left repeat-x #5ac652;
	padding: 40px 0;
}
.hLogo{
	position: relative;
	float: left;
	border:solid 9px #2e8427;
	background-color: #fff;
	padding: 25px 30px;
    margin: 38px;
}
.hLogo img{
	text-align: center;
	margin:0 auto;
}
.hLogo2{
	position: relative;
	float: left;
	border:solid 9px #2e8427;
	background-color: #fff;
	padding: 25px 28px;
    margin: 10px;
}
.hLogo2 img{
	text-align: center;
	margin:0 auto;
}
.homeService{
	background:url(../../images/hservies_bg.jpg) top center no-repeat fixed;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	display: table;
	position: relative;
	padding: 50px 0;
}
.homeService h1{
	font-size: 40px;
	font-weight: bold;
	font-family: 'Rajdhani', sans-serif;
	color: #7fc07f ;
	text-transform: uppercase;
	text-align: center;
}
.homeService ul{
	position: relative;
	display: table;
	margin: 0 auto;
}
.homeService ul li{
	list-style: none;
	background-color: #fff;
	background-repeat:no-repeat;
	background-position: center top;
	margin: 10px 45px;
    width: 23%;
    float: left;
}
.homeService p{
	width: 80%;
	margin: 0 auto;
	padding: 15px 0;
	min-height: 175px;
}
.sTitle{
	background-color: #ff9e40;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 110px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
}

.cover{
	height: -webkit-fill-available;
	display: inline;
}
label{
	display: block !important;
}
.container2{
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: table;
}
.container3{
	width: 80%;
	margin: 0 auto;
	position: relative;
	display: block;
}
.homeClient{
	background-color: #e0e0e0;
	padding:30px 0;
}

/* --------------------------------------
   Pages
   -------------------------------------- */

 .Service{
	
	display: table;
	position: relative;
	padding: 50px 0;
	width: 100%;
}
.serviceHolder{
	margin-bottom: 30px;
}
.Service h1, .about h1{
	font-size: 40px;
	font-weight: bold;
	font-family: 'Rajdhani', sans-serif;
	color: #ff9e40 ;
	text-transform: uppercase;
	text-align: center;
}
.Service h2{
	font-size: 20px;
	font-weight: 500;
	font-family: 'Rajdhani', sans-serif;
	color: #ff9e40 ;
	text-transform: uppercase;
	padding: 0px;
    margin: 0px !important;
}

.Service img{
	list-style: none;
	background-color: #fff;
	margin-right: 10px;
    float: left;
}
.Service p{
	margin: 0 auto;
	padding: 15px 0;
}
ul.sidePanel {
	margin-top: 20px;
	border:none !important;
	margin-bottom: 30px;
}
.sidePanel>li{
	text-transform: uppercase;		
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin:15px 40px;
	border:none !important;
	background-color: #fff;
	text-align: center;
	float: none !important;

}
.sidePanel>li>a:focus, .sidePanel>li>a:hover {
    text-decoration: none;
    color: #000 !important ;	
    background-color: #ffaa57 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #fff !important;
    cursor: default;
    background-color: #ffaa57 !important;
    border: none !important;
    border-bottom-color: transparent;
}
.nav-tabs>li>a{
	margin-right: 2px;
    line-height: 1.42857143;
    color: #000 !important;
}

.about, .events, .testimonial{
	animation: 1s ease-out 0s 1 bounceIn;
	padding:0;
	clear: both;
	margin: 30px auto;
}
.innertext{
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 1px 0px 32px -9px rgba(0,0,0,0.41);
	-moz-box-shadow: 1px 0px 32px -9px rgba(0,0,0,0.41);
	box-shadow: 1px 0px 32px -9px rgba(0,0,0,0.41);
	border-radius: 10px;
	padding:50px;
	clear: both;
	display: table;
	position: relative;
	margin: 0 auto;
	width: 100%;
	
}
.about a{
	color: #941b0b;

}
.about a:hover{
	text-decoration: underline;
	
}

h1.testi{
	font-size: 40px;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
    color: #ff9e40;
    text-transform: uppercase;
    text-align: center;

} 
.aboutimg{
	z-index: 33;
}
.wedding{
	animation: 1s ease-out 0s 1 slideInLeft;
	position: relative;
	display: block;
}


.pageWrapper{
	width: 100%;
	margin:0 auto;
	position: relative;
	display: table;

}
.department{
	clear: both;
	position: relative;
	text-align: center;
}
.department h2{
	font-size: 20px;
	font-weight: 500;
	font-family: 'Rajdhani', sans-serif;
	color: #ff9e40 ;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 70px;
    margin: 0px !important;
}
.teamTitle{
	text-transform: uppercase;
    color: #5bb78d;
}
.teamNumber{
	float: left;
	font-size: 50px;
	padding-right: 30px;
	color: #5bb78d;
	font-weight: bold;
}

.fName{
	float: left;
    padding-top: 24px;
}
.director{
	    width: 50%;
    margin: 0 auto;
    padding: 50px 0;
    clear: both;
    text-align: center;
}
/*--------------------------
   GALLERY
   -------------------------------------- */
 .external #lightGallery-slider.slide .lightGallery-slide.current{
 	margin-top: 160px;
 }


 .gallery div  {
	transition:all .5s;
	position:relative;
	z-index:100;
	overflow: hidden;
	margin-bottom: 20px;
}
.gallery div img {
	width:100%;
	transition:all .5s;
	cursor:pointer;
}
.gthumb h3 {
	transition:all .5s;
	text-align:center;
	position:absolute;
	color:#fff;
	background:rgba(66, 31, 1, 0.5);
	z-index:100;
	font-size:24px;
	line-height:24px;
	padding:10px 20px;
	bottom:0;
	margin:0 0 0 0;
}
.gallery div .hide {
	display:none;
}
.gallery:hover h3 {
	background:#25cd81;
}
/* --------------------------------------
   Contact Form
   -------------------------------------- */
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='file'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], select, textarea {
    background-color: #e6e6e6;
    border: none;
    border-radius: 5px;
    padding: 13px 26px;
    font-style: normal;
    font-size: 16px !important;
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
    color: #000;
}

.map-container {
	width: 100%;


}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}


/* --------------------------------------
   Media Queries
   -------------------------------------- */
@media (max-width: 360px) {
	#topNav {
    	margin-bottom: 10px;
		float: none !important;
	}

	
   
}

/* Portrait & landscape phone */
@media (max-width: 480px) {
	#netwiz{
		clear: both;
		text-align: center;

	}
	
	.collapse {
    display: none;
	}
	.homeService ul li{
		margin-left:0;
		margin-right: 0;
		width: 100%;
	}
	.topPhone{
		font-size: 14px;
		float: left;
	}
	.innertext{
		padding: 0;
	}
	.teamNumber{
		font-size: 42px;
		padding-right: 10px;
	}
	.Service img{
		margin: 0 auto;
        width: 100%;
        float: none !important;
        margin-bottom: 10px;
	}
	footer{
		right: 0;
	}
	.teamV{
	display: table;
	position: relative;;
	}

}


@media (max-width: 767px){
	#topNav {
    	margin-top: 0 !important;
    	margin-bottom: 10px;
		float: none !important;
	}	
	

	
	.collapse.in{
		display: inline-block !important;
		width: 100%;
    	text-align: center;
    	transition:all .5s;
	}
	.collapse {
    display: none !important;
	}
	
	
	
}
@media (min-width: 768px){
	.navbar-nav{
		float: right !important;
	}
	.collapse{
		display: block !important;
	}
	
		
	
}
@media screen and (max-width: 782px){
	html{
	margin-top:0 !important;
	}

}

@media (min-width: 992px){
	
	.collapse{
		display: block;
	}
	
	
	
}

@media (max-width: 1200px){
	#nav{
		margin-top: 50px;
	}
	
	
}
@media (min-width: 1201px){
	
	

}

@media (max-width: 1600px){
	
	}