/* Css indexing
==========================================
1. Google Fonts.
2. Base Css
3. Section Css
4. Main Menu
5. Hero Area Css
6. Top Snippet
7. Category
8. New Snippet
   =========== pages ============
			1. 404 Error.
			2. Support Page Css
			3. Archieve Page Css
			4. Single Post CSS
			   ===============⬇⬇
					1. search Sidebar
					2. Related Post.
					3. Sidebar Category
					4. Call To Action
			5. Locked Post.
9. Sponsor.
10. Newsletter.
11. Footer Widgets.
12. Copyright
13. Back to top.
==========================================
          😍😍😍😍😍😍
*/
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
/* Base Css */
body{
    background-color: #0A192F;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
a, a:focus, a:hover{
  text-decoration: none;
}
button:focus {
	outline: none;
}
.btn {
	border: 0;
	border-radius: 0;
	color: #fff;
	padding: 10px 20px;
	background: #3348a3;
	font-size: 14px;
	transition: .3s;
	font-weight: 600;
	text-transform: uppercase;
}
.btn:hover{
	color: #fff;
	background-color: #2c4ee1;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.pt-120{padding-top: 120px;}
.pb-90{padding-bottom: 90px;}
.pb-80{padding-bottom: 80px;}
.mb-70{margin-bottom: 70px;}
.mid-black-bg {
	background-color: #142237;
}
.black-bg{
  background-color: #09172A;
}
.loader {
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.loader h2 {
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 80px;
	text-align: center;

}
.loader h2 span {
	color: #3348a3;
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-color:  #e800ae;
}
/* section css */
.section-padding{
    padding: 120px 0;
}
.section-title h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	line-height: 60px;
}
.section-title h2 span {
	background: #33479A;
}

/* main menu */
header.header{
    background-color: #081426;
    padding: 12px 0;
}
.header_menu nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.header_menu nav ul li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
.header_menu nav ul li a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 30px 0;
  transition: .3s;
}
.header_menu nav ul li:hover > a {
	color: #3348a3;
}
.header_menu nav ul li ul.submenu {
	position: absolute;
	top: 110%;
	width: 160px;
	left: 0;
	background: #081426;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.header_menu nav ul li ul.submenu li {
	margin-left: 0;
	border-bottom: 1px solid #142237;
	width: 100%;
	display: block;
}
.header_menu nav ul li:hover ul.submenu{visibility: visible; opacity: 1}
.header_menu nav ul li ul.submenu li:last-child{border-bottom: 1px solid transparent;}
.header_menu nav ul li ul.submenu li a {
	padding: 15px 15px;
}
.header_menu nav ul li ul.submenu li:hover > a {
	color: #33479a;
	background-color: #09172a;
}
.meanmenu-reveal {
	border: 1px solid #353c46;
}
.mean-container a.meanmenu-reveal span {
	background: #FFF;
}
.mean-container a.meanmenu-reveal {
	color: #FFF;
}
.mean-container .mean-nav {
	background: #081426;
	position: absolute;
	top: 12px;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 92%;
	padding: 10px 4%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: .5px solid #192a42;
	text-decoration: none;
	font-size: 14px;
}
.mean-container .mean-nav ul li:first-child a {
	border-top: none;
}
.mean-container .mean-nav ul li a:hover {
	background: #142237;
}
.mean-container .mean-nav ul li li a {
	width: 90%;
	padding: 10px 5%;
	border-top: .5px solid #192a42;
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 26px;
	padding: 8px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	/* border-left: 1px solid rgba(255,255,255,0.4) !important; */
	/* border-bottom: 1px solid rgba(255,255,255,0.2) !important; */
}
  /* hero area css */
.c-mukto-hero-section {
	position: relative;
}
.hero-banner img {
    max-width: 100%;
  }
.hero-text h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 20px;
}
.hero-text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #CCD6F6;
    margin: 0;
}
.hero-text .searchform input {
    background-color: rgba(251, 252, 255, 0.17);
    border: 0;
    padding: 10px;
    /* width: 80%; */
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    position: relative;
}
.searchform .button-search, button, .button, input[type="submit"] {
	text-align: center;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 24px;
	cursor: pointer;
}
.searchform .button-search {
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: transparent;
	color: #fff;
	margin-left: -45px;
	z-index: 9;
	position: relative;
	font-size: 15px;
}
/* top snippet area css */
.c-mukto-top-code{
	padding-bottom: 90px;
}
/* category css */
.category__area{
	position: relative;
	z-index: 1;
}
.category__area::after{
	content: "";
	z-index: -1;
	position: absolute;
	height: 50%;
	background: rgba(252, 252, 252, 0.04);
	width: 100%;
	bottom: 0;
}
.category__wrap {
	padding: 20px 0;
	background: #142237;
	box-shadow: 5px 5px 40px #080f33;
}
.category__wrap ul {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.category__wrap li {
	width: 25%;
	padding: 8px 6px;
}
.category__wrap li a {
	display: block;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	transition: ease-in 0.3s;
}
.category__wrap li:hover a, .cat_wrapper li.active a {
	background: rgba(83, 109, 254, 0.5);
}
.cat_area::after {
	content: "";
	z-index: -1;
	position: absolute;
	height: 50%;
	background: rgba(252, 252, 252, 0.04);
	width: 100%;
	bottom: 0;
}
.category-area {
	background: #142237;
	padding: 20px 80px;
	box-shadow: 5px 5px 40px #080F33;
	position: relative;
	margin-top: -7%;
	margin-bottom: 120px;
}
.category-area .single-cat {
	text-align: center;
}
.category-area .single-cat a {
	font-size: 14px;
	background: #303D4F;
	color: #fff;
	padding: 10px;
	margin: 8px 0px;
	font-weight: 300;
	display: block;
	transition: ease-in .3s;
}
.category-area .single-cat:hover a {
	background-color: #081426;
}
.c-mukto-top-blog .post, .c-mukto-new-blog .post {
	margin-bottom: 30px;
}
.c-mukto-top-blog .post-inner {
  background-color: #0A192F;
  padding: 25px;
  border: 1px solid transparent;
}
.post-inner.locked {
	border: 1px solid #b50d0d !important;
	opacity: .9;
}
.post-cats {
  display: block;
}
.post-cats a {
  color: #fff;
  background-color: #3348A3;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
}
.post-info h3.post-title a {
	color: #CCD6F6;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 15px;
}
.post-info p.post-content {
	font-size: 15px;
	color: #CCD6F6;
	margin: 0;
	line-height: 26px;
}
.post-info .post-read-more a {
	margin-top: 15px;
	display: block;
	font-size: 16px;
	color: #536DFE;
	transition: ease-in .3s;
}
.post-info .post-read-more a:hover {
	color: #CCD6F6;
}
.post-info .post-read-more a span {
	font-size: 25px;
	position: relative;
	top: 3px;
	right: -5px;
}
.c-mukto-top-blog .post-inner:hover {
	border: 1px solid rgba(122, 96, 252, 0.54);
}
/* new snippet css here */
.c-mukto-new-blog .post-inner {
background-color: #111F35;
  padding: 25px;
  border: 1px solid #463F9E;
  transition: ease-in .3s;
}
.c-mukto-new-blog .post-inner:hover {
  border: 1px solid transparent;
}

/* pages */
/* 404 error page css */
.not-found-section .error-page img {
	max-width: 100%;
}
.not-found-section .error-page .error-msg h2 {
	font-size: 50px;
	margin: 0;
	padding-top: 50px;
	display: block;
}
.error-msg .btn {
	padding: 15px 50px;
	margin-top: 50px;
}
/* support css */
.skype-banner img {
	max-width: 100%;
}
.skype-text h1 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
.skype-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}
.skype-support input[type="text"], .skype-support input[type="email"],
.skype-support textarea {
	width: 100%;
	padding: 15px 15px;
	margin-bottom: 30px;
	background-color: #0a192f;
	border: 0;
	color: #fff;
	font-size: 15px;
}
.skype-support textarea{
	min-height: 300px;
	resize: none;
}
.skype-support label.checkbox {
	margin: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.checkbox input {
	display: none;
}
.checkbox__box {
	height: 20px;
	width: 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin-right: 10px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.checkbox__box::after{
	content: "\2714";
	color: #142237;
	font-size: 15px;
}
.checkbox input:checked + .checkbox__box{
	background-color: #3348a3;
	border: 1px solid #3348a3;
}
.checkbox input:checked + .checkbox__box::after{
	color: #fff;
}
.skype-support .btn {
	display: block;
	margin-top: 30px;
}
/* archive page css */
.c-mukto-archive-code .c-mukto-pagination {
	padding-top: 40px;
	padding-bottom: 10px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
}
.pagination .page-numbers {
	/* display: inline-block; */
	border: 1px solid #7a60fc;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	padding: 10px 20px;
	transition: .3s;
}
.c-mukto-pagination .prev.page-numbers, .c-mukto-pagination .next.page-numbers {
	background-color: #7a60fc;
}
.c-mukto-pagination .page-numbers.current, .c-mukto-pagination .page-numbers:hover{
	background-color: #7a60fc;
}
/*single Post page css*/
.single-post-header h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;;
}
.single-post-header p{
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 26px;
}
.file_name {
	display: block;
	background: #282a36;
	padding: 5px 10px;
	margin-bottom: -15px;
	color: #fff;
	font-weight: 500;
	border-radius: 5px 5px 0 0;
	margin-top: 20px;
}
pre[class*="language-"] {
	margin-bottom: 30px;
	padding-bottom: 0;
}
.blog_share_link {
	margin-top: 30px;
}
.blog_share_link a {
	margin-right: 15px;
	color: #fff;
	height: 40px;
	width: 40px;
	display: inline-block;
	border: 1px solid #383b40;
	text-align: center;
	line-height: 2.4;
	border-radius: 50%;
	transition: .3s;
}
.blog_share_link a:hover {
	background-color: #2c4ee1;
	border: 1px solid #2c4ee1;
}
.comment_list {
	margin-bottom: 70px;
}
.commentor-area {
	padding: 30px 60px;
	border: 1px solid #142237;
	border-radius: 4px;
	position: relative;
	left: 40px;
	margin-bottom: 30px;
	width: 95%;
  }
.comment-area:nth-child(2), .comment-area:nth-child(4) {
	margin-left: 80px;
}
.comment-area img {
	float: left;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	transform: translate(0);
	z-index: 9;
  }
.comment-area {
	margin-bottom: 30px;
	position: relative;
  }
.commentor-area h5 {
	margin: 0;
	padding-bottom: 20px;
  }
.commentor-area h5 a {
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
  }
.comment-text {
	font-size: 15px;
	color: #fff;
	line-height: 24px;
  }
.post-reaction ul {
	margin: 0;
	padding: 0;
}
.post-reaction li {
	display: inline-block;
	margin-right: 40px;
	font-size: 14px;
  }
.post-reaction li a {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	transition: all .3s;
  }
.post-reaction li:hover a{color: #2c4ee1;}
.post-reaction li:last-child {
	margin-right: 0;
  }
.comment_area{
	margin-top: 50px;
}
.comment_area .total_comment h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.comment_box h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
.comment_box form label {
    display: block;
    font-size: 15px;
    margin: 0;
    padding-bottom: 20px;
    cursor: pointer;
}
.comment_box form input, .comment_box form textarea {
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 30px;
	font-size: 14px;
	border: 0;
	background-color: #142237;
	color: #fff;
}
.comment_box form textarea {
	height: 220px;
	resize: none;
	padding: 20px 15px;
}
.comment_box form button {
	padding: 10px 25px;
	border: 0;
	color: #fff;
	background: #3348a3;
	transition: .3s;
	font-size: 14px;
	font-weight: 600;
}
.comment_box form button:hover {
	background-color: #2c4ee1;
}
/* locked post */

.locked_post p {
	margin-bottom: 30px;
  }
.locked_post form label {
	display: block;
	margin-bottom: 20px;
  }
.locked_post form input[type="password"] {
	display: block;
	width: 100%;
	border: 0;
	padding: 10px 20px;
	margin-bottom: 30px;
	border-radius: 0;
	background-color: #142237;
	color: #fff;
  }
.locked_post form input[type="submit"] {
	display: block;
	border: 0;
	padding: 10px 45px;
	background-color: #3348a3;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	transition: .3s;
}
.locked_post form input[type="submit"]:hover {
	background-color: #2c4ee1;
}
/*search sidebar*/
.widget.widget_search, .widget.widget_post, .widget.widget_category {
  margin-bottom: 40px;
}
.widget.widget_search form input {
	width: 100%;
	padding: 5px 15px;
	border: 0;
	background-color: #142237;
	color: #fff;
}
/*related post sidebar*/
.post_grid_wrap .post_item {
  background-color: transparent;
  border: 1px solid #463F9E;
  padding: 15px;
  margin-bottom: 20px;
  transition: .3s;
}
.post_grid_wrap .post_item:last-child{margin-bottom: 0;}
.post_grid_wrap .post_item:hover {
	background-color: #142237;
	border: 1px solid transparent;
}
.post_grid_wrap .post_item a h4 {
  font-size: 16px;
  color: #CCD6F6;
  margin-bottom: 10px;
}
.post_grid_wrap .post_item p {
  font-size: 14px;
  margin: 0;
}
/*sidebar category */
.widget_category ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_category li {
	display: block;
	background-color: #09172b;
	padding: 10px 15px;
	border-bottom: 1px solid #142237;
	transition: .3s;
}
.widget_category li:last-child {
	border-bottom: transparent;
}
.widget_category li:hover {
	background-color: #071222;
}
.widget_category li a {
	display: block;
	font-size: 15px;
	color: #fff;
}
/*call to action*/
.skype_call_widget img {
	max-width: 100%;
	height: auto;
}
/* top author css */
.top-author .member {
	text-align: center;
	margin-bottom: 40px;
	background: #343a40;
	position: relative;
	overflow: hidden;
}
.top-author .member .member-info {
	opacity: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.2s;
}
.member-info-content h4 {
	font-size: 18px;
	font-weight: 700;
}
.member-info-content span {
	font-size: 14px;
}
.top-author .member .member-info-content {
	position: absolute;
	left: 50px;
	right: 0;
	bottom: 0;
	transition: bottom 0.4s;
}
.top-author .member .social {
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	width: 70px;
	transition: left ease-in-out 0.3s;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.top-author .member:hover .member-info {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
	opacity: 1;
	transition: 0.4s;
}
.top-author .member:hover .member-info-content {
	bottom: 30px;
	transition: bottom 0.4s;
}
.top-author .member:hover .social {
	left: 0;
	transition: left ease-in-out 0.3s;
}
.top-author .member .social a {
	transition: color 0.3s;
	display: block;
	color: #fff;
	margin-top: 20px;
}
/* sponsor css */
.sponsor {
	padding: 30px 0;
}
.sponsor img {
	max-width: 100%;
	opacity: .5;
	transition: .3s;
	padding: 15px 0;
}
.sponsor img:hover {
	opacity: 1;
}
/* newsletter css */
.newsletter_wrap {
	padding: 50px 0;
	text-align: center;
}
.newsletter_wrap h4 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.newsletter_wrap ul {
	padding: 0;
	margin: 0;
}
.newsletter_wrap ul li {
	display: inline-block;
	margin-right: 40px;
  }
.newsletter_wrap ul li:last-child{
	  margin-right: 0;
  }
.newsletter_wrap ul li a {
	display: block;
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-decoration: underline;
	text-decoration-color:  #33479a;
}
.newsletter_wrap input {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #142237;
	background-color: #0a192f;
	color: #fff;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	text-align: center;
}
.newsletter_wrap .btn {
	font-size: 14px;
	padding: 12px 20px;
}
.newsletter_wrap p {
	margin: 0;
	font-size: 14px;
	margin-top: 30px;
}
/* footer widgets css here */
.footer-widgets-sec {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #09172A;
}
.footer-widgets-sec ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
h4.widget-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.textwidget p {
	font-size: 16px;
	line-height: 28px;
	text-transform: capitalize;
	font-weight: 300;
  margin: 0;
  color: #CCD6F6;
}
.footer-navigation ul li a {
	color: #CCD6F6;
	margin-bottom: 15px;
	display: block;
	font-size: 15px;
	transition: .3s;
}
.footer-navigation ul li:last-child a,
.footer-links ul li:last-child a{
  margin-bottom: 0;
}
.footer-links ul li a {
	color: #CCD6F6;
	margin-bottom: 15px;
	display: block;
	font-size: 15px;
	transition: .3s;
}
.footer-navigation ul li:hover a, .footer-links ul li:hover a {
	color: #2c4ee1;
}
/* copyright area */
.copyright-area {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	backface-visibility: visible;
	background-color: #09172a;
}
.footer-copy p {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	margin: 0;
	padding: 25px;
}
.footer-copy p svg{
	color: brown;
}
.footer-copy p a{
	text-decoration: underline;
	color: #fff;
}
.footer-copy p a:hover{
	text-decoration: none;
}
/*back to top*/
.scrollTop {
    position: fixed;
     right: 40px;
     bottom: 60px;
     opacity: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     -webkit-transition:all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s;
     height: 50px;
     width: 50px;
     border-radius: 50px;
     text-align: center;
     z-index: 99;
}
.scrollTop a {
    font-size: 18px;
     color: #fff;
}
.scrollTop span {
     background: #081426;
     height: 40px;
     width: 40px;
     display: block;
}
.scrollTop svg {
	margin-top: 10px;
	color: #fff;
}
.scrollTop span:hover {
     background-color:#33479a;
     -webkit-transition:.3s;
     transition: .3s;
}
/* pc theme color header*/
@media (prefers-color-scheme: dark) {
  header.header { background:  #000; color: white; }
  .header_menu nav ul li ul.submenu { background: #000; color:  #ddd; }
  .header_menu nav ul li ul.submenu li:hover > a { background: #000; color:  #33479a; }
}

@media (prefers-color-scheme: light) {
}
/* ======== The End ========= */
/* ======== Thanks For Choosing My Product.============ */
