.img-fluid {
	width: 100%;
	height: 200px;
}
.hard-disk {
	width: 100%;
	height: 200px;
}

.social-icons li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 100%;
}

@media screen and (max-width: 575px) {
	.brands-image {
		display: none !important;
	}
}

@media screen and (min-width: 576px) {
	.brands-slider {
		display: none;
	}
}
.brands-slider .owl-dots {
	display: none;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu a:hover {
	color: #ed5348;
}

.parallax-background {
	height: 100% !important;
}
.num-box {
	width: 40%;
	height: 40%;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	box-shadow: 0 0 8px #00000080;
}
.num {
	color: #152b3b;
	font-weight: 500;
	font-family: "Merriweather";
	letter-spacing: 2px;
	margin-bottom: 25px;
	font-size: 36px;
	line-height: 1;
}
.text-heading {
	font-size: 15px;
	color: #ed5348;
	font-weight: 600;
}
.content-box {
	display: flex;
	justify-content: space-around;
	margin: 20px;
}
.heading-text {
	color: #ed5348;
	font-weight: 400;
	margin-bottom: 70px;
	position: relative;
	text-align: center;
}
.banner-background {
	height: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	padding: 40px 40px 40px 40px;
}
.about-box {
	width: 80%;
	background-color: #ffffff;
	text-align: left;
	align-items: center;
	padding-top: 30px;
	height: auto;
	margin-bottom: 20px;
}
.surveillance-camera {
	color: #152b3b;
	font-weight: 400;
	margin-bottom: 70px;
	position: relative;
	text-align: center;
	left: 15%;
	max-width: 720px;
}
.icon-box {
	width: 100%;
	text-align: center;
	align-items: center;
	margin-bottom: 25px;
}
.hardware-background {
	background-color: #efefef;
	padding: 20px;
}

.card-box {
	background-color: #ed5348;
	color: #ffffff;
}
.image-box {
	margin-bottom: 25px;
	/* border: 2px solid black; */
	height: 250px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 0 8px #00000080;
	width: 300px;
	border-radius: 5px;
}

.ip-heading {
	padding-top: 18%;
	padding-left: 40px;
	color: #ffffff;
}
.ip-text {
	color: #ffffff;
	padding-left: 40px;
}
.text-box {
	width: 100%;
	text-align: center;
	align-items: center;
	margin-bottom: 25px;
	border: 2px solid #ed5348;
	height: 260px;
	padding: 15px;
}
.marquee-text {
	width: 100%;
	background-color: #ed5348;
	color: #ffffff;
	text-align: center;
}

.about-heading {
	text-align: center;
	color: #ed5348;
}
.about-subheading {
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 15px;
	padding-bottom: 20px;
	margin-top: -23px;
}
.our-story {
	height: 400px;
}
.cctv-heading {
	color: #ed5348;
	text-align: center;
	text-decoration: underline;
	list-style: 10px;
	text-underline-offset: 10px;
}

.camera-types {
	color: #ffffff;
	word-spacing: 10px;
	text-decoration: underline;
	text-underline-offset: 15px;
}
.cctv-img {
	width: 100%;
	height: auto;
}

.hardware-subheading {
	color: #ed5348;
	text-align: center;
	text-decoration: underline;
	list-style: 10px;
	text-underline-offset: 10px;
}
.wifi-subheading {
	color: #ed5348;
	text-decoration: underline;
	list-style: 10px;
	text-underline-offset: 10px;
	padding-left: 25px;
}

.computer-img {
	width: 100%;
	height: 400px;
}

.networking-img {
	width: 100%;
	height: 400px;
}
.ip-video {
	color: #ed5348;
	text-decoration: underline;
	list-style: 15px;
	text-underline-offset: 10px;
	padding: 20px 10px 20px 10px;
}

.form-sec {
	border: 2px solid red;
	padding: 46px;
	background: #ed5348;
	margin-bottom: 56px;
	box-shadow: 0 0 8px #00000080;
	border-radius: 8px;
}
.request-button {
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 4px;
}
.request-button:hover {
	background: #ffffff;
	color: #ed5348;
}

.text-12 {
	font-size: 30px !important;
}

/* aboutpage css */

@media screen and (max-width: 991px) {
	#video-card {
		margin-bottom: -27px;
		width: 100%;
	}
	#networking-card {
		top: -8px;
		margin: 13px;
	}
	.surveillance-camera {
		left: 0px;
		margin: 20px;
	}
	.cctv-img {
		height: 100%;
	}
	.box {
		width: 50%;
		margin: 8px;
		padding: 12px;
	}

	#network-img {
		height: 100%;
	}
	.text-box {
		height: 250px;
		padding: 10px;
	}
	.image-box {
		width: 253px;
		height: 285px;
	}
	#client {
		margin-top: 10px;
	}
	.box {
		padding: 8px;
		margin: 0;
		width: 100%;
	}
	#graphics {
		padding: 32px;
	}
	#biometrics-card {
		top: -8px;
		margin: 13px;
	}
	#ip-solutions {
		top: -15px;
		margin-bottom: -27px;
	}
}

