
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0; padding-bottom:10px;}
html, body{
    font-family: arial;
    font-size: 100%;
    background-color: #FFF;
	color:#000!important;
	line-height:23px;
	font-size:13px;
}
h3, .h3 {
    font-size: 22px;
}

body a{
	/* transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all; */
	font-weight:bold;
}
/*----start-header----*/
.header{
	background:#fff;
	padding: 10px 0;
}
.logo{
	float:left;
	margin-top:px;
}
.menu{
	 float:right;
	 margin-top:48px;
}
.menu li{
	display:inline-block;
	
}
 .menu li:first-child{
   	margin-left:0;
}
.menu li a{

  	display: block;
	font-size:12px;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-weight: bold;
	 background:#3565a4;
}
#nav .current a {
   color:#fff;
   background:#6fb856;
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu li a:hover ,.menu li.active a{
	color:#fff;
   background:#6fb856 !important;
} 
.toggleMenu {
	display:  none;
   	padding:4px 5px 0px 5px;
    border-radius:2em; 
    -webkit-border-radius:2em;
    -moz-border-radius:2em;
    -o-border-radius:2em; 
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
.content_white{
	text-align:left;
	padding: 0px 0px 10px 0px;
} 
.content_white h2{
	font-size:24px;
	font-weight:bold;
	color:#3565a4;
}
.content_white p{
color:#000000!important;
	font-size: 14px;
}

h3.m_1{
	padding: 0.8em 0;
	margin: 0;
}
h3.m_1 a{
	font-size:0.95em;
	font-weight: bold;
	color: #637f83;
	text-decoration: none;
}
h3.m_1 a:hover{
	color: #e4551d;
}
p.m_2{
	color: #999;
	font-size: 0.95em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.feature_btn{
	display: inline-block;
	padding: 6px 20px;
	font-size: 1em;
	cursor: pointer;
	border: none;
	background: #637f83;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	margin-top: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
}
.feature_btn:hover{
	background:#e4551d;
	color:#fff;
	text-decoration:none;
}
#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:3em 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	padding-right:30px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:-8.6em;
}
.nbs-flexisel-nav-left {
	left:32.5em;
	background: url(../images/img-sprite.png) no-repeat -99px -101px;
}
.nbs-flexisel-nav-right {
	right:35em;
	background: url(../images/img-sprite.png) no-repeat -133px -102px;
}
.m_3 {
	text-align: center;
	position: relative;
}
span.left_line{
	height: 1px;
	width:32em;
	display: block;
	background: #D8D5D5;
	position: absolute;
	left: 13.5em;
	bottom:5px;
}
span.right_line{
	height: 1px;
	width:34em;
	display: block;
	background:#D8D5D5;
	position: absolute;
	right: 14em;
	bottom:5px;
}
.portfolio-btn {
	text-align:center;
	margin-bottom: 4em;
}
.portfolio_btn {
	padding: 10px 25px;
	font-size: 1.2em;
	cursor: pointer;
	border: none;
	background: #e4551d;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	outline: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
}
.portfolio_btn:hover {
	background:#637f83;
	text-decoration: none;
	color:#fff;
}
.testmonial {
	border-top: 1px solid #D8D5D5;
	padding:4em 0;
}
.testmonial_top{
	margin-bottom:2em;
}

/*--footer--*/
.footer_top{
	padding:20px 0;
	background:#3565a4;
}
.footer_top h3{
color:#FFFFFF;
font-weight:600;
}

.footer_top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_top li {
  margin-left:0px;
}
.footer_top li a {
color:#CCCCCC;
text-decoration:none;
}
.footer_top li a:hover {
color:#fff;
text-decoration:none;
}
.footer_top p
{
color:#CCCCCC;
}
.social_left
{

}
ul.social_left{
	padding:0;
	list-style:none;

}
ul.social_left li.facebook{
	float:left;
	margin-right:12px;
	font-size:20px;
	color:#000;
	background-color:#fff;
	padding:4px 10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
	
ul.social_left li.facebook a{
		color:#323b88;
		text-decoration:none;
	}
ul.social_left li:first-child{
padding:4px 14px;
	}

ul.social_left li a:hover{
	opacity:0.6;
}

.footer_bottom {
	padding:16px 0px 6px 0px;
	background: #214a7f;
}
.footer_bottom {
	text-align:left;
		font-size:15px;
	color:#fff;
}


/*--about--*/
.about{
	background:#fafafa;
	margin-top:100px;
	margin-bottom:20px;
}
.about_bottom {
	padding:4em 0;
}
.title-section {
	background: #fafafa;
	position: relative;
	padding: 10px 0 0 0;
}
.title-section h1 {
	margin: 0 0 5px 0;
	line-height: 58px;
	font-size:40px;
	font-weight:500;
	color: #5a5a5a;
}
.title-section ul {
	background: none;
	position: relative;
	margin: 0;
	padding: 9px 0 10px 0;
	border-top: 1px solid #dbdbdb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.title-section ul li {
	line-height: 18px;
	font-size: 13px;
	color: #5f6775;
}
.title-section ul li a{
	color:#5a5a5a;
}
.breadcrumb > .active {
	color:#9eb3b6;
}
h3.m_2{
	font-size:1.7em;
	font-weight: bold;
	color: #637f83;
	margin-bottom: 1em;
}
ul.about_grid1{
	padding:0;
	list-style:none;
}
ul.about_grid1 li.about_img{
	float: left;
	width: 32.333%;
	margin-right: 1.5em;
}
ul.about_grid1 li.about_desc{
	float:left;
	width: 63.777%;
}
ul.about_grid1 li.about_desc h5 a{
	color:#555;
	font-size: 1.2em;
}
ul.about_grid1 li.about_desc h5 a:hover{
	color: #e4551d;
	text-decoration:none;
}
ul.about_grid1 li.about_desc p{
	color: #999;
	font-size: 0.85em;
	line-height: 1.5em;
	margin-bottom:2em;
}
a.about_btn{
	background: url(../images/arrow.png) no-repeat 100% 1px;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 36px 1px 13px !important;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	vertical-align: top;
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: #e22004 !important;
	border-left:1px solid #555;
}
a.about_btn:hover{
	background: url(../images/arrow_hover.png) no-repeat 100% 1px;
}
.about_box{
	margin-bottom:2em;
}
div.list.custom-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropcap {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background: #3A87AD;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.dropcap {
	background: none;
	color: #e4551d;
	text-align: left;
}
div.list.custom-list ul li h5 a {
	display: block;
	margin: 0 0 1px 0;
	line-height: 21px;
	font-size:17px;
	font-weight: 400;
	color: #555;
}
div.list.custom-list ul li p{
	display: block;
	overflow: hidden;
	font-style: normal;
	font-size:0.85em;
	line-height:1.8em;
	color:#999;
}
div.list.custom-list ul li:first-child {
	margin:0;
}
div.list.custom-list ul li {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
/*--services--*/
.service_box h2{
	font-size: 1.7em;
	font-weight: bold;
	color: #637f83;
	margin-bottom: 1em;
}
.service_box h5 a{
	font-size: 16px;
	color: #555;
	margin-bottom: 1em;
	line-height: 1.5em;
}
.service_box h5 a:hover{
	text-decoration:none;
	color:#e4551d;
}
.service_box p{
	font-size:0.85em;
	color: #999;
	margin-bottom:2em;
	line-height: 1.8em;
}
.project_grid{
	float:left;
	width: 50%;
}
ul.project_box{
	padding:0;
	list-style:none;
	margin-bottom: 2em;
}
ul.project_box:last-child{
	margin:0;
}
ul.project_box li.mini-post-meta {
	display: block;
	float: left;
	width: 70px;
	background:#e4551d;
	text-align: center;
	margin: 3px 30px 0 0;
	position: relative;
	padding-bottom: 10px;
}
ul.project_box li.mini-post-meta span.day {
	font-size:50px;
	color: #fff;
	padding-top: 7px;
	display: block;
	line-height: 1em;
}
ul.project_box li.mini-post-meta span.month {
	font-size:15px;
	color:#FAD3C4;
	text-transform: uppercase;
	padding-bottom: 19px;
}
ul.project_box li.desc{
	overflow:hidden;
}
ul.project_box li.desc h5 a{
	color:#555;
	font-size:1.5em;
}
ul.project_box li.desc h5 a:hover{
	text-decoration:none;
	color:#e4551d;
}
ul.project_box li.desc p{
	color:#999;
	font-size:0.85em;
}
.project_btn {
	margin-top:3em;
	display: inline-block;
	padding:12px 30px;
	font-size: 1em;
	cursor: pointer;
	border: none;
	background: #637f83;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
}
.project_btn:hover {
	background: #e4551d;
	color:#fff;
	text-decoration:none;
}
.project_grid1 h5{
	padding:1em 0 0;
}
.project_grid1 h5 a{
	color:#555;
	font-size:15px;
	line-height:1.5em;
}
.project_grid1 h5 a:hover{
	color:#e4551d;
	text-decoration:none;
}
.project_grid1 p{
	color:#999;
	font-size:0.85em;
	line-height:1.5em;
}
/*--blog--*/
.blog_grid {
	margin-bottom: 3em;
}
h2.post_title{
	margin-bottom:1em;
	font-size:25px;
}
h2.post_title a{
	font-weight: bold;
	color: #637f83;
}
h2.post_title a:hover{
	text-decoration:none;
	color: #e4551d;
} 
.blog_grid p, .blog_grid1 p{
	font-size: 0.85em;
	line-height: 1.5em;
	color: #999;
	margin-top:2em;
}
ul.links{
	padding:5px 0px;
	border: 1px solid #EEE;
	border-left: none;
	border-right: none;
	margin: 30px 0 0px 0;
	list-style: none;
}
ul.links li.last{
	float:right;
}
ul.links_middle{
	padding:5px 0px;
	border-bottom: 1px solid #eee;
	border-left: none;
	border-right: none;
	list-style: none;
}
ul.links_bottom{
	padding:5px 0px;
	border-bottom: 1px solid #eee;
	border-left: none;
	border-right: none;
	list-style: none;
}
ul.links li, ul.links_middle li, ul.links_bottom li{
	color:#999;
	font-size: 0.85em;
}
ul.links li a, ul.links_middle li a, ul.links_bottom li a{
	color:#999;
}
ul.links li, ul.links_middle li, ul.links_bottom li{
	display: inline-block;
	margin-right: 20px;
}
i.blog_icon1 {
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-179px -185px;
	float: left;
	margin-right:5px;
}
i.blog_icon2{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-217px -185px;
	float: left;
	margin-right:5px;
}
i.permalink{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-43px -227px;
	float: left;
	margin-right:5px;
}
i.blog_icon3{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-5px -226px;
	float: left;
	margin-right:5px;
}
i.blog_icon4{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-83px -227px;
	float: left;
	margin-right:5px;
}
i.blog_icon5{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-260px -186px;
	float: left;
	margin-right:5px;
}
i.blog_icon6{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-156px -229px;
	float: left;
	margin-right:5px;
}
i.blog_icon7{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-121px -229px;
	float: left;
	margin-right:5px;
}
span.icon_text {
	vertical-align: middle;
}
.blog_btn {
	margin-top:2em;
	display: inline-block;
	padding: 12px 30px;
	font-size: 1em;
	cursor: pointer;
	border: none;
	background: #637f83;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.blog_btn:hover{
	text-decoration:none;
	background: #e4551d;
	color:#fff;
}
.pagination__posts {
	margin: 0;
	text-align: center;
	display: block;
	margin-top: 3em;
}
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding:0;
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
}
.pagination ul > .active > a, .pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 23px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
ul.sidebar {
	padding: 0;
	list-style: none;
}
ul.sidebar h3 {
	font-size: 25px;
	font-weight: bold;
	color: #637f83;
	margin-bottom:1em;
}
ul.sidebar li {
	list-style-image: url(../images/dot.png);
	margin: 0 15px 10px;
	vertical-align: bottom;
}
ul.sidebar li a {
	color: #999;
	font-size: 0.85em;
}
h3.archive {
	font-size: 25px;
	font-weight: bold;
	color: #637f83;
	margin-top: 2em;
}
/*--single--*/
.related_posts{
	margin-top:3em;
}
h3.related_head{
	font-size: 25px;
	font-weight: bold;
	color: #637f83;
	padding-bottom: 1em;
	margin: 0 15px;
}
h5.m_4{
	margin-top:1em;
}
h5.m_4 a{
	color: #e4551d;
	font-size:1.3em;
}
ul.comment-list {
	border: 1px solid #EEE;
	padding: 20px;
	list-style: none;
	margin-top: 3em;
}
h5.post-author_head{
	line-height: 1.2em;
	font-size:1.2em;
	text-transform: none;
	color:#999;
}
h5.post-author_head a{
	color:#555;
}
ul.comment-list img {
	float: left;
	width:10%;
	margin-right: 20px;
}
ul.comment-list .desc {
	float: left;
	width:82%;
	margin: 0;
}
.comments-area {
    margin-top: 3em;
}
.comments-area h3{
	font-size: 25px;
	font-weight: bold;
	color: #637f83;
}
.comments-area p {
	position: relative;
	padding: 8px 0;
	margin: 0;
}
.comments-area label {
	display: block;
	color: #999;
	font-weight: normal;
	font-size:1em;
}
.comments-area span {
	color:#e4551d;
	position: absolute;
	left: 4px;
	top: 30px;
}
.comments-area input[type="text"] {
	padding: 10px 20px;
	width: 70%;
	color: #999;
	font-size: 13px;
    background: none;
	outline: none;
	display: block;
	border: 1px solid #eee;
}
.comments-area textarea {
	padding: 10px 20px;
	width: 80%;
	color: #999;
	font-size: 13px;
	outline: none;
	height: 150px;
	display: block;
	border: 1px solid #eee;
	background: none;
	resize: none;
}
.comments-area input[type="submit"] {
	padding: 15px 20px;
	color: #FFF;
	background:#637f83;
	font-size: 1.2em;
	border: none;
	outline: none;	
	cursor: pointer;
	font-weight:bold;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.comments-area input[type="submit"]:hover {
	background:#e4551d;
}
/*--contact--*/
.contact{
	padding:4em 0;
}
h2.item_title{
	font-size: 2em;
	font-weight: bold;
	color: #637f83;
	text-align:center;
	margin-bottom: 1em;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height:300px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.contact_top{
	margin:2em 0;
}
.contact_details h5{
	font-size:1em;
	font-weight: bold;
	color: #637f83;
	margin-bottom: 1em;
}
i.address{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-195px -229px;
	float: left;
	margin-right: 5px;
}
.contact_address, .contact_mail {
	overflow: hidden;
	font-size:0.85em;
	color:#999;
	line-height:1.5em;
}
.contact_mail{
	cursor:pointer;
}
.contact_mail:hover{
	color: #e4551d;
}
i.phone{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-228px -229px;
	float: left;
	margin-right: 5px;
}
i.mail{
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-262px -230px;
	float: left;
	margin-right: 5px;
}
.contact_bottom h3{
	font-size: 1.5em;
	font-weight: bold;
	color: #637f83;
}
.contact_bottom p {
	font-size: 0.85em;
	line-height: 1.8em;
	color: #999;
	margin:1em 0;
}
.contact-to input[type="text"] {
	padding: 10px 10px;
	width:32.5%;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color: #999;
	background: #FFF;
	float: left;
	outline: none;
	font-size: 0.85em;
}
.text2 input[type="text"], .text2 textarea {
	width:99%;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color: #999;
	outline: none;
	margin-bottom: 25px;
	height: 150px;
	padding: 10px 10px;
	font-size: 0.85em;
	resize:none;
}
.submit {
	color: #FFF;
	font-size:1em;
	font-weight: normal;
	padding: 12px 30px;
	border:none;
	font-weight:bold;
	background:#6bb94b;
	float: right;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.submit:hover{
	color:#fff;
	text-decoration:none;
	background: #4c972d;
}

a.list-group-item :hover {
color:#FFFFFF!important;
}

ul.test_box{
	padding:0;
	list-style:none;
}
ul.test_box li.test_img{
	float: left;
	width: 30%;
	margin-right: 1em;
}
ul.test_box li.test_desc {
	float: left;
	width: 77%;
}
ul.test_box li.test_desc h4 a{
	font-size:1.1em;
	font-weight: bold;
	color: #637f83;
	text-decoration: none;
}
ul.test_box li.test_desc h4 a:hover{
	color:#e4551d;
}
ul.test_box li.test_desc p {
	color: #999;
	font-size: 0.95em;
	line-height: 1.8em;
}
.test_btn {
	display: inline-block;
	font-size: 1em;
	cursor: pointer;
	border: none;
	color:#e4551d;
	text-decoration: none;
	outline: none;
}

.journal-col
{
background-color:#f9f9f9;
width:100%;
padding:6px;
box-sizing: border-box;
height:130px;
margin-bottom:6px;
border:1px solid #e3e3e3;
}
.journal-col h4
{
font-size:13px;
font-weight:bold;
}
.journal-col h4 a 
{
color:#333333;
text-decoration:none;
vertical-align:middle;
}

.journal-col ul li
{
margin-bottom:6px;
display:block;
text-align:right;
}

.journal-col ul li a
{
background-color:#ececec;
padding:3px 8px 3px 8px;
color:#535252;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

.journal-col ul li a:hover
{
background-color:#fff;
}

.journal-col1
{
background-color:#f9f9f9;
width:100%;
padding:6px;
box-sizing: border-box;
margin-bottom:6px;
border:1px solid #e3e3e3;
height:120px;
}
.journal-col1 h4
{
font-size:18px;
font-weight:bold;
vertical-align:middle;
}
.journal-col1 h4 a 
{
color:#333333;
text-decoration:none;
vertical-align:middle;
}

.journal-col1 ul li
{
margin-bottom:6px;
display:block;
text-align:right;
}

.journal-col1 ul li a
{
background-color:#ececec;
padding:3px 8px 3px 8px;
color:#535252;
text-decoration:none;
font-size:12px;
font-weight:bold;

}

.journal-col1 ul li a:hover
{
background-color:#fff;

}

.journal-col1 ul.test_box li.test_img{
	float: left;
	width: 13%;
	margin-right: 1em;
	border:0px solid #fff;
}


.box-right
{
    padding: 2px 0px 20px 0px;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
	background-color:#6bb94b;
	line-height:32px;
}
.login-title-1
{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    display: block;
	background-color:#3565A4 ;
	line-height:46px;
}

.login-title-1 a
{
color:#FFFFFF;
font-size:20px;
}
.box-right p
{
line-height:24px;
font-size:14px;
padding:12px 12px 0px 12px;
}



.box-right button {
	background-color:#6bb94b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 31px;
	text-decoration:none;

}
.box-right button:hover {
	background-color:#59a839;
}
.box-right button:active {
	position:relative;
	top:1px;
}

.box-right ul
{
}
.box-right ul li
{
border-bottom:1px #CCCCCC solid;
margin-right:30px;
padding:6px;

}
.form-signin{
padding:4px 6px 4px 6px;

}

.form-signin input, textarea{
padding:4px 2px 4px 2px;
margin-bottom:4px;
}

.form-signin placeholder{
padding-left:16px;
}



.login-right
{
  position: relative;
  float: right;
  margin-top: 6px;
  margin-bottom: 0;
}
.login-right button{
	background-color:#eb2629;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 18px;
	text-decoration:none;
	}
	
	.login-right button:hover
	{
	background-color:#d71518;
	}
.nav-inside
{
padding:0px;
margin-bottom:10px;
}
.nav-inside a
{
background-color:#d5d5d5;
padding:6px 12px 6px 12px;
margin-right:2px;
color:#666666;
font-weight:600;
text-decoration:none;
}
.nav-inside a:hover
{
background-color:#eaeaea;
color:#b3b3b3;

}
/*--responsive design--*/
@media (max-width:1440px){
span.right_line{
	right: 6em;
}
span.left_line{
	left:6em;
}
}
@media (max-width:1280px){
span.right_line{
	right:3em;
}
span.left_line{
	left:3em;
}
}
@media (max-width:1024px){
.menu{
	 float:right;
	 margin-top:18px;
}
.feature_grid1 {
	width: 23%;
}
.banner {
	min-height: 450px;
}
.banner-info {
	margin-top:4em;
}
.nbs-flexisel-nav-right {
	right: 30em;
}
.nbs-flexisel-nav-left {
	left: 29em;
}
span.left_line {
	left: 2em;
	width: 26em;
}
span.right_line {
	right: 3em;
	width: 26em;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	margin-top: -7.6em;
}
ul.test_box li.test_desc {
	width: 76%;
}
ul.test_box li.test_desc p {
	font-size: 0.85em;
	line-height: 1.5em;
}
ul.twitter li.twt_desc {
	width: 80%;
}
div.list.custom-list ul li h5 a {
	font-size: 16px;
}
.journal-col
{
height:140px;
}
.title-section {
	
	padding: 30px 0 0 0;
	margin-top:36px;
}

.img-res1{margin-top:0px;
width:100%;
}

.journal-col1 ul.test_box li.test_img{

	width: 12%;
	
}
}
@media (max-width:800px){
.header {
	padding: 1em 0;
}
.logo {
	margin-top: 15px;
}
.feature_grid1 {
	width: 100%;
	padding: 4em 0em 0em 0;
}
.banner-info h1 {
	font-size: 2em;
}
.banner {
	min-height: 400px;
}
.feature_grid2 {
	width: 100%;
}
.nbs-flexisel-nav-right {
	right: 23em;
}
.nbs-flexisel-nav-left {
	left: 22em;
}
span.left_line {
	left: 2em;
	width: 18em;
}
span.right_line {
	right: 2em;
	width: 18em;
}
ul.test_box {
	margin-bottom: 2em;
}
.banner-info p {
	font-size: 0.85em;
}
.banner-btn {
	margin-top: 2em;
}
ul.twitter {
	margin-top: 2em;
}
.toggleMenu {
	padding:0;
}
.about_left {
	margin-bottom: 2em;
}
.service_box {
	margin-bottom: 2em;
}
.project_grid1 {
	margin-top: 2em;
}
.project_btn {
	margin-top: 1em;
}
ul.sidebar h3 {
	margin-bottom: 0.5em;
}
h3.archive {
	margin-top: 1em;
}
.comments-area {
	margin: 2em 0;
}
.contact_details {
	margin-bottom: 2em;
}
.contact-to input[type="text"] {
	width: 32%;
}
ul.test_box li.test_img{
	float: left;
	width: 18%;
	margin-right: 1em;
}
}
@media (max-width:640px){
.content_white p {
	font-size: 1.3em;
}
.nbs-flexisel-nav-left {
	left: 18.5em;
}
.nbs-flexisel-nav-right {
	right:18.5em;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	margin-top:-5.8em;
}
span.left_line {
	left: 2em;
	width: 15em;
}
span.right_line {
	right: 2em;
	width: 15em;
}
ul.about_grid1 li.about_img {
	width: 31.333%;
	margin-right:1em;
}
ul.about_grid1 li.about_desc p {
	margin-bottom: 1em;
}
.service_box h2 {
	margin-bottom: 0.5em;
}
ul.test_box li.test_img{
	float: left;
	width: 24%;
	margin-right: 1em;
}
}
@media (max-width:480px){
.banner {
  min-height:250px;
}
.banner-info h1 {
	font-size: 1.5em;
}
a.banner-btn span {
	background-size: 60%;
}
.banner-info p {
	font-size: 0.8125em;
}
.banner-info {
	margin-top: 2em;
}
.logo {
	margin-top: 12px;
}
.header {
	padding: 0.5em 0;
}
.content_white h2 {
	font-size: 1.5em;
}
.content_white p {
	font-size: 1em;
}
.nbs-flexisel-nav-right {
	right: 13.5em;
}
.nbs-flexisel-nav-left {
	left:13.5em;
}
span.left_line {
	width: 9em;
}
span.right_line {
	width: 9em;
}
.footer_head h2 {
	font-size: 1.5em;
}
.footer_head p {
	font-size:1em;
}
.subscribe input[type="text"] {
	width:75%;
}
ul.twitter li.twt_desc {
	width: 79%;
}
.project_grid {
	float: none;
	width: 100%;
}
.map iframe {
	height: 200px;
}
.contact-to input[type="text"] {
	width: 31%;
}
.nav {
	top: 70px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	margin-top: -5em;
}
 .title-section {
	padding: 30px 0 0 0!important;
}
ul.test_box li.test_img{
	float: left;
	width: 30%;
	margin-right: 1em;
}
}
@media (max-width:320px){
.banner-info h1 {
	font-size: 1.2em;
}
.banner-info p {
	font-size: 12px;
}
.banner {
	min-height:150px;
}
.banner-btn {
	margin-top: 1em;
}
.content_white {
    text-align: left;
    padding: 48px 0px!important;
}

.content_white p, .footer_head p{
	font-size: 0.95em;
	line-height: 20px;
	padding:0 10px;
}
.content_white h2, .footer_head h2{
	font-size: 1.3em;
}
.nbs-flexisel-nav-right {
	right:8.5em;
}
.nbs-flexisel-nav-left {
	left: 8.5em;
}
span.left_line {
	width: 5em;
}
span.right_line {
	width: 5em;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	margin-top: -4.2em;
}
ul.test_box li.test_desc {
	width: 74%;
}
ul.message li.msg-desc {
	width: 75%;
}
ul.message li.msg-desc h4 a {
	font-size: 0.85em;
}
ul.message li.msg-desc p {
	font-size: 0.8125em;
	line-height: 1.5em;
}
.subscribe input[type="text"] {
	width: 68%;
}
.subscribe input[type="submit"] {
	font-size:1em;
	padding:9px 15px;
}
.portfolio_btn {
	padding: 10px 20px;
	font-size: 1em;
}
h3.m_1 {
	padding: 0.5em 0;
}
ul.twitter li.twt_desc {
	width: 63%;
}
ul.twitter li.twt_desc p {
	font-size: 0.8125em;
	line-height: 1.5em;
}
ul.about_grid1 li.about_img {
	width: 30.333%;
}
h2.post_title {
	font-size: 20px;
}
ul.links li, ul.links_middle li, ul.links_bottom li {
	margin-right: 0px;
}
.blog_btn {
	margin-top: 1em;
	padding:8px 20px;
}
.pagination__posts {
	margin: 2em 0;
}
.contact-to input[type="text"] {
	width: 99%;
}
input.text {
	margin-left: 0 !important;
}
 .title-section {
	padding: 60px 0 0 0!important;
}
ul.test_box li.test_img{
display:none;
}
.menu {
		margin:0px 0px!important;
	}
#wowslider-container1{
margin-top:30px!important;
}
.img-res1
{
margin-top:60px!important;
width:100%;
}
}


@media screen and (max-width:800px) {
	.menu {
		margin:0px 0;
	}
    .active {
        display: block;
    }
    .menu li a{
    	text-align:left;
    	border-radius:0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
		
    }
    .nav {
	     list-style: none;
	     *zoom: 1;
	     width:95%;
		 position: absolute;
		 right:10px;
		 background:#051619;
		 top:120px;
		 z-index: 9999;
		 border:1px solid #efacac;
		 
    }
   .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav li a{
    	border-top:1px solid #efacac;
    	background:#ddd;
		color:#333333;
    }
     .nav li:first-child a{
     	border-top:none;
     }
	 .title-section {
	
	padding: 30px 0 0 0;
	margin-top:20px;
}

#sticky
{
display:none;
}
 }
 
 
 .blink {
      animation: blink 1s steps(5, start) infinite;
      -webkit-animation: blink 1s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }
.eb-image-slide
{
margin-bottom:10px;
max-height:200px;
}




#alternating-content {
width: 80%;
margin: 0 auto;
float:left;
}
 
#alternating-content .item {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 5px;
}
 
#alternating-content .item:after {
content: "";
display: block;
clear: both;
}
 
#alternating-content .item .image {
max-width: 128px;
width: 20%;
height: auto;
padding: 5px;
}
 
#alternating-content .item .caption {
width: 80%;
padding: 5px;
}
 
