
	#mdf_menu a.navbar-brand{
	    color: #fafafa;
	    background: rgba(255,255,255,0.2);
	    width: 100%;
	    padding: 18px 14px;
	}
	#mdf_menu a.navbar-brand i.glyphicon{
		margin: 0;
	    top: 0;
	    font-size: 20px;
	}
	.lists .mdf_child_menu{
		text-align: center;
	}
	.separator{
		margin: 365px 0;
	}
	form,
	img{
		padding: 5px 15px 15px 0px;
	}
	.video{
		background: #fff;
		
	}
	#mdf_menu h3 .glyphicon{
		top: 4px;
	}

	#mdf_menu h4 .glyphicon{
		top: 3px;
	}
	.cl-title h3{
		font-size: 23px
	}
	/* Services */
	.mdf_services ul li{
		position: relative;
		padding: 7px;
	}
	.mdf_services ul li i{
		float: left;
		color: #424b6d;
		width: 32px;
		font-size: 32px;
		top: 2px;
	}
	.mdf_services ul li .sr-block{
		float: left;
		padding-left: 5px;
		text-align: left;
		font-size: 14px;
		    line-height: 19px;
	}
	.mdf_services ul li .sr-block span:first-child{
		display: block;
		color: #424b6d;
		font-size: 1.13em 
	}
	.mdf_services ul li .sr-block span:last-child{
		display: block;
		font-size: 0.95em;
	}
	/* misc element */
	.misc .cl-title{
		margin-top: 0;
	}
	.panel-heading {
	    padding: 0;
	}
	.mdf_sub_wrap div h4.panel-title{
		text-align: left;
	}
	.mdf_sub_wrap div h4.panel-title span{
		display: inline-block;
		float: left;
		padding: 14px;
		background: #424b6d;
		color: #fafafa;
		margin-top: -1px;
	}
	.mdf_sub_wrap.misc .table{
		background: #fff;
	}

	/* Contact */
	.gmap3{
        margin: 15px auto;
        border: 1px dashed #C0C0C0;
        width: auto;
        height: 300px;
	}
	.mdf_contact div[class*="col"]{
		padding-top: 0px;
	}
	#contact-form{
		margin-bottom: 0;
	}
	.form-control,
	#send{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
		background: rgba(255,255,255,0.6);
	}
	.form-group {
	    margin-bottom: 9px;
	}
	.form-control{
		height: 35px;
	}
	#mdf_menu ul li #send{
		width: 100%;
		padding: 7px 15px;
		display: block;
	}
	.mdf_sub_wrap div.mdf_team{
		padding-top: 5px;
	}
	.mdf_sub_wrap .mdf_team div[class*="col"]{
		padding-top: 10px;
	}
	.mdf_contact .cl-title{
		margin-top: 15px;
		margin-bottom: 5px;
	}
	#mdf_menu .list-group.cont-list{
		margin-top: 10px;
	}

	/* Products Shortcode */
	#mdf_menu .caption p{
		color: #888;
		font-size: 85%;
	}
	.demo-cat{
		text-align: center;
	}
	.prod-small{
		width: 95px;
		height: 95px;
	}
	#mdf_menu .media-object{
		padding: 0;
	}
	#mdf_menu .media:hover{
		box-shadow: inset 0 0 16px rgba(0,0,0,0.1);
	}
	#mdf_menu .media {
		padding: 5px 2px;
		margin-top: 5px;		
		-webkit-transition: all 0.36s ease-out;
		-moz-transition: all 0.36s ease-out;
		-ms-transition: all 0.36s ease-out;
		-o-transition: all 0.36s ease-out;
		transition: all 0.36s ease-out;
	}
	#mdf_menu li.menu-el a.carousel-control:hover{
		background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
		background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
		background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
		background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
		background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
	}
	#mdf_menu li.menu-el a.carousel-control.right:hover{
		background: -webkit-linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);
		background: -moz-linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);
		background: -ms-linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);
		background: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);
	}
	#mdf_menu li.menu-el a.carousel-control:before,
	#mdf_menu li.menu-el a.carousel-control:after{
		display: none
	}
	#mdf_menu .media a{
		padding: 1px!important;
		border: 1px solid #ddd;
		border-radius: 2px;
		width: 70px;
		height: 70px;
	}
	#mdf_menu .media a > img{
		width: 100%;
		height: 100%;
	}
	#mdf_menu .media-heading{
		text-align: left!important;
	}
	#mdf_menu .media-body small{
		color: #888;
	}
	#mdf_menu .hot-sell-item{
		width: 28%;
		display: inline-block;
		vertical-align: middle;
	}
	.hot-sell-item img{
		padding: 10px;
	}
	#mdf_menu .carousel-inner .item span{
		display: block;
		color: #c34d2b;
	}
	#mdf_menu .tab-content .item,
	.carousel-inner {
		text-align: center;
	}
	#mdf_menu .carousel-inner .item p small{
		padding: 7px;
	}
	#mdf_menu .carousel-control.left {
       background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
       background-image: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
       background-image: -ms-linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
       background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
	}
	#mdf_menu .carousel-control.right{
		background-image: -webkit-linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);
		background-image: -moz-linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);
		background-image: -ms-linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);
		background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.1) 100%);
	}
	#mdf_menu .carousel-indicators {
    	bottom: -20px;
	}
	#mdf_menu .right.carousel-control .glyphicon{
		margin-right: -13px!important;
	}
	#mdf_menu div.view-btn{
		padding: 0;
		margin-top: -9px;
	}
	#mdf_menu ul li div.view-btn a{
		display: block;
	    padding: 10px;
	    text-align: center;
	    background: #e1e1e1;
	    text-transform: uppercase;
		font-size: 12px;
		font-weight: 600
	}
	#mdf_menu ul li div.view-btn a i{
		margin-left: 5px;
	}
	#mdf_menu .carousel-indicators li{
		background-color: #d7d7d7;
	}
	#mdf_menu .carousel-indicators li.active{
		background-color: indianred;
	}

	/* About Shortcode */
	img.support{
		height: 320px;
		margin: auto;
	}
	#socials{
		text-align: center;
		display: block;
		padding-top: 20px
	}
	#socials a:before,
	#socials a:after{
		display: none;
	}
	#socials a:hover i{
		color: black;
	}
	#socials i{
		font-size: 2.3em;
		color: #c34d2b;
	}
	#socials em{
		display: block;
		margin: auto;
		width: 130px;
		margin-top: 5px;
	}
	.mdf_sub_wrap.demo-grid div[class*=col]{
		text-align: center;
		background: #f1f1f1;
		margin: 2px 0;
		border: 1px solid #6f6f6f;
		padding: 9px;
	}
	#mdf_menu .progress{
		text-align: right;
		margin-bottom: 0px;
	}
	#mdf_menu .progress label{
		padding-right: 7px;
	}
	#mdf_menu .progress{
		margin-top: 15px;
	}
	.mdf_sub_wrap div.mdf_team .col-sm-3{
		text-align: center;
	}
	#mdf_menu .thumbnail img{
		height: 100%;
		width: 100%;
		padding: 0;
	}
	#mdf_menu .thumbnail{
		margin-bottom: 0;
		border: 1px solid #fff;
	}
	.content-demo .item{
	  display: block;
	  padding: 30px 0px;
	  margin: 5px;
	  color: #FFF;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  text-align: center;
	}
	 
	.owl-theme .owl-buttons i{
	  margin-top: 2px;
	}
	 
	.owl-theme .owl-controls .owl-buttons div {
	  position: absolute;
	  text-align: center;
	  border-radius: 0 !important;
	  padding: 7px 5px;
	  top: 50%;
	  margin: 0;
	  margin-top: -45px;
	  font-size: 15px;
	}
	.owl-theme .owl-controls .owl-buttons div i.glyphicon{
		margin-right: 0!important;
	}
	 
	.owl-theme .owl-controls .owl-buttons .owl-prev{
	  left: -27px;
	}
	 
	.owl-theme .owl-controls .owl-buttons .owl-next{
	  right: -15px;
	}
	.lists .mdf_child_menu{
		text-align: center;
	}
	/* mixed elements */
	.video{
		background: #eee;
		
	}
	.mdf_sub_wrap .article img{
		float: left
	}
	.mdf_sub_wrap.mic .table{
		background: #fff;
	}
	.video{
		margin-bottom: 0;
	}

	@media only screen and (max-width: 438px){
		.mdf_team .col-sm-3.col-xs-6{
			width: 100%;
			max-width: 100%;
		}
		.lists .col-xs-6{
			width: 100%;
		}
		.hot-sell-item img{
			width: 100%;
			height: 150px;
		}
		.mdf_sub_wrap div.mdf_team .thumbnail{
			height: auto;
			width: 100%;
		}
	}
	@media only screen and (max-width: 768px){
		.thumbnail{
			max-width: 250px;
			width: 100%;
			height: 200px;
			margin: auto;
		}
		.caption p {
		    max-width: 250px;
		    margin: auto;
		}
		.mdf_sub_wrap div.mdf_team:nth-child(4){
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.mdf_products div.col-xs-12{
			padding-top: 0;
		}
		.mdf_products div.col-xs-12:nth-child(1){
			padding-bottom: 10px;
		}
		.hot-sell-item img{
			max-width: 130px;
			width: 100%;
			padding: 0px;
			margin-bottom: 10px;
		}
		form{
			padding: 0 15px;
		}
		.form-control{
			max-width: 320px;
			margin: auto;
		}
		#send{
			margin: auto;
			max-width: 320px;
			display: block;
			padding: 7px;
		}
		.owl-theme .owl-controls .owl-buttons .owl-prev{
			left: -17px;
		}
		.mdf_sub_wrap.lists div[class*="col"]{
			padding: 5px 15px;
		}
		.mdf_sub_wrap .media{
			max-width: 360px;
			margin: auto;
			margin-top: 15px;
		}
		.col-xs-12{
			padding-bottom: 5px;
		}
		div.mdf_sub_wrap.services .col-xs-12{
			padding-top: 0;
    		padding-bottom: 0;
    		text-align: center;
		}
		div.mdf_sub_wrap.services .col-xs-12 li i{
			float: none;
		}
		div.mdf_sub_wrap.services .col-xs-12 .sr-block{
			text-align: center;
		}
	}
	@media only screen and (min-width: 980px){
		.mdf_sub_wrap .col-xs-6 .thumbnail{
			height: 150px;
			margin: auto;
		}
		#mdf_menu a.navbar-brand{
			height: 60px;
		}
	}

	@keyframes fadeInDown {
	  0% {
	    opacity: 0;
	    transform: translate3d(0, -10%, 0);
	  }

	  100% {
	    opacity: 1;
	    transform: none;
	  }
	}
	#mdf_menu .carousel .hot-sell-item{
  position: relative;
}
#mdf_menu .carousel .hot-sell-item .pr-view{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.67);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#mdf_menu .carousel .hot-sell-item .pr-view a{
  position: relative;
  display: inline-block;
  padding: 5px;
  border: 1px solid #fafafa;
  top: 40%;  
  color: #fafafa;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all 0.28s ease-out;
  -moz-transition: all 0.28s ease-out;
  -ms-transition: all 0.28s ease-out;
  transition: all 0.28s ease-out;
}
#mdf_menu .carousel .hot-sell-item:hover .pr-view,
#mdf_menu .carousel .hot-sell-item:hover .pr-view a{
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
#skins{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fafafa;
}
#skins div{
display:  inline-block; 
margin: 10px 5px;
width: 32px;
height: 32px;
border: 1px solid #f1f1f1;
}
#skins div:nth-child(11){
  background: #e4655f;
}
#skins div:nth-child(1){
  background: #e6e6e6;
}
#skins div:nth-child(2){
  background: #774307;
}
#skins div:nth-child(3){
  background: #9eb09f;
}
#skins div:nth-child(4){
  background: #ffffff;
}
#skins div:nth-child(5){
  background: #00b159;
}
#skins div:nth-child(6){
  background: #f1eacd;
}
#skins div:nth-child(7){
  background: #19191a;
}
#skins div:nth-child(8){
  background: #dcc9a8;
}
#skins div:nth-child(9){
  background: #5f8ee4;
}
#skins div:nth-child(10){
  background: #252A3D;
}
#demos{
	text-align: center;	
	
}
#demos li{
	display: inline-block;
	margin: 7px;
	margin-top: 16px;
}
#demos h2{
	margin: 20px 0;
}
#demos h2:nth-child(1){
	margin-top: 0;
}
#demos a{
	color: #555;
	cursor: pointer;
	padding: 5px 15px;
	border: 1px solid #999;
	text-decoration: none;
}
#demos a:hover{
	text-decoration: none;
	background: #333;
	color: palegoldenrod;
}
.featurette-divider {
    margin: 50px 0px;
}
.first-slide{
	max-width: 1600px;
	width: 100%;
	display: block;
	margin: auto;
}

