/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* start editing from here */
a {
	text-decoration:none;
}
.txt-rt {
	text-align:right;
}/* text align right */
.txt-lt {
	text-align:left;
}/* text align left */
.txt-center {
	text-align:center;
}/* text align center */
.float-rt {
	float:right;
}/* float right */
.float-lt {
	float:left;
}/* float left */
.clear {
	clear:both;
}/* clear float */
.pos-relative {
	position:relative;
}/* Position Relative */
.pos-absolute {
	position:absolute;
}/* Position Absolute */
.vertical-base {
	vertical-align:baseline;
}/* vertical align baseline */
.vertical-top {
	vertical-align:top;
}/* vertical align top */
nav.vertical ul li {
	display:block;
}/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}/* horizontal menu */
img {
	max-width:100%;
}
@font-face {
 font-family: 'open_sansregular';
 src: url('../fonts/OpenSans-Regular-webfont.eot');
 src: url('../fonts/OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),  url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	background:#FFFFFF;
	font-family: 'open_sansregular';
}
/*---start-wrap----*/
.wrap {
	width:70%;
	margin:0 auto;
}
.wrap_header {
	width:100%;
	margin:0 auto;
}
/*---start-top-header----*/
.header {
	/*background:url(../images/banner.jpg) no-repeat;*/
	background-size: 100%;
	min-height: 310px;
	background:#fff;
}
.port-header {
	background: url(../images/banner.jpg) no-repeat 100%;
	background-size: 100%;
	min-height: 300px;
}
.logo {
	float:left;
	/*margin-top: 1.4em;*/
	position:absolute;
	background:#fff;
}
.top-nav {
	float:right;
}
.top-nav ul li {
	display:inline-block;
}
.top-nav ul li a {
	color: #FFF;
	font-size: 1em;
	padding: 1.7em 1em;
	display: block;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.top-nav ul li a:hover {
	color:#71B6D5;
}
.top-header {
	border-bottom: 1px solid rgba(153, 153, 153, 0.32);
	max-width:1120px;
	margin:0px auto;
	z-index:9999;
	position:relative;
}
/*---End-top-header----*/
/*---start-content-----*/
.wellcome-note {
	text-align:center;
	width:100%;
	margin:0 auto;
}
.wellcome-note p {
	color:#484848;
	margin: 10px 0;
	line-height: 1.8em;
	font-size:16px;
}
/*---strat-top-grids----*/
.top-grids {
	margin-top: 2.5em;
}
.top-grid {
	position:relative;
	width:31.33%;
	float:left;
	margin-right:2%;
	border: 1px solid #419cd5;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.top-last-grid {
	margin-right:0px;
}
.top-grid-head {
	background: url(../images/grid-pic1.jpg) no-repeat 100% 100%;
	background-size: 100%;
	position:relative;
	height: 150px;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	-webkit-border-top-left-radius: 0.3em;
	-webkit-border-top-right-radius: 0.3em;
	-moz-border-top-left-radius: 0.3em;
	-moz-border-top-right-radius: 0.3em;
	-o-border-top-left-radius: 0.3em;
	-o-border-top-right-radius: 0.3em;
}
.top-grid-head-icon {
	position: absolute;
	background: #0d6fa8;
	height: 60px;
	width: 60px;
	display: block;
	top: 130.8px;
	left: -6.2%;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 6px solid #fff;
}
.top-grid-head-icon span {
	height: 40px;
	width: 40px;
	background: url(../images/cam-icon.png) no-repeat;
	margin: 10.9px;
	display: block;
}
.top-grid h3 {
	text-align: center;
	color: #484848;
	font-size: 1.3em;
	padding: 1em 0 0.5em 0;
}
.top-grid p {
	text-align: center;
	color: #484848;
	font-size: 0.875em;
	width: 90%;
	margin: 0 auto;
	padding: 0px 0px 1.8em 0;
}
.top-grid-head1 {
	background: url(../images/grid-pic2.jpg) no-repeat 100% 100%;
	background-size:100%;
}
.top-grid-head3 {
	background: url(../images/grid-pic3.jpg) no-repeat 100% 100%;
	background-size:100%;
}
.top-grid-head-icon1 span {
	background: url(../images/art-icon.png) no-repeat;
}
.top-grid-head-icon3 span {
	background: url(../images/cart-icon.png) no-repeat;
}
/*----*/
/*---start-feature-grids-----*/
.feature-grids {
	margin-top: 4em;
}
.feature-grid-head-top label {
	width: 46%;
	float: left;
	height: 1px;
	background: #4798cd;
	margin-top: 16px;
}
.feature-grid-head-top span {
	width: 40px;
	float: left;
	height: 40px;
	background: url(../images/feaature-icon.png) no-repeat 50%;
	display: block;
	padding: 0px 1em;
}
.feature-grid-head h3 {
	text-align: center;
	/*text-transform: uppercase;*/
	font-size:50px;
	color: #0d6fa8;
	font-weight: 300;
	padding: 0.5em 0 0.5em 0;
	font-family: 'Open Sans Condensed', sans-serif;
}
.feature-grid-head h3 span {
	font-weight: 300;
	color:#43ca9c;
}
.feature-grid-left {
	float:left;
	width:25%;
	margin-right:2%;
}
.feature-grid-right {
	float:right;
	width:72%;
}
.feature-grid-right h4 {
	font-size:2em;
	color: #0d6fa8;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight:300;
}
.feature-grid-right p {
	color: #484848;
	font-size: 14px;
	padding:1em 0 2em 0;
	line-height: 1.5em;
}
.btn {
	color: #fff;
	border:1px solid #71B6D5;
	text-transform: uppercase;
	padding: 0.4em 1em;
	border-radius: 0.5em;
	font-size: 0.875em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	display: inline-block;
	background:#0d6fa8;
}
.btn:hover {
	color:#484848;
	border:2px solid #484848;
}
.feature-grid {
	padding: 5px 0;/*border-bottom: 1px solid #E6E3E3;*/
}
.feature-grid-right1 {
	float:right;
}
.feature-grid-left1 {
	float:left;
}
.feature-grid1 {
	border-bottom:0;
}
/*---start-projects----*/
.feature-grid-head-top1 span {
	background: url(../images/projects-icon.png) no-repeat 50%;
}
.projects {
	margin-top: 2em;
}
.feature-grid-head1 p {
	color: #484848;
	font-size: 0.875em;
	padding: 0.2em 0;
	line-height: 1.5em;
	text-align: center;
}
.feature-grid-head1 h3 {
	padding-bottom:0;
}
.box {
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.box img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	position: relative;
	z-index: 2;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	height: 276px;
}
.project-grid1 {
	float:left;
	width:18%;
	margin-right:2%;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	text-align:center;
}
.slickHoverZoom {
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.last-project-grid1 {
	margin-right:0;
}
.project-name {
	font-size: 0.9em;
	color: #484848;
	display: block;
	text-align: center;
	transition:0.5 all;
	-webkit-transition:0.5 all;
	-moz-transition:0.5 all;
	-o-transition:0.5 all;
}
.project-tag {
	text-align: center;
	color: #484848;
	font-size: 0.875em;
	line-height: 1.5em;
	transition:0.5 all;
	-webkit-transition:0.5 all;
	-moz-transition:0.5 all;
	-o-transition:0.5 all;
}
.project-name:hover, .project-tag:hover {
	color:#71B6D5;
}
/*---light-box----*/
/*---//light-box----*/
.feature-grid-head1 {
	padding: 1em 0 2em 0;
}
.feature-grid-head2 {
/*margin-top:4em;*/
}
.feature-grid-head-top3 span {
	background: url(../images/feed-icon.png) no-repeat 50%;
}
/*--text-slider--*/
.slider {
	position: relative;
	zoom: 1;
}
.slider-nav {
	position: absolute;
	zoom: 1;
	width: 100%;
	top: 0;
	left: 0;
}
.arrow {
	width: 42px;
	height: 175px;
	position: absolute;
	zoom: 1;
	top: 0;
}
.arrow span {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.arrow.disabled {
	opacity: 0.3;
	cursor: default;
}
.arrow-left {
	left: 0;
}
.arrow-right {
	right: 0;
}
.slider-mask-wrap {
/*margin: 0 48px;
	width:70%;*/
}
.slider-mask {
	overflow: hidden;
	position: relative;
	zoom: 1;
}
.slider-target {
	width: 2000px;
	margin: 0 auto;
}
.slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slider li {
	float: left;
	margin: 0;
	padding: 0;
}
.slider .inner p {
	padding: 10px;
	margin: 0 5px;
	height: 90%;
	font-size: 14px;
	color: #484848;
	display: block;
	text-align:  center;
	margin:0 auto;
	line-height:1.5em;
}
.test-auther {
	text-align: center;
	margin-top: 0em;
	background: url(../images/test-bg.png) no-repeat 50% 50%;
	padding-top: 3em;
}
.test-auther p a {
	text-transform: uppercase;
	font-size: 1em;
	color: #484848;
	padding: 0.5em 0 0.5em 0;
}
.test-auther p label {
	font-size: 0.875em;
	line-height: 1.5em;
	color: #555;
}
.examples {
/*padding: 1em;
	background:#edf6fc;*/
}
#menu span {
	white-space: nowrap;
}
#selector {
	text-align: center;
}
/* selector styling */
#selector a {
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(../images/test-pagnate.png) no-repeat -21px 0px;
}
#selector a.current {
	background: url(../images/test-pagnate.png) no-repeat;
}
#selector ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#selector li {
	display: inline-block;
	margin-right: 10px;
}
#menu span {
	white-space: nowrap;
}
/*---End-test-monials---*/
/*---start-footer----*/
.footer {
	background: #273A43;
	padding: 3em 0;
	margin-top: 0.1em;
}
.footer-grid {
	float: left;
	width: 22%;
	margin-right: 2%;
	padding: 0px 1em 0px 0px;
}
.footer-grid h4 {
	padding-bottom:1em;
	color: #fff;
	font-size: 1.3em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}