#alternating-content .item:nth-child(odd) {
background-color:#F3F3F3;
}
 
#alternating-content .item:nth-child(even) {
background-color:#E8E8E8;
}
 
#alternating-content .item:nth-child(odd) .image {
float: left;
}
 
#alternating-content .item:nth-child(odd) .caption {
text-align: left;
float: left;
}
 
#alternating-content .item:nth-child(even) .image {
float: left;
}
 
#alternating-content .item:nth-child(even) .caption {
text-align: left;
float: left;
}

#alternating-content a
{
color:#990000;

}

#alternating-content a:hover
{
color:#5a5a5a;
}


.eb-box {
  margin: -60px 0px 70px 0px;
  text-align: right;
}

.eb-button {
  font-size: 1em;
  padding: 6px;
  color: #000;
  border: 0px solid #6BB94B;
  text-decoration:underline;
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-weight:bold;
  
}
.eb-button:hover {
/*  background: #6BB94B;*/
  text-decoration:none;
}

.eb-overlay {
  position: absolute;
  top:0px;
  bottom:0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  padding-top:100px;
}
.eb-overlay:target {
  visibility: visible;
  opacity: 1;
}

.eb-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.eb-popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.eb-popup .eb-close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.eb-popup .close:hover {
  color: orange;
}
.eb-popup .content {
  max-height: 90%;
  overflow: auto;
}

