/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');



body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#333;
	background-color:#fff;
}

h1,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:-5px;
}

p {
	color:#333;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
  text-decoration: none;
  color:#eee;	
}

ul.social-network {
	font-size: 16px;
	list-style:none;
	margin-top:10px;
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;	
}
ul.social-network li a {	
	color:#d0d0d0;
	
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e;
  
}
.social-network li:hover .fa-linkedin {
  color: #0077b5;
  
}
.info {
  float: left;
  margin-top: -45px;
   margin-left: 110px;
}

.info li {
  display: inline-block;
  margin-left: 20px;
}

.info i {
  color: #d0d0d0;
  font-size: 15px;
  margin-right: 10px;
}

.info a {
  color: #d0d0d0;
  font-size: 12px; 
}

.info a:hover {
  color: #ED502E;
}

.info p {
  color: #d0d0d0;
  font-size: 12px;
  margin: 0;
}

/*===========================
  Menu and Navigation
============================ */
.navigation  {
  background-color:#fff;
  padding:0px;

}

.navbar-brand h1 {
	margin-top:-10px;
	float: left;	
	font-size: 30px;	
	color:#333;	
	
}
.navbar-brand h1 span {
	color: #ED502E;
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:300;	
}

.menu ul.nav-tabs li {
	color:#000;
	
}

.nav-tabs {
  border-bottom: 0;
  margin-top:5px;
  margin-bottom:0px;
}
.nav-tabs > li {
  float:left;
  margin-bottom: 0px;
  
}
.nav-tabs > li > a {	
	margin-top:-50px;
	margin-right:0px;
	line-height: 3.42857143;
	border-color: #fff #eee #fff;
	border-top: 4px solid transparent;/*line height of menu |home|*/
	border-radius:0;
	color:#333;
	padding:15px;
	
	}

.nav-tabs > li > a:hover {	
  border-color: #ED502E #eee #eee;
  color: #ED502E;
  border-radius:5px;
  background-color:#f9f9f9; 
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	border-color: #ED502E #eee #eee;
 
  border-radius:1px;
  background-color:#f9f9f9; 

  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.slider {
	margin-top:-20px;
	margin-left:7px;
}

.align-center {
left:300px;
	text-align:center;
	background-color:#fff;
	color:#000;
	padding:20px;
	margin-top:-60px;
	margin-bottom:20px;	
}
.align-center  h4 {

	padding:10px;
	-webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
-moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
}
.align-center  p {
left:300px;
	margin-top:10px;
	margin-bottom:30px;
}
.align-center:hover {
	-webkit-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
-moz-box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
box-shadow: 1px 2px 2px 4px rgba(204,204,204,1);
}
.icon {
	margin-top:30px;
	margin-bottom:30px;
	color:#ED502E;
}

.ficon i {
	color:#ED502E;
}
.ficon a {
	color:#333;
}
.ficon a:hover {
	color:#eee;
}
.btn {
	color:#333;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
 
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ED502E;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-default {
  color: #fff;
  background-color: #fff;
  border-color: #ccc;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  text-align:center;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.img-thumbnail {
  display: inline-block;
 width: 100%;
  height:100%;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-thumbnail img {
	margin-top:20px;
	margin-bottom:20px;	
	border-radius:50%
}

.box {	
	background-color:#f9f9f9;
	padding-top:80px;
	padding-bottom:60px;
	
}
.caption {
	text-align:center;
}
.caption a {
	margin-top:20px;
	margin-bottom:20px;
	color:#333;
}

.jumbotron {
	text-align:left;
	margin-bottom:-50px;	
	background-color:#fff;	
}
.jumbotron p {
	margin-top:30px;
}
.jumbotron span{
	color:#ED502E;
}
.jumbotron .btn-primary {
  
  border-color: #ccc;
  font-size:16px;
  text-transform:uppercase;
  margin-top:20px;
  background-color:#ED502E;
}
.jumbotron .btn-primary:hover {
  color:#333;
  background-color:#f9f9f9;
}

.jumbotron h2 {
	margin-top:-68px;
	margin-bottom:-60px;
   color:#ED502E;
   background-color:#e9e9e9;
   padding: 20px;
   padding-bottom:20px;
   font-size:30px;
  
}
/*===========================
  Services
============================ */

.our-services {	
	padding-top:50px;
	padding-bottom:50px;
	background-color:#f9f9f9;
}
.services  {
	text-align:center;	
}
.services p {
	margin-bottom:30px;
	margin-top:30px;
	color:#090909;
}
.icons i {
	padding:50px;
	border-radius:50%;
	color:#ED502E;
	background-color:#fff;
	border-color:#ccc;
	margin-top:30px;
	margin-bottom:30px;
	box-shadow: 0 0 0 8px rgba(255,255,255,1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.icons i:hover {
	background-color:#ED502E;
	color: #fff;
}

/*===========================
  Blog
============================ */
.blog {
	padding-top:30px;
	padding-bottom:50px;
	background-color:#f9f9f9;
}
.page-header h5 {
	margin-bottom:30px;
}

.page-header p {
	margin-top:10px;
}
.blog .ficon {
	text-align:center;
	margin-bottom:30px;
	margin-top:20px;
	
}
.blog .ficon a:hover {
	color:#ED502E;
}
.recents {
	margin-top:110px;
	
}
.recent-post ul.recent {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
	
}
.recent-post ul.recent li {
	margin:0 5px 15px 0;
	
}
.recent-post ul.recent li a {
	background:#eee;
	color:#333;
	padding:5px 10px;
}
.recent-post ul.recent li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#ED502E;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ED502E;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #eee;
  color:#333;
}
.list-group-item a:hover {
  color:#ED502E;
  margin-left:5px;
}
.list-group-item > .badge {
  float: right;
  border-radius:0;
  background-color:#fff;
  color:#333;
}

/*===========================
  Portfolio
============================ */
#section-works {
	margin-top:-5px;
	margin-bottom:50px;
	background-color:#f9f9f9;
	padding-top:50px;
	padding-bottom:50px;
}

nav#filter a {
	background-color: #fff;
	color:#333;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #ED502E;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
	
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background: #fff;
	opacity:0.5;	
}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220, 0.7);
}
.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #ED502E;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;	
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}
.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 0.8;
    transition: all 500ms ease-in-out 0s;
	top:-10px;
}


