*{
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 14px;
    box-sizing: border-box !important;
    font-family: sans-serif !important;
}

body {
	width: 100% !important;
	letter-spacing: 0.5px;
	font-weight: 500;
	overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #A82682;
}

::selection {
	color: #2C464F;
	background-color: #A82682;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/*------------------- Header Start ---------------------*/
.hover{
	font-size: 17px;
	font-weight: bold;
	color:#3b3b3be6;
}
.hover:hover{
    background-color: #A82682;
	color:white;
}
.link{
	text-decoration: none;
	color:#494a4b;
	font-size: large;
	font-weight: bold;
}
.link:hover{
	color: #A82682;
}

/*------------------- Header End---------------------*/


/*------------------- Reader Start ---------------------*/
.readerbackground{
	background-image: linear-gradient(to right, rgb(130, 127, 127), rgb(0, 0, 0));
}
.head-right{
	float: left !important;
}
.readerslider{
	width: 100%;
	height: auto;
}
.relative {
	position: relative;
	text-align: center;
  } 
  
.absolute {
	position: absolute;
	top: 80px;
	text-align: center;
  }
.btn1{
	text-decoration: none; 
}
.iot-img{
	position: relative;
	border-radius: 15px;
	color: white;
	filter: grayscale(100%);
	box-sizing: border-box !important;
}
.iot-img:hover{
	filter: grayscale(0%);
	transition: 0.5s;
}
.iot-image{
	position: absolute;
	top: 0px;
 	left: 0px;
}

/*------------------- Reader End---------------------*/

/**=========================
	START FOOTER
=========================**/
#footer {
	padding: 80px 0px 50px;
}

.footer-bg {
	position: relative;
	background-image: url(../images/img-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
}

.footer-bg:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(44, 70, 79, 0.9);
	z-index: -1;
}

#footer li {
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .social-icons li {
	display: inline-block;
}

#footer ul li a,
#footer p a {
	color: #fff;
}

#footer .social-icons li a {
	color: #2C464F;
}

#footer h3,
#footer h5,
#footer p,
#footer li {
	color: #fff;
}

#footer a:hover {
	color: #A82682;
}

/**=========================
	END FOOTER
=========================**/

/**=========================
	START SUB FOOTER
=========================**/
#sub-footer {
	padding: 10px 0px;
}

.sub-foot-left {
	text-align: left;
}

.sub-foot-right {
	text-align: right;
}

#sub-footer ul {
	margin-bottom: 0
}

#sub-footer li {
	display: inline-block;
	position: relative;
}

#sub-footer li+li::before {
	display: inline-block;
	padding: 0px 5px;
	content: "/";
}

#sub-footer a {
	color: #2C464F;
}

#sub-footer a:hover {
	color: #335763;
}

.footer-decor{
    text-decoration: none;
}
.primary-bg {
	background-color: #A82682;
}

/**=========================
	END SUB FOOTER
=========================**/
/**=========================
	START BACK TO TOP BTN
=========================**/

.hide {
  display: none;
}


/* Sticker Seal End */