.new h3{
	text-align:center;
}
ul.date_grid{
	padding:0;
	list-style:none;
	
}


ul.date_grid li.date_left{
	width:20%;
	float: left;
}
ul.date_grid li.date_right{
	float: left;
	width: 75%;
	margin-left: 5%;
}
ul.date_grid li.date_right p{
	color:#184448;
	font-size:1.3em;
	font-weight:600;
}
.date {
	background: #00AEFF;
	font-size: 30px;
	line-height: 18px;
	font-weight: 300;
	padding: 11px 10px 12px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	background:#40c0cb;
	border-bottom:5px solid #39abb5;
}
.date span {
	display: inline-block;
	margin-bottom: 7px;
	font-size: 30px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
/*--footer--*/
.footer{
	background:#172125;
	padding:5em 0;
}
.footer_grid p{
	color:#999;
	font-size:1em;
	line-height:1.8em;
	margin:1.5em 0;
}
ul.footer_links{
	padding:0;
	margin:0;
	list-style:none;
}
ul.footer_links li{
	display:inline-block;
}
ul.footer_links li a{
	color: #40c0cb;
	margin-top: 10px;
	font-size: 0.85em;
}
ul.footer_links li a:hover{
	text-decoration:none;
	color: #999;
}
p.m_2{
	color: #40c0cb;
	margin-top: 10px;
	font-size: 0.85em;
}
ul.footer_social {
	padding: 0;
	list-style: none;
	margin-top: 1em;
}
ul.footer_social li:first-child, ul.about_social li:first-child, ul.share li:first-child {
	margin-left: 0;
}
ul.footer_social li, ul.about_social li, ul.share li {
	display: inline-block;
}
ul.footer_social li a i, ul.about_social li a i{
	width: 25px;
	height: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.footer_social li a i:hover, ul.about_social li a i:hover, ul.share li a i:hover{
	opacity:0.8;
}
ul.footer_social li a i.fb{
	background-position:-9px -158px;
}
ul.footer_social li a i.db{
	background-position:-68px -158px;
}
ul.footer_social li a i.tw{
	background-position:-39px -158px;
}
ul.footer_social li a i.google{
	background-position:-98px -158px;
}
.footer_grid1 h3{
	color:#fff;
	font-size:1.8em;
	margin-bottom: 1.4em;
}
ul.list1{
	padding:0;
	list-style:none;
}
ul.list2{
	margin-bottom:1em;
}
ul.list1 li.list1_img{
	width:23%;
	float:left;
	margin-right:4%;
}
ul.list1 li.list1_desc{
	width:73%;
	float:left;
}
p.m_3{
	color:#fff;
	font-size:1em;
	line-height:1.5em;
}
ul.tags_links, ul.widget_links {
	padding: 0;
	list-style: none;
}
ul.tags_links li {
	display: inline-block;
	margin: 0 0 13px 7px;
}
ul.tags_links li a {
	color: #fff;
	font-size: 0.8125em;
	background: #657273;
	padding: 7px 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
ul.tags_links li a:hover{
	text-decoration:none;
	background:#8fbe00;
}
ul.widget_links li{
	width: 31.3333%;
	float: left;
	margin: 0 5px 5px 0;
}
.copy p{
	font-size:0.85em;
	color:#999;	
}
.copy p a{
	color: #40c0cb;
}
.copy p a:hover{
	text-decoration:none;
	color:#8fbe00;
}
/*--about--*/
.about_banner {
	background: url(../images/about_banner.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 600px;
}
.banner_left {
	float: left;
	margin: 10% 0 0 10%;
	width: 40%;
	text-align: center;
	min-height: 300px;
}
.success{
	background:#f4feff;
	padding:5em 0;
	border-bottom: 3px solid #d2e9eb;
}
.success h3{
	text-align:center;
	font-size:2em;
	color:#184448;
	text-transform:uppercase;
	font-weight: 600;
}
.success h4{
	text-align:center;
	font-size:1.2em;
	color:#184448;
	letter-spacing:5px;
	font-weight:100;
	margin-bottom: 5em;
}
ul.banner_btn {
	list-style:none;
	padding: 0;
}
ul.banner_btn li {
	margin-left: 8px;
	list-style: none;
	display: inline-block;
}
ul.banner_btn li a {
	color: #FFF;
	padding: 0.8em 1.7em;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.2em;
}
.btn2-primary2 {
	color: #fff;
}
.btn2.btn2-primary2:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
    background:#f9f2e7;
	border-bottom:5px solid #e6e2da;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#000;
}
.btn2.btn2-primary2:hover:before {
	width: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn2.btn2-primary2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background:#00a8b6;
	border-bottom:5px solid #01909c;
	z-index: -2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn3.btn3-primary3 {
	color:#00a8b6;
}
.btn3.btn3-primary3:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
    background:#00a8b6;
	border-bottom:5px solid #01909c;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn3.btn3-primary3:hover:before {
	width: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn3.btn3-primary3:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background:#f9f2e7;
	border-bottom:5px solid #e6e2da;
	z-index: -2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn2-primary2:hover, .btn2-primary2:focus, .btn2-primary2:active, .btn2-primary2.active, .open .dropdown-toggle.btn2-primary2{
	color:#00a8b6;
	text-decoration:none;
}
.btn3-primary3:hover, .btn3-primary3:focus, .btn3-primary3:active, .btn3-primary3.active, .open .dropdown-toggle.btn3-primary3{
	color:#fff;
	text-decoration:none;
}
.banner_left h1{
	font-family: 'Playball', cursive;
	color: #fff;
	font-size: 3.5em;
	font-weight: 600;
}
span.color1{
	color:#00a8b6;
}
.banner_left h2{
	font-family: 'Playball', cursive;
	color:#d2d4d4;
	font-size:2em;
	margin:1em 0 2em;
}
.social ul, .social_last ul{
	padding:0;
	margin:0;
	list-style:none;
}
.social {
	width: 23.33%;
	float: left;
	text-align: center;
	position: relative;
}
.social_last{
	position:relative;
	float: left;
}
.social ul li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}
li.num_bg span {
	height: 50px;
	width: 50px;
	display: block;
	background: #00a8b6;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
}
li.num span {
	height: 50px;
	width: 50px;
	display: block;
	background:#ddeff1;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
}
li.num_bg span p, li.num span p{
	color: #fff;
	font-size: 1.2em;
	padding-top: 12px;
	font-weight: 100;
	text-align: center;
}
li.num span p{
	color:#184448;
}
.border, .border_num{
	height: 20px;
	width:220px;
	display: block;
	background: #00a8b6;
	position: absolute;
	left:48px;
	top: 29%;
}
.border_num{
	background:#ddeff1;
}
.about_grid1 {
	padding:5em 0 8em;
}
.about_grid1-left h2, .about_grid1-right h2 {
	font-size: 2.5em;
	color: #184448;
	text-transform: uppercase;
	font-weight: 600;
}
.about_grid1-left h3, .about_grid1-right h3 {
	font-size: 1.2em;
	color: #184448;
	letter-spacing: 5px;
	font-weight: 100;
	text-transform:uppercase;
	margin-bottom:5em;
}
.about_grid1-right p, .service_grid1-right p, .blog_left p, .single_contact p, .portfolio_right p{



	line-height: 1.8em;
	
}
.meter {
	position: relative;
	margin: 0px 0 10px 0;
	background: #ddeff1;
	height: 38px;
	font-weight: 100;
}
.meter > span {
	display: block;
	height: 100%;
	background-color: #00a8b6;
	position: relative;
	overflow: hidden;
	border-bottom: 3px solid #0096a2;
}
.red > span {
	background-color: #00a8b6;
}
.progress_desc {
	float: left;
	color: #fff;
	margin: 8px 0 0 8px;
	font-size: 0.85em;
	border-left: 1px solid #0096a2;
	padding-left: 7px;
}
.percent {
	float:left;
	color: #fff;
	margin: 8px 0px 0 10px;
}
#graph-wrapper {
	padding-bottom:5em;
}
.status-head h3, h3.m_1, .testimonial h3{
	font-size: 2.5em;
	color: #184448;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom:2em;
}
.team_grid{
	padding:7em 0;
	background:#f5feff;
}
ul.span_2{
	padding:0;
	margin:0;
	list-style:none;
	border: 1px solid #DFDFDF;
}
ul.span_2 li.span_2-left{
	float: left;
	width: 35%;
	margin-right: 5%;
}
ul.span_2 li.span_2-right{
	width:60%;
	float:left;
	padding: 1em 0;
}
ul.span_2 li.span_2-right h3{
	color: #184448;
	font-size: 1.1em;
	font-weight:500;
	text-transform: capitalize;
}
ul.span_2 li.span_2-right h4{
	color: #D5D5D5;
	font-size: 0.85em;
	font-weight: 100;
	border-bottom: 2px solid #dbdfe0;
	width: 26%;
	margin-bottom: 10px;
	padding-bottom: 1em;
}
ul.span_2 li.span_2-right p{
	color: #747676;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
ul.about_social {
	padding: 0;
	list-style: none;
	margin-top: 1em;
}
ul.about_social li a i.fb1 {
	background-position: -141px -158px;
}
ul.about_social li a i.tw1{
	background-position: -170px -158px;
}
ul.about_social li a i.google1{
	background-position: -200px -158px;
}
ul.about_social li a i.flickr{
	background-position: -230px -158px;
}
ul.about_social li a i.vemeo{
	background-position: -261px -158px;
}
.span_3{
	margin-bottom:2em;
}
h3.m_1{
	text-align:center;
}
.testimonial{
	padding:2em 0 8em;
}
.testimonial h3{
	text-align:center;
	margin-bottom:1.5em;
}
.testimonial p{
	color: #747676;
	font-size: 1.1em;
	font-weight:100;
	line-height: 1.8em;
	margin-bottom: 1.5em;
	text-align:center;
}
ul.test_icon{
	padding:0;
	margin:4em 0 0 0;
	list-style:none;
	text-align:center;
}
ul.test_icon li{
	display:inline-block;
	margin-right: 5%;
	width: 14%;
}
ul.test_icon li a:hover{
	opacity:0.8;
}
.services{
	padding:5em 0;
	border-top: 1px solid #ddeff1;
}
.service_grid1-right p{
	font-size: 1.1em;
}
h1.m_3{
	font-size: 2.5em;
	color: #184448;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom:2em;
}
.row_1{
	margin-bottom:2em;
}
i.icon4{
	width: 60px;
	height: 65px;
	background: url(../images/img-sprite.png)no-repeat -5px -192px;
	display: inline-block;
}
i.icon5{
	width: 60px;
	height: 65px;
	background: url(../images/img-sprite.png)no-repeat -65px -192px;
	display: inline-block;
}
i.icon6{
	width: 60px;
	height: 65px;
	background: url(../images/img-sprite.png)no-repeat -118px -195px;
	display: inline-block;
}
.service_grid1 {
	margin-bottom: 3em;
}
/*--pricing--*/
.pricing-tables{
	padding:3em 0;
}
.pricing-table-grid ul{
	margin:0;
	padding:0;
}
.pricing-table-grid ul li{
	list-style:none;
	text-align:center;
}
.pricing-table-grid ul li a{
	line-height:2em;
	display: block;
	text-decoration: none;
	font-size:1.1em;
	color:#657273;
}
.pricing-table-grid ul li span{
	font-weight:bold;
}
.pricing-table-grid ul li a:hover{
	color:#40c0cb;
}
.pricing-table-grid h3{
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-o-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-o-border-top-left-radius: 3px;
}
.pricing-table-grid h3{
	text-align: center;
	font-weight:600;
	margin: 0;
	background:#dee9ea;
	padding: 1.4em 0;
	display: block;
	color: #202242;
	text-transform: uppercase;
	font-size: 1.3em;
}
/*---- pricing -----*/
.pricing-table-grid{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.pricing-table-grid:hover{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
}
.pricing-table-grid:hover{
	border-color:#DBD334;
}
.pricing-table-grid:hover a,.pricing-table-grid:hover span{
	border-color:#8fbe00;
}
.pricing-table-grid ul li.price{
	background: #edf4f5;
	padding: 0.7em 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-size: 1.5em;
	color:#768384;
	margin-bottom: 1em;
}
a.order-btn{
	color: #184448;
	padding:15px 0;
	display: block;
	text-align: center;
	background: #edf4f5;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.5em;
	border-bottom:5px solid #e2e6e6;
	margin-top: 1em;
}
a.order-btn:hover{
	color: #40c0cb;
}
a.btn1{
	background:#00a8b6;
	color:#fff;
	border-bottom: 5px solid #0096a2;
}
.plans-head{
	padding:6em 0;
}
.column_1 h3{
	background:#40c0cb;
	color:#fff;
}
.pricing-table-grid ul li.price_active{
	background:#00a8b6;
	color:#fff;
	padding: 0.7em 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-size: 1.5em;
}
.heading h2{
	font-size: 2.5em;
	color: #184448;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 2em;
	text-align:center;
}
/*--blog--*/
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.5);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.5);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.blog_left h2{
	font-size: 1.5em;
	margin:1em 0;
	
	font-weight: 100;
	line-height: 1.3em;
}
.blog_left h2 a{
	color: #184448;
}
.blog_left h2 a:hover{
	text-decoration:none;
	color:#40c0cb;
}
.blog_left h3{
	font-size: 0.85em;
	color: #C7C7C7;
	font-weight: 100;
}
.blog_left h3 a{
	color:#40c0cb;
}
.blog_left p, .single_contact p{
	
}
ul.dc_pagination {
	padding: 0;
	list-style: none; float:right;
}
ul.dc_pagination li:first-child {
	margin-left: 0px;
	text-transform: uppercase;
}
ul.dc_pagination li {
	display: inline-block;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	float:left; font-family: 'oswaldlight'; font-size:18px;
}
ul.dc_paginationA06 li.prev{
	
	
	width: 60px;
	height: 48px; text-align:center; line-height:48px; 
	border:1px solid #d2e0e1;
	float: left;
	cursor:pointer;
}
ul.dc_paginationA06 li.next{
	
	
	width: 60px;
	height: 48px; text-align:center; line-height:48px; 
	border:1px solid #d2e0e1;
	float: left;
	cursor:pointer;
}
ul.dc_pagination li a {
	color:#919191;
	display: block;
	width:48px; height:48px; text-align:center; line-height:48px;
	text-decoration: none;
	font-size: 1em;
	
	border:1px solid #d2e0e1;
}
ul.dc_pagination li a:hover{
	border:1px solid #d2e0e1;
	color:#40c0cb;
}
.search{
		
	margin-bottom: 2em;
}
.search form{ position:relative;}
/*.search form input[type="text"] {
	padding: 8px 15px;
	font-weight: 100;
	font-size: 0.85em;
	color: #94AEB0;
	border: 1px solid #dbdbdb;
	outline: none; margin-top:10px;
	width: 100%;
	background: #fff;
}*/
.search form input[type="submit"] {
	  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/search.png") no-repeat scroll center center #fff;
    border-color: #dbdbdb #dbdbdb #dbdbdb -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    cursor: pointer;
    display: inline-block;
    height: 36px;
    outline: medium none;
    padding: 8px 0;
    position: absolute;
    right: -1px;
    top: 2%;
    width: 32px;
}
ul.blog-list1 h3, ul.blog-list h3{
	font-size: 1.8em;
	color: #555;
	margin-bottom:1em;
	font-weight: 100;
}
ul.blog-list1 li {
	display: inline-block;
	margin: 8px 3px;
} 
ul.blog-list1 li a {
	color: #184448;
	font-size: 0.85em;
	text-decoration: none;
	background:#dee9ea;
	padding:7px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
ul.blog-list, ul.blog-list1{
	padding: 0;
	margin: 0em 0 0 0;
	list-style: none;
}
ul.blog-list3{
	padding: 0;
	margin:1em 0 0 0;
	list-style: none; 
}
ul.blog-list li {
	border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 35px; background:url(../images/rbullet.png) no-repeat left 13px; padding:0 0 0 15px;
   
}
ul.blog-list li a {
	color:#747676;
	font-size:1em;
	vertical-align: initial;
	text-decoration: none;
}
ul.blog-list li a:hover{
	color: #40c0cb;
	text-decoration:none;
}
ul.blog-list1 li a:hover{
	background:#40c0cb;
}
ul.blog-list3 li.blog-list3-img{
	float: left;
	width: 24%;
	margin-right: 2%;
	margin-left: 3%;
}
ul.blog-list3 li.blog-list3-desc{
	width:71%;
	float:left;
}
ul.blog-list3 li.blog-list3-desc h4{
	color: #184448;
	font-size: 0.85em;
	font-weight: 600;
	line-height: 1.5em;
}
ul.blog-list3 li.blog-list3-desc p{
	color: #D3D3D3;
	font-size: 0.85em;
	font-weight: 100;
	line-height: 1.5em;
}
.blog_list2{
	margin-top:3em;
}
.blog_list2 h3 {
	font-size: 1.8em;
	color: #555;
	margin-bottom: 1em;
	font-weight: 100;
}
/*--blog_single--*/
ul.list {
	
	list-style: none;
	border-top: 0px solid #ddeff1;
	border-bottom: 0px solid #ddeff1;
}
.list li {
	
}
.preview {
	float: left;
	margin-right:3%;
}
.data {
	float: left;
	width:83%;
}
.title {
	color: #000;
	font-size:1em;
	font-weight: 100;
	margin: 0 0 10px 0;
}
.title a {
	color:#40c0cb;
}
.data p, .data-middle, .data-last p {
	color: #747676;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 1.5em;
}
li.middle {
	padding: 0 0px 0 14%;
	margin-bottom: 30px;
}
.preview1 {
	float: left;
	width: 13%;
	margin-right: 3%;
}
.data-middle {
	float: left;
	width: 83%;
}
.single_left{
	margin-bottom:3em;
}

.single_contact{
	margin-top:5em;
}
.single_contact h1{
	font-size: 20px;
	color: #079aac;

	font-weight: normal;
	margin-bottom:1.5em;  font-family: 'oswaldmedium'; 
}
.form-submit1 {
	float: left;
}
.col-md-6.portfolio_right {
	padding-left: 0 !important;
}
.portfolio_right h1{
	font-size: 1.5em;
	margin:0 0 1em 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.3em;
}
.portfolio_right h1 a{
	color: #184448;
}
.portfolio_right h1 a:hover{
	text-decoration:none;
	color: #40c0cb;
}
/*--404--*/
.error-404.text-center {
	min-height: 500px;
	margin-top: 5em;
}
.error-404 h1 {
	font-size: 12em;
	font-weight: 700;
	color:#40c0cb;
	text-transform: uppercase;
}
.error-404 p {
	color: #4f4844;
	font-size: 1.2em;
	text-transform: uppercase;
}
a.b-home {
	background: #4f4844;
	padding: 0.8em 1.5em;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	margin-top: 1em;
	-webkit-appearance: none;
}
a.b-home:hover{
	background:#40c0cb;
}
/*--contact--*/
.map {
	margin-bottom:5em;
}
.map iframe {
	width: 100%;
	min-height:400px;
	border: none;
}
.contact_left{
	margin-top:0;
}
.contact_left h1{
	margin-bottom:1em; 
}
.contact_right h2 {
	font-size: 1.8em;
	color: #555;
	margin-bottom:2em;
	font-weight: 100;
}
ul.address{
	padding:0;
	margin:0;
	list-style:none;
}
i.address_icon, i.msg_icon, i.phone_icon{
	width: 37px;
	height: 37px;
	background: url(../images/img-sprite.png)no-repeat;
	float: left;
	border: 1px solid #ddeff1;
	margin-right: 5%;
}
i.address_icon{
	background-position: -184px -209px;
}
i.msg_icon{
	background-position: -222px -209px;
}
i.phone_icon{
	background-position: -260px -209px;
}
ul.address li.address_desc{
	overflow:hidden;
}
ul.address li.address_desc p, .contact_right p{
	color: #747676;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1.5em;
}
ul.address li.address_desc p a{
	color: #747676;
}
ul.address li.address_desc p a:hover{
	text-decoration:none;
	color:#40c0cb;
}
.contact_right p {
	margin-bottom:0.8em;
}
h2.m_5{
	margin:1em 0;
}
.portfolio_right h2 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.3em;
}
.portfolio_right p{
	font-size:1.1em;
}
ul.project_detail{
	padding:0;
	margin:0;
	list-style:none;
}
ul.project_detail li{
	font-size:1.1em;
	color: #747676;
	text-transform: capitalize;
	margin-bottom: 10px;
}
span.project_bold{
	color:#184448;
	font-weight:600;
}
ul.share{
	padding: 0;
	margin: 0 0 0 5%;
	list-style: none;
	float: left;
}
ul.share li a i.p_fb {
	background-position: -11px -263px;
}
ul.share li a i {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.share li a i.p_tw {
	background-position: -46px -263px;
}
ul.share li a i.p_linked {
	background-position: -84px -263px;
}
p.project_bold1{
	float:left;
	color: #184448;
	font-weight: 600;
}
.form-submit1 input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: uppercase;
	font-weight: 100;
}
#flexiselDemo1, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:370px;
	max-height:500px;
}
.grid-flex{
	margin:2em 0 2em 0;
	text-align: left;
}
.nbs-flexisel-item a {
	color:#184448;
	font-size: 1.7em;
	font-weight:600;
	line-height: 1.2em;
}
.nbs-flexisel-item a:hover{
	color:#555;
}
.nbs-flexisel-item p {
	color:#40c0cb;
	font-size:1em;
	padding-top:2em;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:35px;
	height:35px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:-14em;
}
.nbs-flexisel-nav-left {
	left:94%;
	background: url(../images/img-sprite.png) no-repeat -137px -260px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -171px -260px;
}
.work_grid h2{
	text-align:center;	
	font-size: 2.5em;
	color: #184448;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 2em;
}
.work_grid {
	padding: 7em 0 0 0;
	background: #f5feff;
}
.flexi{
	margin-top:5em;
}

/*****************shailesh css start*************/
.abouthome{}
.videosection{ background:url(../images/videobg.jpg) no-repeat top right; background-size:cover; margin-top:50px; padding:45px 0px; text-align:center}
.educationouter{ background:url(../images/border.jpg) repeat-y center; margin-bottom:75px;}
.educationsection{ clear:both; margin-bottom:40px;}
.educationsection .col-md-5{border:1px solid #eae9e9; padding:0px; min-height:198px;}
.educationsection .col-md-5 .bgimg{ width:100%;}
.educationsection .col-md-2{ text-align:center}
.clr{ clear:both;}
.clr10{ clear:both; height:10px;}
.clr20{ clear:both; height:20px;}
.internationalwork{}
.internationalwork .col-md-4{ padding:0px;}
.internationalwork .col-md-4 img{ width:100%;}
.gray{ background:#f6f6f6!important; padding-top:65px!important;}
.blue{ background:#51b8c5!important; padding:30px 0px; width:100%;}
.bloghome{ background:url(../images/blogbg.jpg) no-repeat bottom right; background-size:cover}
.bloghome .container{border:none; padding:0px 15px;}
.bloghome  h1{ color:white!important;}
.bloghome h1 span{border:1px solid white!important;}
.bloghome .viewall{ font-family: 'oswaldlight'; color:#079aac; display:inline-block; font-size:24px; text-decoration:none; padding:10px 50px; margin:80px 0px; background:white;  }
.latestnews{}
.latestnews h1{ text-align:left; margin-bottom:0px; }
.latestnews h1 span{ padding:0px 50px;}
.latestnews .section{ min-height:300px; border:1px solid #e8e7e7; margin-top:44px; padding:20px; text-align:left}
.tweetshome{ background:url(../images/tweets.png) right bottom no-repeat;}
.tweetshome .tweet{ margin-bottom:10px; line-height:24px; margin-bottom:45px; font-size:16px;}
.tweetshome .tweet a{ color:#2e9ebf;}
.tweetshome .tweet span{ display:block; color:#727272; font-size:12px; }
.newshome li{ margin-bottom:18px;}
.newshome li span{ display:inline-block; width:16%; float:left; font-size:13px; text-align:center; line-height:36px;}
.newshome li p{ width:80%; float:right;}
.newshome li p b{ display:block; font-weight:normal; color:#545454; padding-bottom:10px;}
.newshome li span b{ font-size:40px; color:#555454; display:block; text-align:center; font-family: 'oswaldmedium';}
.newshome li p .view{ display:inline-block; color:#fff; background:#119eaf; font-size:14px; font-family: 'oswaldlight'; line-height:30px; padding:0px 15px; }
.newshome li:last-child{ margin-bottom:0px;}

.vertical-text { border: 1px solid #ddd; color: #4c4c4c; font-family: "oswaldlight"; font-size: 16px; left: 0; padding: 10px;
    position: absolute; text-transform: uppercase; top: 160px; transform: rotate(270deg);transform-origin: left top 0;  width: 160px;}
.text2{ padding:25px;}
.text2 .leftsection{ float:left; width:40px; margin-right:10px; position:relative; min-height:160px;}
.text2 .rightsection { float: right; text-align: left; width: 87%;}

footer .social2{ font-size:0px; margin-top:10px;}
footer .social2 .fb{ background:url(../images/fb.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }
footer .social2 .tw{ background:url(../images/tw.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }
footer .social2 .in{ background:url(../images/in.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }

footer .social2 .fb:hover{ background:url(../images/fb-h.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }
footer .social2 .tw:hover{ background:url(../images/tw-h.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }
footer .social2 .in:hover{ background:url(../images/in-h.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }

.innerbanner{ background:url(../images/innerbanner.jpg) top right #004b55 no-repeat; height:148px; line-height:148px; font-family: 'oswaldmedium'; font-size:48px; color:white; text-align:center; margin-bottom:60px; text-transform:uppercase }
.fullwidth{ width:100%;}
.tru h2 {
    color: #079aad;
    font-family: "oswaldlight";
    font-size: 24px;
    margin: 30px 0;
    text-transform: uppercase;
}
.logoinner{border:1px solid #e2e2e2; padding:10px; display:inline-block}
.breadcrumb{ padding:10px; background:#f6f6f6; border:1px solid #e8e7e7; width:100%; }
.breadcrumb li{ display:inline-block; margin-right:0px; font-family: 'oswaldmedium'; text-transform:uppercase}
.breadcrumb li a{ background:url("../images/divider.png") no-repeat scroll right center rgba(0, 0, 0, 0); padding-right:12px;}
.breadcrumb li:first-child{ background: url("../images/home.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 17px;}
	.blog_left{border:1px solid #e8e7e7; margin-bottom:40px;}
	.blog_left .padding{ padding:15px;}
	.commentsection{ padding:10px; background:#eeeeee;}
	.blog_left h2 {
    color: #079aad;
    font-family: "oswaldlight";
    font-size: 24px;
    margin: 10px 0;
   
}
.blog_left h2 a {
    color: #079aad;
    font-family: "oswaldlight";
    font-size:30px;
   
   
}
.blog_left .links .more{ background:#4fb7c4; line-height:32px; padding:0px 10px; text-transform:uppercase; font-family: 'oswaldlight'; color:white; font-size:16px; display:inline-block; float:right  }
.blog_left .links ul{ }
.blog_left .links ul li{ display:inline-block; float:left; margin-top:7px;}
.sidebar h1{font-family:'Open Sans', sans-serif; color:#636363; font-size:26px; border-left:4px solid #636363; padding-left:10px;  }
.recent{border:1px solid #ddd; margin-bottom:2em}
.recent .active{ background:#fff; color:#515050}
.recent .nav-tabs > li > a{ font-family:'Open Sans', sans-serif; font-size:14px; background:#f6f6f6; border-radius:0px!important; border-radius: 4px 4px 0 0;
    line-height: 2;
    margin-right: 0px;
    text-align: center;
    width: 81px; text-transform:uppercase }
.recent li.active a{ background:#fff!important; border-top:3px solid #254587; border-left:0px!important; border-right:0px!important; color:#254587!important;}
.recent .nav-tabs{border:none!important}
.pd10{ padding:0;}
.recent p{ color:#515050!important}
.twits{ padding-left:45px; background:url(../images/tweet.png) no-repeat top left; font-size:15px; color:#3c3c3c;}
.twits i{ font-size:12px;}
.gallerytab img{ /*width:100%;*/}
.gallerytab .col-md-3{ margin-bottom:15px; padding-left:7px!important; padding-right:7px!important}
.gallerytab li{ display:inline-block!important; margin-right:10px!important; float:none!important}
.gallerytab ul{ text-align:center; margin-bottom:40px; border:none!important }
.gallerytab ul a{ padding-left:30px!important; padding-right:30px!important; font-family: "oswaldlight"; font-size:15px; text-transform:uppercase}
.gallerytab ul .active a{background:#206b75; color:white; margin-right:0px;   }

.box-heading h1 { color: #1a1a1a; font-family: "oswaldlight"; font-size: 30px; margin-bottom: 70px; text-align: center;
    text-transform: uppercase;}
.box-heading h1 span { border: 1px solid #1a1a1a; display: inline-block;  line-height: 70px;  padding: 0 95px;}


/*******************fancy box css start**************/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{	padding: 0;	margin: 0;	border: 0;	outline: none;	vertical-align: top;}

.fancybox-wrap {position: absolute;	top: 0;	left: 0;	z-index: 8020;}

.fancybox-skin {position: relative;	background: #f9f9f9;	color: #444;	text-shadow: none;	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;	        border-radius: 4px;}
.fancybox-opened {	z-index: 8030;}
.fancybox-opened .fancybox-skin {-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-outer, .fancybox-inner {position: relative;}
.fancybox-inner {overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {	-webkit-overflow-scrolling: touch;}
.fancybox-error {	color: #444;	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;	margin: 0;
	padding: 15px;	white-space: nowrap;}
.fancybox-image, .fancybox-iframe {	display: block;	width: 100%;height: 100%;}
.fancybox-image {max-width: 100%;	max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url('../images/fancybox_sprite.png');}
#fancybox-loading {	position: fixed;top: 50%;left: 50%;	margin-top: -22px;	margin-left: -22px;	background-position: 0 -108px;
	opacity: 0.8;	cursor: pointer;	z-index: 8060;}
#fancybox-loading div {	width: 44px;	height: 44px;	background: url('../images/fancybox_loading.gif') center center no-repeat;}
.fancybox-close {position: absolute;	top: -18px;	right: -18px;	width: 36px;	height: 36px;	cursor: pointer;	z-index: 8040;}
.fancybox-nav {	position: absolute;	top: 0;	width: 40%;	height: 100%;	cursor: pointer;	text-decoration: none;	background: transparent url('../images/blank.gif'); /* helps IE */	-webkit-tap-highlight-color: rgba(0,0,0,0);	z-index: 8040;}
.fancybox-prev {	left: 0;}
.fancybox-next {	right: 0;}
.fancybox-nav span {position: absolute;	top: 50%;	width: 36px;height: 34px;	margin-top: -18px;	cursor: pointer;	z-index: 8040;	visibility: hidden;}
.fancybox-prev span {	left: 10px;	background-position: 0 -36px;}
.fancybox-next span {	right: 10px;	background-position: 0 -72px;}
.fancybox-nav:hover span {	visibility: visible;}
.fancybox-tmp {	position: absolute;	top: -99999px;	left: -99999px;	visibility: hidden;	max-width: 99999px;	max-height: 99999px;
	overflow: visible !important;}
	/* Overlay helper */
.fancybox-lock {    overflow: hidden !important;    width: auto;}
.fancybox-lock body {    overflow: hidden !important;}
.fancybox-lock-test {    overflow-y: hidden !important;}
.fancybox-overlay {	position: absolute;	top: 0;	left: 0;	overflow: hidden;	display: none;	z-index: 8010;	background: url('../images/fancybox_overlay.png');}
.fancybox-overlay-fixed {	position: fixed;	bottom: 0;	right: 0;}
.fancybox-lock .fancybox-overlay {	overflow: auto;	overflow-y: scroll;}
/* Title helper */
.fancybox-title {	visibility: hidden;	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;	position: relative;
	text-shadow: none;	z-index: 8050;}
.fancybox-opened .fancybox-title {	visibility: visible;}
.fancybox-title-float-wrap {	position: absolute;	bottom: 0;	right: 50%;	margin-bottom: -35px;	z-index: 8050;	text-align: center;}
.fancybox-title-float-wrap .child {	display: inline-block;	margin-right: -100%;	padding: 2px 20px;	background: transparent; background: rgba(0, 0, 0, 0.8);-webkit-border-radius: 15px;  -moz-border-radius: 15px;  border-radius: 15px;text-shadow: 0 1px 2px #222;	color: #FFF;	font-weight: bold;	line-height: 24px;	white-space: nowrap;}
.fancybox-title-outside-wrap {	position: relative;	margin-top: 10px;	color: #fff;}
.fancybox-title-inside-wrap {	padding-top: 10px;}
.fancybox-title-over-wrap {	position: absolute;	bottom: 0;	left: 0;	color: #fff;	padding: 10px;	background: #000;	background: rgba(0, 0, 0, .8);}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/	}
}
.single_left{border:none}
.social3{ background:#f7f4f4; padding:10px 20px; float:right }
.social3 li{ display:inline-block; margin:0px 5px;}
.social3 li:first-child{ padding-right:50px;}
/**************************about us******************/
.about-main{}
.about-main h1{ font-size:100px; color:#079aac; text-align:left; font-weight:bold; font-family: 'oswalddemibold';}
.about-main h2{ font-size:26px; color:#515050; text-align:left; font-weight:normal; font-family: 'open_sanslight'; line-height:28px; }
.about-main h2 span{ font-size:18px; border-bottom:1px solid #777777; padding-bottom:3px;}
.about-achi h3{ font-size:26px; text-align:left!important; color:#fff; padding-bottom:10px; font-weight: 700;}
.year-achivement { float:left; width:660px;}
.year-achivement p{ width:220px; font-family: 'open_sanslight'; line-height:18px; color:#fff; }
.year-achivement .first-1{ margin-left:150px; float:left;}
.year-achivement .first-2{ margin-left:0px; float:right;}
.year-achivement .first-3{ margin-left:0px; float:left;}
.year-achivement .first-4{ margin-left:70px; float:left;}
.a-detail { float:left; padding:20px 0px;}
.a-detail h1{ font-size:26px; text-align:left;font-family: 'open_sanslight'; color:#079aac; margin-bottom:20px; }
.a-detail p{ font-size:14px; text-align:left; line-height:25px; color:#515050;}

.a-detail .social2{ font-size:0px; margin-top:10px;}
.a-detail .social2 .fb{ background:url(../images/fb.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }
.a-detail .social2 .tw{ background:url(../images/tw.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }
.a-detail .social2 .in{ background:url(../images/in.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }

.a-detail .social2 .fb:hover{ background:url(../images/fb-h.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }
.a-detail .social2 .tw:hover{ background:url(../images/tw-h.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }
.a-detail .social2 .in:hover{ background:url(../images/in-h.png) no-repeat; width:46px; height:46px; display:inline-block; margin-right:5px; }

.dark-gray{  background: #777676!important;  padding: 30px 0px; width:100%;}
.dark-gray .container{}

.dark-gray .container h2{ text-align:center; color:#f3eff0; font-size:30px; line-height:36px; font-family: "oswaldlight";}
.mt-0{ margin-top:0px!important;}

.detail-about-0{ position:relative!important; float:right; width:100%;}
.docter-kathleen{ position:absolute; width:730px; height:849px; bottom:0%; right:0px; }
.submit {font-family:Verdana, Geneva, sans-serif; font-size:18px; color:#254587; border:2px solid #254587; padding:8px 30px;}
.submit a{font-family:Verdana, Geneva, sans-serif; font-size:18px; color:#254587; text-decoration:none; cursor:pointer;}