@media screen and (max-width: 767px) {
	#biometrics-card {
		margin: 13px;
	}
	.about-subheading {
		text-underline-offset: 11px;
	}
	.num-box {
		width: 50%;
		margin: 10px;
		padding: 10px;
	}

	.image-box {
		width: 80%;
		margin-left: 12%;
	}

	#ip-solutions {
		margin: -13px;
	}
	#client {
		margin-top: 10px;
	}
	#about-content {
		text-align: center;
	}
	#about {
		text-align: center;
	}

	.box {
		padding: 10px;
		margin: 0;
		width: 100%;
	}
	.box {
		margin-right: 10px !important;
	}
	.networking-heading {
		padding-top: 10px;
	}
	.text-box {
		height: 250px;
	}
	#graphics {
		padding: 34px;
	}
}
@media screen and (max-width: 575px) {
	.text-box {
		height: 270px;
	}
	#services {
		padding-left: 60px;
		padding-right: 60px;
	}
	.box {
		padding: 5px;
	}
	.text-box {
		height: 200px;
	}
}

@media screen and (max-width: 324px) {
	.about-subheading {
		text-decoration: none;
		padding-bottom: 0px;
	}
	.about-heading {
		text-decoration: underline;
		text-underline-offset: 8px;
	}
	.our-story {
		height: auto;
	}
	.img-fluid {
		height: auto;
	}
	.card-box {
		padding: 5px;
	}
	.surveillance-camera {
		left: 0;
	}
	.about-box {
		width: 100%;
	}
	.banner-background {
		height: auto;
		width: 100%;
	}
	.about-text {
		text-align: center;
	}
	.cctv-heading {
		font-size: 21px;
	}
	.camera-types {
		font-size: 20px;
	}
	.content-box {
		width: 100%;
		display: inline-block;
		margin-left: 0px;
	}
	.box {
		margin-bottom: 15px !important;
		width: 100%;
	}
	.cctv-img {
		width: 100%;
	}
	.hardware-subheading {
		font-size: 24px;
	}
	.wifi-subheading {
		font-size: 26px;
	}
	.computer-img {
		height: auto;
		width: 100%;
	}
	.card-body {
		padding: 10px;
		text-align: center;
		color: #ffffff !important;
	}
	.hard-disk {
		height: 150px;
	}
	.networking-heading {
		font-size: 15px;
		padding-top: 15px;
	}
	.networking-img {
		height: auto;
	}
	.text-box {
		height: 280px;
		width: 100%;
		padding: 10px;
	}
	.ip-video {
		text-decoration: none;
		padding: 0;
		padding-left: 20px;
	}
	.image-box {
		margin: 22px;
	}
	#services {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#ip-solutions {
		margin: 0px !important;
		top: 0px !important;
	}
	#video-card {
		margin-bottom: 10px;
		width: 100%;
	}
	.num-box {
		width: 100% !important;
	}
	#image1 {
		right: 75% !important;
		height: 140px !important;
		width: 200px;
	}
	#image2 {
		height: 150px !important;
		width: 270px !important;
	}
	#image3 {
		left: 70% !important;
		height: 150px !important;
	}
}