#intro{
	background: #d7d7d7;
	height: auto;
	margin-bottom: 15px;
}
#intro .btt{
	padding-bottom: 15px;
	text-align: center;
}
.intro-item{
	height: 100%;
	max-width: 1080px;
	margin: auto;
	padding-top: 25px
}
.desc ul{
	list-style: none;
	font-size: 1.1em;
	margin-top: 30px;
}
.desc ul li{
	margin: 5px 0;
	position: relative;
}
.desc ul li:before{
	position: absolute;
	top: 0;
	left: -18px;
	color: green;
	font-size: 0.75em;
	content: '';
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
}

@media (max-width: 769px){
	#intro{
		height: auto;
	}
}
@media (min-width: 992px){
	.featurette-heading {
	    margin-top: 0px!important;
	}
	#manje{height:320px;margin-top: -50px;margin-bottom: -40px;}
}
form#demo-2{
	padding:0px;
	    float: right;
}
#demo-2 input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#demo-2 input::-webkit-search-decoration,
#demo-2 input::-webkit-search-cancel-button {
	display: none; 
}


#demo-2 input[type=search] {
	background: url(../images/search.png) no-repeat 185px 6px;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto auto;
background-size: 8%;
border: solid 1px #9a9393;
padding: 6px 10px 6px 12px;
width: 55px;
-webkit-border-radius: 10em;
-moz-border-radius: 10em;
border-radius: 10em;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
width: 195px;
}
#demo-2 input[type=search]:focus {
	
	background-color: #fff;
	border-color: #f36e21;
	
	-webkit-box-shadow: 0 0 5px #f36e21;
	-moz-box-shadow: 0 0 5px #f36e21;
	box-shadow: 0 0 5px #f36e21;
}


