/* CSS Document */
/*for coment style for tag and its psudo class */
/* Sets the style to pseudo selectors AND base default anchor*/
/*end*/
/*Mixin itself*/
/* Usage as a mixin
.element {
  @include clearfix;
}*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 0.5rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #000;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

/* CSS Document */
body {
  margin: 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  color: #000000;
  text-align: left;
  background-color: #fff;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: 'Poppins', sans-serif; }

h1,
.h1 {
  font-size: 25px; }

h2,
.h2 {
  font-size: 24px; }

h3,
.h3 {
  font-size: 22px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 18px; }

h6,
.h6 {
  font-size: 18px; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

.bg-gray {
  background: #f1f1f1; }

.border-radius-0 {
  border-radius: 0 !important; }

.border-0 {
  border: 0 !important; }

.border, .input-group.discussion-input input, .search-input-group input[type="search"]:not([type='checkbox']):not([type='submit']):not([type='button']):not([type='radio']):not([type='file']) {
  border: 1px solid #c7c7c7; }

.border-left, .post-meta > li + li {
  border-left: 1px solid #c7c7c7; }

.border-right {
  border-right: 1px solid #c7c7c7; }

.border-top {
  border-top: 1px solid #c7c7c7; }

.border-bottom, .section-border-bottom:not(:last-child), .mobile-menu-list:not(:last-child), .post-alternative-repeat-border .post-thumb:not(:last-child) {
  border-bottom: 1px solid #c7c7c7; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.mobile-only {
  display: none !important; }
  @media only screen and (max-width: 767px) {
    .mobile-only {
      display: block !important; } }

.desktop-only {
  display: none !important; }
  @media only screen and (min-width: 768px) {
    .desktop-only {
      display: block !important; } }

.md-only {
  display: none !important; }

@media (max-width: 1023px) {
  .md-only {
    display: block !important; } }
/******padding fix********/
.p-0 {
  padding: 0 !important; }

.pr-3, .p-3, .px-3 {
  padding-right: 1rem !important; }

.pl-3, .p-3, .px-3 {
  padding-left: 1rem !important; }

.pt-3, .p-3, .py-3 {
  padding-top: 1rem !important; }

.pb-3, .p-3, .py-3 {
  padding-bottom: 1rem !important; }

@media only screen and (min-width: 768px) {
  .p-wb-0 {
    padding: 0 !important; }

  .pr-wb-3, .px-wb-3 {
    padding-right: 1rem !important; }

  .pl-wb-3, .px-wb-3 {
    padding-left: 1rem !important; }

  .pt-wb-3, .py-wb-3 {
    padding-top: 1rem !important; }

  .pb-wb-3, .py-wb-3 {
    padding-bottom: 1rem !important; }

  .p-wb-3 {
    padding: 1rem !important; } }
.m-0 {
  margin: 0 !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.overflow-hide {
  height: 100%;
  overflow: hidden; }

.section-border-bottom, .mobile-menu-list {
  margin: 0 1rem;
  padding-top: 1rem; }
  @media only screen and (min-width: 768px) {
    .section-border-bottom, .mobile-menu-list {
      margin: 0 2.5rem; } }
  .section-border-bottom:not(:last-child), .mobile-menu-list:not(:last-child) {
    padding-bottom: 1rem; }

.category-link {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 0.75rem; }
  .category-link, .category-link:hover, .category-link:active, .category-link:visited, .category-link:focus, .category-link:active:focus {
    color: #eb6311; }
  .category-link hover-focus-active {
    text-decoration: underline; }

.creative-section {
  text-align: center; }

.justify-content-left {
  justify-content: left !important; }

.red {
  color: #e62f2f !important; }

.d-flex {
  display: flex; }
  @media only screen and (min-width: 768px) {
    .d-flex.justify-content-between {
      justify-content: space-between; } }

@media only screen and (min-width: 768px) {
  .rs-d-flex {
    display: flex; }
    .rs-d-flex.justify-content-between {
      justify-content: space-between; }
    .rs-d-flex .ord-0 {
      order: 0; }
    .rs-d-flex .ord-1 {
      order: 1; } }

.loadmore-btn {
  margin: 1rem 0 1.5rem; }

.mobile-bottom-ads-holder {
  background: #fff;
  display: none;
  padding: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  position: -webkit-sticky !important;
  position: sticky !important;
  bottom: -1px !important;
  width: 100%;
  text-align: center;
  z-index: 10000;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .mobile-bottom-ads-holder {
      display: block; } }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */ }

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  position: relative;
  z-index: 9;
  background-color: #fefefe;
  margin: auto;
  padding: 1.5rem;
  border-radius: 5px;
  border: 1px solid #888;
  width: 80%;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal-sm {
  width: 50%;
  max-width: 650px; }

.modal-lg {
  width: 90%; }

/* The Close Button */
.modal-close {
  float: right;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1rem;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  /* opacity: .5; */
  display: inline-block;
  margin-left: 15px;
  padding: 5px;
  margin-right: -10px;
  margin-top: -5px; }

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.show {
  display: block; }

.modal.show .modal-content {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open {
  overflow: hidden; }

.artical-support-box {
  padding: 1.2rem; }
  @media only screen and (min-width: 768px) {
    .artical-support-box {
      padding: 1.5rem; } }

/* CSS Document */
.css-icon {
  background-repeat: no-repeat;
  background-image: url(../img/iconSprite.png);
  display: inline-block; }
  .css-icon.icon-video {
    width: 35px;
    height: 35px;
    background-position: -247px -6px; }

.nav-inner {
  box-shadow: 0px 2px 5px 5px rgba(24, 24, 24, 0.1);
  position: relative;
  z-index: 99;
  background: #fff; }

.header-top {
  display: flex;
  align-items: center;
  padding: 9px 15px;
  margin-bottom: 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .header-top {
      padding: 0.5rem 1.5rem 0.5rem; } }
  .header-top a, .header-top a:hover, .header-top a:focus, .header-top a:active {
    text-decoration: none; }
  .header-top .left {
    flex: 0 0 20%; }
    .header-top .left .lang {
      font-size: 16px;
      font-weight: normal; }
  .header-top .mid {
    margin: 0 auto; }
  .header-top img {
    width: 170px; }
    @media only screen and (min-width: 768px) {
      .header-top img {
        width: 210px; } }
  .header-top .right {
    flex: 0 0 20%;
    text-align: right; }
    .header-top .right .btn-login {
      font-size: 16px;
      font-weight: normal; }

.top-menu-list {
   /* display: flex;
   
    flex-wrap: nowrap;
    overflow-x: auto;
	margin: 0rem 1rem;
	 flex-wrap: nowrap;*/
  scrollbar-color: #666 #201c29;
  scrollbar-gutter: always;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  white-space: nowrap;
  text-align: center; }
  .top-menu-list::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .top-menu-list::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); }
  .top-menu-list::-webkit-scrollbar-track {
    background: #f1f1f1; }
  @media only screen and (min-width: 768px) {
    .top-menu-list {
      justify-content: center; } }
  .top-menu-list a {
    margin: 0.5rem 1rem;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    white-space: nowrap; }
    .top-menu-list a, .top-menu-list a:hover, .top-menu-list a:focus, .top-menu-list a:active {
      text-decoration: none; }
    .top-menu-list a:hover, .top-menu-list a:focus, .top-menu-list a:active {
      color: #ef752a; }
    @media only screen and (min-width: 768px) {
      .top-menu-list a {
        margin: 0.5rem 1.25rem; } }

.toggle-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 3px; }

.mobile-menu {
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
  z-index: 99;
  transition: all 0.4s ease;
  transform: translateX(-115%); }
  @media only screen and (min-width: 768px) {
    .mobile-menu {
      max-width: 400px;
      box-shadow: 4px 0 11px rgba(0, 0, 0, 0.21); } }
  .mobile-menu.expand {
    transform: translateX(0%); }
  .mobile-menu .section-border-bottom:not(.bg-gray), .mobile-menu .mobile-menu-list:not(.bg-gray) {
    margin: 0 1.5rem; }
  .mobile-menu .section-border-bottom.bg-gray, .mobile-menu .bg-gray.mobile-menu-list {
    padding: 1rem 1.5rem; }
  .mobile-menu .btn-close {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-position: -158px -52px;
    cursor: pointer; }

.mobile-menu-list a {
  display: block;
  font-weight: normal; }
  .mobile-menu-list a, .mobile-menu-list a:hover, .mobile-menu-list a:focus, .mobile-menu-list a:active {
    text-decoration: none; }
  .mobile-menu-list a:hover, .mobile-menu-list a:focus, .mobile-menu-list a:active {
    color: #ef752a; }
  .mobile-menu-list a:not(:last-child) {
    margin: 0 0 1rem; }

@media screen and (min-width: 783px) {
  .customize-support .main-head .mobile-menu {
    top: 32px; } }
@media screen and (max-width: 782px) {
  .customize-support .main-head .mobile-menu {
    top: 46px; } }
/****loginicon***/
.drop-menu {
  position: relative; }

.drop-menu-list {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  top: 100%;
  display: none;
  min-width: 115px;
  text-align: left;
  border-radius: 5px; }
  .drop-menu-list a {
    display: block;
    padding: 0.5rem 15px;
    font-weight: normal; }
    .drop-menu-list a:not(:last-child) {
      border-bottom: 1px solid #ddd; }
    .drop-menu-list a:hover, .drop-menu-list a:focus, .drop-menu-list a:active {
      color: #ef752a; }
  .drop-menu-list.show {
    display: block; }

.right .drop-menu-list {
  right: 0; }

.user-icon {
  align-self: center;
  display: inline-flex;
  align-items: center; }
  .user-icon svg {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 2px; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.stp-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (min-width: 1200px) {
    .stp-container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 768px) {
    .stp-container {
      max-width: 720px; } }
  @media only screen and (min-width: 992px) {
    .stp-container {
      max-width: 960px; } }
  @media only screen and (min-width: 1200px) {
    .stp-container {
      max-width: 1180px; } }
@media (min-width: 1300px) {
  .stp-container {
    max-width: 1280px; } }
.stp-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media only screen and (min-width: 1200px) {
    .stp-row {
      margin-right: -15px;
      margin-left: -15px; } }
.stp-col-left, .stp-col-center, .stp-col-right {
  position: relative;
  width: 100%;
  min-height: 1px; }
.stp-col-left, .stp-col-right {
  display: none; }
@media (min-width: 768px) and (max-width: 1023px) {
  .stp-col-center {
    flex: 0 0 670px;
    max-width: 670px; } }
@media (min-width: 1024px) {
  .stp-col-left, .stp-col-right {
    display: block; }
  .stp-col-center {
    flex: 0 0 52.735%;
    max-width: 52.735%; }
  .stp-col-left {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    flex: 0 0 20.704%;
    max-width: 20.704%; }
  .stp-col-right {
    flex: 0 0 26.561%;
    max-width: 26.561%; } }

@media (max-width: 767px) {
  main.stp-col-center {
    border: 0 !important; } }
.sidebar__inner {
  padding-bottom: 30px; }

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem; }
  @media only screen and (min-width: 768px) {
    .grid-3 {
      grid-template-columns: 1fr 1fr 1fr; } }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem; }
  @media only screen and (min-width: 768px) {
    .grid-2 {
      grid-template-columns: 1fr 1fr; } }

/* CSS Document */
.img-fluid {
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* CSS Document */
.btn-outline {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 5px;
  border: 1px solid #7a7a7a;
  background-color: #ededed;
  color: #5b5b5b;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    text-decoration: none;
    border: 1px solid #5b5b5b;
    background-color: #5b5b5b;
    color: #fff;
    outline: none; }
  .btn-outline:not(:last-child) {
    margin-right: 8px; }
  .btn-outline.active {
    text-decoration: none;
    border: 1px solid #5b5b5b;
    background-color: #5b5b5b;
    color: #fff; }

.btn-sm {
  padding: 5px 15px; }

.btn-Whatsapp {
  background: #25d366;
  color: #fff;
  border-color: #25d366; }
  .btn-Whatsapp:hover, .btn-Whatsapp:focus, .btn-Whatsapp:active {
    background: #25d366;
    color: #fff;
    border-color: #25d366; }
  .btn-Whatsapp svg {
    width: 18px;
    line-height: 1;
    margin: -3px 0;
    margin-right: 4px; }

/* CSS Document */
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal; }
  .btn, .btn:hover, .btn:active, .btn:visited, .btn:focus, .btn:active:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border-radius: 3px; }
  .btn.btn-gray, .btn.btn-gray:hover, .btn.btn-gray:active, .btn.btn-gray:visited, .btn.btn-gray:focus, .btn.btn-gray:active:focus {
    background-color: #ddd;
    color: #212529; }
  .btn.btn-orange, .btn.btn-orange:hover, .btn.btn-orange:active, .btn.btn-orange:visited, .btn.btn-orange:focus, .btn.btn-orange:active:focus {
    background: #ff914d; }

/* CSS Document */
.x-scrollable {
  display: flex;
  flex-wrap: nowrap;
  scrollbar-color: #666 #201c29;
  scrollbar-gutter: always;
  overflow-x: scroll;
  padding-bottom: 1.5rem;
  -webkit-overflow-scrolling: touch; }
  .x-scrollable::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .x-scrollable::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); }
  .x-scrollable::-webkit-scrollbar-track {
    background: #f3f3f3; }
  .x-scrollable .post-thumb {
    flex: 0 0 60%;
    padding: 0;
    max-width: 60%;
    position: relative;
    margin-right: 1.5rem; }
    .x-scrollable .post-thumb:not(:first-child) {
      margin-left: 1.5rem; }
      .x-scrollable .post-thumb:not(:first-child):after {
        content: "";
        border-left: 1px solid #ddd;
        width: 1px;
        height: 100%;
        position: absolute;
        left: -1.5rem;
        top: 0; }
    .x-scrollable .post-thumb-media {
      /* padding-bottom:71%;*/ }
  .x-scrollable .post-guide-thumb {
    flex: 0 0 35%;
    padding: 0;
    max-width: 35%; }
    .x-scrollable .post-guide-thumb .post-thumb-title {
      max-height: 83px;
      overflow: hidden; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* CSS Document */
.post-thumb a, .post-thumb a:hover, .post-thumb a:focus, .post-thumb a:active {
  text-decoration: none; }
.post-thumb-media {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  background-color: #f1f1f1; }
  .post-thumb-media img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; }
  .post-thumb-media .play-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px; }
  .post-thumb-media .video-timer {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.46);
    padding: 5px 7px;
    color: #fff;
    line-height: 1;
    font-size: 14px; }
.post-thumb-text {
  max-height: 102px;
  max-height: 79px;
  overflow: hidden;
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    .post-thumb-text {
      max-height: 200px;
      max-height: 178px; } }
.post-thumb .d-flex {
  display: flex;
  justify-content: space-between; }
  .post-thumb .d-flex figure {
    flex: 0 0 44%;
    max-width: 44%;
    padding-bottom: 31.8%;
    padding-bottom: 24.64%;
    align-self: flex-start;
    border-radius: 5px;
    order: 1; }
    @media only screen and (min-width: 768px) {
      .post-thumb .d-flex figure {
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 35.8%;
        padding-bottom: 28%; } }
  .post-thumb .d-flex .post-thumb-text {
    flex: 0 0 56%;
    max-width: 56%;
    padding: 0 1rem 0 0; }
    @media only screen and (min-width: 768px) {
      .post-thumb .d-flex .post-thumb-text {
        padding: 0 2.5rem 0 0;
        flex: 0 0 50%;
        max-width: 50%; } }

.post-meta {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 1rem; }
  .post-meta > li {
    margin-right: 0.75rem;
    line-height: 1;
    align-self: center;
    display: flex;
    align-items: center;
    font-size: 14px; }
    .post-meta > li + li {
      padding-left: 0.75rem; }
  .post-meta .icon-chat {
    width: 20px;
    height: 20px;
    background-size: 1150px;
    background-position: -205px -5px;
    margin-right: 3px; }
  .post-meta .icon-video {
    width: 25px;
    height: 25px;
    background-position: -154px -2px;
    background-size: 1050px;
    margin-right: 5px; }
  .post-meta .author {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold; }

.post-guide-media {
  position: relative;
  padding-bottom: 140%;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f1f1f1; }
  .post-guide-media img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; }

.post-guide-text {
  max-height: 50px;
  overflow: hidden;
  font-size: 18px; }
  @media only screen and (min-width: 768px) {
    .post-guide-text {
      max-height: 50px; } }

/* CSS Document */
.post-thumb-flex {
  display: flex;
  text-decoration: none !important;
  justify-content: space-between; }
  .post-thumb-flex figure {
    flex: 0 0 30%;
    max-width: 30%;
    padding-bottom: 21.59%;
    padding-bottom: 17%;
    align-self: flex-start;
    border-radius: 0;
    border: 1px solid #f8f9fa; }
  .post-thumb-flex .post-thumb-title {
    font-size: 22px;
    flex: 0 0 calc( 70% - 1.5rem );
    max-width: calc( 70% - 1.5rem ); }
    @media only screen and (min-width: 768px) {
      .post-thumb-flex .post-thumb-title {
        font-size: 1.5rem; } }
  .post-thumb-flex:not(:last-child) {
    margin-bottom: 1.5rem; }

.post-alternative-repeat .post-thumb-flex:nth-child(even) .post-thumb-media {
  order: 1 !important; }

/* CSS Document */
.post-alternative-repeat .post-thumb:nth-of-type(2n) .post-thumb-media {
  order: 0; }
.post-alternative-repeat .post-thumb:nth-of-type(2n) .post-thumb-text {
  padding: 0 0 0 1rem; }
  @media only screen and (min-width: 768px) {
    .post-alternative-repeat .post-thumb:nth-of-type(2n) .post-thumb-text {
      padding: 0 0 0 2.5rem; } }

.post-alternative-repeat-border .post-thumb {
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* CSS Document */
.opinion-post-thumb {
  position: relative; }
  .opinion-post-thumb a, .opinion-post-thumb a:hover, .opinion-post-thumb a:focus, .opinion-post-thumb a:active {
    text-decoration: none; }
  .opinion-post-thumb .d-flex {
    display: flex;
    justify-content: space-between; }
    .opinion-post-thumb .d-flex .opinion-post-thumb-media {
      position: relative;
      overflow: hidden;
      background-color: #f1f1f1;
      flex: 0 0 40%;
      max-width: 40%;
      padding-bottom: 22.2%;
      align-self: flex-start;
      border-radius: 5px; }
      @media only screen and (min-width: 768px) {
        .opinion-post-thumb .d-flex .opinion-post-thumb-media {
          flex: 0 0 40%;
          max-width: 40%; } }
      .opinion-post-thumb .d-flex .opinion-post-thumb-media img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover; }
    .opinion-post-thumb .d-flex .opinion-post-thumb-content {
      flex: 0 0 calc(60% - 15px);
      max-width: calc(60% - 15px); }
      @media only screen and (min-width: 768px) {
        .opinion-post-thumb .d-flex .opinion-post-thumb-content {
          flex: 0 0 calc(60% - 30px);
          max-width: calc(60% - 30px); } }
      .opinion-post-thumb .d-flex .opinion-post-thumb-content .opinion-post-thumb-title {
        margin: 0 0 1rem;
        font-weight: bold;
        line-height: 1.2;
        font-size: 20px;
        /*max-height: 75px;
        overflow:hidden;*/ }

.author-meta {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  margin: 0 0 15px; }
  .author-meta a, .author-meta a:hover, .author-meta a:focus, .author-meta a:active {
    text-decoration: none; }
  .author-meta .author-meta-photo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .author-meta .author-meta-photo {
        width: 48px;
        height: 48px; } }
    .author-meta .author-meta-photo img {
      display: block;
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover; }
    .author-meta .author-meta-photo .letter-profile-photo {
      line-height: 1;
      width: 100%;
      height: 100%;
      background: #eb6311;
      color: #fff;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      font-weight: bold; }
  .author-meta .author-meta-text {
    font-size: 14px;
    font-weight: normal; }
    .author-meta .author-meta-text h4 {
      margin: 0;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 600; }

.post-thumb .author-meta .author-meta-photo {
  width: 50px;
  height: 50px; }
  @media only screen and (min-width: 768px) {
    .post-thumb .author-meta .author-meta-photo {
      width: 70px;
      height: 70px; } }

/* CSS Document */
.scroll-fix {
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0%; }

.btn-sub {
  display: block;
  text-align: center;
  white-space: nowrap;
  background-color: #4a4a4a;
  padding: 30px 10px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  padding-right: 75px;
  position: relative; }
  .btn-sub, .btn-sub:hover, .btn-sub:active, .btn-sub:visited, .btn-sub:focus, .btn-sub:active:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    color: #fff; }
  .btn-sub span {
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0px;
    background-position: -1388px 10px;
    background-position: -86px 10px; }

.aside-right {
  padding-left: 0; }
  .aside-right .section-border-bottom, .aside-right .mobile-menu-list {
    margin-right: 0 !important; }
  .aside-right .heading, .aside-right .post-thumb-title {
    font-size: 22px; }
  .aside-right .post-thumb-text {
    font-size: 16px;
    max-height: 112px;
    max-height: 91px; }
  @media only screen and (min-width: 768px) {
    .aside-right .post-thumb .d-flex .post-thumb-text {
      padding: 0 1.5rem 0 0; } }
  .aside-right .post-thumb-media .play-icon {
    width: 30px;
    height: 30px; }

.aside-left {
  padding-right: 0; }
  .aside-left .section-border-bottom, .aside-left .mobile-menu-list {
    margin-left: 0 !important; }
  .aside-left .heading, .aside-left .post-thumb-title {
    font-size: 22px; }
  .aside-left .home-search {
    padding: 30px 15px !important;
    border: 0;
    margin-bottom: 30px; }

.aside-left .post-thumb-title {
  max-height: 72px;
  overflow: hidden; }

/* CSS Document */
.social-media-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 9; }
  .social-media-list li a {
    display: inline-block;
    margin: 0 0.3rem 0.5rem;
    width: 36px;
    height: 36px;
    padding: 7px;
    border-radius: 50%;
    overflow: hidden;
    transition: opacity 0.3s ease;
    background-color: #ddd; }
    .social-media-list li a:hover, .social-media-list li a:focus, .social-media-list li a:active {
      opacity: 0.95; }
    @media only screen and (min-width: 768px) {
      .social-media-list li a {
        width: 36px;
        height: 36px; } }
    .social-media-list li a svg {
      width: 100%;
      height: 100%; }
      .social-media-list li a svg path {
        fill: #fff; }
  .social-media-list li .icon-facebook {
    background: radial-gradient(circle, #254887 0%, #3f5580 100%); }
  .social-media-list li .icon-twitter {
    background: #00aee8;
    background: radial-gradient(circle, #00aee8 0%, #0099d9 100%); }
  .social-media-list li .icon-youtube {
    background: #cb0803;
    background: radial-gradient(circle, #cb0803 0%, #be0904 100%); }
  .social-media-list li .icon-instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf); }
  .social-media-list li .icon-linkedin {
    background: #0076b4;
    background: radial-gradient(circle, #0076b4 0%, #006fb0 100%); }
  .social-media-list li .icon-whatsapp {
    background: linear-gradient(#25d366, #25d366) 84% no-repeat, radial-gradient(#25d366 59%, transparent 0); }
  .social-media-list li .icon-email {
    background: #efd846; }
  .social-media-list li .icon-telegram {
    background: linear-gradient(0deg, #2AABEE, #229ED9); }

.heading, .post-thumb-title {
  margin: 0 0 1rem;
  font-weight: bold;
  line-height: 1.1;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .heading, .post-thumb-title {
      font-size: 25px; } }

h3.sub-heading {
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-family: 'Libre Baskerville', serif; }

.hading-video {
  width: 190px;
  height: 77px;
  background-position: 22.1% 0; }

.hading-lit {
  /*width: 190px;
  height: 35px;
  background-position: 59.7% 106%;
  margin-top: 15px;	*/
  width: 200px;
  height: 58px;
  background-position: 92.3% 0%;
  margin-top: 0; }

.hading-girltalk {
  width: 315px;
  height: 76px;
  background-position: 39.2% 0;
  margin-left: -0.5rem;
  background-size: 1550px; }

.hading-girltalk-line {
  width: 60%;
  margin: 0.5rem 0 0;
  border-color: #34d2b3;
  border-width: 2px;
  background: transparent;
  border: 0;
  border-top: 2px solid #34d2b3; }

.heading-instagram {
  width: 220px;
  height: 47px;
  background-position: 74.9% 104.4%; }

.hading-guide {
  /*	width: 165px;
      height: 61px;
      background-position: 57.9% -3.7%; */
  width: 177px;
  height: 61px;
  background-position: 58.5% -3.7%; }

.hading-audio {
  width: 165px;
  height: 51px;
  background-position: 72.4% -3.7%; }

/*.today-i-learn-hading {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    margin-top: 15px;


span.left {
    font-size: 43px;
    text-transform: uppercase;
    color: #27c1a3;
}

.text-bg-green {
    background: #00e4a1;
    background: #27c1a3;
    color: #fff;
    padding: 6px 5px;
    font-size: 25px;
    margin-left: 7px;
    display: inline-block;
    word-spacing: 5px;
}
}*/
.hading-discussion {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  color: #e62f2f; }
  @media only screen and (min-width: 768px) {
    .hading-discussion {
      font-size: 30px; } }
  .hading-discussion svg {
    width: 47px;
    margin-right: 10px; }

.hading-img img {
  width: 250px;
  max-width: 100%;
  height: auto; }

/* CSS Document */
.tages-list .btn-tag {
  margin-bottom: 7px; }

/* CSS Document */
.footer {
  text-align: center;
  background: #000;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 14px; }

.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .footer-menu a {
    display: inline-block;
    margin: 0 15px 15px; }
    .footer-menu a, .footer-menu a:hover, .footer-menu a:active, .footer-menu a:visited, .footer-menu a:focus, .footer-menu a:active:focus {
      color: #fff;
      text-decoration: none; }
    .footer-menu a:hover, .footer-menu a:focus, .footer-menu a:active {
      color: rgba(255, 255, 255, 0.5); }

/* CSS Document */
.page-title {
  margin-top: 0.5rem; }
  .page-title .heading, .page-title .post-thumb-title {
    color: #f74c00;
    font-size: 32px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .page-title .heading, .page-title .post-thumb-title {
        font-size: 40px; } }
    .page-title .heading.black, .page-title .black.post-thumb-title {
      color: #000; }
  .page-title .post-guide-media {
    margin: 1rem auto 1rem; }
    @media only screen and (min-width: 576px) {
      .page-title .post-guide-media {
        width: 350px;
        padding-bottom: 0;
        height: 491px; } }
  .page-title img {
    max-width: 100%;
    height: auto; }

.editer-content {
  /*h2{ font-size:26px;}
  h2{ font-size:22px;}
  h4{ font-size:18px;}
  h5{ font-size:14px; font-weight:normal;}*/
  /*h1*/
  /*list */ }
  .editer-content * {
    max-width: 100%;
    word-break: break-word; }
  .editer-content img {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
    height: auto; }
  .editer-content a, .editer-content a:hover, .editer-content a:active, .editer-content a:visited, .editer-content a:focus, .editer-content a:active:focus {
    text-decoration: none;
    cursor: pointer;
    color: #eb6311; }
  .editer-content p {
    margin-top: 0px;
    margin-bottom: 30px; }
  .editer-content h1, .editer-content h2 {
    position: relative;
    font-weight: bold; }
  .editer-content h1, .editer-content h2, .editer-content h3, .editer-content h4 {
    margin-top: 0px;
    margin-bottom: 1rem; }
  .editer-content hr {
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #c7c7c7; }
  .editer-content b, .editer-content strong {
    font-weight: bold; }
  .editer-content table, .editer-content th, .editer-content td {
    border: 1px solid #c7c7c7;
    border-collapse: collapse; }
  .editer-content table {
    margin-bottom: 30px;
    max-width: 100%; }
    .editer-content table th, .editer-content table td {
      padding: 5px 8px; }
  .editer-content iframe {
    overflow: hidden;
    max-width: 100%; }
  .editer-content ul {
    padding-left: 0;
    list-style: none;
    list-style-position: outside; }
    .editer-content ul li {
      padding-left: 30px;
      position: relative; }
      .editer-content ul li:before {
        content: "-";
        position: absolute;
        left: 12px;
        top: 0;
        color: inherit; }
  .editer-content ol {
    padding-left: 30px; }
    .editer-content ol li {
      list-style-position: outside; }
  .editer-content ol li, .editer-content ul li {
    margin-bottom: 30px; }
  .editer-content blockquote, .editer-content pre {
    margin: 0 0 30px;
    position: relative;
    line-height: 1.3;
    text-align: center;
    font-style: italic;
    font-size: 24px;
    font-family: 'Libre Baskerville', serif; }
    .editer-content blockquote:before, .editer-content blockquote:after, .editer-content pre:before, .editer-content pre:after {
      content: "";
      display: block;
      margin: 1.5rem auto;
      width: 40px;
      height: 4px;
      background: #000; }
    .editer-content blockquote .author, .editer-content pre .author {
      margin: 1.5rem 0;
      font-size: 16px;
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      position: relative; }
      .editer-content blockquote .author:before, .editer-content pre .author:before {
        margin-right: 7px;
        content: "-";
        display: inline-block;
        font-size: 16px;
        color: inherit; }
  .editer-content .wp-caption img {
    margin: 0 auto 1rem; }
  .editer-content .wp-caption-text {
    font-size: 16px; }

/*./Contant*/
.tweet-this ul li {
  padding: 0; }
  .tweet-this ul li:before {
    display: none; }
  .tweet-this ul li a {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px; }
    .tweet-this ul li a:hover, .tweet-this ul li a:focus, .tweet-this ul li a:active {
      color: #eb6311; }
  .tweet-this ul li .icon {
    position: absolute;
    left: 0;
    top: 3px; }
    .tweet-this ul li .icon svg {
      width: 18px;
      height: 18px; }

/* CSS Document */
form label {
  display: block;
  margin-bottom: 10px; }
form select, form textarea,
form input:not([type='checkbox']):not([type='submit']):not([type='button']):not([type='radio']):not([type='file']) {
  margin: 0;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  padding: 0.3rem 0.7rem;
  font-size: 18px;
  outline: none;
  box-shadow: none;
  font-weight: 300; }
form input[type='button'], form input[type='submit'], form button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal; }
  form input[type='button'], form input[type='button']:hover, form input[type='button']:active, form input[type='button']:visited, form input[type='button']:focus, form input[type='button']:active:focus, form input[type='submit'], form input[type='submit']:hover, form input[type='submit']:active, form input[type='submit']:visited, form input[type='submit']:focus, form input[type='submit']:active:focus, form button, form button:hover, form button:active, form button:visited, form button:focus, form button:active:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    background-color: #ddd;
    color: #212529; }

.form-group {
  margin-bottom: 30px; }

.section-discussion .post-meta {
  margin: 0 0 10px; }

.input-group.discussion-input {
  padding: 0;
  position: relative; }
  .input-group.discussion-input input {
    display: block;
    box-shadow: none;
    outline: none;
    padding: 1.5rem 1.5rem;
    width: 100%;
    position: relative;
    z-index: 0;
    font-size: 18px;
    padding-right: 6.2rem;
    border-radius: 5px; }
  .input-group.discussion-input .btn {
    position: absolute;
    right: 1.5rem;
    top: 1.3rem; }

/* CSS Document */
.discussion-views {
  list-style: none;
  padding: 0;
  margin: 0; }
  .discussion-views li {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px; }
  .discussion-views .dis-view-author {
    display: flex;
    font-size: 13px;
    font-weight: bold; }
    .discussion-views .dis-view-author svg {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
  .discussion-views .dis-view {
    font-size: 16px;
    margin-bottom: 7px;
    overflow: hidden;
    max-height: 48px; }

/* CSS Document */
.home-search {
  padding: 1rem 1rem;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .home-search {
      padding: 30px 2.5rem 5px !important; } }
  .home-search .heading, .home-search .post-thumb-title {
    display: block;
    font-size: 25px;
    margin-bottom: 5px; }
    .home-search .heading span, .home-search .post-thumb-title span {
      display: inline-block;
      background: #000;
      color: #fff;
      line-height: 1.3; }

.home-tages-list {
  display: flex;
  flex-wrap: nowrap;
  scrollbar-color: #666 #201c29;
  scrollbar-gutter: always;
  overflow-x: auto;
  margin-top: 0.7rem;
  -webkit-overflow-scrolling: touch; }
  .home-tages-list::-webkit-scrollbar {
    width: 10px;
    height: 7px; }
  .home-tages-list::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); }
  .home-tages-list::-webkit-scrollbar-track {
    background: #d5d3d3; }
  .home-tages-list .btn-tag {
    margin-bottom: 0.5rem;
    padding: 5px 15px; }

.search-input-group {
  position: relative; }
  .search-input-group:before {
    content: "";
    background-image: url(../img/iconSprite.png);
    position: absolute;
    background-position: -213px -44px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    top: 0.7rem;
    left: 15px;
    background-size: 1200px;
    opacity: 0.5;
    filter: opacity(0.5); }
  .search-input-group input[type="search"]:not([type='checkbox']):not([type='submit']):not([type='button']):not([type='radio']):not([type='file']) {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
    outline: none;
    box-shadow: none;
    padding-left: 45px;
    font-weight: normal; }

.single-artical-section .social-media-list {
  justify-content: left; }
.single-artical-section .post-thumb-media {
  margin-bottom: 30px; }

/*# sourceMappingURL=single-page.css.map */
