.inner { max-width: 86.5%; }

/* slider */
.slider.thumbnails .showcase-thumbnail { margin-right:10px !important; }
.slider.thumbnails .showcase-thumbnail-restriction { width:86% !important; }
.slider.thumbnails .showcase-thumbnail-button-backward, .slider.thumbnails .showcase-thumbnail-button-forward { width:18px; }
.slider.thumbnails .showcase-thumbnail-restriction { margin-left:18px; }

/* sections */
.section.blog .sticky .thumbnail { margin-right:0; }
.section.blog .sticky .meta p img { display:inline; }

/* portfolio */ 
.portfolio-full-description-related-projects .related_project, .portfolio-full-description-related-projects div.related_project:nth-of-type(3n) { width:48% !important; margin-right:4% !important; height:auto; }
.portfolio-full-description-related-projects div.related_project:nth-of-type(2n) { margin-right:0 !important; }

/* blog */
.section.blog .sticky .meta { padding-left:9px; padding-top:0; padding-bottom:0; }  
.blog-big .thumbnail .date { display:none; }
.blog-big .thumbnail h1, .blog-big .thumbnail h2 { position:static; padding-left:0;width:auto; }
.blog-big .meta p { float:none; width:auto; }

/* === ABOUT */
.accordion-item-content, .accordion-item-thumb { width:auto; float:none; position:static; margin:0; }
.accordion-item-content {margin-top:20px;}

/* testimonials */
.testimonial .testimonial-text { margin-bottom:25px; }

/* contact forms */
.content .contact-form li { width:95%; float:none; }

/* shortcodes */
.content blockquote { background-position: top left; padding:0; }  
.short-table table th, .short-table table td { padding:4px 2px; }

/* copyright */
#copyright { margin-bottom:-20px; }
#copyright .inner .left, #copyright .inner .right { float:none; width:100%; text-align:left; margin-bottom:20px; }


/* ----------------------------------------------Wrapper-------------------------------------*/


.col0, .col0 a{color:#FFFFFF; background-color:#666666;}
.col2{
	color:#FFFFFF;
}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topline, #topbar, #breadcrumb, .container, #hpage_cats, #adblock, #socialise, #footer, #copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:100%;
	}



/* ----------------------------------------------TopBar-------------------------------------*/

#topline{
	padding:10px 0;
	background-color:#666666;
	}

#topline p{
	float:left;
	margin:0;
	padding:0;
	}

#topline ul{
	float:right;
	margin:0;
	padding:1px;
	list-style:none;
	}

#topline li{
	display:inline;
	margin:0 0px 0 0;
	padding:0 4px 0 0;
	border-right:1px solid #999999;
	}

#topline li.last{
	margin-right:0;
	padding-right:0;
	border:none;
	}


<!-- Lightbox-->

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:auto; height:auto;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:auto; height:auto; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#000;}
#colorbox{}
#cboxTopLeft{width:auto; height:auto; background:url(controls.html) no-repeat 0 0;}
#cboxTopCenter{height:auto; background:url(border.html) repeat-x top left;}
#cboxTopRight{width:auto; height:auto; background:url(controls.html) no-repeat -36px 0;}
#cboxBottomLeft{width:auto; height:auto; background:url(controls.html) no-repeat 0 -32px;}
#cboxBottomCenter{height:auto; background:url(border.html) repeat-x bottom left;}
#cboxBottomRight{width:auto; height:auto; background:url(controls.html) no-repeat -36px -32px;}
#cboxMiddleLeft{width:auto; background:url(controls.html) repeat-y -175px 0;}
#cboxMiddleRight{width:auto; background:url(controls.html) repeat-y -211px 0;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(loading_background.html) no-repeat center center;}
#cboxLoadingGraphic{background:url(loading.html) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:auto; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(controls.html) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px;}
#cboxClose:hover{background-position:-100px 0px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}


<!--newfooter-->

/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


body{
	font:15px/1.3 'PT Sans', sans-serif;
	color: #5e5b64;

	/* Create a page-wide stacking context 
	(so that negative margins work as you expect) */

	position:relative;
	z-index:0;

}

