.super_container {
	position: static;
}

.admin-bar .super_container {
	top: 32px;
}

.header {
	z-index: 9;
  transition: .5s ease-in-out;
}
.header.fixed-header {
position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
  transition: .5s ease-in-out;
}
.header.fixed-header .logo_area .logo_img {
	height: 60px;
}
.header.fixed-header .mb-nv-fx button {
	top: -53px;
  font-size: 16px;
}

.svg-ctr-link i {
	font-size: 21px;
	vertical-align: middle;
}

.svg-ctr-link,
.phn-call a,
.social a.footer-social-a,
.header-social-a {
	transition: all 0.3s ease-in-out;
}

.header-social-a {
	color: #fff;
	font-size: 22px;
}

.header-social-a:hover {
	color: #4D5660;
}

.svg-ctr-link:hover,
.social a.footer-social-a:hover {
	color: #FFA726;
}

.phn-call a:hover {
	color: #FFA726;
}

p.mark-item a.whats_new_a {
	min-width: 0;
	margin: 0 7px;
	padding-right: 15px;
}

.gallery_section .tab-pane .text-image:last-child {
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 4;
	grid-column-end: 4;
}

.gallery_section .gal-bg {
	background-size: cover;
}

.leran-more_border {
	line-height: 24px;
}

.dyn_font .svg-ctr-link-word {
	width: 24px;
	height: 24px;
	border: 0.5px solid rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.dyn_font .svg-ctr-link-word span:last-child {
	margin-top: -5px;
}

/* Header menu styles start */
.main_nav .menu-item {
	position: relative;
}

.main_nav .menu-item-has-children .sub-menu {
	display: none;
}

.menu-item-has-children .sub-menu a {
	/* padding: 0px!important; */
}

.main_nav .menu-item-has-children .sub-menu.show {
	display: flex;
}

.main_nav .menu-item a {
	font-family: 'font-semibold';
	font-size: 14px;
	line-height: 150%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff !important;
	padding: 26px 0px;
	border-bottom: 2px solid transparent;
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}

.main_nav .menu-item.current-menu-item>a,
.main_nav .menu-item>a:hover {
	color: #FFA726 !important;
	border-bottom: 2px solid #FFA726;
}

.main_nav .sub-menu .menu-item>a {
	border: none;
}

.main_nav .sub-menu .menu-item>a:hover {
	color: #FCFCFC !important;
	border-bottom: none;
	opacity: .7;
	background: transparent;
}

.main_nav .sub-menu {
	background: #4D5660;
	color: #fff;
	font-family: 'font-regular';
	font-size: 16px;
	width: 309px;
	padding: 22px;
	grid-gap: 22px;
	flex-wrap: wrap;
	display: flex;
}

.main_nav .sub-menu li a {
	color: #FCFCFC !important;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	font-family: 'font-medium';
}

.main_nav .sub-menu.show {
	position: absolute;
}

.main_nav .sub-menu li {
	width: 100%;
}

.side_toggle_nav .navabr-nav {
	padding-left: 0px;
}

.side_toggle_nav .navabr-nav .menu-item {
	list-style-type: none;
}

.side_toggle_nav .navabr-nav .menu-item a {
	font-size: 16px;
	color: #FCFCFC !important;
	font-family: 'font-regular';
	padding: 13px 0px;
	display: flex;
	align-items: center;
}

.side_toggle_nav .navabr-nav .menu-item:first-child a {
	padding-bottom: 30px;
	margin: 0px;
	font-family: 'font-regular';
	font-size: 17px;
	opacity: .34;
	text-transform: uppercase;
}

.side_toggle_nav {
	position: fixed;
	right: -50%;
	top: 0px;
	z-index: 99;
	padding: 70px 100px;
	height: 100vh;
	list-style: none;
	width: 50%;
	background: #4D5660;
	color: #fff;
	transition: all .5s;
}

.side_toggle_nav.show {
	right: 0;
}

.side_toggle_nav.show::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100vh;
	background: #000;
	left: -100%;
	top: 0px;
	opacity: .6;
}

