/* CSS Document */
html, body{
  scroll-behavior: smooth;;
}
.page-header {
  background-color: #090909;
  min-height: 50px;
  padding: 20px 0;
  text-align: left;
}
.page-header .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.page-header .breadcrumb-item a {
  text-decoration: none;
  color: var(--site-color);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "-");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.page-header .post_views {
  color: #ccc;
  font-size: 14px;
  float: right;
}
@media only screen and (max-width:991.9px) {
  .main__article h1 {
    font-size: 2rem !important;
    line-height: 38px !important
  }
}
@media only screen and (max-width:767.9px) {
  .main__article h1 {
    font-size: 1.875rem !important;
  }
  .main__article > ol li, .main__article > ul li {
    margin-left: 15px
  }
  .breadcrumb-item:last-child {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
}
@media only screen and (max-width:576px) {
  .page-header .breadcrumb {
    font-size: 11px;
  }
  .page-header .post_views {
    font-size: 11px;
  }
}
@media only screen and (max-width:500px) {
  .page-header {
    display: none;
  }
  .main__article h1 {
    font-size: 1.675rem !important;
    line-height: 34px !important;
    font-weight: 500;
  }
  .main__article > ol li, .main__article > ul li {
    margin-left: 10px
  }
  .main__article ul {
    padding-left: 0px;
  }
  .main__article > ul {
    padding-left: 0px;
  }
}
@media only screen and (max-width:400px) {}
.main__article {
  overflow: hidden;
}
.related_links a {
  color: #930;
  text-decoration: underline;
  font-weight: 600
}
.related_links a:hover {
  color: var(--site-color);
  transition: all 1s;
}
.main__article h1 {
  text-transform: none;
  line-height: 45px;
  letter-spacing: .64px;
  font-weight: 600;
  font-style: normal;
  color: #117788;
  font-size: 2.25rem;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .24s ease-in-out;
  -o-transition: opacity .24s ease-in-out;
  transition: opacity .24s ease-in-out
}
.main__article h3 {
  margin: 14px 0px;
  line-height: 36px;
  letter-spacing: .64px;
  font-weight: 600;
  font-style: normal;
  color: #282828;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .24s ease-in-out;
  -o-transition: opacity .24s ease-in-out;
  transition: opacity .24s ease-in-out;
  text-rendering: inherit;
  -webkit-font-smoothing: inherit
}
.main__article h6 {
  line-height: 24px;
  letter-spacing: .64px;
  font-weight: 600;
  font-style: normal;
  color: #1f1f1f;
}
.main__article img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.main__article > ul {
  text-align: left
}
.main__article > ul > li {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .08em;
  color: #000;
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
  position: relative;
}
.main__article > ol {
  text-align: left;
}
.main__article > ol > li , .main__article table tbody ol li ,.main__article .card ol li ,.main__article .answ ol li  {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .08em;
  color: #000;
  list-style: none;
  margin-left: 0px;
  padding-left: 30px;
  position: relative;
  counter-increment: my-awesome-counter
}
.main__article > ol > li::before, .main__article table tbody ol li::before ,.main__article .card ol li::before ,.main__article .answ ol li::before {
  content: counter(my-awesome-counter) ". ";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
  font-weight: 900;
  color: #117788;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
}
.main__article > ol > li:hover::before , .main__article table tbody ol li:hover::before , .main__article .card ol li:hover::before , .main__article .answ ol li:hover::before {
  background: #117788;
  color: #fff;
  content: counter(my-awesome-counter)
}


.main__article > ul > li::before, .main__article table tbody ul li::before ,.main__article .card ul li::before , .main__article .answ ul li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #117788;
  border-radius: 50%;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
}
.main__article > ul.circle > li::before, .main__article table tbody ul.circle li::before ,.main__article .card ul.circle li::before ,.main__article .answ ul.circle li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: green;
  border-radius: 50%;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
}
.main__article > ul.square > li::before, .main__article table tbody ul.square li::before ,.main__article .card ul.square li::before  ,.main__article .answ ul.square li::before {
  content: "\f00d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: red;
  border-radius: 50%;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
}
.main__article > ul > li:hover::before, table tbody ul li:hover::before , .card ul li:hover::before , .answ ul li:hover::before {
  background: #117788;
  color: #fff
}
.main__article > ul.circle > li:hover::before, table tbody ul.circle li:hover::before , .card ul.circle li:hover::before  , .answ ul.circle li:hover::before  {
  background: green;
  color: #fff
}
.main__article > ul.square > li:hover::before, table tbody ul.square li:hover::before , .card ul.square li:hover::before , , .answ ul.square li:hover::before {
  background: red;
  color: #fff
}
.main__article p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.5px;
  color: #1f1f1f;
  margin-bottom: 25px;
  font-style: normal;
  text-align: justify;
  margin: 1rem 0;
  text-rendering: optimizeLegibility
}
.main__article p a, .main__article li a {
  color: #930;
  text-decoration: underline;
  font-weight: 600;
}
.main__article p a:hover, .main__article a:hover {
  color: #117788;
}
.main__article h4 {
  margin: 14px 0px;
  line-height: 24px;
  letter-spacing: .64px;
  font-weight: 600;
  font-style: normal;
  color: #1f1f1f;
}
.main__article ul {
  text-align: left;
  list-style: none;
}

