/* *-*-*-*-*-*-*-*-*-	Header Section *-*-*-*-*-*-*-*-*- */
.sticky{
	position: fixed;
	background-color: #000;
	width: 100%;
	max-width: 100%;
	top: 0;
	z-index: 999;
}
header .cctv-topbar-header-sec{
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #ffffff;
}
.topbar-mail-col .gutentor-text-wrap a,
.topbar-call-col .gutentor-text-wrap a,
.topbar-location-col .gutentor-text-wrap a{
	text-decoration: none;
}
.cctv-header-sec .header-menu-col{
	display: flex;
	justify-content: center;
	align-items: center;
}
.home .header-menu-col nav ul li.home a,
.page-template-about-us .header-menu-col nav ul li.about a,
.page-template-services .header-menu-col nav ul li.service a,
.page-template-blog-page .header-menu-col nav ul li.blog a,
.page-template-contact-us .header-menu-col nav ul li.contact-us a{
	color: #FC1717 !important;
}
.home .header-menu-col nav ul li.home a:after,
.page-template-about-us .header-menu-col nav ul li.about a:after,
.page-template-services .header-menu-col nav ul li.service a:after,
.page-template-blog-page .header-menu-col nav ul li.blog a:after,
.page-template-contact-us .header-menu-col nav ul li.contact-us a:after {
  position: absolute;
  bottom: -31px;
  content: ' ';
  background: #FC1717;
  left: 0;
  width: 100%;
  height: 3px;
}
.cctv-header-sec nav ul ul{
  background: #FC1717 !important;
}
.sticky .header-menu-col nav ul li.home a{
	color: #fff !important;
}
.sticky .header-menu-col nav ul li.home a:after{
	display: none;
}
.cctv-topbar-header-sec .search_alert{
	width: 100%;
  position: fixed;
  top: 0;
	padding: 0;
	z-index: 9999;
	display: none;
}
.search_alert form .wp-block-search__inside-wrapper {
	margin: 0 auto;
	position: relative;
}
.search_alert form input[type="search"]{
	color: #fff;
	background: transparent;
	border-bottom: 3px solid #FC1717;
	border-radius: 20px !important;
	box-shadow: 0px 3px 7px 1px #FC1717;
	padding: 20px 80px 20px 20px;
}
.search_alert form button[type="submit"]{
	position: absolute;
	right: 20px;
	padding: 0;
	font-size: 25px;
	transform: rotate(270deg);
	background: transparent;
	color: #FC1717;
	margin: 0 !important;
	top: 14px;
}
.search_alert form{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	width: 75%;
}
.search_alert .close{
	transform: rotate(45deg);
}
.cctv-header-sec .header-search-col{
	display: flex;
	justify-content: end;
	align-items: center;
	position: relative;
}
.cctv-header-sec .header-search-col:after {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 35px;
  background: #ffffff52;
}
.cctv-topbar-sec .social-icon-col{
	display: flex;
  justify-content: end;
  align-items: center;
}
/* *-*-*-*-*-*-*-*- Footer Section -*-*-*-*-*-*-*-*- */
.return_top{
	position: fixed;
  right: 20px;
  bottom: 20px;
	z-index: 10;
}
.home .cctv_footer_sec.wp-block-cover,
.page-template-about-us .cctv_footer_sec.wp-block-cover{
  margin-top: 130px;
}
.cctv_footer_sec.wp-block-cover{
  margin-top: 50px;
}
.cctv_footer_sec .col_three .gutentor-post-image-box{
	width: 25% !important;
}
.cctv_footer_sec .col_three .gutentor-image-thumb img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.cctv_footer_sec .gutentor-post-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.cctv_footer_sec form {
	position: relative;
}
.cctv_footer_sec form  input[type="email"]{
	border-radius: 9px;
}
.cctv_footer_sec form  input[type="email"]::placeholder{
	font: normal normal 300 14px/32px Inter;
	letter-spacing: 0.42px;
	color: #000000;
}
.cctv_footer_sec form  input[type="submit"]{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FC1717;
	border-radius: 9px;
	width: 52px;
	height: 52px;
	padding: 0;
	font-family: 'FontAwesome';
}
.cctv_footer_sec nav ul li a,
.cctv_footer_sec nav ul li a span{
	font: normal normal 400 17px/30px Inter;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.cctv_footer_sec .gutentor-text-wrap a{
	text-decoration: none;
}
.cctv_footer_sec nav ul{
  padding-left: 20px;
}
.cctv_footer_sec nav ul li{
  position: relative;
}
.cctv_footer_sec nav ul li::after{
	content: '\f054';
  position: absolute;
	left: -20px;
  top: 5px;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
}
body .cctv_footer_sec .col_one .stk-button:hover svg path{
	fill: #FC1717 !important;
}
.cctv_footer_sec .footer_two img{
	height: 65px;
  width: 60px;
}
.cctv_footer_sec ul ul{
	background-color: #FC1717 !important;
}
.cctv_footer_sec ul ul li {
	position: relative;
}
.cctv_footer_sec ul ul li::after {
	content: '\f054';
	position: absolute;
	left: -5px;
	top: 12px;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
}