.side_toggle_nav .connect {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	height: 180px;
	padding: 40px 100px;
	background: #FFA726;
}

.side_toggle_nav .cls-nav {
	position: absolute;
	right: 15%;
	top: 80px;
	z-index: 999;
}

.mob_only_nav {
	display: none;
}

@media screen and (max-width:991px) {

	.main_nav .menu-item>a,
	.main_nav .menu-item>a:hover {
		color: rgb(252 252 252 / 60%) !important;
		border-bottom: none;
		padding: 0px;
		font-size: 16px;
		font-family: 'font-regular';
	}

	.main_nav .menu-item.current-menu-item>a {
		border: none;
	}

	.side_toggle_nav .connect {
		position: fixed;
		background: #FFA726;
		width: 100%;
		left: 0px;
		padding: 27px 40px;
		bottom: 0px;
		padding-bottom: 10px;
		height: auto;
	}

	/*.mob_only_nav {
		display: block;
	} */

	.mob_only_nav .navabr-nav {
		padding-left: 0px;
		margin-bottom: 0px;
		display: flex;
		width: 100%;
		flex-direction: column;
		grid-gap: 22px;
		margin-top: 20px;
	}

	.mob_only_nav .navabr-nav .menu-item:first-child {
		display: none;
	}

	.side_toggle_nav {
		/* padding: 0px; */
	}
  .latest-posts-section {
  padding-top:20px!important;
  }
  .latest-posts-section .big-card .content {
  padding-top:12px!important;
  }
  .latest-posts-section .big-card img {
    height:auto !important;
  }
  .latest-posts-section .small-card img {
    height: auto !important;
    object-fit: cover; 
  }
  .latest-posts-section .big-card h2 {
  font-size: 20px !important;
            margin-top: 10px !important;
  }
  .latest-posts-section .big-card .content p {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .latest-posts-section .small-card h3 {
    font-size: 14px !important;
  }
  
  .latest-posts-section .small-card a {
      flex: 0 0 35%;
  }
	.latest-posts-section .small-card .categ a, .latest-posts-section .big-card .categ a, .cat_post_item .categ a {
		font-size:10px !important;
	}
  footer .copy-right .foot_copy_nav {
  margin-bottom:0px;
    text-align:right;
  }
  .post_detail {
      max-width: 100%!important;
    padding-top: 20px!important;
  }
  .post_detail .blog_title {
  font-size: 20px !important;
        line-height: 1.4 !important;
  }
  .post_detail .breadcrumb .breadcrumb-item:last-child {
  display: none;
  }
  .blog_footer .post-navigation .nav-links {
  flex-direction: column;
  }
  .blog_main::before {
  height: 300px !important;
  }
  .cat_post_item .d-flex {
  flex-direction:column;
  }
  .cat_post_item .content {
  padding-left: 0px!important;
  }
	.cat_post_item .content h2 {
		font-size:20px !important;
	}
  .cat_post_item img {
  width: 100% !important;
    height: auto !important;
  }
  header.section-hdr {
  margin-top: 25px !important;
  }
  header.section-hdr .section_hd1 {
  font-size: 30px;
  }
  .blog_footer .post-navigation .nav-links .nav-previous a .nav-title, .blog_footer .post-navigation .nav-links .nav-next a .nav-title {
  font-size: 14px !important;
  }
  .social a i {
  font-size: 20px;
  }
	#unibots-video {
		max-width: 340px !important;
	}
	.categ_sidebar #block-6 ul li a {
		font-size: 16px !important;
	}
	.categ_sidebar #block-6 ul li {
		flex: 0 0 45%;
		height: 140px !important;
	}
	.categ_sidebar #sidebar {
		padding-left:0px;
	}
}

