
body{
    font-family: sans-serif;
    margin: auto 0;
}

.faicons{
    color: #f7ec52;
    font-size: 20px !important;
    background:#000 !important;
}

/**************
Header Section
**************/

.header{
    margin: 0;
    min-height: 700px;
	
}
.top-bar{
    background:#000;
    margin: 0;
    min-height: 45px;
    font-size:16px;
    padding: 5px;
}
.phone{
    padding: 5px;
}

.telephone{
    padding: 5px;
    color: #f7ec52;
    font-size:18px;
}

.logo{
    position: absolute;
    top: 0;
    z-index:10000;
}

/***********
 social icon 
************/

.socialIcons{
    padding-top: 3px;
    padding-left: 8%;
    float:right;  
}

.socialIcons i{
    font-size: 15px;
    background: rgba(255,255,255,1.0);
    border: 1px solid rgba(255,255,255,1.0);
    border-radius: 100px;
    padding: 5px 5px;
    vertical-align: middle;
    display: inline-block;
    color: #000;
    margin: 0px 2px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
}

.socialIcons i{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.socialIcons i.fa-google-plus{
   background: none;
   border-width: 2px;
   color: #FFF;
}


/** applying specific color for each icon on hover ***/
.socialIcons a:hover i.fa-facebook{
   background: #f7ec52;
   border-color: #f7ec52;
   color: #000;
}

.socialIcons a:hover i.fa-google-plus{
   background: #f7ec52;
   border-color: #f7ec52;
   color: #000;
}

.socialIcons a:hover i.fa-linkedin{
   background: #f7ec52;
   border-color: #f7ec52;
   color:  #000;
}

.socialIcons a:hover i.fa-pinterest{
   background: #f7ec52;
   border-color: #f7ec52;
   color:  #000;
}

.socialIcons a:hover i.fa-twitter{
   background: #f7ec52;
   border-color: #f7ec52;
   color:  #000;
}

.socialIcons a:hover i.fa-youtube{
   background: #f7ec52;
   border-color: #f7ec52;
   color:  #000;
}
.nav-container{
   
    opacity: 0.8;
    height: auto;
    min-height: 150px;
    padding:0;
    width: 100%;
    z-index: 9999;
    position:relative;
}
/* nav */
.nave {
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#f7ec52));
    background: -webkit-linear-gradient(top, #000000, #f7ec52);
    background: -moz-linear-gradient(top, #000000, #f7ec52);
    background: -o-linear-gradient(top, #000000, #f7ec52);
    background: -ms-linear-gradient(top, #000000, #f7ec52);
    background: linear-gradient(top, #000000, #f7ec52);
    background-color: #000000;
    filter: alpha(opacity=5000);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px 0px 10px 0;
    text-align:right;
    float:right;
    opacity:0.8;
    width:100%;
    z-index: 9999;
}

.nav {
    position: relative;
    padding-top: 25px;
    margin-right: 54px;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    margin: 0 5px 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.nav a {
    padding: 10px;
    text-decoration: none;
    color: #f7ec52;
    font-weight:bold;
    line-height: 100%;
    border-radius: 2px;
    font-size:16px;
}

.nav a:hover {
    color: #000;
    font-weight:bold;
    padding:10px;
    border-bottom:#000 solid 3px;
}

.nav .current a {
    background: #000;
    color: #000;
    border-radius: 5px;
}

/************
  right nav 
************/

.nav.right ul {
    text-align: right;
}

/*************
  center nav 
*************/

.nav.center ul {
    text-align: center;
}

@media screen and (max-width: 600px) {
	.nav {
            position: relative;
            min-height: 40px;
            list-style: outside none none;
            padding-left: 20% !important;
            padding-right: 20% !important;
	}	
	.nav ul {
		width: 180px;
		padding: 5px 0;
		position: absolute;
		top: 0;
		left: 0;
		border: solid 1px #FFFFFF;
		background:#287899 url(images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
		text-align:center;
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
		text-align:center;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #000;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(images/icon-check.png) no-repeat 10px 7px;
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
	  
	}
}
.searchbar{
	padding:20px;
        text-align: center;
}
.search{
	background:none;
	border:1px solid #f7ec52;
	padding:6px;
    width: 85%;
    color: #f7ec52;
    font-size: 12px;
}
.searchbtn{
	padding: 4px 8px;
	background:#000;
	color: #f7ec52;
	//float:right;
	border-radius:5px;
	border:1px solid #f7ec52;}	
#sarea {
    visibility: hidden;
}
/*** slider ****/
.slider{
    z-index: 99999;
    max-height: 550px;
}
.ws_images img{
    width: 100%;
}



/****************
    Main Body
****************/

.main-body{
	min-height:1200px;
	background-color: #fff;
	height:auto;}
.body-heading{
	float:inherit;
	}	
.main-heading{
	text-align:center;
	font-size:30px;
	color: #000;
	//font-family:"Arial Black", Gadget, sans-serif;
	padding-top:5px;
	}
.about{
	//min-height:500px;
	text-align: center !important;
	padding-left:40px;}
.about-content{
    padding-left: 100px;
    padding-right: 100px;

}

/**************
    Side Bar
***************/
.heading-sidebar{
    font-size: 25px;
    font-weight: bold;
}
.head-sidebar{
    padding: 15px;
    background: #f7ec52;
}

.side-bar-content{
    border: #f7ec52 solid 1.5px;
}

.side-bar-content ul{
    list-style: none;
    padding: 10px;
    text-align: left;
}

.side-bar-content ul li{
    padding: 5px;
    border-bottom: #f7ec52 dotted 2px;
}

.side-bar-content ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
.side-bar-content ul li a:hover{
    color:#adadad;
}

.image { 
    margin: 0; 
    border: 0;
    padding:30px; }

.dept {
    overflow: hidden;
    padding: 14px 65px 14px 65px;
    z-index: 10;
    text-align: center;
}
.dept h2{
    font-size: 25px;
    font-weight: bold;
}
.dept p{
    text-align: center;
}
.dpt-img{
    width: 110px;
    height: 80px;
}
.dpt-button{
    padding: 5px 7px;
    border:1px solid #f7ec52;
    color: #f7ec52;
    background:#000;
    font-size:16px;
    font-weight:500px;
    margin-bottom:10px;
}
.body-content{
    min-height:200px;
    padding: 85px;
}
.content-heading{
    font:Arial, Helvetica, sans-serif;
    color:#000;
    text-align: left;
}
P.blocktext {
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}
.bottom-content{
    min-width:450px;}

.contect-form{
    min-height:400px;}
.form-heading{
    color:#000;
    font-weight:600;}
.contact_form {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000;
    //border-radius: 10px;
    display: block;
    font-size: 18px;
    line-height: 12px;
    margin: 11px 0;
    outline: medium none;
    padding: 10.5px;
    width: 100%;
}	

.textarea{	    
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    display: block;
    font-size: 18px;
    margin: 11px 0;
    outline: medium none;
    width: 100%;
    border:#000 1px solid;
    padding:16px;
    line-height:25px;
    background:none;
    max-height:220px;
    min-height:220px;
    max-width:100%;
    min-width:100%;
}
.contact_button {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #000;
    color:#f7ec52;
    float: right;
    font-size: 18px;
    padding: 4px 23px;
    text-align: center;
}
		
.contect-form1{
	min-height:400px;
	margin-left:auto;
	margin-top:auto;
}  

.contect-form2{
	min-height:400px;
	float:right;
}  	
	
.address{
	font-weight:600;
	text-align:justify;
}
.inner_map{
	min-height:220px;
	padding-top:10px;
}	
	
.intro{
	min-height:500px;
}

.intro-heading{
	font-size:28px;
	text-align:center;
	color:#000;
	font-weight:500;
}
	
.intro-disc{
	font-size:28px;
	text-align:center;
	color:#f7ec52;
	font-weight:500;
}			
		
.blocktext1{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 39em;
}
	
.classname { 
    border:solid 1px #f7ec52;  
    text-align:center; 
    background:#f7ec52 repeat; 
    padding:100px 50px 100px 50px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px; 
    border-radius: 5px;
}

/*Eliminates padding, centers the thumbnail */

body, html {
    padding: 0;
    margin: 0;
    text-align: center;
}

/* Styles the thumbnail */

a.lightbox img {
    height: 150px;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    margin: 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: -100%;
    transition: opacity 0.5s ease-in-out 0s;
    width: 82%;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
    display: block;
    width:50px;
    height:50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
    top: 0px;
}
.services{
    min-height:400px;
    background:#F00;}

.our-services{
    padding:15px;
    min-height:150px;}
.service1{
   
    padding: 10px 10px 10px 35px;
}

.our_work{
    width:  100%;
    height: auto;
    background-image:url(../images/backgroung.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height:450px;
}
	
.cbox{
    padding-top:30px;
    width:100%;
    background:#333;
    opacity:0.8;
    min-height:450px;}

#testimonials{
    width:100%;
    min-height:300px;
    padding: 10px;
}

.our-commitment-heading{
    color: #fff;
    font-weight: bold;
}

#testimonials li{ 
    display:none;
}

#testimonials ul{
    list-style:none;
}

#blockquote-style{
    font-size: 16px;
    color: #fff;
    padding: 100px;
    border-left: none !important;
}

.clearboth{
    clear: both;
}
.contact{
    background-image: url(../images/1black_wood_texture_11.jpg);
    margin:0px;
}
.cover{
    background: #000;
    opacity: 0.8;
    width: 100%;
    min-height: 452px;
}
.contact-form{
    //padding: 5px;
}
.contact-1{
	min-height:350px;
	padding:50px;
}
.contact-heading{
	font-size:22px;
	color:#f7ec52;
}
.contact-field{
	border-radius:5px;
	color:#f7ec52;
	background:none;
	padding:10px;
        text-size:12px 
}
.form-horizontal{
	padding-top:8px;
	}
.contact_form{
    border: 1px solid #f7ec52;
    color: #f7ec52;
    display: block;
    font-size: 14px;
    margin: 11px 0;
    outline: medium none;
    padding: 9.5px;
    width: 100%;
}
.search:focus { 
    outline: none !important;
    border-color: #f7ec52;
    box-shadow: 0 0 10px #f7ec52;
}
.textarea{
	    
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    display: block;
    font-size: 14px;
    margin: 11px 0;
    outline: medium none;
    width: 100%;
    border:1px solid #f7ec52;
    padding:16px;
    line-height:25px;
    color:#f7ec52;
    max-height:160px;
    min-height:160px;
    max-width:100%;
    min-width:100%;
}			
.contact_button{
    padding:5px 12px;
    border:1px solid #f7ec52;
    color: #f7ec52;
    background:#000;
    font-size:18px;
    font-weight:500px;
    float:right;
    margin-bottom:10px;
}
.contact-2{
    min-height:350px;
    padding:50px;
}

.contact_button1{
    padding:9px 15px;
    border:1px solid #f7ec52;
    color: #f7ec52;
    background:#000;
    font-size:18px;
    font-weight:500px;
    float:right;
    margin-bottom:10px;
}

.contact_button2{
    background: none repeat scroll 0 0 #000;
    border: 1px solid #f7ec52;
    color: #f7ec52;
    float: right;
    font-size: 18px;
    margin-top: 11px;
    padding: 9px 15px;
}
	
.contact-3{
    min-height:350px;
}

.contact_icons{
    background:#000;
    color:#000;
    text-align:center;
    padding:18px;
}

.contact_icons td{
    color:#f7ec52;
    font-size:16px;
    background:#000;
}

.contact_icons td i{
	font-size:30px;
}

.contact_icons table{
    width: 100%;
}
.contact_icons table tr td{
    text-align: left;
    padding: 2px;
    font-size: 14px;
    padding-left: 20px;
}
.icon{
    font-size: 20px !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#f7ec52;
}
.ext-links-container{
    padding-top: 10px;
    border: #f7ec52 solid 1px;
    min-height: 260px;
    margin-top: 25px;
}
.ext-links-container ul{
    list-style: none;
    padding: 0;
}
.ext-links-container ul li{
    padding-bottom: 5px;
    text-align: left;
    border-bottom: #f7ec52 dotted 1px;
}
.ext-links-container ul li a{
    text-decoration: none;
    color: #f7ec52;
    text-align: left;
    padding-left: 10px;
}
.ext-links-container ul li a:hover{
    color: #fff;
}
.contact_button:focus { 
    outline: none !important;
    border-color: #f7ec52;
}
			
/******************************
Footer COntent Starts from Here
*******************************/




.footerBar{
    background:#000;
    color: #fff;
    //font-family: lucida grande;
    font-size: 14px;
    padding: 10px;
    position: relative;
    width: 100%;
    z-index: 99;
    font-weight:500;
    margin: 0;
    min-height: 50px;

}
.left{
    padding: 2px;
    text-align: left;
}

.right{
    padding: 2px;
    text-align: right;
}
.right a{
    text-decoration: none;
    color: #f7ec52;
}
.left a{
    text-decoration: none;
    color: #f7ec52;
}
.footerBar .content_container{
    padding: 0 20px;
}

.footerBar span{
    color: #FFF;
}
	