a, a:visited {
	outline:none;
	color:#389dc1;
}

a:hover{
	text-decoration:none;
}

section, footer, header, aside{
	display: block;
}


/*-------------------------
	The main container
--------------------------*/


#main{
	position:relative;
	z-index:1;

	background-color: #fff;

	background-image:-webkit-radial-gradient(center, circle farthest-corner, #fff, #e2e2e2);
	background-image:-moz-radial-gradient(center, circle farthest-corner, #fff, #e2e2e2);
	background-image:radial-gradient(center, circle farthest-corner, #fff, #e2e2e2);

	padding: 120px 0 600px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

#main .tzine-logo{
	width: 336px;
	height: 121px;
	margin: 0 auto 90px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
	background: url('../img/logo.html');
}

h1{
	font:bold 48px 'PT Sans Narrow', sans-serif;
	color:#5e5b64;
	text-align: center;
	padding-bottom:300px;
	position:relative;
}

h1:after{
	content: '';
	background: url('../img/sprite.html') 0 0;
	width: 45px;
	height: 70px;
	position: absolute;
	left: 50%;
	bottom: -85px;
	margin-left: -23px;
}


/*-------------------------
	The footer
--------------------------*/


footer{
	height: 245px;
	color:#ccc;
	font-size:12px;

	position:relative;
	z-index:-2;

	background-color:#31353a;

	background-image:-webkit-linear-gradient(top, cadetblue, #2f3337);
	background-image:-moz-linear-gradient(top, #31353a, #2f3337);
	background-image:linear-gradient(top, #31353a, #2f3337);
}

/* Set a width to the outermost UL and center it */

footer > ul{
	width:960px;
	position:fixed;
	left:50%;
	bottom:0;
	margin-left:-480px;
	padding-bottom: 60px;
	z-index:-1;
}

/* The four columns of links */

footer > ul > li{
	width:25%;
	float:left;
}

footer ul{
	list-style: none;
}

/* The links */

footer > ul > li ul li{
	margin-left:43px;
	text-transform: uppercase;
	font-weight:bold;
	line-height:1.8;
}

footer > ul > li ul li a{
	text-decoration: none !important;
	color:#7d8691 !important;
}

footer > ul > li ul li a:hover{
	color:#ddd !important;
}

/* The company logo */

footer a.logo{
	color: #e4e4e4 !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	margin-left: 16px;
	display: inline-block;
	margin-top: 7px;
}

footer a.logo i{
	font-style: normal;
	position: absolute;
	width: 60px;
	display: block;
	left: 48px;
	top: 18px;
	font-size: 12px;
	color: #999;
}

footer a.logo:before{
	content: '';
	display: inline-block;
	background: url('../img/sprite.html') no-repeat -19px -70px;
	width: 48px;
	height: 37px;
	vertical-align: text-top;
}

/* Common styles for the four color bars */

footer p{
	width: 90%;
	margin-right: 10%;
	padding: 9px 0;
	line-height: 18px;
	background-color: #058cc7;
	font-weight: bold;
	font-size: 14px;
	color:#fff;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	opacity:0.9;
	cursor:default;

	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

footer > ul > li:hover p{
	opacity:1;
}

footer p:before{
	content: '';
	display: inline-block;
	background: url('../img/sprite.html') no-repeat;
	width: 16px;
	height: 18px;
	margin: 0 12px 0 15px;
	vertical-align: text-bottom;
}


/*-------------------------
	The different colors
--------------------------*/


footer p.home{
	background-color: #0096d6;

	background-image:-webkit-linear-gradient(top, #0096d6, #008ac6);
	background-image:-moz-linear-gradient(top, #0096d6, #008ac6);
	background-image:linear-gradient(top, #0096d6, #008ac6);
}

footer p.home:before{
	background-position: 0 -110px;
}

footer p.services{
	background-color: #00b274;

	background-image:-webkit-linear-gradient(top, #00b274, #00a46b);
	background-image:-moz-linear-gradient(top, #00b274, #00a46b);
	background-image:linear-gradient(top, #00b274, #00a46b);
}

footer p.services:before{
	background-position: 0 -129px;
}

footer p.reachus{
	background-color: #d75ba2;

	background-image:-webkit-linear-gradient(top, #d75ba2, #c75496);
	background-image:-moz-linear-gradient(top, #d75ba2, #c75496);
	background-image:linear-gradient(top, #d75ba2, #c75496);
}

footer p.reachus:before{
	background-position: 0 -89px;
}

footer p.clients{
	background-color: #e9ac40;

	background-image:-webkit-linear-gradient(top, #e9ac40, #d89f3b);
	background-image:-moz-linear-gradient(top, #e9ac40, #d89f3b);
	background-image:linear-gradient(top, #e9ac40, #d89f3b);
}

footer p.clients:before{
	background-position: 0 -69px;
}


/* ----------------------------------------------New Footer-------------------------------------*/

/*1st Section Start*/

#first-footer
{
	margin: 0px auto;  background-color:mistyrose; height: auto;
}

.first-footer-inner
{
	width: 100%;
text-align: center;
margin: 0px auto;
height: auto;
margin-bottom: 0px;
}

.first-footer-group
{
	 margin: 0px auto; text-align: center; padding-top: 1%;
}

.first-footer-rushabh
{
	 height: 85px;
width: 49%;
margin-right: 0%;
float: center;
}

.first-footer-travelbigg
{
	height: 87px;
width: 232px;
margin-left: 44%;

}

.first-footer-travelbigg-inner
{
	 height:87px; width:238px; margin-left: -43%;
}

first-footer-footer-row-hide
{
	height: 1%;
}

.first-footer-footer-line
{
 	display: none;}

.first-footer-DSA
{
	margin: 0px auto;
text-align: center;
margin-top: 33%;
}

.first-footer-DSA-image
{
	margin: 0px auto;
width: 361px;
float: center;
margin-left: -27px;
margin-top: 0px;
height: auto;
}

/*1st Section End*/

.clr{
clear:
}

/*2nd Section Start*/

.first-footer-acc
{
	margin: 0px auto; background-color:lemonchiffon; height: auto;
}

.first-footer-acc-inner
{
	width:100%; text-align:center; margin:0px auto; height:100%;
}

.first-footer-acc-inner-heading
{
	 margin: 0px auto;
padding-left: 32px;
text-align: center;

}

.first-footer-acc-inner-iaai
{
	float: center;
margin: 0px auto;
padding-top: 0px;
margin-left: 0px;

}


.first-footer-acc-inner-etaa {
/* padding-top: 5%; */
/* float: left; */
/* margin: 18px auto; */
}

.first-footer-acc-inner-tafi
{
	padding-top: 5%;
float: center;
margin: 0px auto;
}

.first-footer-acc-inner-mtta
{
	 margin: 0px auto;
float: center;
}

.first-footer-acc-inner-uffta
{
	 margin: 0px auto;
float: center;
}

.first-footer-acc-inner-india
{
margin: 0px auto;
padding-top: 16px;
margin-left: 79px;
}

/*2nd Section End*/

/*3rd Section Start*/

.first-footer-social
{
	margin: 0px auto;  background-color: #231f20; height: auto;
}

.first-footer-social-inner
{
	width:100%; height:52px; text-align:center; margin:0px auto;
}

.first-footer-social-content
{
	padding-top: 1%; float:left; text-align: left; margin: 0px auto;
}

.first-footer-social-icon
{
	padding-top: 1%; text-align: right;
}

/*3rd Section End*/

/*4th Section Start*/

.first-footer-copywright
{
	margin: 0px auto;  background-color: #000000; height: auto;
}

.first-footer-copywright-inner
{
	width:100%; height:52px; text-align:center; margin:0px auto;
}

.first-footer-copywright-content
{
	padding-top: 1%; float:left;   text-align:left;
}

.first-footer-copywright-content-txt
{
	padding-top: 1%;   text-align:right;
}

/*4th Section END*/

/*New Footer End*/