.articlesinpress
{
border-bottom:3px solid #a3cf62;
margin-bottom:14px;
}

.subhead
{
color:#000000;
background-color:#e5e5e5;
padding:0px 10px;
font-weight:700;
border-bottom:1px solid #c5c6c3;
margin-bottom:10px;
}

.subhead-1
{
color:#6b6b6b;
font-weight:300;
margin-bottom:4px;
}

.subhead-2
{
color:#000;
font-weight:600;
margin-bottom:4px;
}

.subhead-1 a

{
}

.subhead-1 a:hover

{
color:#a3cf62;
}



.articlesinpress-main
{
border-bottom:1px solid #a3cf62;
padding-bottom:20px;
margin-bottom:20px;
}

.articlesinpress-main h6
{
color:#6bb94b;
font-size:13px;
font-weight:600;
}

.articlesinpress-main .list-none
{
list-style:none;
margin-left:-40px;
margin-top:-10px;
}

.articlesinpress-main span
{
color:#6bb94b;
font-weight:700;
}

.articlesinpress-main .abstract
{
background-color:#f0f0f0;
padding:10px 10px;
border:1px solid #c3c3c3;
border-bottom: 2px solid #6bb94b;
margin-bottom:5px;
}


.articlesinpress-main .introduction
{
background-color:#e5e5e5;
padding:4px 6px;
font-weight:800;
margin-top:14px;
}
.full-text-btn
{
padding:6px 12px;
color:#FFFFFF;
text-align:center;
text-decoration:none;
border-radius:6px;
background: #6bb94b; /* Old browsers */
background: -moz-linear-gradient(top,  #6bb94b 0%, #5aa839 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #6bb94b 0%,#5aa839 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #6bb94b 0%,#5aa839 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb94b', endColorstr='#5aa839',GradientType=0 ); /* IE6-9 */
font-size:12px;
border:1px solid #448c26;
}

.full-text-btn:hover
{
color:#ff0000!important;
text-decoration:underline;
background: #5aa839; /* Old browsers */
background: -moz-linear-gradient(top,  #5aa839 1%, #6bb94b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5aa839 1%,#6bb94b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5aa839 1%,#6bb94b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aa839', endColorstr='#6bb94b',GradientType=0 ); /* IE6-9 */

}

#sticky {
 width: 264px;
}

#sticky.stick {
    margin-top: 140px !important;
    position: fixed;
    top: 0;
    z-index: 10000;
	
}