/* Header menu styles end */

/* Citizens Page styles start */
.ic-pagination ul {
	display: flex;
	margin: auto;
	text-align: center;
	/* width: 40%; */
	align-items: center;
	justify-content: center;
	list-style-type: none;
}

.logo_area .logo_img {
	width: auto;
	height: 65px;
	object-fit: cover;
}

.logo_area h1 {
	margin-bottom: 0px;
	font-size: 36px;
}

.logo_area h1 a {
	color: white;
}

/* Latest posts section styles */

.latest-posts-section, .category_sec, .category_posts, .all_arts_sec {
	padding: 50px 0px;
}

.small-card {
	display: flex;
    align-items: flex-start;
    gap: 20px;
	margin-bottom: 15px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid #ccc; */
} 

.content a {
	/*color: white;*/
}
.latest-posts-section img {
	width: 100%;
	border-radius: 5px;
}
.latest-posts-section .small-card img {
	width: 200px;
	height: 130px;
    object-fit: cover;
}
.latest-posts-section .small-card .categ, .cat_post_item .categ {
	padding-bottom: 10px;
}
.latest-posts-section .small-card .categ a, .latest-posts-section .big-card .categ a, .cat_post_item .categ a {
	font-size: 14px;
    padding: 5px 12px;
    font-family: 'font-semibold';
	color: white;
}
.latest-posts-section .small-card h3 {
	font-size: 20px;
	display: -webkit-box;
    /* max-width: 200px; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.latest-posts-section .content span {
	opacity: .6;
	font-size: 12px;
}
.latest-posts-section .big-card .content {
	padding-top: 20px;
}
.latest-posts-section .big-card .categ {
	position: absolute;
	top: 20px;
	left: 35px;
}
.latest-posts-section .big-card img {
	height: 430px;
	object-fit: cover;
}
.latest-posts-section .big-card h2 {
	font-size: 30px;
	margin-top: 15px;
}
.view_all {
	color: white;
	border-bottom: 2px solid;
	font-family: 'font-bold';
}

/* Latest posts section styles */

/* Popular posts section styles */

.popular_posts .card {
	padding: 5px;
    background: transparent;
    /* border: 15px solid #818181; */
}
.popular_posts .news .card img {
	border-radius: 8px;
}
.popular_posts .news .card a, .popular_posts .news .card p {
	color: white;
}
.popular_posts .news .card span {
	color: #ffffff66;
}
.popular_posts .section_hd {
	color: white;
	font-size: 30px;
}
.bg_black {
	background-color: #282828;
}
.popular_posts .owl-nav {
	grid-gap: 0 !important;
}
.popular_posts button.owl-next, .popular_posts button.owl-prev {
	background-color: white !important;
    padding: 5px !important;
    width: 30px;
    background-repeat: no-repeat !important;
    text-align: center;
    height: 30px;
    background-position: center !important;
    background-size: 30% !important;
}
.popular_posts button.owl-next:hover, .popular_posts button.owl-prev:hover {
	background-color: white !important;
	opacity: .6;
}

/* Popular posts section styles */

/* Category posts section styles */

.category_sec.latest-posts-section .small-card img {
	width: 250px;
	height: 150px;
}

/* Category posts section styles */

/* ----- Category page Styles ----- */

.banner_sec {
	padding: 40px 0px 30px 0px;
}
.breadcrumb {
	background-color: transparent;
	padding: 0px;
  position:absolute;
      margin-bottom: 0px;
    padding-top: 15px;
}
.single-post .breadcrumb {
position:relative;
  margin-bottom: 15px;
}
.breadcrumb .breadcrumb-item a {
	/*color: white;*/
}
.category .breadcrumb .breadcrumb-item a {
	color: white !important;
}

.breadcrumb .breadcrumb-item span {
	color: #6c757d;
}
.breadcrumb .text-banner h1 {
	font-size: 34px;
}
.breadcrumb-area .text_banner {
	text-align:center;
  color:white;
}
.cat_post_item {
	margin-bottom: 30px;
}
.cat_post_item img {
	height: 300px;
    object-fit: cover;
    width: 300px;
}
.cat_post_item .content {
	padding-left: 30px;
}
.cat_post_item .content h2 {
	font-size: 30px;
}
.cat_post_item .content span {
	color: #7b7b7b;
}

/* .categ_sidebar #text-2 { */
.categ_sidebar #newsletterwidget-2 {
	background-color: #1a1a1a;
	padding: 2rem;
	color: white;
}
.categ_sidebar #newsletterwidget-2 h4 {
color: #fff;
}
.categ_sidebar #newsletterwidget-2 .tnp-subscription label {
	display: none;
}
.categ_sidebar #newsletterwidget-2 .tnp-subscription .tnp-submit {
	width: 100%;
    background: #f5a741;
    font-size: 16px;
    font-family: 'font-semibold';
	margin-top: 20px;
}
.categ_sidebar #recent-posts-widget-with-thumbnails-2 {
	margin-top: 40px;
}
.categ_sidebar #recent-posts-widget-with-thumbnails-2 .rpwwt-post-title {
	/*color: white;*/
    font-size: 14px;
}
.categ_sidebar #recent-posts-widget-with-thumbnails-2 .rpwwt-post-date {
	font-size: 12px;
    padding-top: 10px;
    color: #ccc;
}
.categ_sidebar #recent-posts-widget-with-thumbnails-2 .widget-title-wr, .categ_sidebar #categories-2 .widget-title-wr {
	margin-bottom: 20px;
}
.categ_sidebar #block-6 {
	margin-top: 40px;
}
.categ_sidebar #block-6 ul {
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.categ_sidebar #block-6 ul li {
	list-style-type: none;
	width: 164px;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(105 27 42);
	flex-direction: column;
  color:white;
}
.categ_sidebar #block-6 ul li a {
	color: white;
	margin-bottom: 5px;
    font-size: 20px;
}
.categ_sidebar #block-6 ul .cat-item.current-cat {
	display: none;
}
#block-7.sidebar_item p {
	font-size: 1.5rem;
    font-family: font-bold;
    line-height: 1.5;
	margin-bottom:0px;
	padding-top:20px;
}

