/*
* Magic Elementor theme main sttyle
* theme Author Noor Alam
*
*/

:root {
  ---light-body: #ecf0f3;
  --section-color: #f9f9fc;
  --black: #000;
  --white: #fff;
  --color-primary: #0a95ff;
  --color-heding: #0d1013;
  --color-gray: #3c3e41;
  --color-gray-2: #626567;
  --gray: #6c757d;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--gray);
  background: var(--white);
  font-size: 1rem;
  overflow-x:hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0.5rem;
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: var(--color-heding);
  text-decoration: inherit;
}
a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
.bg-black {
  background: #000;
}
.text-white a {
  color: #fff;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
input[type="search"],
input[type="email"],
input[type="url"],
input[type="text"],
select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
[type="search"]:focus,
[type="text"]:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
}
input[type="submit"],
button,
a#clickTop {
  border: 1px solid #ccc;
  padding: 10px 20px;
  vertical-align: middle;
  background: var(--color-primary);
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-size: 1rem;
}
.no-load {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
input[type="submit"]:hover,
button:hover,
a#clickTop {
  background: #464646;
}
ul li,
ol li {
  margin-bottom: 5px;
}

.tag-btns a {
  text-decoration: inherit;
}

.tag-btns a:hover {
  background: #000;
}
/*Primery color*/

.modal.show .modal-dialog {
  margin-bottom: 80px;
}

.me-htemplate-not,
.me-ftemplate-not {
  padding: 40px;
  background: #e3ffea;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  color: #e50000;
}
/* header logo */
.header .header-logosec {
  padding: 50px 0;
}
.head-logo-sec {
  width: 100%;
}
.header-logosec {
  padding: 30px 0;
}
h1.site-title {
  cursor: pointer;
  font-size: 50px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.site-title a {
  text-decoration: inherit;
}
.header .search-box {
  background-color: var(---light-body);
  border-radius: 5px;
}
.header .search-box input {
  outline: none;
  border: none;
  color: var(--black);
  font-size: 18px;
  padding: 10px;
  background-color: var(---light-body);
}
.search-box input.search-submit {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: transparent;
  text-indent: 9999px;
}
.header .search-box input:focus {
  border: 1px solid #72aee6;
}
.header .search-box input.search-field {
  padding-right: 50px;
}
.npaper.search-box form {
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.npaper.search-box form label {
  display: block;
  width: 100%;
  overflow: hidden;
}
.header .search-box a {
  font-size: 18px;
  padding: 0 20px;
  transition: 0.3s;
}
.header .search-box a:hover {
  color: var(--color-primary);
}
.search-box form:before {
  display: flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  right: 20px;
  z-index: 1;
  height: 100%;
  align-items: center;
  top: 0;
}

.header .social-links {
  margin-left: auto;
}
.header .header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .social-links a {
  font-size: 15px;
  padding: 0 4px;
  color: var(--gray);
  transition: 0.3s;
}
.header .social-links a:hover {
  color: var(--color-primary);
}
.header .pofile-box a {
  color: var(--black);
  transition: 0.3s;
  font-size: 30px;
}
.header .pofile-box a:hover {
  color: var(--color-primary);
}
.header .pofile-box a:hover {
  color: var(--color-primary);
}
.header.mg-nomenu {
  margin-bottom: 1rem;
}
/* Main Menu style */
.mobile-menu-bar {
  display: none;
}
.menu-bar {
  position: relative;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  background: #fafafa;
  color: #000;
  margin-bottom: 3rem;
}

div#magic-elementor-menu ul {
  margin: 0;
}
.main-navigation ul {
  list-style: outside none none;
  padding: 0;
  margin-bottom: 0;
}
.main-navigation ul ul {
  margin: 0;
}
.main-navigation ul li {
  display: inline-block;
  position: relative;
}
.main-navigation ul li a {
  display: inline-block;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}
.main-navigation ul li:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 25px;
  margin-bottom: 12.5px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  position: absolute;
  right: 0;
  top: 30%;
  width: 1px;
}
.main-navigation ul li:last-child:after {
  display: none;
}

/*dropdown menu*/

.main-navigation ul li ul {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9;
  background: var(---light-body);
  width: 250px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow: 0px 5px 42px -6px rgb(92 91 92);
  box-shadow: 0px 5px 42px -6px rgb(92 91 92);
}

.main-navigation ul li ul li {
  display: block;
}