.main__article ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .08em;
  color: #000;
  list-style: none;
  display: block;
  padding-left: 30px;
  position: relative;
}
.main__article ul li i {
  margin-right: 5px
}
.related-row ul {
    padding: 0 10px;
}
.related-row li {
  list-style: none;
  padding: 4px 0px !important;
  color: #08c;
  border-bottom: 1px solid #ccc;
  transition: transform 0.4s;
}
.related-row li::before {
  content: " \f074";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  color: #117788;
  position: absolute;
  left: 0;
  top: 6px;
}
.related-row li:hover::before {
  color: #7141b1
}
.related-row li a {
  color: #117788;
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  padding-top: 1px !important;
  text-decoration: none;
  display: flex;
}
.related-row li a:hover {
    color: #7141b1
}
.detail-box {
  background-color: #fff;
  background-image: url(../../images/download.svg);
  background-repeat: repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid var(--site-color);
  padding: 30px;
  height: 100%;
}
.detail-box:hover {
  border: 2px solid var(--site-color);
  padding: 29px;
}
.detail-icon {
  height: 35px;
  width: 35px;
  background-color: var(--site-color);
  border-radius: 50%;
  float: left;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  top: 5px;
  text-align: center;
}
.detail-icon i {
  font-size: 14px; 
  color: #fff;
}
.detail-box:hover .detail-icon {
  background-color: var(--hvr-siteclr)
}
.detail-box:hover .detail-info h4 {
  color: var(--hvr-siteclr)
}
.detail-info {
  padding-left: 50px;
}
.detail-info h4 {
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 27px;
  color: #1f1f1f
}
.detail-info p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  margin: 0 0 20px;
  letter-spacing: 1px;
  text-align: left;
}
/*Youtbe Video*/
.youtube {
  position: relative;
  cursor: pointer;
  background: #ccc no-repeat center center/cover;
  padding-bottom: 56.25%;
  height: 0;
  clear: both
}
.youtube::before {
  content: '';
  background: rgba(255, 255, 255, .6);
  height: 80px;
  width: 80px;
  display: block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px 3px rgba(51, 51, 51, .8);
  transition: all .1s ease;
  z-index: 1
}
.youtube:hover::before {
  background: rgba(238, 238, 238, .8);
  box-shadow: 0 0 10px 3px rgba(51, 51, 51, .8);
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px
}
.youtube::after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  display: block;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2
}
.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3
}
.youtube1 {
  position: relative;
  cursor: pointer;
  background: #ccc no-repeat center center/cover;
  padding-bottom: 56.25%;
  height: 0;
  clear: both
}
.youtube1::before {
  content: '';
  background: rgba(255, 255, 255, .6);
  height: 80px;
  width: 80px;
  display: block;
  margin: -40px 0 0 -40px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px 3px rgba(51, 51, 51, .8);
  transition: all .1s ease;
  z-index: 1
}
.youtube1:hover::before {
  background: rgba(238, 238, 238, .8);
  box-shadow: 0 0 10px 3px rgba(51, 51, 51, .8);
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px
}
.youtube1::after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  display: block;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  margin: -20px 0 0 -15px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2
}
.youtube1 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3
}
/*Skills Section */
.section__skills {
  padding: 0 !important;
}
.skills h2 {
  text-align: left;
}
.skills__item {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: column;
}
.skills__title {
  text-align: left;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  color: var(--lit-color);
}
.skills__outer {
  width: 100%;
  height: 20px;
  border-radius: 3px;
  background-color: #eee;
  position: relative;
}
.skills__outer span {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  top: -14%;
  color: #fff;
}
.skills__inner {
  width: 0%;
  height: 20px;
  border-radius: 3px;
  background-color: var(--site-color);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 8s linear infinite;
  box-shadow: inset 0 2px 9px rgb(255 255 255 / 30%), inset 0 -2px 6px rgb(0 0 0 / 40%);
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.skills__image img {
  width: 100%;
  display: block;
  padding-top: 5%;
}
/*accordian questionaire*/
.main__article .questionnaire > div.quest {
    position: relative;
    letter-spacing: 0.08em;
    padding-left: 55px;
    color: var(--site-color);
    font-weight: 700;
}
.main__article .questionnaire > div.quest h5 {
    font-weight: 700;
  color: #117788;
  line-height: 30px;
}
.main__article .questionnaire > div.quest::before {
    font-size: 20px;
    content: attr(data-counter);
    font-weight: 900;
    color: #117788;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    top: 0;
    left: 0;
    position: absolute;
}
.main__article .questionnaire > div.answ {
    position: relative;
    padding-left: 5px;
    margin-left: 40px;
  margin-bottom: 30px;
}
.main__article .questionnaire > div.answ::after {
    content: "";
    border-left: 3px solid #930;
    position: absolute;
    top: 7px;
    height: 96%;
    left: -7px;
}
.main__article .questionnaire > div.answ::before {
    font-size: 16px;
    content: "Ans";
    font-weight: 700;
    color: #930;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    top: 50%;
    left: -33px;
    letter-spacing: 4px;
    position: absolute;
    transform: rotate(270deg);
}
/*
.accordion-item {
  margin: 10px 0px;
}
.accordion-item:first-of-type, .accordion-item:last-of-type {
  border-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: var(--site-color);
  background-color: #f5f5f5;
}
button:focus:not(:focus-visible) {
  box-shadow: none;
}
.accordion-button::before {
  counter-increment: faqs;
  content: counter(faqs) ". ";
  display: inline-block;
  color: #00abc9;
  font-weight: 700;
  margin-right: 10px;
}
.accordion-body {
  line-height: 27px;
  letter-spacing: 1.12px;
  font-weight: 500;
  font-style: normal;
  color: #515151;
  font-size: 13px;
}
.accordion-button {
  font-weight: 600;
}
*/
.postmeta {
  border-bottom: 1px solid #ccc;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.postmeta ul li {
  color: #999 !important;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: .04em;
  padding-left: 0px;
  position: relative;
  align-items: center
}
.postmeta ul li a:hover {
  color: var(--site-color)
}
/*tob table of content */
.tb-content {
  background-image: url("../../images/post-bg.png");
  background-size: cover;
  margin-top: 26px;
  padding-bottom: 15px;
  border: 2px solid #ccc;
}
.tb-content legend {
  width: auto;
  margin-left: 20px;
  font-weight: 700;
  text-transform: capitalize;
  left: 50%;
  color: #191919;
  font-size: 22px;
  padding: 0 10px;
  max-width: 22%;
  float: none;
}
.tb-content .outer {
  width: 100%;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}
.tb-content ol {
  counter-reset: item;
}
.tb-content ol li {
  display: table;
  padding: 5px 0;
}
.tb-content li:before {
  content: counters(item, ".") "-";
  color: #117788;
  display: table-cell;
  text-align: right;
  padding: 2px 5px;
  counter-increment: item;
}
.tb-content ol a:hover {
    color: #930;
}
.tb-content .li_hover::before {
    color: #930;
}
.tb-content ol a {
  color: #117788;
  display: inline;
  font-weight: 600;
  padding: .5rem .1rem;
  text-decoration: none;
}
.tb-content .li_hover::before {
    color: #930
}
.tb-content .li_hover >a {
    color: #930
}
.tb-content .outer .nested-1 {
  padding: 0px 0px  !important;
}
.tb-content .outer .nested-1 li:last-child {
  padding: 0px 0px  !important;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
}
.main__article table tr th > h3 {
  font-size: 1rem !important;
  color: #fff !important;
  line-height: inherit;
  margin: 0px;
}
table tr td ul li {
  font-size: 1rem !important;
}
@media only screen and (max-width:1399.9px) {
  .tb-content legend {
    max-width: 31%;
  }
}
@media only screen and (max-width:991.9px) {
	.tb-content {
  background-image: none;

}
  .tb-content legend {
    max-width: 40%;
  }
  .tb-content .outer {
    width: 100%;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
  }
}
/* facebook comments */
.fb-comments-plugin {
  width: 100%;
  padding: 2%;
  background-color: #f4f4f4;
  color: var(--site-color);
  font-family: "Open Sans";
}
.fb-comments-plugin h4 {
  color: #08c;
  font-size: 22px;
  margin: 10px 0;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767.9px) {
  .main__article .tb-content h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575.9px) {
  .detail-box {
    padding: 20px;
  }
  .detail-info p {
    margin: 0;
  }
  .main__article h3 {
    line-height: 30px;
  }
  .main__article > ol {
    padding: 0px;
  }
}
@media only screen and (max-width: 575.9px) {
  .main__article .tb-content h4 {
    font-size: 14px;
    line-height: initial;
     letter-spacing: 0px; 
    font-weight: 500;
  }
}
@media only screen and (max-width: 424.9px) {
  .tb-content legend {
        max-width: 50%;
  }
}
@media only screen and (max-width: 360.9px) {
  .tb-content legend {
        max-width: 52%;
  }
}


/*Section Main*/
.aside__item {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.aside .icon, .aside h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.7;
  text-align: left;
  margin-left: 0;
  margin-top: 10px;
}
.aside .icon {
  margin-right: 10px;
  padding: 0;
}
.aside__item .carousel .carousel-item .aside__header {
  height: 150px;
}
.aside__item .carousel .carousel-item img {
  object-fit: cover
}
.aside__body {
  padding: 10px;
  padding-bottom: 20px;
  width: 100%;
  background-color: rgba(204, 204, 204, .2);
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .08em;
  font-weight: 500;
  color: #000;
  text-rendering: optimizeLegibility;
}
.aside__body h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.aside__header img {
  width: 100%;
}
.aside__body .h2-sub {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .04em;
  color: #7f7f7f;
  margin-bottom: 10px;
  margin: 0;
  font-weight: 400;
  font-style: normal
}
.aside__body li {
  margin: 5px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .04em;
  text-align: center;
}
.aside__body li .icon {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .04em;
  padding: 0;
  margin: 0 1rem 0 0;
}
.aside__ul li {
  position: relative;
  display: block;
  padding: 14px 20px;
  background-color: #eee;
  margin-bottom: 6px;
  text-align: left;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border: 2px solid transparent;
  border-left: 3px solid var(--site-color);
}
.aside__ul a {
  color: #171717;
  text-decoration: none;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: .04em;
  font-weight: 500;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.aside__ul li:hover {
  border: 2px solid var(--site-color);
}
.aside__ul li.active {
  border: 2px solid var(--site-color);
}
.aside__ul li:hover a {
  color: var(--site-color);
}
.aside__body {
  padding: 10px;
  padding-bottom: 20px;
  width: 100%;
  background-color: rgba(204, 204, 204, .2);
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .08em;
  font-weight: 500;
  color: #000;
  text-rendering: optimizeLegibility;
}
.aside__body p {
  color: #555;
  line-height: 27px;
  letter-spacing: 1.12px;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  margin: 0px;
}
.aside__body p:hover {
  color: var(--site-color)
}
.aside__item .carousel-control-next, .carousel-control-prev {
  top: 35%;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: var(--site-color);
}
.googleads img {
  height: auto;
}
ul li.green-tick::before{
    content: "\f00c" !important;
    font-weight: 900 !important;
    color: green !important;
}
ul li.red-tick::before{
    content: "\f00d" !important;
    font-weight: 900 !important;
    color: red !important;
}
ul li.green-tick:hover::before{
    color: white !important;
    background-color: green !important;
}
ul li.red-tick:hover::before{
    color: white !important;
    background-color: red !important;
}
ol li.green-tick::before{
    color: green !important;
}
ol li.red-tick::before{
    color: red !important;
}
ol li.green-tick:hover::before{
    color: white !important;
    background-color: green !important;
}
ol li.red-tick:hover::before{
    color: white !important;
    background-color: red !important;
}
/*sidebar ends*/

.blog-author {
    background-color: #b1b1b1;
    background-image: url(../images/gray_sand-min.png);
    border-radius: 4px;
    padding: 30px;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
}
.blog-author .media img {
    border-radius: 4px;
	width:150px;
	height:150px;
    max-width: 100%;
    height: auto;
}
.blog-author .media .media-body {
    position: relative;
	color: white;
}
.blog-author .media .media-body .item-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
	margin: 0px;
}
.blog-author .media .media-body p {
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
}
.blog-author .media .media-body .item-social {
   margin: auto 0 ;
}
.blog-author .media .media-body .item-social li {
    display: inline-block;
    margin-right: 16px;
    padding: 0;
}
.blog-author .media .media-body .item-social li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.blog-author .media .media-body .item-social li a:hover {
    color: var(--site-color);
}
.blog-author .media .media-body .item-social li:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 767.9px) {
    .blog-author .media img {
        margin: 0 auto;
    }
	.item-social{
		text-align: center !important;
	}
    .blog-author .media {
        text-align: center;
    }
    .blog-author .media .media-body {
        margin-top: 20px;
    }
    .blog-author .media .media-body .item-social {
        position: relative;
        top: 0;
    }
    .blog-author .media .media-body .item-social li {
        margin-right: 8px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-author {
        text-align: center;
        padding: 50px 10px 28px;
    }
    .blog-author .media .media-body p {
        font-size: 14px;
    }
}

.buy-btn p{text-align:left;margin: 0 1rem  0;}
.buy-btn a{color: white; background-color: var(--site-color);font-weight: 600;white-space: nowrap}
.btn-div{padding: 2% ; border: 2px solid var(--site-color);align-items: center;}
/*.main_aside, .aside{height:100%;}*/
@keyframes expandWidth{
  0% {width: 0;}
  50% {width: 100%;}
  100% {width: 0;}
}
.sc-block{border: 2px solid #000;box-shadow: -3px 5px 20px 0 #d3d3d3;align-items: center;border-radius: 20px 0;width: 80%; padding: 15px 5px; margin: 20px auto !important;}
.sc-block .sc-name{font-size:20px; font-weight:bold;}
.sc-block .lnk-btnn { display: flex; align-items: center; justify-content: space-between;}
.sc-desp{font-size: 15px; font-weight: 500; margin: 15px 0 0 0; color: #020202; font-style: italic !important; font-style: normal; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.sc-button a{decoration:none; display:inline-block;  transition: all .3s ease-out; padding: 4px 20px; font-weight: 600; font-size:20px;transition: all .3s ease-out;color: #fff;background-color: #020202;border-radius: 5px 0;border: 2px solid #020202;}
.sc-button a:hover{background-color: #f5f5f5; color:#020202;}
.sc-ftr{display:flex; justify-content:space-between; margin-top:20px;}
.sc-ftr .sc-total{display: inline-flex; align-items: center;}
.sc-ftr .sc-total .sc-count{font-weight:bold;}
.sc-ftr .sc-total .sc-count-type{font-weight: 600;font-size: 13px;margin-left: 10px;}
.sc-txt-btn a{width: max-content;position: relative;display: flex;align-items: center;justify-content: center;}
.sc-txt-btn a p{font-weight: 700 !important;text-transform: uppercase;white-space: nowrap;color: #020202; overflow: hidden;margin: 0 !important;animation: expandWidth 6s infinite;}
.sc-txt-btn a i{color: #3b5998;z-index: 1;position: relative; margin-right: 5px;animation: slideLeft 6s infinite;background-color: #fff;}
.sc-block img{transition: transform 1s;} 
.sc-block:hover img{transform:rotate(360deg);}
@media(max-width:768px){
  .sc-block{width:95%;}
}
@media(max-width:560px){
  .sc-block{flex-direction:column;}
  .sc-block .sc-button{display:none;}
  .sc-block .sc-logo, .sc-block .sc-body{width:100%; flex:1;}
  .sc-block .lnk-btnn{justify-content:center; margin-top:13px;}
  .sc-txt-btn a p{font-size:14px;}
}