/* ----- Category page Styles ----- */


/* ----- Blog detail page Styles ----- */

.post_detail {
	max-width: 60%;
	margin: auto;
	padding: 50px 0px;
}
.blog_main::before {
	content: '';
	width: 100%;
	height: 400px;
	/*background-color: #282828;*/
  background-color: #f4f4f4;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.post_detail .feat_img img {
	width: 100%;
	height: auto;
}
.post_detail .breadcrumb-item {
	font-size: 12px;
}
.post_detail .blog_title {
	font-size: 36px;
	margin: 30px 0px;
	line-height: 1.7;
  margin-bottom: 10px;
}
.post_detail .entry-content p {
	/*color: white;*/
}
.post_detail .entry-content img {
	width: 100%;
	height: auto;
    padding-bottom: 20px;
}
.blog_footer, .comment_area {
	padding-top: 50px;
}
.comment_area:empty {
padding-top:0px;
}
.blog_footer .post-navigation .nav-links {
	display: flex;
    justify-content: space-between;
    gap: 10px;
}
.blog_footer .post-navigation .nav-links .nav-previous, .blog_footer .post-navigation .nav-links .nav-next {
	flex-basis: 50%;
	background-color: #2b2b2b;
	padding: 20px;
}
.blog_footer .post-navigation .nav-links .nav-previous a, .blog_footer .post-navigation .nav-links .nav-next a {
	display: flex;
    flex-direction: column;
	color: white;
}
.blog_footer .post-navigation .nav-links .nav-previous a .screen-reader-text, .blog_footer .post-navigation .nav-links .nav-next a .screen-reader-text {
	font-size: 16px;
	color: #c1c6c9;
	padding-bottom: 20px;
}
.blog_footer .post-navigation .nav-links .nav-previous a .nav-title, .blog_footer .post-navigation .nav-links .nav-next a .nav-title {
	font-size: 20px;
}
.blog_footer .post-navigation .nav-links .nav-previous a .screen-reader-text i, .blog_footer .post-navigation .nav-links .nav-next a .screen-reader-text i {
	/* margin-right: 20px; */
	font-size: 20px;
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	transition: .4s ease;
}
.blog_footer .post-navigation .nav-links .nav-next a {
	text-align: right;
}
.blog_footer .post-navigation .nav-links .nav-previous:hover .screen-reader-text i {
    background: #f5a741;
    color: white;
	margin-right: 10px;
	font-weight: 900;
}
.blog_footer .post-navigation .nav-links .nav-next:hover .screen-reader-text i {
    background: #f5a741;
    color: white;
	margin-left: 10px;
	font-weight: 900;
}
.blog_footer h2.screen-reader-text {
	display: none;
}