.footer-grid1 p, .footer-grid2 p {
	color: #B9B7B7;
	font-size: 0.875em;
}
.footer-grid2 h4 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0.5em;
}
.footer-grid2 ul li span {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/footer-feed-icons.png) no-repeat 0px 0px;
	vertical-align: middle;
	margin: 6px 6px 6px 0px;
}
.footer-grid2 ul {
	margin-top:0.8em;
}
.footer-grid2 ul li:nth-child(2) span {
 background: url(../images/footer-feed-icons.png) no-repeat 0px -30px;
}
.footer-grid2 ul li:nth-child(3) span {
 background: url(../images/footer-feed-icons.png) no-repeat 0px -59px;
}
.footer-grid2 ul li label {
	color:#FFF;
	font-size:0.875em;
}
/*---*/
.recent-tweet-icon {
	float: left;
	width: 10%;
	margin-top: 3%;
}
.recent-tweet-icon span {
	width:20px;
	height:20px;
	display:block;
	background:url(../images/ftwitt.png) no-repeat;
}
.recent-tweet-info {
	float:right;
	width:88%;
}
.footer-grid3 h4 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0.5em;
}
.recent-tweet-info p {
	color: #B9B7B7;
	font-size: 0.875em;
}
.recent-tweet-info a {
	display:block;
	color:#71B6D5;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.recent-tweet-info a:hover {
	color:#172227;
}
.recent-tweet {
	margin-bottom: 1em;
}
/*----*/
.footer-grid4 {
	position:relative;
}
.footer-grid4 h4 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0.5em;
}
.footer-grid4 p {
	color: #B9B7B7;
	font-size: 0.875em;
	margin-bottom:0.5em;
}
.footer-grid4 input[type="text"] {
	background: #172227;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border: 1px solid #1A303A;
	font-family: 'open_sansregular';
	outline: none;
	font-size: 0.875em;
	padding: 0.5em 1em;
	color:#B9B7B7;
	position:relative;
	border-top-left-radius:0.3em;
	border-bottom-left-radius:0.3em;
	-webkit-border-top-left-radius:0.3em;
	-webkit-border-bottom-left-radius:0.3em;
	-moz-border-top-left-radius:0.3em;
	-moz-border-bottom-left-radius:0.3em;
	-o-border-top-left-radius:0.3em;
	-o-border-bottom-left-radius:0.3em;
}
.footer-grid4 input[type="text"]:hover {
	border: 1px solid #71B6D5;
}
.footer-grid4 input[type="submit"] {
	background: #71B6D5;
	text-transform: uppercase;
	font-family: 'open_sansregular';
	border: none;
	padding: 0.6em 0.8em;
	position: absolute;
	left: 178px;
	border-top-right-radius:0.3em;
	border-bottom-right-radius:0.3em;
	-webkit-border-top-right-radius:0.3em;
	-webkit-border-bottom-right-radius:0.3em;
	-moz-border-top-right-radius:0.3em;
	-moz-border-bottom-right-radius:0.3em;
	-o-border-top-right-radius:0.3em;
	-o-border-bottom-right-radius:0.3em;
	cursor:pointer;
	color:#FFF;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.footer-grid4 input[type="submit"]:hover {
	color:#172227;
}
.footer-grid4 {
	margin-right:0px;
}
.footer-grid4 form {
	margin-top:0.8em;
}
/*---start-copy-right----*/
.copy-right {
	background: #172227;
	padding: 1.2em 0 0.5em 0;
}
.copy-right-left {
	float:left;
	margin-top: 4px;
}
.copy-right-left p {
	color: #B9B7B7;
	font-size: 0.875em;
}
.copy-right-left p a {
	color:#71B6D5;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.copy-right-left p a:hover {
	color:#B9B7B7;
}
.copy-right-right {
	float:right;
}
.copy-right-right ul li {
	display:inline-block;
}
.copy-right-right ul li a span {
	height: 24px;
	width: 24px;
	display: block;
	background: url(../images/footer-social-icons.png) no-repeat 7px 7px;
}
.copy-right-right ul li:nth-child(2) a span {
 background: url(../images/footer-social-icons.png) no-repeat -28px 7px;
}
.copy-right-right ul li:nth-child(3) a span {
 background: url(../images/footer-social-icons.png) no-repeat -64px 7px;
}
.copy-right-right ul li a {
	background: #666;
	height: 30px;
	width: 30px;
	display: block;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
}
.copy-right-right ul li a:hover {
	background:#71B6D5;
}
/*---strat-protfolio----*/
.portfolio {
	padding: 3em 0 4em 0;
}
.left-sidebar {
	float: left;
	width: 20%;
	border: 1px solid #E6E3E3;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	padding: 1%;
}
.right-protfolio-grids {
	float:right;
	width:100%;
}
.side-head {
	text-align:center;
	padding:1.5em 0;
}
.side-heading {
	width: 90%;
	margin: 0 auto;
}
.side-heading label {
	width: 34%;
	float: left;
	height: 1px;
	background: #E6E3E3;
	margin-top: 10px;
}
.side-heading span {
	width: 32%;
	float: left;
	display: block;
	text-align: center;
	color: #484848;
	text-transform: uppercase;
}
.side-search-box input[type="text"] {
	border: 1px solid #E6E3E3;
	color: #484848;
	font-size: 0.875em;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	padding: 0.7em 0.8em;
	margin: 0 auto;
	outline:none;
	font-family: 'open_sansregular';
	width: 89%;
}
.side-search-box input[type="text"]:hover {
	border: 1px solid #71B6D5;
}
.side-search-box {
	width: 93%;
	margin: 0 auto;
}
.side-search-box form {
	margin:1.5em 0 1em 0;
}
.side-twiit-box span {
	color:#3C3A37;
}
.recent-tweet-icon1 span {
	background: url(../images/quit.png) no-repeat;
	margin-top: -11px;
	margin-left: 5px;
}
.recent-tweet-info-box p {
	color: #8D8983;
}
.recent-tweet-info-box p a {
	color: #8D8983;
	text-decoration: underline;
	margin: 0.5em 0;
}
.recent-tweet-box {
	width:90%;
	margin: 1em auto;
}
.side-heading1 label {
	width:20%;
}
.side-heading1 span {
	width:60%;
}
.recent-post-list ul li {
	display:block;
}
.recent-post-list {
	width: 90%;
	margin: 1em auto 2em auto;
}
.recent-post-list ul li a {
	font-size: 0.875em;
	color: #8D8983;
	padding: 0.3em 0;
	display: block;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.recent-post-list ul li a:hover {
	color:#71B6D5;
}
.btags-list ul li {
	display:inline-block;
}
.btags-list ul li a {
	font-size: 0.8em;
	padding:0.5em 0.8em;
	color:#8D8983;
	display:inline-block;
	border:1px solid #E6E3E3;
	margin:0px 3px 8px 0;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.btags-list ul li a:hover {
	color:#71B6D5;
	border-color:#71B6D5;
}
.btags-list {
	width:90%;
	margin:1em auto 3em auto;
}
/*----portfoliio-right-grids---*/
.right-protfolio-grid {
	width: 21.6%;
	float: left;
	/*border: 1px solid #E6E3E3;*/
	padding: 0;
	border-right: 0;
	border-bottom: 0;
	margin:1.5%;
	background:#1e85b0;
	min-height:370px;
}
.last-pro-grid {
	border-right: 1px solid #E6E3E3;
}
.view-head {
	text-align:center;
}
.view-head h3 a {
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	font-size:1em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	margin-top:5px;
}
.view-head h3 a:hover {
	color:#71B6D5;
}
.view-head span {
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
}
.view {
	margin: 0;
	/* float: left;*/
   overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff url(../images/bgimg.html) no-repeat center center;
}
.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 0.875em;
	padding: 10px;
	background: rgba(0, 0, 0, 0.25);
	margin-top:0em;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(72, 72, 72, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view-first h2 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-first p {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.view-first a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-first:hover h2, .view-first:hover p, .view-first:hover a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.view-first:hover p {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.view-first:hover a.info {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.caption-social {
	float: none;
	margin-top: 4em
}
.caption-social ul li {
	margin:0px 3px;
}
/*----*/
/*---start-contact----*/
.contact-head {
	text-align:center;
}
.contact-head h3 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	font: 300 3em/48px 'Pacifico';
	color:#FFF;
	margin-top:1.5em;
}
.contact-head span {
	color:#FFF;
	margin-top:1em;
	display:block;
}
.c-top-grid {
	float: left;
	width: 21%;
	margin-right: 5%;
	text-align: center;
}
.c-top-grid span {
	width:64px;
	height:64px;
	display:inline-block;
	background:url(../images/contact-info-icons.png) no-repeat 0px 0px;
}
.c-top-grid h3 {
	color: #484848;
	font-size: 1.5em;
	padding: 0.7em 0;
}
.c-top-grid ul li {
	display:block;
	color:#7C7770;
	font-size:0.9em;
	line-height: 1.5em;
}
.contact-top-head {
	margin-top: 4em;
}
.contact-top-head span {
	background: url(../images/loc-icon.png) no-repeat 50%;
}
.last-grid {
	margin-right:0;
}
.c-top-grid1 span {
	background: url(../images/contact-info-icons.png) no-repeat -64px 0px;
}
.c-top-grid2 span {
	background: url(../images/contact-info-icons.png) no-repeat -128px 0px;
}
.last-grid span {
	background: url(../images/contact-info-icons.png) no-repeat -192px 0px;
}
.contact-top-grids {
	padding: 4em 2em;
}
.contact-form-head span {
	background: url(../images/msg-icon.png) no-repeat 50%;
}
.contact-form form {
	width: 60%;
	margin: 2.5em auto 0em auto;
}
.contact-form {
	padding-bottom: 4em;
}
.text-box {
	float:left;
	width:50%;
	margin-bottom: 0.5em;
}
.text-box input[type="text"], .textarea-box textarea {
	width: 90%;
	background: #F5F5F5;
	font-family: 'open_sansregular';
	color: #7C7770;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border: 1px solid #E1E2E9;
	padding: 0.8em;
	outline:none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.text-box input[type="text"]:hover, .textarea-box textarea:hover {
	border: 1px solid #71B6D5;
}
.textarea-box textarea {
	width: 95%;
	min-height: 250px;
}
.contact-form input[type="submit"] {
	background: #71B6D5;
	padding: 0.8em;
	display: block;
	border: none;
	text-transform: uppercase;
	font-family: 'open_sansregular';
	color: #FFF;
	width: 98.5%;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	outline:none;
	cursor:pointer;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.contact-form input[type="submit"]:hover {
	background:#7AC1E1;
}
/*---End-contact----*/
/*---start-responsive-design----*/
@media only screen and (max-width: 1440px) and (min-width:1366px) {
 .wrap {
 width:75%;
}
 .footer-grid {
 width: 21.9%;
}
}
@media only screen and (max-width: 1366px) and (min-width:1280px) {
 .wrap {
 width:75%;
}
 .footer-grid {
 width: 21.9%;
}
 .right-protfolio-grid {
 width: 21.6%;
}
 .header {
 background-size: 100% 100%;
 min-height:266px;
}
}
@media only screen and (max-width: 1280px) and (min-width:1024px) {
 .wrap {
 width:80%;
}
 .footer-grid {
 width: 21.9%;
}
 .right-protfolio-grid {
 width: 33.14%;
}
 .header {
 background-size: 100% 100%;
 min-height:380px;
}
}
@media only screen and (max-width: 1024px) and (min-width:768px) {
 .wrap {
 width:80%;
}
 .footer-grid {
 width:30%;
}
 .footer-grid:nth-child(2) {
 display:none;
}
 .right-protfolio-grid {
 width: 33%;
}
 .caption-social {
 margin-top: 2em;
}
 .recent-tweet-info {
 width: 86%;
}
 .header {
 background-size: 100% 100%;
}
 .top-grid-head-icon {
 left: 30%;
}
 .wellcome-note p {
 margin: 2em 0 3em 0;
}
 .top-grid-head {
 background-size: 104%;
}
 .top-grid-head3 {
 background: url(../images/grid-pic3.jpg) no-repeat 100% 100%;
}
 .feature-grid-head-top label {
 width: 45%;
}
 .text-box input[type="text"], .textarea-box textarea {
 width: 86%;
}
 .textarea-box textarea {
 width: 93%;
 resize:none;
}
 .contact-form input[type="submit"] {
 width: 98%;
}
}
@media only screen and (max-width: 768px) and (min-width:640px) {
 .wrap {
 width:80%;
}
 .footer-grid {
 width:100%;
 float:none;
 margin-right:0px;
 margin-left:0px;
 margin-top:2em;
}
 .footer {
 padding: 1em 0 3em 0;
}
 .footer-grid:nth-child(2) {
 display:none;
}
 .right-protfolio-grid {
 width: 33%;
}
 .caption-social {
 margin-top: 2em;
}
 .recent-tweet-info {
 width: 86%;
}
 .header {
 background-size: 100% 100%;
}
 .top-grid-head-icon {
 left: 41%;
}
 .wellcome-note p {
 margin: 2em 0 3em 0;
}
 .top-grid-head {
 background-size: 104%;
}
 .feature-grid-head-top label {
 width: 43%;
}
 .text-box input[type="text"], .textarea-box textarea {
 width: 86%;
}
 .textarea-box textarea {
 width: 93%;
 resize:none;
}
 .contact-form input[type="submit"] {
 width: 98%;
}
 .wellcome-note {
 width: 100%;
}
 .top-grid {
 width:100%;
 float:none;
 margin-right:0px;
 margin-bottom: 4em;
}
 .feature-grid-left {
 float:none;
 width:100%;
 margin-right:0;
 margin-left:0;
 text-align:center;
}
 .feature-grid-right {
 width:100%;
 float:none;
 margin-right:0;
 margin-left:0;
 margin-top:1em;
}
 .project-grid1 {
 width: 48%;
 margin-bottom:2em;
}
 .slider-mask-wrap {
 margin: 0 20px;
}
 .left-sidebar {
 width: 97%;
 margin-right:0px;
 margin-left:0px;
 float:none;
 margin-bottom:1em;
}
 .right-protfolio-grids {
 float:none;
 width:100%;
 margin-top:1em;
}
 .side-search-box input[type="text"] {
 width: 96%;
}
 .c-top-grid {
 width:50%;
 margin-right:0;
 margin-left:0px;
 margin-bottom:2em;
}
 .contact-form form {
 width: 80%;
}
.govment-logo { float: inherit!important;}
.h_menu { margin-left:200px !important;}
.top-grid-head-icon { left:0px;}
}
@media only screen and (max-width: 640px) and (min-width:480px) {
 .wrap {
 width:80%;
}
 .footer-grid {
 width:100%;
 float:none;
 margin-right:0px;
 margin-left:0px;
 margin-top:2em;
}
 .footer {
 padding: 1em 0 3em 0;
}
 .footer-grid:nth-child(2) {
 display:none;
}
 .right-protfolio-grid {
 width: 33%;
}
 .caption-social {
 margin-top: 2em;
}
 .recent-tweet-info {
 width: 86%;
}
 .header {
 background-size: 100% 100%;
}
 .top-grid-head-icon {
 left: 40%;
}
 .wellcome-note p {
 margin: 2em 0 3em 0;
}
 .top-grid-head {
 background-size: 104%;
}
 .feature-grid-head-top label {
 width: 42%;
}
 .text-box input[type="text"], .textarea-box textarea {
 width: 86%;
}
 .textarea-box textarea {
 width: 93%;
 resize:none;
}
 .contact-form input[type="submit"] {
 width: 98%;
}
 .wellcome-note {
 width: 100%;
}
 .top-grid {
 width:100%;
 float:none;
 margin-right:0px;
 margin-bottom: 4em;
}
 .feature-grid-left {
 float:none;
 width:100%;
 margin-right:0;
 margin-left:0;
 text-align:center;
}
 .feature-grid-right {
 width:100%;
 float:none;
 margin-right:0;
 margin-left:0;
 margin-top:1em;
}
 .project-grid1 {
 width: 48%;
 margin-bottom:2em;
}
 .slider-mask-wrap {
 margin: 0 20px;
}
 .left-sidebar {
 width: 97%;
 margin-right:0px;
 margin-left:0px;
 float:none;
 margin-bottom:1em;
}
 .right-protfolio-grids {
 float:none;
 width:100%;
 margin-top:1em;
}
 .side-search-box input[type="text"] {
 width: 96%;
}
 .c-top-grid {
 width:50%;
 margin-right:0;
 margin-left:0px;
 margin-bottom:2em;
}
 .contact-form form {
 width: 80%;
}
.top-grid-head-icon { left:-5%;}
#colorbox, #cboxOverlay, #cboxWrapper { display:none !important;}
#slidebox { display:none}
.venue-container { position: static !important; float:right; min-height: inherit !important; margin-right:40px !important; margin-top:20px !important;}
.count-down-wrapper { display:none !important;}
.add_container { display:none;}
.govment-logo { display:none;}
.h_menu { width:100%; text-align:center; margin-top:0px !important;}




}
/*@media only screen and (max-width: 640px) {
	
	.count-down-wrapper { display:none !importtant;}
	
	
	}
*/



@media only screen and (max-width: 479px) and (min-width:320px) {
 .wrap {
 width:95%;
 margin:0px auto;
}
 .logo {
 float: none;
 padding-top: 1.4em;
 text-align:center;
 margin-top:0px;
}
 .top-nav {
 float: none;
 text-align:center;
}
 .footer-grid {
 width:100%;
 float:none;
 margin-right:0px;
 margin-left:0px;
 margin-top:2em;
}
 .footer {
 padding: 1em 0 3em 0;
}
 .footer-grid:nth-child(2) {
 display:none;
}
 .right-protfolio-grid {
 width: 49.3%;
}
 .caption-social {
 margin-top: 2em;
}
 .recent-tweet-info {
 width: 86%;
}
 .header {
 background-size: 100% 100%;
}
 .top-grid-head-icon {
 left: 36%;
}
/* .wellcome-note {
 display:none;
}*/
 .top-grid-head {
 background-size: 104%;
}
 .feature-grid-head-top label {
 width: 40%;
}
 .text-box input[type="text"], .textarea-box textarea {
 width: 94%;
}
 .text-box {
 float: none;
 width: 100%;
 margin-bottom: 0.5em;
}
 .textarea-box textarea {
 width: 94%;
 resize:none;
}
 .contact-form input[type="submit"] {
 width: 100%;
}
 .wellcome-note {
 width: 100%;
}
 .top-grid {
 width:100%;
 float:none;
 margin-right:0px;
 margin-bottom: 1.5em;

}
 .feature-grid-left {
 float:none;
 width:100%;
 margin-right:0;
 margin-left:0;
 text-align:center;
}
 .feature-grid-right {
 width:100%;
 float:none;
 margin-right:0;
 margin-left:0;
 margin-top:1em;
}
 .project-grid1 {
 width: 48%;
 margin-bottom:2em;
}
 .slider-mask-wrap {
 margin: 0 0px;
}
 .left-sidebar {
 width: 97%;
 margin-right:0px;
 margin-left:0px;
 float:none;
 margin-bottom:1em;
}
 .right-protfolio-grids {
 float:none;
 width:100%;
 margin-top:1em;
}
 .side-search-box input[type="text"] {
 width: 92%;
}
 .c-top-grid {
 width:50%;
 margin-right:0;
 margin-left:0px;
 margin-bottom:2em;
}
 .contact-form form {
 width:100%;
}
 .project-name {
 font-size: 1em;
}
 .project-tag {
 font-size: 0.8em;
}
 .copy-right-left, .copy-right-right {
 float:none;
 margin-bottom:0.5em;
 text-align:center;
}
 .right-protfolio-grid:nth-child(2), .right-protfolio-grid:nth-child(5), .right-protfolio-grid:nth-child(8) {
 display:none;
}
 .contact-head h3 {
 margin-top: 0.7em;
}
 .contact-map {
 display:none;
}
 .contact-top-grids {
 padding: 1em 0em;
}
.venue-container { position:inherit !important; top:0px !important; margin:0px auto;}
.govment-logo { display:none;}
.count-down-wrapper {display:none;}
.h_menu { width:100%; text-align:center;}
#colorbox, #cboxOverlay, #cboxWrapper { display:none !important;}
.top-grid-head-icon { display:none;}
.wellcome-note h3 { font-size:30px !important;}
.feature-grid-head h3 {font-size:30px !important;}
tbody td, tfoot td{ line-height: inherit !important;}
.left-testimonials { float:none !important; width:auto !important; min-height:inherit !important; border-right:none !important;}
.right-testimonials-wrapper {float:none !important; width:auto !important; min-height:inherit !important; }
.middle { margin:0 !Important; float:none !important;}
.project-grid1 { width:100%;}
.copy-right-left, .copy-right-right { float:none;}

.feature-grids { display:none;}
.feature-grid-head-top { display:none;}
.middle{ width:auto !important;}
tbody td, tfoot td { font-size:12px !important;}
.footer-grid { padding:0px;}
.location-map { width:100% !important;}
.location-map-right { width:100% !important; }




}
/*---*/
@media only screen and (max-width: 320px) and (min-width:240px) {
 .wrap {
 width:90%;
}
 .logo {
 float: none;
 padding-top: 1.4em;
 text-align:center;
 margin-top:0px;
}
 .top-nav {
 float: none;
 text-align:center;
}
 .footer-grid {
 width:100%;
 float:none;
 margin-right:0px;
 margin-left:0px;
 margin-top:2em;
}
 .footer {
 padding: 1em 0 3em 0;
}
 .footer-grid:nth-child(2) {
 display:none;
}
 .right-protfolio-grid {
 width:100%;
 border: 1px solid #E6E3E3;
}
 .caption-social {
 margin-top: 2em;
}
 .recent-tweet-info {
 width: 86%;
}
 .header {
 background-size: 100% 100%;
}
 .top-grid-head-icon {
 left: 33%;
}
/* .wellcome-note {
 display:none;
}*/
 .top-grid-head {
 background-size: 104%;
}
 .feature-grid-head-top label {
 width: 36%;
}
 .feature-grids {
 margin-top: 1em;
}
 .feature-grids {
 margin-top: 4em;
}
 .text-box input[type="text"], .textarea-box textarea {
 width: 92%;
}
 .text-box {
 float: none;
 width: 100%;
 margin-bottom: 0.5em;
}
 .textarea-box textarea {
 width: 92%;
 resize:none;
}
 .contact-form input[type="submit"] {
 width: 100%;
}
 .wellcome-note {
 width: 100%;
}
 .top-grid {
 width:100%;
 float:none;
 margin-right:0px;
 margin-bottom: 2em;
}
 .feature-grid-left {
 float:none;
 width:100%;
 margin-right:0;
 margin-left:0;
 text-align:center;
}
 .feature-grid-right {
 width:100%;
 float:none;
 margin-right:0;
 margin-left:0;
 margin-top:1em;
}
 .project-grid1 {
 width:100%;
 margin-bottom:1em;
}
 .slider-mask-wrap {
 margin: 0 0px;
}
 .left-sidebar {
 width: 97%;
 margin-right:0px;
 margin-left:0px;
 float:none;
 margin-bottom:1em;
}
 .right-protfolio-grids {
 float:none;
 width:100%;
 margin-top:1em;
}
 .side-search-box input[type="text"] {
 width: 92%;
}
 .c-top-grid {
 width:100%;
 margin-right:0;
 margin-left:0px;
 margin-bottom:1em;
}
 .contact-form form {
 width:100%;
}
 .project-name {
 font-size: 1em;
}
 .project-tag {
 font-size: 0.8em;
}
 .copy-right-left, .copy-right-right {
 float:none;
 margin-bottom:0.5em;
 text-align:center;
}
 .right-protfolio-grid:nth-child(2), .right-protfolio-grid:nth-child(5), .right-protfolio-grid:nth-child(8) {
 display:none;
}
 .contact-head h3 {
 margin-top: 0.7em;
 font: 300 2.2em/48px 'Pacifico';
}
 .contact-map {
 display:none;
}
 .contact-top-grids {
 padding: 1em 0em;
}
}
/* start h_menu */
.h_menu {
	float: left;
	margin-left:220px;
	margin-top:25px;
}
nav {
	display:block;
}
.menu {
	display:block;
}
.menu li {
	display:inline-block;
	position:relative;
	z-index:100;
}
.menu li:first-child {
	margin-left:0;
}
.menu li.activate a, .menu li a:hover {
	color:#fff;
	background: #0d6fa8;
	border-bottom:solid #00a5df 2px;/*	box-shadow: inset 0px -4px 0px #0b5c89;
	-webkit-box-shadow: inset 0px -4px 0px #0b5c89;
	-moz-box-shadow: inset 0px -4px 0px #0b5c89;
	-o-box-shadow: inset 0px -4px 0px #0b5c89;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	-o-border-radius: 4px:
*/}
.menu li a {
	text-transform:uppercase;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 14px;
	display: block;
	color: #000;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover, .menu li:hover>a {
	color:#fff;
	border-bottom:solid #00a5df 2px;
	background: #0d6fa8;
}
.menu ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 162px;
	position: absolute;
	top: 40px;
	left: 0px;
	background: #ffffff;
}
.menu ul li {
	display:block;
	float:none;
	background:none;
	margin:0;
	padding:0;
}
.menu ul li a {
	font-size: 13px;
	font-weight: normal;
	display: block;
	color: #ffffff;
	border-left: 3px solid #C03C35;
	background: #0d6fa8;
	padding: 10px 20px;
}
.menu ul li a:hover, .menu ul li:hover>a {
	/*background: #f0f0f0;*/
	border-left: 3px solid #62A29E;
	color: #797979;
	box-shadow: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
.menu li:hover>ul {
	display:block;
}
.menu ul ul {
	left: 162px;
	top: 0px;
}
.mobile-menu {
	display: none;
	width: 100%;
	line-height:40px;
	
	background: #528B86;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
}
.mobile-menu:hover {
	background:#447F7A;
	color:#ffffff;
	text-decoration:none;
}
@media (min-width: 768px) and (max-width: 979px) {
.mainWrap {
width:768px;
}
.menu ul {
top:37px;
}
.menu li a {
font-size:12px;
padding:8px;
}
}
@media (max-width: 767px) {
 .mainWrap {
width:auto;
padding:50px 20px;
}
.menu {
display:none;
}
.mobile-menu {
display:block;
margin-top:20px;
}
nav {
margin:0;
background:none;
}
.menu li {
display:block;
margin:0;
}
.menu li a {
background:#ffffff;
color:#797979;
border-top:1px solid #e0e0e0;
}
.menu li a:hover, .menu li:hover>a {
background:#f0f0f0;
color:#797979;
}
.menu ul {
display:none;
position:relative;
top:0;
left:0;
width:100%;
}
.menu ul ul {
left:0;
}
.logo {
position:inherit;
}
.h_menu {
margin-left:0px;
}
.span4_of_list {
margin-top:30px;
}
 .biswa-bangla-logo {
position:inherit !important;
}
/*.india-logo {position:inherit !important;}*/

}
.govment-logo {
	float:right;
	margin-top:10px;
}
.venue-container {
	background:#fff;
	position:absolute;
	width:186px;
	min-height:250px;
	top:200px;
}
.date-wrapper {
	background:#0d6fa8;
	padding:10px 0;
}
.add_container {
	padding:5px;
	font-weight:bold;
}
.wellcome-note span {
	color:#4798cd;
	font-weight:bold;
}
.q-link {
}
.q-link ul {
}
.q-link ul li {
	padding:5px 0px;
	border-bottom: dotted 1px #999;
}
.q-link ul li a {
	color:#fff;
	font-size:13px;
}
.pat {
	color: #0d6fa8;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 50px;
	font-weight: 300;
	padding: 0.5em 0;
}
.left-testimonials {
	width:56.5%;
	height:auto;
	float:left;
	border-right: solid 1px #e5e1e1;
}
.right-testimonials-wrapper {
	width:35%;
	float:right;
	min-height:220px;
}
.testimonials-image {
	float:left;
}
.testimonials-content {
	float:left;
	margin-left:50px;
	max-width:400px;
}
.testimonials-pannel {
	width:100%;
	height:auto;
	margin:0px 0;
}
.news-hedding {
	color:#0d6fa8;
	font-weight:bold;
	font-size:14px !important;
}
.news-content {
	font-size:12px !important;
	margin:15px auto;
}
.events-date {
	font-size:11px !important;
	color:#419cd5;
}
.news-events ul {
}
.news-events ul li {
	border-bottom: dotted 1px #c6c7c8;
	padding:20px 0px;
}
.news-more {
	font-size:11px;
	color:#999;
}
.client-logo {
	background:#f2f4f5;
}
.projects .inpadding {
}


.box-border {
	padding:10px;
	background:#0d6fa8;
	line-height:30px;
	text-align:center;
}
.box-border a {
	color:#fff;
}
.box-border span {
	font-family: "Open Sans Condensed", sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
}
.wellcome-note h3 {
	color: #0d6fa8;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 50px;
	font-weight: 300;
	padding: 0.5em 0;
	text-align: center;
}
.location-map {
	width:47%;
	height:300px;
	margin-bottom:50px;
	float:left;
}
.location-map-right {
	width:47%;
	height:300px;
	margin-bottom:50px;
	float:right;
}
.wellcome-note {
	color:#1251a0;
}
.under-imple {
	font-size:20px;
	color:#000;
}
.investment_list {
}
.investment_list ul {
}
.investment_list ul li {
	font-size:14px;
	padding:10px 0px;
	border-bottom: dotted 1px #1251a0;
	background:url(../images/slidebox_next_hover.png) left center no-repeat;
	padding-left:30px;
}
.row1 {
	width:45%;
	height:150px;
	float:left;
}
.row2 {
	width:9%;
	height:auto;
	float:left;
}
.row3 {
	width:45%;
	height:150px;
	float:right;
}
.cir-01 {
	width:60px;
	height:60px;
	background:#1251a0;
	border-radius:100%;
	margin:0px auto;
	padding:0px;
	color:#fff !important;
	text-align:center;
}
.line {
	width:5px;
	height:150px;
	background:#1251a0;
	margin:0px auto !important;
}
.wellcome-note1 p {
	margin:0px auto;
	padding:0px;
	color:#000;
	font-size:13px;
	line-height:20px;
}
.text-01 {
	background:#273a43;
	border-radius:7px;
	padding:10px;
	color:#fff;
	text-align:left;
}
.text-02 {
	background:#273a43;
	border-radius:7px;
	padding:10px;
	color:#fff;
	text-align:left;
	margin-top:220px;
}
.text-03 {
	background:#ff9000;
	border-radius:7px;
	padding:10px;
	color:#fff;
	text-align:left;
	margin-top:380px;
}
.cir-01 span {
	padding-top:19px;
	display:block;
}
.wellcome-note1 {
	/*margin-bottom:110px;*/
}
.sec_01 img {
	float:left;
}
.sec_01 {
	border-bottom:dotted 1px #000;
	padding:0;
}
.sec_01 p {
	float:right;
	text-align:left;
}
.sec_01 h4 {
	color: #0d7054;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 30px;
	font-weight: 300;
	padding: 0.5em 0;
	text-align: left;
	padding-left:0px;
	margin:0px;
}
.sec-text {
	width:44%;
	float:right;
}
.sec-text2 {
	width:44%;
	float:left;
}
.sec_02 img {
	float:right;
}
.sec_02 {
	border-bottom:dotted 1px #000;
	padding:0px;
}
.sec_02 p {
	float:right;
	text-align:right;
}
.sec_02 h4 {
	color: #0d7054;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 30px;
	font-weight: 300;
	padding: 0.5em 0;
	text-align: right;
	padding-right:0px;
	margin:0px;
}
/*accordian-css*/
	
	.ac-container {
	width: 90%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label {
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #285ac1;
	text-transform:uppercase;
	line-height: 33px;
	font-size: 16px;
	border-bottom: dotted 1px #000;
}
.ac-container label:hover {
	background: #fff;
}
.ac-container input:checked + label, .ac-container input:checked + label:hover {
	background: #0266b1;
	color: #fff;
}
.ac-container label:after, .ac-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after {
	background-image: url(../images/arrow_up.png);
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
	/*font-style: italic;*/
	color: #000;
	line-height: 23px;
	font-size: 13px;
}
.ac-container input:checked ~ article {
 -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
 -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
 -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
 -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
 transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
/*box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}
.ac-container input:checked ~ article.ac-small {
 height: auto;
}
.ac-container input:checked ~ article.ac-medium {
 height: auto;
}
.ac-container input:checked ~ article.ac-large {
 height: auto;
}
.ac-small p {
	font-size:12px;
	padding:20px;
}
.ac-small ul li {
	font-size:13px;
	padding:8px 0;
	list-style:circle;
}
.ac-small ul {
	padding:0px;
	margin:0 0 0 30px;
}
.ac-medium ul li {
	font-size:13px;
	padding:8px 0;
	list-style:circle;
}
.ac-medium ul {
	padding:0px;
	margin:0 0 0 30px;
}
.ac-large ul li {
	font-size:13px;
	padding:8px 0;
	list-style:circle;
}
.ac-large ul {
	padding:0px;
	margin:0 0 0 30px;
}
.ac-heding {
	color: #0266b1 !important;
	line-height: 23px;
	font-size: 15px;
	font-weight:bold;
}
.mask h2 a {
	color:#fff;
}
.wide {
	border-bottom: 1px #000 solid;
	width: 4000px;
}
.fleft {
	float: left;
	margin: 0 20px 0 0;
}
.cboth {
	clear: both;
}
#main {
	background: #fff;
	margin: 0 auto;
	padding: 30px;
	width: 1000px;
}
.right-profile-detail {
	float:left;
	width:250px;
	margin:20px 0 0 20px;
}
.left-profile-detail {
	float:left;
	width:150px;
}
.right-profile-detail span {
	color: #0d6fa8;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 30px;
	font-weight: 300;
	padding: 0.5em 0;
	text-align: left;
	line-height: 35px;
}
/*	why bengal caursol	*/	
			
			
	.jcarousel-skin-tango .jcarousel-container {
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: auto;
	padding: 0px 40px;
}
.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 100%;
	height: auto;
}
.left_content .jcarousel-skin-tango .jcarousel-item {
	width: 146px;
	height: 120px;
	padding:0px;
}
.left_content .jcarousel-skin-tango img {
	width:138px;
	height:114px;
	border:3px solid #2b5794;
	padding:0px;
}
.left_content .jcarousel-skin-tango img:hover {
	border:3px solid #0b1727;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right:44px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 15px;
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 75px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(../images/prev-horizontal.png);
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 75px;
	left: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(../images/next-horizontal.png);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
/*	why bengal caursol	*/			
			
			
			
			
			/*top-slider	*/	
			
			
		img {
	max-width:100%;
}
a {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}
a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE7 */
	opacity: 0.6;
	text-decoration: none;
}
/* Container */
.container-fluid {
	background: #fbf4e0;
	margin: 40px auto 10px;
	padding: 20px 0px;
	max-width: 960px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* Page Header */
.page-header {
	background: #fbf4e0;
	margin: -30px 0px 0px;
	padding: 20px 40px;
	border-top: 4px solid #ccc;
	color: #a83b3b;
	text-transform: uppercase;
}
.page-header h3 {
	line-height: 0.88rem;
	color: #a83b3b;
}
.common-with-form {
	width:100%;
	height:50px;
	background:#b8e2f5;
	border:none;
	line-height:50px;
	border-radius:5px;
	margin:5px 0;
}
.common-with-form-area {
	width:100%;
	height:90px;
	background:#b8e2f5;
	border:none;
	line-height:50px;
	border-radius:5px;
	margin:5px 0;
}
.left-form {
	width:45%;
	float:left;
}
.right-form {
	width:45%;
	float:right;
	margin-top:20px;
}
.events-wrapper h4 {
	color: #0d6fa8;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 30px;
	font-weight: 300;
	padding: 0.5em 0;
	text-align: center;
}
.events-wrapper p {
	color: #000;
	
	font-size: 16px;
	font-weight: 300;
	padding: 0.5em 0;
	text-align: center;
}
.downloads-left {
	width:45%;
	float:left;
}
.downloads-left ul {
	margin:0px;
	padding:0px;
}
.downloads-left ul li {
	list-style:none;
	border-bottom: dotted 1px #999;
	background: url(../images/pdf_pdf.png) left center no-repeat;
	padding-left:50px;
}
.downloads-left ul li a {
	color:#419cd5;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
}
.downloads-right {
	width:45%;
	float:right;
}
.downloads {
	padding-bottom:100px;
}
.middle {
	width:464px;
	height:auto;
	float:left;
	margin:0 0 0 50px;
}
.middle ul li {
	float:left;
	list-style:none;
	margin-right:20px;
}
.text-02 ul li{
	font-size:13px; line-height:25px; border-bottom:dotted 1px #fff;
	
}
.text-01 ul li{
	font-size:13px; line-height:25px; border-bottom:dotted 1px #fff;
	
}
.pp_inline h3{color: #0d7054 !important;
font-family: "Open Sans Condensed", sans-serif;
font-size: 25px !important;
font-weight: 300 !important;
padding: 0.5em 0 !important;
text-align: left !important;}

.pp_inline ul li { list-style:circle; padding-left:15px; font-size:14px; line-height:30px; margin-left:15px; text-align:left; }
.pp_inline { text-align:left;}
.pp_inline p{ color:#1251a0; font-size:22px; }



.count-down-wrapper { width:150px; height:auto; float:left; margin-left:30px; }


/* ---- Table ---- */

table {
	border-collapse:collapse;
	margin-bottom:15px;
	width:100%;
}
table td,  table th {
	padding:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
}
thead th {
	background:#0d6fa8;
	color:#FFF;
}
thead th[colspan],  thead th[rowspan] {
	background:#000;
	color:#fff;
	text-align: center;
	line-height:40px;
	
	padding-left:10px
}
tbody th,  tfoot th {
	text-align:center;
	background:#91c5d4;
}
tbody td,  tfoot td {
	text-align:left;
	background:#eff3f5;
	font-size:14px;
	line-height:40px;
	padding-left:20px;
	color:#1251a0;
}
tfoot th {
	background:#b0cc7f;
}
tfoot td {
	background:#d7e1c5;
	font-weight:bold;
}
tbody tr.odd td {
	background:#bcd9e1;
}

.f_para a { color:#71b6d5;}
.sch li { list-style:circle; margin-left:10px;}
.space-rent h3{color: #0d6fa8;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 50px;
    font-weight: 300;
    padding: 0.5em 0;
    text-align: center;}
	
.top-last-grid iframe {

	width: 100%;
	/*height: 100%;*/
}
.link-url a { color:#0d6fa8; font-size:14px; font-weight:bold;}

.sub-heading { float:right;}



/*why-bengal css*/
#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}


.carousel-wrapper {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
}
.carousel-inner {
  height: 100%;
  position: relative;
  padding: 0px;
  left: 0;
  margin: 0;
  transition: all 1s;
}
.carousel-inner .item {
  height: 100%;
  float: left;
  list-style: none;
  padding: 0;
  /*margin: 0 50px 0 0;*/
}
.carousel-inner .item:before {
  counter-increment: item;
/*  content: counter(item);*/
}
.carousel-left,
.carousel-right {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
}

.carousel-left:before,
.carousel-right:before {
  content: "";
  background: #666;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.5;
}

.carousel-left:hover:before,
.carousel-right:hover:before { opacity: 0.8; }

.carousel-left { left: 0; }

.carousel-right { right: 0; }

/*Demo styles*/

.carousel-wrapper {

  padding: 10px 0;
}

.carousel-inner .item {
  padding:0px;
  font-size: 1.2em;
}

.carousel-left:before,
.carousel-right:before {
  
  background: url(../arrows.png) left center no-repeat;
  width: 50px;
}
.carousel-left:before {
  left: 0;
  background-position: -20% center;
}
.carousel-right:before {
  right: 0;
  background-position: -40px center;
}
.left-bengal { width:30%; float:left;}
.right-bengal { width:70%;  float:right;}

.right-bengal h4 {  color: #0d6fa8;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 25px;
    font-weight: 300;}
	
	
	
	.right-bengal p{ font-size:14px;}
	.copy-right-right ul li a p{
		background:url("../images/plus_icon.png") no-repeat scroll 0px 0px;
		display:block;
		height:30px;
		height:30px;
		
		
		
		
		}
	
	.hospitality_wrapper a { width:100%; background:#0d6fa8; line-height:40px; color:#fff; display:block; font-size:13px; text-align:center; font-weight:bold;}
	.hospitality_wrapper {}
	
	.news-gallery {}
	.news-gallery ul li { float:left; width:30%; margin:2% 3% 0 0;}
	
	
	
	
	
	
	
	
	
	
	
	