#demo-2 input:-moz-placeholder {
	color: #999;
}
#demo-2 input::-webkit-input-placeholder {
	color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
	/* width: 15px; */
	/* padding-left: 10px; */
	/* color: transparent; */
	cursor: pointer;
	float:none;
	margin-top: 5px;
	background-color:#f8f8f8;
	margin-left:20px;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	/* width: 130px; */
	padding-left: 12px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	/* color: transparent; */
}
#demo-2 input::-webkit-input-placeholder {
	/* color: transparent; */
}
/* Accordion */
.topnav {

	padding: 40px 28px 25px 0;
	/* font-family: "CenturyGothicRegular", "Century Gothic", Arial, Helvetica, sans-serif; */
}

ul.topnav {
	padding: 0;
    margin: 0px 25px 0px 0px;
    font-size: 1em;
    line-height: 0.5em;
    list-style: none;
    border-top: 0;
    /* background: #FFF; 
    border: 1px solid rgba(129, 225, 245, 0.92);*/
}

ul.topnav ul ul li a:hover {
	padding: 18px 35px;
}
ul.topnav ul li a:hover {
	background: linear-gradient(#015496, #024275);
    border-left: 5px solid #f78529;
	color:#000;
	padding: 18px 25px;
}
ul.topnav li ul li{
	background:inherit;
}
.dosis {
    font-family: 'Dosis', sans-serif;
}
.content-head .title-line-4 {margin:5px auto 10px auto;}
.title-line-4 {
    width: 100px;
    height: 1px;
    /* float: left; */
    padding: 0px;
    margin:5px auto 20px auto;
    background-color: #7c7e7f;

}
.main-content ul{padding-left:20px; clear: both;}
.main-content ul li,.main-content ul li p{    color: #736c6c;font-size:13px; font-weight:500; font-size:13px;}
ul.topnav li:hover{}
ul.topnav li:last-child {
	border-bottom:0;
}
ul.topnav li {
	/* background: linear-gradient(#015496, #024275); */
    color: #FFF;
	/* border: 1px solid #d67516;
    border-bottom: 0; */
		list-style-type:none;
		     border-bottom: 1px solid rgba(129, 225, 245, 0.72);
			     width: 82%;
				     position: relative;
}
h2.less-mar3 {
       margin-bottom: 10px;
     color: #383634;
    margin-top: 0px;
    font-size: 32px;
	font-family: 'Montserrat', sans-serif;
}

ul.topnav li a {
	line-height: 10px;
    font-size: 12px;
    padding: 16px 0px;
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.91);
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
}

ul.topnav ul li a:hover{ 
color:#FFF;}
ul.topnav ul li:first-child{ 
border-top:1px solid rgba(167, 167, 167, 0.71);}
ul.topnav li a:hover {
	cursor:pointer;
	color:#fcb800;
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.topnav ul li a {
	padding-left: 30px;
    font-size: 11px;
	font-weight: normal;
	outline:0;
}

ul.topnav ul li a:hover {
	/* background-color:#D3C99C;
	color:#675C7C; */
}

ul.topnav ul ul li a {
	color:silver;
	padding-left: 40px;
}

ul.topnav ul ul li a:hover {
	background-color:#D3CEB8;
	color:#675C7C;
}

ul.topnav span{
	float:right;
}
.bmargin {
    margin-bottom: 0px;
}
.feature-box13 {
    width: 100%;
}
.iconbox-dxlarge.dark-outline, .iconbox-xlarge.dark-outline, .iconbox-large.dark-outline, .iconbox-xmedium.dark-outline, .iconbox-medium.dark-outline, .iconbox-smedium.dark-outline, .iconbox-small.dark-outline, .iconbox-tiny.dark-outline, .iconbox-xtiny.dark-outline {
     
	color: #FFF;
    /* background: linear-gradient(#ff8f00, #da7104); */
    background: linear-gradient(#fcb800, #fcb800);
    border: 1px solid #eaab02;
    border-radius: 50%;
    box-shadow: 0px 0px 0px #fcb800;
	
}
h3.nav-head{
	 margin: 0px 25px 0px 0px;
    color: #006cb7;
    padding: 8px 20px 12px 0px;
    text-align: left;
    font-size: 26px;
    /* background: linear-gradient(#18c0e4, #0398aa); */
    /* background: #006cb7; */
    /* border-top-left-radius: 5px; */
    /* border-top-right-radius: 5px; */
}

.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
    float: left;
    margin: 0px 20px 0px 0px;
}

.iconbox-xmedium {
        width: 85px;
    height: 85px;
    font-size: 38px;
    color: #242424;
    line-height: 106px;
}

.iconbox-dxlarge, .iconbox-xlarge, .iconbox-large, .iconbox-xmedium, .iconbox-medium, .iconbox-smedium, .iconbox-small, .iconbox-tiny, .iconbox-xtiny {
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.text-box-right.more-padding-2 {
   /*  padding: 0px 0px 0px 140px; */
}

.text-box-right {
    display: block;
/*     padding: 0px 0px 0px 99px; */
    margin: 0px;
    text-align: left;
}
.uppercase {
    text-transform: uppercase;
}
.divider-line.light {
    border-bottom-color: #e4e4e4;
}

.divider-line.solid {
    border-bottom: 1px dotted;
	    margin: 15px 0px;
}

.divider-line {
    float: left;
    width: 100%;
}
p {
    margin: 0 0 10px;
	color: #525252;
   font-weight: 500;
    font-size: 13px;
}
.iconbox-xmedium:hover .icon-tools-2{
	color:#FFF;
	cursor:pointer;
}
.welcome2 p{
	text-align:justify;
	    padding: 7% 0px;
}
p.sit-para strong{    font-weight: bold;
    font-size: 14px;
    /* text-decoration: underline; */
    color: #194155;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
	display: table-cell;
    margin-bottom: 5px;
    width: auto;}
.img-holder{
	padding-top: 10px;
    padding-bottom: 30px;
}
.img-holder img{
	padding:0px;
}
.iconbox-xmedium:hover{
	    background: linear-gradient(#ff8f00, #da7104);
    cursor: pointer;
    color: #FFF;
    border-color: #ff8f00;
}
.text-box-right h4 a{float:none;}
.text-box-right h4{
	 font-weight: 600;
color: #00447b;
font-size: 18px;
margin-bottom: 15px;
margin-top: 0px;
font-family: 'Montserrat', sans-serif;
letter-spacing: 1px;

}
.text-box-right a{
	    float: right;
    color: #012748;
}
.m30{
	margin-top:30px;
}
/* flexi */
  #flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	margin-top: -25px;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    /* background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); 
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%);
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); 
    border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;   */
}

.nbs-flexisel-item {
    float:left;
    margin-right:8.5px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	width: 226px !important;
}
.nbs-flexisel-item img {
    max-width: 85%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:3px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 1px;
}

.nbs-flexisel-nav-left:before {
    content: "\f053";
	font-family:FontAwesome;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 1px;    
}

.nbs-flexisel-nav-right:before {
    content: "\f054";
	font-family:FontAwesome;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.parallax_section6 .video {
    float: left;
    width: 100%;
    height: 350px;
}
.welcome{
	/* padding: 40px 0px; */
    margin-bottom: 0px;
	background: url("../images/bg4.jpg");
	/* background-repeat:no-repeat; */
	background-size:105% 100%;
	
}
.welcome-overlay{
	background: rgba(191, 172, 172, 0.22);
	 padding: 40px 0px;

}
.text-box-right p{
	color:#3c3b3b; 
}
.sec-padding {
    padding: 20px 0;
}

.section-fulldark {
    background-color: #005774;
}
.footer-logo h2{
	    margin-top: 12px;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'Monda', sans-serif;
    font-weight: 600;
}
.footer-logo {
    margin-bottom: 17px;
}
.address-info {
    padding: 0px;
    margin: 0px;
}
.address-info li {
    padding: 0px 0px 0px 0px;
    margin: 0 0 0px 0;
    display: block;
    color: #e8e8e8;
    line-height: 30px;
	    font-size: 13px;
   /*  border-bottom: 1px solid rgba(249, 182, 63, 0.27); */
}
span.sub-head{
	color: #0687b3;
    font-size: 36px;
    padding-left: 10px;
}
.address-info li i {
    color: #e8e8e8;
    padding: 0 10px 0 0;
}
.item-holder {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.footer-title-bottomstrip2 {
        width: 175px;
    height: 2px;
    color: #fff;
    float: left;
    display: block;
    margin-bottom: 10px;
    /* background-color: #fff; */
    border-bottom: 3px double #92BDC5;
}
.usefull-links {
    padding: 0px;
    margin: 0px;
}
.usefull-links li {
    padding: 0px;
    margin: 0 0 5px 0;
    display: block;
   /*  border-bottom: 1px solid rgba(249, 182, 63, 0.27); */
}
.usefull-links li a.active {color:#ffcb05;}
.usefull-links li a {
    padding: 0px;
    margin: 0 0 5px 0;
    display: block;
    color: #C8D1D4;
    line-height: 23px;
	font-family: 'Montserrat', sans-serif;
	    font-size: 13px;
}
.usefull-links li i {
    color: #e8e8e8;
    padding: 0 10px 0 0;
}
.text-white{
	color:#FFF;
}
.section-fulldark .text-white{
	color: #fbfaf8;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: CAPITALIZE;
    font-size: 24px;
}
.smart-forms .section {
    margin-bottom: 15px;
}
.smart-forms .append-icon, .smart-forms .prepend-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
}

.smart-forms .field {
    display: block;
    position: relative;
}

.smart-forms label, .smart-forms input, .smart-forms button, .smart-forms select, .smart-forms textarea {
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #626262;
    outline: none;
}

.smart-forms, .smart-forms * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.smart-forms .prepend-icon > input, .smart-forms .prepend-icon > textarea, .smart-forms .prepend-icon > select {
    padding-left: 36px;
}

.smart-forms .gui-input, .smart-forms .gui-textarea {
    padding: 10px;
	
}
.gui-textarea {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
	height: 60px !important;
}

.smart-forms .select, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 1px solid #e4e4e4;
    display: -moz-inline-stack;
    display: inline-block;
    color: #626262;
    outline: none;
    height: 35px;
    width: 100%;
}

.smart-forms .radio, .smart-forms .button, .smart-forms .tooltip, .smart-forms .checkbox, .smart-forms .gui-input, .smart-forms .notification, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    outline: none;
}

.smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms input[type="button"], .smart-forms input[type="submit"], .smart-forms input[type="search"], .smart-forms .select-multiple select {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.smart-forms label, .smart-forms input, .smart-forms button, .smart-forms select, .smart-forms textarea {
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #626262;
    outline: none;
}


.smart-forms .prepend-icon .field-icon {
    left: 0;
}

.smart-forms .append-icon .field-icon, .smart-forms .prepend-icon .field-icon {
    top: 0;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 35px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
    z-index: 99;
}
.smart-forms .append-icon .field-icon i, .smart-forms .prepend-icon .field-icon i {
    position: relative;
    font-size: 14px;
}

.smart-forms .field-icon i {
    color: #BBB;
    position: relative;
}
form.smart-forms{
	padding:0px;
}
button.dark{
	    padding: 8px 20px;
    border: 1px solid #f37d15;
    background: #f37d15;
    color: #FFF;
	margin-right:12px;
}
button.cancel{
	  padding: 8px 20px;
    border: 1px solid #5a5a56;
    background: #616161;
    color: #FFF;
}
.foot-strip{
	background: #034a62;
    
    padding: 10px 0px 0px 0px;
    font-size: 13px;
}
p.copy, p.design{
	color: #62D4E7;
	font-size: 13px;
	
}

p.design a{
	color:#fff;
	font-size: 13px;
	text-decoration: underline;
}
p.design{
	float:right;
}
a.fb:hover i,a.tweet:hover i,a.gplus:hover i,a.ytube:hover i,a.rss:hover i{
	color:#FFF;
}
a.fb:hover {
	background:#4060a5 !important;
}a.tweet:hover {
	background:#00abe3 !important;
}a.gplus:hover {
	background:#e64522 !important;
}a.ytube:hover {
	background:#cb2027 !important;
}a.rss:hover {
	background:#e88845 !important;
}
a.fb{
	background:#4060a5;
}a.tweet{
	background:#00abe3;
}a.gplus{
	background:#e64522;
}a.ytube{
	background:#0073B0;
}a.rss{
	background:#e88845;
}
.blog-holder10 {
    width: 100%;
    float: left;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.text-box-inner {
    width: 100%;
    float: left;
        padding: 20px 30px;

}
.text-box-inner h4 a{
	  
    font-weight: 600;
}
h4.less-mar3 {
    margin-bottom: 7px;
}
.blog-post-info {
    width: 100%;
}
.blog-post-info span {
    font-size: 13px;
    color: #b9b9b9;
    margin-right: 15px;
}
.postinfo-icon-holder {
    float: left;
    margin: 0;
    padding: 0px;
    width: 100%;
}
.blog-holder10 .post-infoicon {
    margin-right: 8px;
    float: left;
}
.post-infoicon.dark {
    background-color: #ff660d;
}
.m50{
	margin-top:50px;
}
.sec-padding h3{
	    font-size: 32px;
    margin-top: 0px;
	 color: #383634;
font-family: 'Montserrat', sans-serif;
}
.post-infoicon {
    padding: 3px 12px 3px 12px;
    margin: 0 5px 0 0;
        margin-right: 5px;
    color: #fff;
    float: left;
    font-size: 12px;
    border-radius: 20px;
    background-color: #fd602c;
}
.service-content {
    text-align: center;
    color: #444;
}
.service-content {
    position: relative;
}
.icon-surround-1, .service-content .icon-surround, .service-content .ico1, .service-content .ico2, .service-content .ico3, .service-content .ico4, .service-content .ico5, .service-content .ico6 {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #3199f3;
    margin: 0 auto 20px;
}
.welcome2 h3{
	    font-size: 32px;
		color: #737272;
		font-family: 'Montserrat', sans-serif;
}
.service-content .icon-surround-1 span, .service-content .ico1 span, .service-content .ico2 span, .service-content .ico3 span, .service-content .ico4 span {
        width: 35px;
    height: 35px;
    padding-top: 0px;
    background: #fff url(../images/pat-bg.png);
    display: table;
    text-align: center;
    line-height: 30px;
    color: #444;
    border-radius: 50%;
    border: 1px solid #3199f3;
    font-size: 19px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
.service-content .icon-surround-1 span::before, .service-content .ico1 span::before, .service-content .ico2 span::before, .service-content .ico3 span::before, .service-content .ico4 span::before {
    position: absolute;
    display: block;
    content: "";
    border: 1px solid #fff;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
}
.service-content h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffab40;
    font-family: 'Montserrat', sans-serif;
}
.service-content i {
	    font-size: 35px;
    line-height: 60px;
    color: #003d7d;
}
.service-content p {
    text-align: center;
    padding: 0 10px;
	color:#e2e2e2;
}
.membership h3{ color:#FFF; font-family: 'Montserrat', sans-serif;}
.membership{    background: rgba(0, 86, 160, 0.87);}
.services {
	
    padding: 0px 120px 0px;
    background: url(../images/service-bg.png) no-repeat center 135px;
}
.service-content:hover .icon-surround-1 span{
	background:#ff8d4b;
	border-color:#ff8d4b;
	color:#FFF;
}
.service-content:hover{cursor:pointer;}
.service-content:hover i{color:#FFF;}
.service-content:hover p{
color:#fffefe;}
.service-content:hover .icon-surround-1{
	background:#ff8d4b;
	border-color:#ff8d4b;
}
.feature-box9 {
    width: 100%;
}
.text-center {
    text-align: center;
}
.iconbox-dxlarge.grayoutline2, .iconbox-xlarge.grayoutline2, .iconbox-large.grayoutline2, .iconbox-xmedium.grayoutline2, .iconbox-medium.grayoutline2, .iconbox-smedium.grayoutline2, .iconbox-small.grayoutline2, .iconbox-tiny.grayoutline2, .iconbox-xtiny.grayoutline2 {
    color: #242424;
    background-color: none;
        border: 1px solid #ccc;
}
.iconbox-smedium span{
	font-size:30px;
	color:#000;
}
.iconbox-smedium {
    width: 90px;
    height: 90px;
    font-size: 26px;
    color: #242424;
    line-height: 90px;
}
.text-box-right {
    display: block;
    padding: 0px 0px 0px 99px;
    margin: 0px;
    text-align: left;
}
.feature-box21 {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    min-height: 450px;
    overflow: hidden;
}
.feature-box21 .background-imgholder .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
.bg-opacity-3 {
    background-color: rgba(0, 0, 0, 0.3);
}
.overlay img{padding:0px;}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    z-index: 10;
}
.feature-box21 .text-box {
    position: relative;
    width: 100%;
    z-index: 3;
    padding: 80px;
}
.text-box {
    width: 100%;
    float: left;
}
.section-title {
    font-weight: 400;
}
.text-light {
    color: #acacac;
}
/* Journals */
.timeline-wrap {
   /*  padding-left: 70px; */
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.timeline-wrap {
    font-weight: 300;
}
.timeline-wrap article {
    margin-bottom: 0;
}
.timeline-wrap article {
    padding-left: 180px;
}

.timeline-wrap article {
    padding-bottom: 50px;
}
article {
    margin-bottom: 100px;
}

.timeline-wrap .timeline-wrap article {
    border-left: 3px solid #e7ebec;
    padding-top: 15px;
    /* padding-left: 90px; */
    padding-left: 0px;
    padding-bottom: 30px;
    position: relative;
}

.timeline-wrap article {
   /*  font-family: 'Merriweather', serif; */
}
@media (min-width: 600px)
{
.timeline-wrap article > header time, a.loadTimeline, .most_visited article a.readMore, .most_visited > footer a.viewAllPopular, .style-offcanvas .dl-menu > li > a, a.readMore, .owl-nav div, .custome-owl-nav div, .archive .timeline-wrap time, .shareWrapper .social-list, .pagesList li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
}
.timeline-wrap time {
    top: 50%;
    margin-top: -20px;
    font-family: 'Montserrat', sans-serif;
    z-index: 99;
}

.timeline-wrap article > header time, .timeline-wrap time {
    position: absolute;
    left: 0;
    top: 45px;
    padding: 4px 20px;
    border-radius: 20px;
    background: #e7ebec;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 12px;
    color: #979999;
    text-transform: uppercase;
}
.timeline-wrap article .specialContent {
    right: 0;
    top: 45px;
}

.specialContent {
    position: absolute;
    right: 20px;
    top: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    z-index: 20;
}
.shareWrapper {
    text-align: center;
    width: 40px;
    display: inline-block;
    position: relative;
}
.shareWrapper .social-list {
    visibility: hidden;
    opacity: 0;
    width: 240px;
    moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .15);
    -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .15);
    position: absolute;
    background: #fff;
    padding: 20px;
    left: 18px;
    bottom: 50%;
    text-align: center;
    border-radius: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.social-list li {
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    list-style: none;
}
a.twitter-bg:hover, a.twitter-bg:active, .shareWrapper .twitter-bg {
    background: #43caf1 !important;
}
@media (min-width: 600px){

#sticktop, .xv-menuwrapper .dl-menu > li.menu-item-has-children > ul, .xv-menuwrapper .dl-menu > li.menu-item-has-children > ul > li.menu-item-has-children > ul, .navbar-default ul.dropdown-menu li a, .xv-menuwrapper .dl-menu > li > a, .social-list li a, .xv-menuwrapper .dl-menu > li ul {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
}
.social-list li a {
    display: block;
    height: 35px;
    text-decoration: none;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #ffffff;
    background: #ccd2d8;
    background: rgba(0, 0, 0, 0.14);
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-list {
    padding: 0;
    position: relative;
    text-align: center;
}
.icon-twitter:before {
    content: "\e6d1";
}
a.facebook-bg:hover, a.facebook-bg:active, .shareWrapper .facebook-bg {
    background: #4e73d1 !important;
}


a.gplus-bg:hover, a.gplus-bg:active, .shareWrapper .gplus-bg {
    background: #e63c3c !important;
}
a.twitter-bg:hover, a.twitter-bg:active, .shareWrapper .twitter-bg {
    background: #43caf1 !important;
}
.shareWrapper button {
    width: 32px;
    height: 32px;
    background: #53c1ef;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border: none;
    border-radius: 50%;
}
.specialContent a.cat-tag {
    display: none;
}

.specialContent a.cat-tag {
    padding: 8px 20px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #53c1ef;
    border-radius: 15px;
    color: #fff;
    position: relative;
}
.timeline-wrap article .article_inner p a.readMore{float: right;
    margin-right: 20px;
margin-bottom: 10px;}
.timeline-wrap article .article_inner {
    background: #f2f4f5;
    border-radius: 0px;
    overflow: hidden;
    padding-left: 135px;
    position: relative;
    font-size: 13px;
    height: 155px;
    line-height: 26px;
    padding-right: 40px;
}

 .timeline-wrap article figure {
    position: absolute;
    left: 0;
    top: 0;
    
    overflow: hidden;
        width: 14%;
    height: 100%;
    padding: 0px;
    
}
.articleVisual img {
    width: 100%;
    padding: 0px;
}
.timeline-wrap article h1 {
   margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
	color: #0784ab;
}
a.loadTimeline {
    font-size: 12px;
    color: #979999;
    padding: 6px 20px;
    border-radius: 20px;
    background: #e7ebec;
    text-decoration: none;
    display: inline-block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.timeline-wrap article h1 a {
    color: inherit;
    text-decoration: none;
}
.timeline-wrap article h6{    font-weight: 500;
    font-size: 14px; color:#fd8a0f;}
.timeline-wrap article time:hover, a.loadTimeline:hover{
	background-color: #53c1ef;
    color: #FFF;

}
.timeline-wrap article {
    /* border-left: 3px solid #e7ebec; */
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    position: relative;
}
/*shiva css start*/
/*browse page css start*/
.browse-txt1 {
	list-style-type: none;
    padding-left: 0px;
    background: #fbfbfb;
    padding: 5px 15px;
}
.browse-txt1 li {
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.browse-txt1 li i {
	color:#f7971c;
	font-size:16px;
}
.browse-txt1 li span {
	color: #afaaaa;
	font-size:12px;
}
.browse-txt1 .browse-last-bd {
	border-bottom: none;
}
/*authors page css start*/
.authors-txt1 ul {
	/* background: #fbfbfb;
    padding: 5px 15px;
	list-style-type: none;
	border: 1px double #f7f7f7;
    outline: 1px solid #f7f7f7;
    outline-offset: 2px;
	margin-bottom: 30px; */
	
	
	    /* background: rgba(30, 129, 201, 0.45); */
    padding: 0px 15px;
    list-style-type: none;
    /* border: 1px double #f6f6f6; */
    /* outline: 1px dashed #dedede; */
    outline-offset: 2px;
    margin-bottom: 0px;
    /* box-shadow: 4px 4px 5px #e7e1e1; */
}

.authors-txt1 h4 {
	color:#f7971c;
}
.authors-txt1 ul li{
	text-align:justify;
	width:100%;
}
.authors-txt1 ul li i {
	    color: #006cb7;
    width: 1.5%;
    font-size: 13px;
    position: relative;
    top: 0px;
}
.authors-txt1 ul li p {
	    width: 96%;
    float: right;
    margin-bottom: 1px;
    font-family: 'Montserrat', sans-serif;
	    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.1px;
}
/*editors page css start*/
/*submit manuscript page css start*/
.submit-txt1 .sumit-cform {
	    /* background: rgba(32, 126, 165, 0.83); */
    height: auto;
    /* border-radius: 5px; */
    padding: 0px;
    width: 100%;
    margin: 15px 0px;
}
	
.sumit-cform label{
	font-weight: 600 !important;
    font-size: 13px;
}
.sumit-cform-first-half {
	width:100%;
	float: left;
	    border: 1px solid #ccc;
    padding: 15px 20px;

}
.sumit-cform-second-half {
	width:100%;
	float:left;
	margin-left:4%;
}
.sumit-cform input[type=file] {
	padding: 6px 15px;
}
.sumit-cform input,textarea {
	background: #ffffff !important;
	box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.23) !important;
}

.sumit-cform  select, textarea {
	color: #454545;
    float: left;
    width: 100% !important;
    padding: 6px 5px;
    margin-bottom: 10px;
        border: 2px solid #dbdcdc;
    background: #fff;
    -webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
    -moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
   box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.23);
   border-radius:4px;
   font-family: 'Montserrat', sans-serif;font-size:13px;font-weight:500;
}
.submit-btn {
	background: #204056;
    float: left;
    border: 0px;
    padding: 8px 15px;
    border-radius: 3px;
    color: #fff;
	transition:all 0.5s ease ;
}
.submit-btn:hover {
	opacity:0.7;
}
.sub-textarea {
	width:100% !important;
}
.submit-btn11 button{
	margin-top: 8px;
}
/* contact us page css starts*/
.contact-page1 {
	width: 100%;
    margin: 0px auto;
    background: #fbfbfb;
	box-shadow: 0px 0px 4px rgba(101, 100, 100, 0.38);
	    padding: 2px 10px 5px 10px;
}
.contact-add {
	padding-left:0px;
}
.contact-add ul {
	list-style-type: none;
    padding-left: 0px;
	background:#fff;
	margin: 15px;
	padding: 20px;
	    border: 1px dotted#bdbbb9;
    outline: 1px solid #dadada;
    outline-offset: 2px;
}
.contact-add ul h4 {
	    text-transform: uppercase;
    color: #006cb7;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-add .title-line-4 {
    
    margin: 5px auto 15px auto;
    

}
.contact-add ul li:last-child{padding-bottom: 0px;}
.contact-add ul li {
	width:100%;
	padding-bottom: 5px;
}
.contact-add ul li i {
	color: #006cb7;
    width: 6%;
    float: left;
	line-height: 25px;
}
.contact-add ul li p{
	width: 93%;
    float: left;
	margin: 0px;
}
.contact-form1 label {
	width: auto !important;
    /* background: #f3f3f3; */
        padding: 3px 2px;
    text-align: left;
    color: #898989 !important;
    margin-bottom: 0px;
    font-weight: 500 !important;
}
.contact-form1 input,textarea {
	background: #fff !important;
    box-shadow: inset 0px 0px 1px 0px rgba(238,238,238,1) !important;
}

.contact-form1 .label-textarea {
    padding: 5px 0px 8px 2px;
}
.contact-form1 {
	    border: 1px dotted#bdbbb9;
    outline: 1px solid #dadada;
    outline-offset: 2px;
	margin-top: 15px;
	    background: #fff;
}

.contact-form-r1 {
	padding-bottom: 0px;
}
.goolemap {
	width: 96%;
    margin: 20px auto;
    border: 1px solid #dde1fb;
    /* padding: 2px; */
    background: #ffffff;
    border: 1px double #f7f7f7;
    /* outline: 1px solid #f7f7f7; */
    /* outline-offset: 3px; */
}
.goolemap iframe {
	width:100%;
	height:238px;
	padding: 8px 8px 0px 8px;
}
.bannerhd-2 img {
	width:100%;
	padding:0px;
	height: 156px;
}
.contact-txt-h4 {
	text-transform: uppercase;
    color: #f7971c;
    font-family: 'Montserrat', sans-serif;
	padding-top: 10px;
    padding-left: 0px;
}
.txt-h44 {
	padding-left: 12px;
}

/*popup css starts*/
.popup-btn {
	background-color: transparent;
    border: 0px;
    padding-left: 0px;
    font-size: 14px;
	color: #e8e8e8 !important;
	margin: -7px 0 5px 0;

}
.popup-btn:hover {
	background-color: transparent;
}
.popup-btn:focus {
	background-color: transparent;
	border:0px;
	outline: 0;
}
.modal {
	top:95px;
}
.modal-dialog {
    width: 350px;
}
.modal-content {
	background: #fff;
}
.modal-header {
	background: #2196F3;
    color: #fff;
	/* box-shadow: 0px 0px 3px 1px #888; */
	border: 1px solid #e5e5e5;
}
.popup-form1 textarea, .popup-form1 input{
	color: #454545;
    float: left;
    width: 100% !important;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #fff !important;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(238,238,238,1) !important;
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(238,238,238,1) !important;
    box-shadow: inset 0px 0px 1px 0px rgba(238,238,238,1) !important;
}
.close1 {
    float: right;
    font-size: 21px;
    background: transparent;
    border: 0px;
	font-weight: 700;
    line-height: 1;
        color: #fafafa;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: .9;
	-webkit-appearance: none;
    padding: 0;
    cursor: pointer;
}
/*faqs css starts*/
.panel-group-sub {
	background:#e2f2ff;
}
.panel-default-sub {
	border-color: #e2f2ff;
}
.panel-title-sub {
	padding: 15px;
	background:#e2f2ff;
	font-weight: 500;
}
.panel-title-sub a.collapsed {color:black;}
.panel-title-sub a {
	outline:0 !important;
	color:orange;
}
.panel-body-sub {
	background:#e2f2ff;
}
.panel-body-sub p {
	text-align: justify; 	
}
.panel-title-sub i {
	font-size:12px;
	color:#f7971c;
}

.search-icon a i {
	position: relative;
    left: 246px;
    top: 8px;
}
/*right side box css starts*/
/* .sidebar2:after{
	    background-image: linear-gradient(#ffffff 5%, #ffffff 91.66%, transparent 91.66%, transparent);
    background-size: 1px .66667rem
}
.sidebar2:before{
	    background-image: linear-gradient(#f7971c 50%, #464a4d);
}
.sidebar2:before{
	transition: height 1s .3s ease-in-out;
    background-color: #054f82;
    background-image: linear-gradient(#f9f9f9 50%, #054f82);
    background-repeat: repeat-x;
    background-size: 1px 9.33333rem;
}.sidebar2:before,.sidebar2:after {
	
	content:'';
	    position: absolute;
    z-index: 1;
    top: 0;
    right: 24px;
    right: 0.5rem;
    display: block;
    width: 7px;
    width: 0.6rem;
    height: 100%;
} */
.fliers-1 {
	background: #fff;
    /* box-shadow: 0px 0px 2px 0px #888; */
	     box-shadow: 8px 9px 1px -1px #ccc;
    border: 1px solid #ccc;
	transform: translate3d(0%, 0px, 0px) !important;
}
.cbp-qtrotator2 blockquote p{
	/* color:#000 !important; */
}
.cbp-qtrotator2 {
	margin-left: 8px !important;
}
/* .slider-box1 h5 {
	text-align: center !important;
    background: #f97a2d;
    width: 225px;
    margin: 0px auto !important;
    padding: 12px 0px !important;
    position: relative;
    top: 10px;
    border-right: 5px solid #000;
    border-left: 5px solid #000;
	z-index:999;
} */
.sidebar2 .main-widget-title span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #ddd;
    left: 99%;
    width: 15px !important;
    margin-top: -1px;
    margin-left: 12px !important;
}
.sidebar2 .main-widget-title span:before {
        content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #ddd;
    right: 100%;
    width: 15px !important;
    margin-top: -1px;
    margin-right: 12px !important;
}
.block-1 {
	    border-left: 5px solid rgba(5, 100, 152, 0.76);
}
.slider-box1 span {
	    color: #086b97;
}
.sss3 {
	margin:0px auto !important;
}
.sss2 img{
	margin-top:20px;
}
.thumbnails2 {
	margin-right: 23px;
	/* margin-top: 5px; */
}
.mdL02 {
	padding-top: 40px;
	margin-bottom: 30px;
}
.cbp-qtrotator2 {
	min-height: 230px !important;
}
.carousel-inner>.item{
	margin-bottom: 15px;
}
.item-a {
	margin-top: 15px;
}
.item-b {
	padding-bottom: 7px !important;
}
/*Home css starts */
.home-left-nav {
	left: 210px;
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    width: 150px;
top: 15px;
}
.home-left-nav li {
	width:100% !important;
}
.search-icon i {
	position: absolute;
    left: 228px;
    top: 15px;
	color: #006cb7;
	cursor: pointer;
}
.search-icon input {
	margin-bottom: 0px !important;
    /* margin-top: 8px !important; */
}
   
.full-thumb .item .thumbnail img{width: 150px;
    height: 150px;padding-top:0px;}
.full-thumb .item .thumbnail{
	padding: 10px 4px 20px 4px;
   
    background-color: #bbbbbb;
    border: 1px solid #;
    border-radius: 0;
}
.browse-txt1 li{
	 /*    background: url(../images/file-icon.png);
    background-size: 2.4%;
    background-position: 0px 12px;
    background-repeat: no-repeat; */
    padding-left: 0px;
}
/* left-menu */

.sidebar-menu {
  position: fixed;
  float: left;
  width: 280px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #303641;
  color: #aaabae;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#menu {
      list-style: none;
    margin: 0px 10px 20px 0px;
    padding-left: 0px;
}

#menu li {
  position: relative;
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid rgba(138, 142, 145, 0.38);
  padding: 0;
}

#menu li ul {
  opacity: 0;
  height: 0px;
}

#menu li a {
 font-style: normal;
    font-weight: normal;
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #337ab7;
    white-space: nowrap;
    z-index: 2;
    font-size: 14px;
    font-weight: 500;
    
}



#menu li a:hover,#menu li a.active {
  color: #ffffff;
  background-color: #204056;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

#menu li.active > a {
  background-color: #2b303a;
  color: #ffffff;
}

#menu ul li { background-color: #2b303a; }

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li ul {
  position: absolute;
  visibility: hidden;
  left: 100%;
  top: -1px;
  background-color: #2b303a;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.1s linear;
  border-top: 1px solid rgba(69, 74, 84, 0.7);
}

#menu li:hover > ul {
  visibility: visible;
  opacity: 1;
      width: 100%;
    height: 100%;
    z-index: 999;
}

#menu li li ul {
  right: 100%;
  visibility: hidden;
  top: -1px;
  opacity: 0;
  transition: opacity 0.1s linear;
}

#menu li li:hover ul {
  visibility: visible;
  opacity: 1;
}