*[name]:before { 
  display: block; 
  content: " "; 
  visibility: hidden;

}

.table tr td:first-child
{
font-weight:600;
}

.table thead
{
background-color:#97dc7b;
}

.images-article img
{
width:10%;
height:10%;
margin-right:10px;
border:1px solid #848484;
}

.images-article
{
background-color:#f0f0f0;
padding:10px 10px;
border:1px solid #c3c3c3;
border-bottom: 2px solid #6bb94b;
margin-bottom:5px;
min-height:100px;
}

.images-article{
  text-align: center;
}
.images-article .img{
  width: 100px;
  height: 100px;
  padding: 5px;
}
.images-article .img:hover, .images-article .img:hover{
  cursor: pointer;
  opacity: 0.6;
} 

.modal-dialog 
{
width:70%!important;
z-index:9999999!important;
}

.modal
{

z-index:9999999!important;
}
.modal-body p
{
color:#000000;
margin-top:10px;
}

.bottom-ref li a
{
color:#000000!important;
text-decoration:none;
}

.bottom-ref li a:hover
{
color:#5a5a5a!important;
text-decoration:none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 6px 15px!important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px!important;
}


.payment-box{
        padding: 2px 10px 20px 10px;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom:40px;
}
.payment-box button {
	background-color:#6bb94b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #fff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 31px;
	text-decoration:none;

}
.payment-box button:hover {
	background-color:#59a839;
}
.payment-box button:active {
	position:relative;
	top:1px;
}
.payment-box .form-group{
    margin-bottom:10px !important;
}
.payment-box label{
    margin-bottom:0px !important;
}
.pay-option-heading {

    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    background: #eee;
    margin-bottom: 6px;

}
.border {

    border: 1px #CCC solid;

}
.pay_opt_h h3{
	border-bottom:1px #CCC solid; 
	color:#253b80; 
	font-size:18px; 
	padding:10px 0px 10px 0; 
	text-align:center;}