/* Comment Form Styles */
.comment_area #comments {
	font-size: 30px;
	margin-bottom: 30px;
}

.comment-form {
    margin-top: 30px;
}

.comment-form label {
    /* display: block; */
    margin-bottom: 5px;
    font-weight: bold;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
	background-color: transparent;
	color: white;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	margin-right: 2%;
    width: 31%;
    float: left;
}

.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
	background-color: transparent;
	color: white;
}

.comment-form input[type="submit"] {
    background-color: #0073e6;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.comment-form input[type="submit"]:hover {
    background-color: #005bb5;
}

.comment-notes {
    margin-bottom: 20px;
}

.comment-form-comment textarea {
    height: 150px;
}

.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin-bottom: 30px;
	background: #f3f3f3;
	padding: 15px;
}
.comment p {
	color: #000;
  margin-bottom:10px;
  margin-top:10px;
}

.comment-author .url {
	color: #333333;
}
.comment-author {
    font-weight: bold;
    margin-bottom: 15px;
	margin-right: 10px;
}

.comment-date {
    color: #888;
    font-size: 14px;
}

.comment-content {
    margin-top: 10px;
}

/* ----- Blog detail page Styles ----- */

/* ----- All articles page Styles ----- */

.all_arts_sec .artcl_list .artcl_img {
	margin-bottom: 20px;
}
.ic-pagination ul {
	gap: 10px;
}
.ic-pagination ul li .page-numbers {
	background: #282828;
    line-height: 34px;
    color: white;
    font-size: 18px;
    font-weight: 700;
	display: block;
    padding: 5px 15px;
}
.ic-pagination ul li .page-numbers.current {
	background: #f5a741
}
.ic-pagination ul li .page-numbers.dots {
	background-color: transparent;
}

/* ----- All articles page Styles ----- */


/* ----- Footer Styles ----- */

.footer-newsletter .tnp-field-email label {
	display: none;
}
footer .copy-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .copy-right .foot_copy_nav {
	display: inline-block;
	padding-left: 0px;
	list-style-type: none;
}
footer .copy-right .foot_copy_nav li {
	display: inline-block;
	padding: 0px 10px;
}
.footer-newsletter {
	padding-right: 30px;
}
.footer-newsletter .tnp-field-button {
	position: absolute;
	right: 22%;
	top: 0;
}
.footer-newsletter input[type="submit"] {
	height: 39px;
	background: #f5a741;
    color: white;
    font-family: 'font-semibold';
}
.nav-row input.form-control.search {
	/* background-color: transparent; */
	border-radius: 0px;
	width: 100%;
	max-width: 300px;
}
.footerone h4 {
  color:white;
}

/* ----- Footer Styles ----- */

.heateor_sss_horizontal_sharing {
padding-bottom: 20px;
}