#menu .fa-angle-right,#menu .fa-angle-double-right {     margin-right: 5px;
    position: relative;
    top: 5px; }
#menu .fa { margin-right: 12px; }

.logo {
  width: 100%;
  padding: 21px;
  box-sizing: border-box;
}

.sidebar-icon {
  position: relative;
  float: right;
  margin-top: 32px;
  border: 1px solid #454a54;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  padding: 6px 8px;
  border-radius: 3px;
  color: #888;
  background-clip: padding-box;
  text-shadow: 4px 4px 6px rgba(0,0,0,0.4);
}
#myModal .modal-content{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
thead.table-head {
    background: rgb(49,50,68);
}
thead.table-head th {
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    margin: 0 !important;
}
.table {
	text-align:center;
	margin: 0 !important;
}
#no-more-tables{   
        margin-bottom: 10px;
    display: inline-block;
    clear: both;
    height: 100%;
    position: relative;
    width: 100%;
    
}
#no-more-tables .table td{    font-size: 13px;
    font-weight: 500;
    color: #727272;}
	#no-more-tables .table th  strong{font-weight:600; font-size:13.5px;}
#no-more-tables .table>tbody>tr:nth-child(odd)>td, 
#no-more-tables .table>tbody>tr:nth-child(odd)>th {
   background-color: #f0f0f0; 
 }

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
		width:100%;
		    padding: 0px;
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border-bottom: 1px solid #e4e4e4; }
	#no-more-tables tr:last-child { border-bottom: 0px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 20%; 
		white-space: normal;
		text-align:left;
		line-height:24px;
	}
 
	#no-more-tables td::before {
    float: left;
    font-weight: bold;
    left: 6px;
    padding-left: 20px;
    padding-right: 10px;
    /* position: absolute; */
    text-align: left;
    white-space: nowrap;
    width: 45%;
	overflow:hidden;
	margin-right:10px;
}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
@media only screen and (max-width: 360px) {
#no-more-tables td::before {
    padding-left: 20px;
    width: 65%;
    height: 30px;
    word-break: break-all;
    overflow: hidden;
    margin-right: 10px;
}
}
.membership-plans p.sit-para strong{font-size: 13px;
    color: #1c76c3;
    font-weight: 600;}
.membership-plans{
padding-left: 25px;
    padding-top: 5px;}
	.cbp-ntcontent p a{    color: #e55b07;}
	.slider-box3{/* display:none; */}