.main-navigation ul li li a,
.main-navigation ul li li:first-child a,
.main-navigation ul li li:last-child a,
.main-navigation ul li:first-child li a {
  padding: 15px;
  text-transform: none;
}

.main-navigation ul li li:after {
  bottom: auto;
  width: 100%;
  height: 1px;
  top: auto;
  margin-top: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.main-navigation ul li li:hover > a,
.main-navigation ul li li.hover > a {
  background-color: #fff;
  color: #000;
}

.main-navigation ul li:hover > a,
.main-navigation ul li:focus > a {
  color: var(--color-primary);
}

.main-navigation ul li:hover ul,
.main-navigation ul li.hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 50px;
}
.main-navigation ul ul li a {
  display: block;
}
.main-navigation ul li ul ul {
  left: 250px;
}
.main-navigation ul li:hover ul li ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.main-navigation ul li:hover ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 20px;
}
.main-navigation ul ul ul ul ul {
  right: 250px;
  left: auto;
}

.main-navigation ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul {
  left: auto;
  right: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}
.main-navigation ul > li.menu-item.menu-item-has-children {
  padding-right: 15px;
}

.main-navigation ul ul li.menu-item.menu-item-has-children {
  padding-right: 0;
}
.main-navigation ul li.menu-item.menu-item-has-children > a {
  position: relative;
  z-index: 0;
}
.main-navigation ul li.menu-item.menu-item-has-children>a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.main-navigation ul ul li.menu-item.menu-item-has-children > a:after {
  right: 12px;
}

/*
 #
 # Widget style
 #
 */
.widget h2,
h2.widget-title {
  font-size: 18px;
  margin-bottom: 1.5rem;
  text-align: left;
  background: #fafafa;
  padding: 10px;
  font-weight: 600;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside section.widget {
  margin-bottom: 2rem;
}

aside section.widget>ul,
aside section.widget>ol {
  margin: 0;
  padding: 0;
}

aside section.widget div>ul,
aside section.widget div>ol {
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin-bottom: 5px;
}

.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
}

.widget ul li:last-child {
  border-bottom: 0;
}
.widget ul li a {
  color: inherit;
}

.widget ul li a:hover {
  color: var(--color-primary);
}
.widget .search-form .search-submit {
  width: 97%;
  margin-top: 5px;
}
.tagcloud a {
  border: 1px solid #ededed;
  background: #fff;
  padding: 5px 7px;
  margin: 0 2px 5px 0;
}
form.search-form {
  display: flex;
  width: 100%;
}
form.search-form label {
  width: 100%;
}
form.search-form input {
  padding: 10px 20px;
  border-radius: 0;
}
.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/*
 #
 # page And post style
 #
 */

.nxsingle-post .post-thumbnail img {
  border-radius: 5px;
  overflow: hidden;
}
.post-thumbnail img {
  margin-bottom: 1.5rem;
}
header.entry-header.page-header {
  margin-bottom: 1.5rem;
}
span.catname {
  background: #ededed;
  padding: 10px 15px;
  margin-right: 10px;
}
.mg-wrapper {
  padding: 3px 0;
}

/*posts List style*/

.nx-list-item .single-nx-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  background: #fff;
}
.nx-list-item .nx-single-list-img {
  flex: 0 0 50%;
  margin-right: 20px;
}

.nx-list-item .nx-single-list-details {
  padding: 20px 0;
  width: 100%;
}

a.catname,
.nx-list-item a.nx-list-categories {
  text-decoration: none;
  color: var(--color-primary);
  font-size: 12px;
  transition: 0.3s;
  margin-bottom: 5px;
}

.nx-list-item .nx-single-list-img img {
  width: 100%;
  transition: 0.3s;
}

.nx-list-item .nx-single-list-img img:hover {
  filter: brightness(1.1);
}

.nx-list-item .nx-list-title a {
  font-size: 22px;
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  transition: 0.3s;
  line-height: 1.3;
}

.nx-list-item .nx-list-title a:hover {
  color: var(--color-primary);
}

.nx-list-item a.nx-list-categories:hover {
  color: var(--black);
}

