/* *-*-*-*-*-*-*-*-*-*- Contact Page *-*-*-*-*-*-*-*-* */
.cctv-contact-page .contact-page-row{
	box-shadow: 0px 3px 6px #00000029;
}
.cctv-contact-page .contact-page-row label{
	display: inline-block;
  font: normal normal 600 22px/15px 'Source Code Pro', monospace;;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.cctv-contact-page .contact-page-row input[type="text"]::placeholder,
.cctv-contact-page .contact-page-row input[type="email"]::placeholder,
.cctv-contact-page .contact-page-row textarea::placeholder{
	font: normal normal 400 15px/26px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #000000 !important;
}
.cctv-contact-page .contact-page-row textarea{
	height: 150px;
}
.cctv-contact-page .contact-page-row input[type="text"],
.cctv-contact-page .contact-page-row input[type="email"],
.cctv-contact-page .contact-page-row textarea{
	margin-top: 5px;
}
.cctv-contact-page .contact-page-row input[type="submit"]{
	font: normal normal 500 20px/26px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	background-color: #FC1717;
	border-radius: 6px;
	padding: 12px 30px;
	margin-top: 15px;
}
.cctv-contact-page .contact-page-mail,
.cctv-contact-page .contact-page-call{
	margin: 10px 0px;
}
.cctv-contact-page.container{
	margin: 3% auto;
  padding: 3% 0;
}
/* *-*-*-*-*-*-*-*-*-*- Faq's Page *-*-*-*-*-*-*-*-* */
.cctv-faq-page.container{
	margin: 5% auto;
}
.cctv-faq-page .faq-question{
  box-shadow: inset -2px -2px 2px #FC1717, -1px 1px 3px #FC1717;
	margin-bottom: 20px;
}
.cctv-faq-page .faq-question .question .stk-hover-parent {
    box-shadow: unset;
}
.cctv-faq-page .faq-question.stk--is-open h4{
	color: #FC1717;
}
/* *-*-*-*-*-*-*-*-*-*- Banner *-*-*-*-*-*-*-*-* */
.banner-section .banner-content h2,
.banner-section .breadcrumds h2,
.banner-section .breadcrumds h3{
  font-family: 'Source Code Pro', monospace;
}
.banner-section{
	width: 100%;
	margin-top: -90px;
	z-index: 1;
}
.banner-section .wp-block-cover{
	align-items: flex-end;
	padding: 0;
}
.banner-section .banner-content{
	margin: 58px 0;
}
/* *-*-*-*-*-*-*-*-*-*- 404 Page *-*-*-*-*-*-*-*-* */
.page-404 .error_img{
	text-align: center;
}
/* *-*-*-*-*-*-*-*-*-*- Single Blog Page *-*-*-*-*-*-*-*-* */
.single-blog-page.wp-block-group{
	margin-bottom: 5%;
}
.single-blog-page .single-post-image{
	padding: 0 !important;
}
.single-blog-page .single-post-image img{
	height: 600px;
	border-radius: 0 !important;
}
.single-blog-page .post-info{
	margin-top: -100px;
	position: relative;
	z-index: 1;
	top: 0px;
}
.post-info .post-author{
	align-items: center;
}
.admin-col .post-author img{
	border-radius: 50px;
}
.post-info .post-author .wp-block-post-author__name,
.post-info .post-date-col time{
	font: normal normal 500 20px/25px 'Inter', sans-serif;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.post-info .post-author .wp-block-post-author__name{
	color: #1A093F;
}
.post-info .post-date-col{
	display: flex;
	align-items: center;
}
.post-info .post-date-col time{
	color: #BFBFBF;
}
.single-blog-page .post-info .post-content P{
	font: normal normal 400 20px/40px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #242424;
  margin: 0;
}
.single-blog-page .post-info .post-form{
	width: 60%;
  margin: 5% auto 0% auto;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 50px;
}
.single-blog-page  .post-form form{
	display: flex;
  flex-wrap: wrap;
}
.single-blog-page  .post-form form p{
	width: 100%;
}
.single-blog-page  .post-form form p.comment-notes,
.single-blog-page  .post-form form p.comment-form-url,
.single-blog-page  .post-form form p span{
	display: none;
}
.single-blog-page  .post-form form p.comment-form-author{
	order: 1;
}
.single-blog-page  .post-form form p.comment-form-email{
	order: 2;
}
.single-blog-page  .post-form form p.comment-form-comment{
	order: 3;
}
.single-blog-page  .post-form form p.comment-form-cookies-consent{
	order: 4;
}
.single-blog-page  .post-form form p.form-submit{
	order: 5;
}
.single-blog-page  .post-form h3.comment-reply-title{
	font: normal normal 600 36px/60px 'Source Code Pro', monospace;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 15px;
}
.single-blog-page  .post-form form p label[for="author"],
.single-blog-page  .post-form form p label[for="email"],
.single-blog-page  .post-form form p label[for="comment"]{
	font: normal normal 600 20px/26px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #000000;
}
.single-blog-page  .post-form form input[type="text"],
.single-blog-page  .post-form form input[type="email"],
.single-blog-page  .post-form form textarea{
	border: 1px solid #1212124D;
	border-radius: 5px;
}
.single-blog-page  .post-form form input[type="checkbox"]{
	width: 18px;
  height: 20px;
  margin-right: 5px;
}
.single-blog-page  .post-form form .comment-form-cookies-consent label{
	font: normal normal 500 16px/30px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #242424;
}
.single-blog-page  .post-form form input[type="submit"]{
	background-color: #FC1717;
	border-radius: 0px;
	font: normal normal 500 18px/20px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.single-blog-page .post-comment{
	background: #ffb5b5;
	border-radius: 10px;
	width: 60%;
	margin: 7% auto 0% auto;
	padding: 25px;
}
.single-blog-page  .post-comment .comment-awaiting-moderation {
	display: none;
}
.single-blog-page  .post-comment .wp-block-comment-content P{
	margin: 0;
}
.single-blog-page  .post-comment .wp-block-avatar img{
	border-radius: 50px !important;
}
.single-blog-page  .post-comment .wp-block-comment-author-name{
	font: normal normal 600 23px/40px 'Inter', sans-serif !important;
	letter-spacing: 0px;
	color: #242424;
}
.single-blog-page  .post-comment .wp-block-comment-content p{
	font: normal normal normal 16px/25px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #242424;
	margin-bottom: 20px;
}
.single-blog-page  .post-comment .wp-block-comment-reply-link a{
	font: normal normal 500 18px/25px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #242424;
	text-decoration: none;
}
.pagination .wp-block-post-navigation-link a{
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
}
.pagination .wp-block-post-navigation-link span{
	width: 100%;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__label{
	font: normal normal 400 20px/40px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #A1A1A1;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__title{
	font: normal normal 500 18px/30px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #242424;
}
.blog-inner-image .blog-left-img img,
.blog-inner-image .blog-right-img img{
	width: 100%;
	height: 100%;
}
.more-info h3{
	font: normal normal 600 25px/50px 'Source Code Pro', monospace;
  letter-spacing: 0px;
  padding: 25px 0;
	margin: 0;
}
.more-info .blog-inner-image{
	margin: 35px 0px;
}
.post-info .category-social-icon{
	margin: 30px 0px 0px 0px;
	align-items: center !important;
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 40px;
}
.post-info .blog-category ul{
	padding: 0;
	display: flex;
}
.post-info .blog-category ul li:nth-child(3){
	margin-right: 0px;
}
.post-info .blog-category ul li{
	list-style-type: none;
	margin-right: 15px;
}
.post-info .blog-category ul li a{
	text-decoration: none;
  font: normal normal normal 18px/25px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #242424;
  padding: 10px;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
}
.single-post .breadcrumds{
	display: none;
}
/* *-*-*-*-*-*-*-*-*-*- Search Page *-*-*-*-*-*-*-*-* */
.search .search-page{
	margin-top: 60px;
}
.search .search-page .wp-block-query-title{
	font: normal normal 600 45px/45px Source Code Pro !important;
	letter-spacing: -1px;
	color: #000000 !important;
}
.search .search-page form button[type="submit"]{
	background-color: #FC1717;
	font: normal normal 400 20px/20px Inter;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.search-page .result ul li{
	max-width: 30%;
	display: inline-block;
	margin: 0 10px;
}
.result .wp-block-group .wp-block-columns h2 a{
	font: normal normal 600 22px/30px 'Source Code Pro', monospace;
	letter-spacing: 0px;
	color: #000000;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0;
}
.result .wp-block-group .wp-block-post-excerpt p{
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: normal normal 400 16px/25px Inter;
  letter-spacing: 0px;
  color: #000000;
}
.result .wp-block-group .wp-block-columns h2 a:hover{
	color: #FC1717;
}
.result .wp-block-query-pagination-numbers{
	background: #FC1717;
	padding: 10px;
}
.result .wp-block-query-pagination-numbers a.page-numbers{
	padding: 0px 20px;
  color: #fff;
  text-decoration: none;
}
.result .wp-block-query-pagination-numbers .current{
	padding: 10px 15px;
  background: #fff;
}
.result .wp-block-query-pagination-previous,
.result .wp-block-query-pagination-next{
	color: #FC1717;
	text-decoration: none;
	font: normal normal normal 20px/25px 'Inter', sans-serif;
}
.result .is-arrow-arrow{
	font-size: 30px;
	margin: 0px;
}
.cctv-block-pro-archive-right .search label,
.archive .archive_sec .wp-block-heading,
.archive .category_sec .wp-block-heading{
	font: normal normal 600 25px/25px 'Source Code Pro', monospace;
	color: #000000;
	margin-bottom: 15px;
}
.search .search-page .wp-block-post-featured-image{
	height: 350px;
	width: 100%;
}
.search .search-page .wp-block-post-featured-image a,
.search .search-page .wp-block-post-featured-image a img{
	height: 100%;
	width: 100%;
}
/* *-*-*-*-*-*-*-*-*-*- Category Page *-*-*-*-*-*-*-*-* */
.archive .search_sec form{
	position: relative;
}
.archive .search_sec form button[type="submit"]{
	position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 50px;
}
.archive .search_sec form button svg{
	font-size: 25px;
  transform: rotateY(180deg);
}
.archive .post .wp-block-post-excerpt p.wp-block-post-excerpt__excerpt{
	font: normal normal 400 16px/25px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.archive .post h2{
	padding: 0 !important;
}
.archive .post h2 a{
	font: normal normal 700 20px/25px 'Source Code Pro', monospace;
	letter-spacing: 0px;
	color: #000;
	text-decoration: none;
	margin: 10px 0;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.archive .post .wp-block-group time,
.archive .post .wp-block-group .wp-block-post-author__content p,
.archive .post .wp-block-group .taxonomy-category a{
	font: normal normal 600 16px/25px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #000;
	text-decoration: none;
}
.archive ul.wp-block-post-template li{
	width: 48%;
	display: inline-block;
}
.archive ul.wp-block-post-template li:nth-child(odd){
	margin-right: 20px;
}
.archive ul.wp-block-post-template li .wp-block-post-excerpt__more-link{
	font: normal normal 500 16px/25px 'Inter', sans-serif;
	letter-spacing: 0.4px;
	color: #FFFFFF;
	background-color: red;
	padding: 8px 10px;
	margin-top: 10px;
	text-decoration: none;
}
.archive .search_sec,
.archive .archive_sec,
.archive .category_sec{
	box-shadow: 0px 0px 10px 0px #e4e4e4;
}
.archive .archive_sec ul li,
.archive .category_sec ul li{
	list-style: none;
	position: relative;
}
.archive .archive_sec ul li:after,
.archive .category_sec ul li:after {
  content: '\f0de';
  position: absolute;
  left: -22px;
  top: -2px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  transform: rotate(90deg);
}
.archive .archive_sec ul li a,
.archive .category_sec ul li a{
	text-decoration: none;
}
/* *-*-*-*-*-*-*-*-*-*- About Us Page *-*-*-*-*-*-*-*-* */
.cctv_about_us_page .cctv_project_sec{
	margin-top: 50px;
}
/* *-*-*-*-*-*-*-*-*-*- Blogs Page *-*-*-*-*-*-*-*-* */
.cctv_blog_page.container{
	margin: 5% auto;
}
.cctv_blog_page .gutentor-post-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.cctv_blog_page .gutentor-post-desc{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.cctv_blog_page .gutentor-post-image-box{
  height: 450px;
	width: 100%;
}
.cctv_blog_page .gutentor-image-thumb,
.cctv_blog_page .gutentor-image-thumb img{
  height: 100%;
	width: 100%;
	object-fit: cover;
}
.cctv_blog_page .gutentor-post-item{
	position: relative;
}
.cctv_blog_page .gutentor-entry-meta-primary{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background-color: #FC1717;
}
.cctv_blog_page .gutentor-entry-meta-secondary .author  i{
	color: #FC1717 !important;
	margin-right: 10px !important;
	font-size: 15px !important;
}
/* *-*-*-*-*-*-*-*-*-*- Services Page *-*-*-*-*-*-*-*-* */
.cctv_service_page.container{
	margin: 5% auto;
}
.cctv_service_page .gutentor-post-image-box{
	height: 400px;
}
.cctv_service_page .gutentor-image-thumb,
.cctv_service_page .gutentor-post-image-box img{
	height: 100%;
	width: 100%;
}
.cctv_service_page .gutentor-post .gutentor-post-desc{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* *-*-*-*-*-*-*-*-*-*- Single Service Page *-*-*-*-*-*-*-*-* */
.single-services .service_post-info {
    margin: 80px auto 70px auto;
}
.service_post-info .wp-block-post-featured-image{
	background-color: #000;
}
.service_post-info .wp-block-post-featured-image img{
	opacity: 0.7;
}
.service_post-info .post_title{
	font: normal normal 600 35px/45px 'Source Code Pro', monospace;
	letter-spacing: 0px;
	color: #000000;
	margin: 20px 0;
}
.service_post-info .info_para_one{
	margin-bottom: 30px;
}
.service_post-info .service_main_content p,
.service_post-info .service_info .info_para_one,
.service_post-info .service_info .info_para_two,
.service_content .server_extra p{
	font: normal normal 400 18px/30px Inter;
	letter-spacing: 0px;
	color: #000000;
}
.service_post-info .service_info{
	margin-top: 30px;
}
.service_content .info{
	display: flex;
	align-items: center;
}
.service_content .server_extra h3{
	font: normal normal 500 30px/35px 'Source Code Pro', monospace;
  letter-spacing: 0px;
  color: #000000;
  margin: 20px 0;
}
/* *-*-*-*-*-*-*-*-*-*- Single Team Page *-*-*-*-*-*-*-*-* */
.single-teams .team_row{
  margin: 80px auto 60px auto;
}
.single-teams .team_content{
	padding: 40px 0px 0px 50px;
}
.single-teams .team_title{
	font: normal normal 600 45px/45px Source Code Pro;
	letter-spacing: 0px;
	color: #000000;
}
.single-teams .top_content p{
	letter-spacing: 0px;
	color: #000000;
	font: normal normal 500 20px/50px Inter;
}
#team_content .main_content p{
	font: normal normal 400 16px/27px Inter;
  letter-spacing: 0px;
  color: #777777;
}
#team_content .member_skill h4{
	font: normal normal 600 23px/35px Inter;
	color: #000000;
	letter-spacing: 1px;
}
#team_content .member_skill ul{
	list-style: none;
}
#team_content .member_skill ul li{
	font: normal normal 500 18px/30px Source Code Pro;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
}
#team_content .member_skill ul li:after {
  content: '\f046';
  position: absolute;
  left: -30px;
  top: 0;
  color: #FC1717;
  font-size: 18px;
  font-family: FontAwesome;
  font-weight: 900;
}
/* *-*-*-*-*-*-*-*-*-*- Single Project Page *-*-*-*-*-*-*-*-* */
.single-projects .breadcrumds,
.single-teams .breadcrumds{
	display: none;
}
.single-projects .single_project.container{
	margin: 80px auto 50px auto;
}
.single_project .post_img{
	height: 450px;
	width: 100%;
  background-color: #000;
}
.single_project .post_img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.9;
}
.single_project .post_title{
	font: normal normal 600 35px/45px 'Source Code Pro', monospace;
	letter-spacing: -0.5px;
	margin: 20px 0;
}
.single_project .main_content p,
.single_project .para_one,
.single_project .para_two{
	font: normal normal 400 18px/30px 'Inter', sans-serif;
  letter-spacing: 0px;
}
.single_project .para_one,
.single_project .para_two{
	color: #777777;
}
.single_project .other_info h5{
	font: normal normal 600 30px/35px 'Source Code Pro', monospace;
	letter-spacing: -1px;
	color: #000000;
	margin: 20px 0;
}
.single_project .project_service,
.single_project .project_team{
	box-shadow: 0px 2px 5px 1px #fc1717;
}
.single_project .stk-block-heading h2{
	position: relative;
}
.single_project .stk-block-heading h2:after {
	content: '';
	position: absolute;
	left: 2px;
	width: 42px;
	bottom: -10px;
	height: 3px;
	background: #fff;
}
