/*JQ ADDED */
button, input{

	color:red;
	cursor:pointer;
	border-radius: 15px;
	padding: 10px;

}button, input:hover{

	color:blue;
	cursor:pointer;
	border-radius: 15px;
	padding: 10px;

}



.item {
	font-size: 24px;
	font-family:"Poppins-Regular";
	padding: 0;
	margin: 0 0 20px 0;
	cursor:pointer;
	width: auto;
	min-width:200px;
}

.itembox {
	width:100%;
	padding:30px 30px 10px 30px;
	background-color:rgba(0,0,0,0.4);
	font-family:Poppins-Regular;
	display:none;
	margin-bottom:20px;
	color:white;
	font-size:18px;
	position:relative;
}

.wow {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.login100-form-btn {
	font-size: 18px;
	color: black;
	background: #3399FF;
	color: #333333;
	background: #3399FF;
	transition: background 1s;
}

.login100-form-btn:hover {
	color: #333333;
	background: #72aadb;

}

ul.toplogo {
	width: 100%;
	display: block;
}

ul.toplogo li {
	width: 100%;
	text-align: center;
	display: block;
	min-height: 180px;
}

.simple-marquee-container .marquee-content-items a {
	color:white !important;
	text-decoration: none;
}
.simple-marquee-container {
	background:transparent !important;
}
.site-footer {
	padding: 20px 0 50px 0;
}

.simple-marquee-container .marquee-content-items li {
	line-height: 22px;
}

span.notifnum {
	font-size: 14px !important;
}

div.newsitem, div.newsitem_noedit {
	border: 1px dashed white;
	padding:20px;
	margin-bottom:30px;
}

.wrap-login100, .login100-more {
	transition: width 2s;
}

.login100-form-bgbtn {
	background: transparent;
}

#skylinesys p {
	text-align:left;
	font-size:22px;
	margin-bottom:15px;
}

#skylinesys p a {
	border-bottom: 1px dotted transparent;
	color:#333333;
	text-decoration:none;
	font-size:22px;
}

#skylinesys p a:hover {
	color:#0b67a8;
	border-bottom: 1px dotted #333333;
}

img#top {
	margin-top:0;
}

#helpBox p {

	font-size:22px;
	color:white;
}

html {
	overflow-y:scroll;
}


span.red {
	background: red;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	line-height: 1.5em;
	margin-right: 15px;
	vertical-align:top;
	text-align: center;
	width: 1.5em;
	height:1.5em;
	font-size:12px;
}

span.green {
	background: green;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	line-height: 1.5em;
	margin-right: 15px;
	vertical-align:top;
	text-align: center;
	width: 1.5em;
	height:1.5em;
	font-size:12px;
}

span.black {
	background: black;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	line-height: 1.5em;
	margin-right: 15px;
	vertical-align:top;
	text-align: center;
	width: 1.5em;
	height:1.5em;
	font-size:12px;
}

span.blue {
	background: blue;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	line-height: 1.5em;
	margin-right: 15px;
	vertical-align:top;
	text-align: center;
	width: 1.5em;
	height:1.5em;
	font-size:12px;
}

span.purple {
	background: purple;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	line-height: 1.5em;
	margin-right: 15px;
	vertical-align:top;
	text-align: center;
	width: 1.5em;
	height:1.5em;
	font-size:12px;
}

span.orange {
	background: orange;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	line-height: 1.5em;
	margin-right: 15px;
	vertical-align:top;
	text-align: center;
	width: 1.5em;
	height:1.5em;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins-Regular",Arial,sans-serif;
}

.hidden {
	display:none;
}

.btn-style-one::before {
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: 110%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: var(--main-color);
}

.btn-style-one {
	position: relative;
	line-height: 30px;
	font-weight: 500;
	overflow: hidden;
	text-align: center;
	border-radius: 50px;
	display: inline-grid;
	padding: 9px 25px 9px 20px;
	font-size: var(--font-18);
	text-transform: capitalize;
	color: var(--dark-color-two);
	border: 2px solid var(--main-color);
	font-family: var(--font-family-Poppins);
}

.itembox.tipoftheday {
	display: block;
	margin-top: 50px;
}

.newsitem, .newsitem p, .newsitem_noedit, .newsitem_noedit p {
	font-family: Poppins-Regular;
	font-size: 20px;
	color: white;
	margin-bottom: 0px;
}

.newsitem h1, .newsitem h2, .newsitem h3, .newsitem h4, .newsitem h5, .newsitem h6, .newsitem_noedit h1, .newsitem_noedit h2, .newsitem_noedit h3, .newsitem_noedit h4, .newsitem_noedit h5, .newsitem_noedit h6 {
	margin: 0 0 5px 0;
}

#coverdiv1 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url("../images/slider1.png");
	z-index: 0;
	background-size:cover;
}

#coverdiv2 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url("../images/slider2.png");
	z-index: 0;
	background-size:cover;
}

.navlink2 i {
	margin-right:20px;
}

#loginarea {
	z-index:10;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
	 max-width: 420px;
	 font-family:"Poppins-Regular",Arial,sans-serif;
}

.newsorderhandle, .delnewsicon {
	z-index: 10;
	top: -30px;
}

.delfaqicon i, .faqorderhandle i, .testimonialorderhandle i, .deltestimonialicon i, .delnewsicon i, .newsorderhandle i, .delprojecticon i, .projectorderhandle i, .delblogicon i, .deleventicon i {
	font-size:20px !important;
}

.addnews-btn {
	font-size: 18px;
	color: black;
	background: #3399FF;
	color: #333333;
	transition: background 1s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 244px;
	height: 50px;
	font-family: Poppins-Medium;
	line-height: 1.2;
	background: #3399FF;
}

.addnews-btn:hover {
	background:#7ba9db;
}

.newsitemcontainer {
	position:relative;
}

a {
	font-size: inherit;
}