.thanks-text h4{ font-size:14px; font-weight:600 !important;}
.text-small-1{ 
font-size:13px !important;
line-height:20px !important;
font-weight:normal !important;}
.r-text{
	color:#000; font-size:14px; font-weight:normal; line-height:18px; margin-top:10px; text-align:center;
	}
.or{ margin-top:120px;}	
.m-h{height:267px;}
.pay-option-heading{
	padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border: 1px solid #ddd;
background:#eee;
margin-bottom:6px;
	}
.th	_bg{ background:#eee;
	}
.m-w-290{
	min-width:290px;
	}	
.power_sripe{
bottom: 6px;
position: absolute;
left: 108px;
	}	

select {

    border: 1px solid #CCC;
    color: #000;
    cursor: pointer;
    display: block;
    line-height: 1.33333;
    max-width: 100%;
    min-width: 100%;
    padding: 4px 2px 4px 2px;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
        height: 34px;

}



.watsapp{background:#11b925;color:white;}
.watsapp-box{
position: fixed;
    bottom: 60px;
    z-index: 4;
    left: 56px;
	width:60px;
	height:auto;
	
    overflow: hidden;
	/*border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);*/
	}
.watsapp-box img{
 width: 100%;
 height:auto ;   
}
@media (max-width:767px){
    .watsapp-box{left: 5px !important; bottom: 90px !important;}
}