.nx-list-item p.nx-list-dres {
  color: var(--gray);
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

.nx-list-item a.nx-list-btn {
  text-decoration: none;
  color: var(--black);
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}

.nx-list-item a.nx-list-btn:hover {
  letter-spacing: 2px;
  color: var(--color-primary);
}
.nx-list-item .nx-list-load-more-btn {
  margin-top: 40px;
}

.nx-list-item .nx-list-load-more-btn a {
  display: inline-block;
  background: var(--white);
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid var(--gray);
}

.nx-list-item .nx-list-load-more-btn a:hover {
  background: var(--black);
  color: var(--white);
}

.nx-list-item .nx-list-load-more-btn i {
  margin-left: 5px;
}

.tag-btns a {
  margin-right: 5px;
  background: #555;
  color: #fff;
  padding: 5px 15px;
}
article.post.sticky>div {
  border: 1px solid #ededed;
  background: #fafafa;
}
a.magic-elementor-readmore {
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
}

a.magic-elementor-readmore:hover {
    opacity: 1;
}
@media (max-width: 767px) {
  
  .nx-list-item .single-nx-list-item {
    margin-bottom: 50px;
  }

  .nx-list-item .nx-single-list-img {
    flex: 0 0 30%;
    margin-bottom: 30px;
  }
}
@media (max-width: 580px) {
  .nx-list-item .single-nx-list-item {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .nx-list-item .nx-single-list-img {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .nx-list-item .nx-single-list-details {
    padding-left: 20px;
  }
}

h2.entry-title a,
h2.entry-title {
  color: #1b1b1b;
}


.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
}

.pagination .nav-links a,
.pagination .nav-links span {
  padding: 5px 10px;
  margin-right: 10px;
}

.pagination .nav-links a:hover,
.pagination .nav-links span {
  color: #f8669d;
}
.entry-meta {
  margin-bottom: 1rem;
  line-height: 1;
}
.entry-meta a,
.entry-meta span,
.ghead-meta {
  font-size: 12px;
  margin-right: 5px;
  line-height: 1;
}
.post-thumbnail img {
  border: 1px solid #ededed;
}
.nboxp-grimg {
  position: relative;
}
.nbox-grid-cat {
  background: #f8669d;
  color: #fff;
  padding: 8px 10px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
}
.nbox-grid-cat:hover {
  background: #c7366d;
  color: #fff;
}
section.no-results.not-found.xmain-404 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer.entry-footer span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

footer.entry-footer span,
footer.entry-footer span a {
  font-size: 14px;
}

footer.entry-footer span:last-child {
  border: none;
}
.site-info a {
  color: inherit;
}
.navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 10px;
  margin-bottom: 3rem;
  border-top: 1px solid;
  margin-top: 1rem;
}

.navigation.post-navigation .nav-links .nav-next {
  margin-left: auto;
}

.comments-area {
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 20px;
}
.comments-area .comment-form-comment label {
  display: block;
}
.comments-area .comment-form-comment textarea {
  width: 100%;
}
/*404 style*/
.xmain-404 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.xmain-404 h1 {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(214, 3, 3), rgb(65, 9, 9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
# Footer style
*/
.site-footer {
  background: #fafafa;
  padding: 20px 0;
  margin-top: 3rem;
}
.site-info.text-center {
  font-size: 16px;
  color: var(--black);
  letter-spacing: 1px;
}
a#clickTop {
  right: 5px !important;
}
/*
#
# Theme Magic Elementor
# Default style for Magic Elementor 
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Components
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Comments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
*{
	margin: 0;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
iframe {
    border: 0;
    max-width: 100%;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
/* Table
--------------------------------------------- */
.entry-content table,.comment-content table {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.entry-content table td, .entry-content table th ,
.comment-content table td, .comment-content table th {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}

.entry-content table th ,
.comment-content table th {
    background: #ccc;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-respond {
	margin-top: 4rem;
	margin-bottom: 4rem;
	border: solid thin #eaeaea;
	padding: 1.75rem;
}

.comment-notes {
	font-size: medium;
	margin: 0px 0;
}

.comment-list {
	padding: 0;
}

.comments-title {
	font-size: medium;
}

.comment-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 1rem;
}

.comment-author img {
	border-radius: 50%;
	margin-right: .5rem;
}

.comment-metadata a {
	color: #c1c1c1;
}

.says {
	display: none;
}

.comment-reply-link {
	border: solid thin #eaeaea;
	padding: 0.2rem 0.5rem;
}

.comment-form-cookies-consent {
	font-size: medium;
	font-weight: normal;
}

.comments-area ol {
	list-style: none;
}

.comment-body {
	border: solid thin #e2e8f0;
	padding: 1rem;
	margin-bottom: 2rem;
	font-size: medium;
	word-wrap: break-word;
}

ol.children {
	margin-bottom: 0;
	margin-left: 0;
}

div.comments-area label {
	display: inline-block;
	margin-bottom: 0;
	color: #757575;
}

div.comment-respond h3 {
	font-size: 20px;
	font-weight: 700;
}

p.logged-in-as {
	font-size: medium;
	margin: 0px 0;
}

span.nav-subtitle {
	color: #999;
}
form#commentform input:not([type="checkbox"]) {
	display: block;
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.has-thumbnail .magic-elementor-text.text-center.p-3 {
		margin-bottom: 2rem;
	}
}

/*Grid & container style*/

.mg-wrapper-full {
	width: 100%;
	margin: 0 auto;
}
.mg-wrapper {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}
article.post {
	display: block;
	width: 100%;
}
.mg-flex {
	display: flex;
	flex-flow: row wrap;
	padding: 0 15px;
	margin-right: calc(1.5rem * -.5);
	margin-left: calc(1.5rem * -.5);
}
.mg-flex>div>* {
	padding-right: calc(1.5rem * .5);
	padding-left: calc(1.5rem * .5);
}

.mg-grid-12 {
	width: 100%;
}
.mg-grid-9 {
	width: 66.6%;
}
.mg-grid-6 {
	width: 50%;
}
.mg-grid-4{
	width: 25%;
	flex: 0 0 auto;
}
.mg-grid-3{
	width: 33.33%;
	flex: 0 0 auto;
}
.mg-grid-2{
	width: 50%;
	flex: 0 0 auto;
}
.mg-grid-1{
	width: 100%;
	flex: 0 0 auto;
}
.mg-grid-auto>*{
	flex: 1;
}
aside#secondary .row {
	margin-left: 0;
}
@media only screen and (max-width: 1200px) {
	.mg-wrapper {
		max-width: 1170px;
		width: 100%;
	}
	
}
@media only screen and (max-width: 991px) {
	.mg-wrapper {
		width: 100%;
	}
	.mg-grid-4 {
		width: 50%;
	}
	.mg-grid-9,
	.mg-grid-6,
	.mg-grid-3,
	.mg-grid-2 {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.mg-grid-4 {
		width: 100%;
	}
}
.alignfull{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
}
.wp-block-button__link{
  background-color:#000;
}
.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}
ul.wp-block-gallery.alignleft.columns-2.is-cropped {
    margin-right: 2em/*!rtl:end:ignore; */;
}
ul.wp-block-gallery.alignwide {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
   padding: 30px 50px 30px 80px;
}
.is-style-solid-color blockquote {
    background: transparent;
}
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table td, .wp-block-table th {
  padding: .5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}