.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
	
}
.portfolio-item .portfolio-desc .folio-info p {
	
	font-size: 12px;
}
/* --- contact-area --- */


p.alignjustify
{
font-family:'Open Sans', Arial, sans-serif;
font-size:15px;
text-align: justify;
padding:215px;
margin-top:-200px;
margin-bottom:-280px;
line-height:23px;
word-spacing:5px;


}
p.alignjustify1
{
font-family:'Open Sans', Arial, sans-serif;
font-size:15px;
text-align: justify;
padding:215px;
margin-top:-400px;
margin-bottom:-150px;
line-height:23px;
word-spacing:5px;

}
.contact-area  {
	margin-top:60px;
	margin-bottom:30px;
}

button.btn-default {
	margin-top:10px;
	margin-bottom:30px;
	background-color:#fff;
	color:#333;
}
button.btn-default:hover {
	background-color:#ED502E;
	color:#fff;
}
textarea.form-control {
	border-radius:0;

}

/* --- Map --- */
.map{
	position:relative;
	margin-top:18px;	
}

.map iframe{
	width:100%;
	height:20px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}


/*=========================
  Footer
 ================= */

footer {
  background:#38B0DE;
}

.inner-footer {
  padding: 0px 0;
}
.inner-footer  ul li,a  {
	 list-style:none;
}
.widgetheading {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 40px;
  
}
.f-about a h1 {
	margin-top: 0;
	margin-bottom: 40px;
	color: #fff;
	
}
.f-about a h1 span {
	color: #ED502E;
	
}
.f-about p {
  font-size: 14px;
  color: #000000;
}
.l-posts h3 {
	margin-left:40px;
}
.l-posts li a {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  font-weight: 300;
  border-bottom: 1px solid #2c2d2e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}

.l-posts li a:hover  {
  color: #fff;
}

.f-contact p {
  font-size: 20px;
  color: #8a8d94;
  margin: 0;
  
  font-weight: 300;
  margin-bottom: 15px;
}

.f-contact i {
  color: #56595f;
  font-size: 16px;
  margin-right: 10px;
}

.f-contact a:hover p{
  color: #fff;
}
.last-div {
    background:#00BFFF;
    padding: 20px;
    position: relative;
}

.copyright {
    font-size: 14px;
    color: #190707;
	

    margin-left:10px;


	
}
.copyright a{
    color: #8a8d94;
}
.copyright a:hover {
    text-decoration: underline;
    color: #ED502E;
}

.foot-nav {
    float: right;
	margin-right:15px;
	
	
	
	
}

.foot-nav li {
    display: inline;

	margin-left:12px;
}

.foot-nav li:after {
    content: "";
    
}

.foot-nav li:last-child:after {
	display: none;
}

.foot-nav a {
	font-size: 14px;
	color: #190707;
	margin: 0;
	
}

.foot-nav a:hover {
    color: #ED502E;
}

a.scrollup{
    color:#fff;
	height:40px;
	width:40px;
	font-size:22px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:25px;
	right:15px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#ED502E;
	color:#fff;;	
}


/* ========================================
Media queries
========================================= */
/* Small devices (tablets, 768px and up) */

@media (min-width: @screen-sm-min) { 

	.img-thumbnail img {
		margin-right:30px;
		
	}






 }


.searchquery{
float:right;

top:30px;

margin-left:270px;

}
.logo{
 
  margin-top:-35px;
    margin-right:35px;
  
   width: 214px;
height:70px;
	



}


/*nirmal seeds css code for the left and right side of the images*/
.container {
  max-width: 960px;
  margin: 0 auto;
}
.container_pull-top {
  margin-top: -81px;
  -webkit-box-shadow: 0 34px 65px rgba(177, 82, 33, 0.11);
  -moz-box-shadow: 0 34px 65px rgba(177, 82, 33, 0.11);
  box-shadow: 0 34px 65px rgba(177, 82, 33, 0.11);
}

.video-section {
  padding: 7.08333333333% 5.72916666667% 7.08333333333% 4.16666666667%;
  background: #fff;
}
.video-section__entry {
  float: right;
  width: 44.5086705202%;
  padding: 6.12716763006% 0 0 5.78034682081%;
}
.video-section__entry p {
  font-size: .92307692308em;
  line-height: 1.99;
}
.video-section__title {
  font: 1.76923077em 'PT Serif', serif;
  color: #000;
  text-transform: none;
  margin-bottom: 6.5671641791%;
  line-height: 1.22;
}





.tabs-section {
  padding: 7.8125% 4.58333333333% 7.29166666667% 4.16666666667%;
  background: #fff;
}
.tabs-section .ui-tabs {
  background: #4ba321;
  padding: 1.14155251142%;
}
.tabs-section .ui-tabs .ui-tabs-nav li {
  display: inline-block;
}
.tabs-section .ui-tabs .ui-tabs-nav li a {
  display: block;
  padding: 14px 29px;
  font-size: 1.07692307692em;
  font-weight: 500;
  color: #fff9e7;
}
.tabs-section .ui-tabs .ui-widget-header .ui-state-default {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #41921b;
}
.tabs-section .ui-tabs .ui-widget-header .ui-state-active {
  background: #fff;
  -moz-transform: translate(0, 3px);
  -webkit-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.tabs-section .ui-tabs .ui-widget-header .ui-state-active a {
  color: #000;
}
.tabs-section .ui-tabs .ui-tabs-panel {
  padding: 3.85514018692% 4.90654205607% 4.08878504673% 4.67289719626%;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs-post .pull-right {
  float: right;
  margin-left: 3.87596899225%;
  height:100%;
  width:100%;
 padding-right:400px;
}
.tabs-post .pull-left {
  float: left;
  margin-right: 3.87596899225%;
  height:100%;
  width:100%;
  padding-left:400px;
}
.tabs-post__content p {
  color: #7b7a79;
  line-height: 1.8;
}
.tabs-post__title {
  font: 1.76923077em 'PT Serif', serif;
  color: #000;
  text-transform: none;
  margin: -0.90439276% 0 2.71317829%;
  line-height: 1.3;
}




.test1
{
font: italic 1.30769em "PT Serif",serif;
    font-family: "PT Serif",serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.30769em;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    
color: #00000;
text-align:left;
padding: 0px 65px;
width:1000px; 
border:none;
text-wrap:500px;
line-height:40px;
}
.heading
{

text-align:center;

}


.lgoinlayout{

left:600px;
top:200px;




}

/*nirmal seeds css code for the left and right side of the images*/





/*search box*/
#tfheader{
		background-color:#c3dfef;
	}
	#tfnewsearch{
		float:right;
		margin-top:-22px;
		margin-left:200px;
	}
	.tftextinput{
		margin: 0;
		padding: 1px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		border:1px solid #0076a3; border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
		height:auto;
		width:69%;
	}
	.tfbutton {
		margin: 0;
		padding: 1px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #0076a3; border-right:0px;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
		border-top-right-radius: 0px 0px;
		border-bottom-right-radius: 0px 0px;
	}
	.tfbutton:hover {
		text-decoration: none;
		background: #007ead;
		background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
		background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}
 


/*start of the search button*/

.btn123 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius:1;
  -moz-border-radius:1;
  border-radius:1px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
width:250px;

}

.btn123:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
/*end of the search button*/