/*embide style*/
.alignwide.wp-block-embed,
.alignfull.wp-block-embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.alignwide.wp-block-embed iframe,
.alignfull.wp-block-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.alignwide.wp-block-embed figcaption,
.alignfull.wp-block-embed figcaption{
	bottom:-10px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	position:absolute
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }

}

/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

/*Default blog some style*/

/*Column bloc */
.wp-block-column{
  margin-bottom: 1.6em;
}

/*block button*/
.wp-block-button__link {
    border-radius: 22px;
    padding: 10px 20px;
    font-size: 16px;
}
.is-style-squared .wp-block-button__link {
    border-radius: 5px;
}
.is-style-outline .wp-block-button__link {
     border: 1px solid currentcolor;
}

/*Common block style*/
.has-large-font-size {
    line-height: 41px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: inherit;
    padding: 30px 50px 30px 80px;
}

/*Block column*/

.wp-block-gallery.columns-3 ul li {
    width: 33.33%;
    float: left;
}
.wp-block-gallery.columns-2 ul li {
    width: 50%;
    float: left;
}
.wp-block-gallery.columns-4 ul li {
    width: 25%;
    float: left;
}
.wp-block-gallery.columns-5 ul li {
    width: 20%;
    float: left;
}
.wp-block-gallery.columns-6 ul li {
    width: 16.66%;
    float: left;
}
.wp-block-gallery.columns-7 ul li {
    width: 14.28%;
    float: left;
}
.wp-block-gallery.columns-8 ul li {
    width: 12.5%;
    float: left;
}
