#single-left-side,
.single-left-side {
  float: left;
  width: calc(100% - 315px);
  padding-right: 40px;
  padding-left: 15px;
}

#sanil-sidebar,
.sanil-sidebar {
  float: right;
  width: 300px;
}

@media (max-width: 1199px) {

  #single-left-side,
  .single-left-side {
    padding-right: 20px;
    float: none;
    width: 100%;
    padding-right: 15px;
  }

  #sanil-sidebar,
  .sanil-sidebar {
    float: none;
    width: calc(100vw - 30px);
  }
}

body {
  font-size: 18px;
  font-family: "Mukta", sans-serif;
  margin: 0;
  padding: 0;
}

body.no-overflow {
  overflow: hidden;
}

a,
button {
  outline: none !important;
}

a {
  color: #000;
  text-decoration: none !important;
}

a:not(.no-hover):hover {
  text-decoration: none;
  color: #c90d0d;
}

a.no-hover img {
  background: none !important;
}

.no-hover:hover img {
  padding: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1250px;
}

.btn-primary {
  background: #c90d0d;
  border-color: #c90d0d;
}

.alert {
  border-radius: 2px !important;
}

.no-img {
  width: 100;
  height: 200px;
  background: #f5f5f5 url(../images/no-img.png) no-repeat center;
}

.no-img.standard {
  width: 363px;
  height: 205px;
  background-size: 40%;
}

.section-title {
  font-weight: bold;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}

.section-title span {
  background: #c90d0d;
  display: inline-block;
  padding-right: 15px;
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 8px 25px;
  font-size: 16px;
  border-right: solid 10px #fff;
}

.section-title:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 29%;
  content: "";
  height: 20px;
  background: #f3f3f3;
  border-right: solid 5px #bfbfbf;
}

.date {
  font-size: 14px;
}

.author-name.sm {
  font-size: 14px;
}

.tablepress {
  font-size: 18px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #0a50a6;
  background: #0a50a6;
  color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 3px 12px;
}

.widget img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "sanil_icons";
  src: url("fonts/sanil_icons.eot?6ryga6");
  src: url("fonts/sanil_icons.eot?6ryga6#iefix") format("embedded-opentype"), url("fonts/sanil_icons.ttf?6ryga6") format("truetype"), url("fonts/sanil_icons.woff?6ryga6") format("woff"), url("fonts/sanil_icons.svg?6ryga6#sanil_icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sanil_icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-cog:before {
  content: "\f013";
}

.icon-gear:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-facebook-official:before {
  content: "\f230";
}

header {
  padding: 15px 0;
}

header>.container {
  position: relative;
}

.header-main-logo {
  min-height: 80px;
  display: flex;
  align-items: center;
}

.header-main-logo .today-date {
  font-size: 16px;
  color: gray;
  margin-top: 1px;
  float: right;
}

.header-search-form {
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1843137255);
  height: 0;
  transition: height 0.3s;
  overflow: hidden;
}

.header-search-form.show {
  height: 74px;
  transition: height 0.3s;
}

.header-search-form form {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.header-search-form input {
  flex: 1;
  height: 50px;
  border: solid 1px #868686;
  padding-left: 10px;
}

.header-search-form button {
  background: #7c7c7c;
  color: #fff;
  margin-left: 15px;
  height: 50px;
  width: 50px;
  border: 0;
}

.header-search-form button:hover {
  background-color: #c90d0d;
}

@media (max-width: 991px) {
  body {
    padding-top: 80px;
  }

  .header-search-form.show {
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 99 !important;
  }

  body.sticky-menu .header-search-form {
    top: 80px !important;
  }
}

@media (max-width: 767px) {
  button.mobile-menu-btn {
    margin-right: 0 !important;
  }

  body {
    padding-top: 80px;
  }
}

.bigyapan-widget .widget .bigyapan {
  margin-bottom: 10px;
}

.bigyapan-widget .widget .bigyapan:last-child {
  margin-bottom: 0;
}

.ganda-paragraph-box {
  display: flex;
  margin-bottom: 25px;
}

.ganda-paragraph-box>* {
  width: 33.33% !important;
  padding: 0 5px 0 0 !important;
}

@media (max-width: 1199px) {
  .ganda-paragraph-box {
    display: block !important;
  }

  .ganda-paragraph-box>* {
    width: 100% !important;
  }
}

/* width */
#mobile-menu-container.active .wrapper::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#mobile-menu-container.active .wrapper::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
#mobile-menu-container.active .wrapper::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#mobile-menu-container.active .wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#main-menu-wrapper {
  font-family: "Mukta", sans-serif;
  background: #c90d0d;
  height: 52px;
}

.mobile-header {
  display: flex;
  align-items: center;
}

.mobile-header .mobile-menu-btn {
  font-size: 40px;
  color: #000;
  margin-top: 5px;
}

.mobile-header .logo-wrapper {
  flex: 1;
}

.mobile-header .header-main-logo {
  max-width: 260px;
  margin: 0 auto;
}

.mobile-header .header-main-logo .today-date {
  font-size: 12px;
}

.mobile-header .header-search-btn {
  font-size: 26px;
  margin-top: 11px;
}

button.mobile-menu-btn {
  background: none;
  border: 0;
  font-size: 24px;
  color: #fff;
  height: 52px;
  width: 35px;
  padding-top: 7px;
  margin-left: -6px;
}

body.sticky-menu #main-menu-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999999;
}

body.sticky-menu #main-menu-wrapper a.has-logo {
  display: block;
}

body.sticky-menu .header-search-form {
  position: fixed;
  left: 0;
  right: 0;
  top: 52px;
  z-index: 999999;
}

#main-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
}

#main-menu a {
  display: inline-block;
  padding: 14px 20px 11px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#main-menu li {
  height: 100%;
}

#main-menu li.menu-item a {
  position: relative;
  overflow: hidden;
}

#main-menu li {
  list-style: none;
  position: relative;
}

#main-menu li.menu-item-has-children a {
  padding: 14px 35px 11px 20px;
}

#main-menu li.menu-item-has-children:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 24px;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f7f7f7;
}

#main-menu li.active {
  background: #840909;
  color: #c90d0d !important;
}

#main-menu li ul {
  display: none;
}

#main-menu a.has-logo {
  padding: 7px 0 5px;
  margin-right: 30px;
  background: none !important;
  display: none;
}

#main-menu .sub-menu {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 9999;
  background: #f1f1f1;
  padding: 0;
  width: 160px;
}

#main-menu .sub-menu a {
  color: #000;
  display: block;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  font-weight: 400;
}

#main-menu .sub-menu a:hover {
  background: #c90d0d !important;
  color: #fff !important;
}

#main-menu li.show-mopbile-menu-btn {
  background-color: #c90d0d !important;
}

#main-menu li.search {
  flex: 1;
  justify-content: end;
  display: flex;
}

#main-menu li.search:hover {
  background: none !important;
}

#main-menu li.search .header-search-btn {
  color: #fff;
  height: 52px;
  display: block;
  background: rgba(0, 0, 0, 0.3019607843);
  width: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-menu li.search .header-search-btn:hover {
  background: rgba(0, 0, 0, 0.3960784314);
}

@keyframes slide_menu {
  from {
    margin-left: -500px;
  }

  to {
    margin-left: 0;
  }
}

@keyframes mobile_btn_anim {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade_sidemenu {
  from {
    background: rgba(0, 0, 0, 0);
  }

  to {
    background: rgba(0, 0, 0, 0.98);
  }
}

#mobile-menu-container {
  display: none;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0);
}

#mobile-menu-container .wrapper {
  width: 260px;
  height: 100%;
  background: #eee;
  overflow-y: auto;
  margin-left: -500px;
  position: relative;
  z-index: 99;
}

#mobile-menu-container .close-mobile-menu {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 260px;
  width: 60px;
  height: 60px;
  background: none;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 45px;
  color: #b1b1b1;
}

#mobile-menu-container ul.menu-title li a {
  background: #c90d0d !important;
  color: #fff !important;
}

#mobile-menu-container ul.menu-title li.side-menu-logo {
  padding: 15px 26px;
}

#mobile-menu-container ul {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
}

#mobile-menu-container ul li {
  list-style: none;
  border-bottom: solid 1px #fff;
}

#mobile-menu-container ul li a {
  display: block;
  padding: 13px 20px 13px 30px;
  color: #333;
}

#mobile-menu-container ul li span {
  float: right;
  margin: 20px 20px 0 0;
}

#mobile-menu-container ul li ul {
  list-style: disc;
  color: #fff;
  display: none;
}

#mobile-menu-container ul li ul li {
  border: 0;
}

#mobile-menu-container ul li ul a {
  padding: 8px 20px 10px 50px;
}

#mobile-menu-container ul .new a {
  position: relative;
}

#mobile-menu-container ul .new a:after {
  content: "New";
  background: yellow;
  position: absolute;
  top: 15px;
  margin-left: 15px;
  font-size: 12px;
  color: #000;
  padding: 0px 5px;
  border-radius: 3px;
  font-weight: normal;
}

#mobile-menu-container ul li a:hover {
  background: #fff;
}

#mobile-menu-container .social-icons {
  display: flex;
  flex-wrap: wrap;
}

#mobile-menu-container .social-icons li {
  border: 0;
  width: 58px;
  height: 48px;
}

#mobile-menu-container .social-icons a {
  font-size: 20px;
  background: none !important;
}

#mobile-menu-container .social-icons a i {
  margin-top: 2px;
  display: block;
}

#mobile-menu-container .social-icons .facebook:hover {
  background: #fff;
  color: #3b5998;
}

#mobile-menu-container .social-icons .twitter:hover {
  background: #fff;
  color: #38A1F3;
}

#mobile-menu-container .social-icons .youtube:hover {
  background: #fff;
  color: #e42336 !important;
}

#mobile-menu-container .social-icons .instagram:hover {
  background: #fff;
  color: #d31ad6 !important;
}

#mobile-menu-container .social-icons .linkedin:hover {
  background: #fff;
  color: #3b5998 !important;
}

#mobile-menu-container .social-icons .tiktok:hover {
  background: #fff;
  color: #000 !important;
}

#mobile-menu-container.active {
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  animation-name: fade_sidemenu;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

#mobile-menu-container.active .wrapper {
  animation-name: slide_menu;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

#mobile-menu-container.active .close-mobile-menu {
  animation-name: mobile_btn_anim;
  animation-duration: 0.3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

#menu-description {
  position: absolute;
  top: 28vh;
  padding-left: 260px;
  width: 100%;
  color: #fff;
  font-size: 23px;
}

#menu-description p {
  width: 55%;
  margin: 0 auto 20px;
  color: #848484;
}

#menu-description a.read-more {
  color: #848484;
  font-size: 18px;
  padding: 7px 20px;
  border: solid 1px #848484;
  display: inline-block;
  border-radius: 3px;
}

#menu-description a.read-more:hover {
  border-color: #c90d0d;
}

@media (max-width: 991px) {
  #main-menu .menu-item {
    display: none;
  }

  .mobile-header {
    margin-bottom: 5px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
  }
}

@media (max-width: 767px) {
  .mobile-header {
    margin-bottom: 5px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
  }

  .mobile-header .mobile-menu-btn {
    font-size: 30px;
    margin-top: 0;
  }

  .mobile-header .header-main-logo {
    max-width: 200px;
  }

  .mobile-header .header-search-btn {
    font-size: 22px;
    margin-top: 0;
  }
}

.sanil-sidebar img:not(.not-responsive) {
  max-width: 100%;
  height: auto;
}

.sanil-sidebar .widget-title {
  display: none !important;
}

.sanil-sidebar .widget {
  margin-bottom: 25px;
}

body.single-post .list-layout-layout {
  margin-bottom: 55px;
}

body.single-post .list-layout-layout .packet {
  background: #f8f9fa;
  padding: 12px;
  padding-bottom: 12px;
  margin-bottom: 3px;
  border-radius: 3px;
}

body.single-post .list-layout-layout .col-sm-12:last-child .packet {
  border: 0;
}

body.single-post .list-layout-layout .author-name {
  display: none;
}

@media (max-width: 1199px) {

  #sanil-sidebar,
  .sanil-sidebar {
    margin-top: 35px;
  }
}

.topic {
  background: #c90d0d;
  font-size: 16px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  display: inline-block;
}

.post-title {
  font-size: 55px;
  color: #000;
  font-weight: bold;
  margin: 25px 0 10px;
}

.ast-title {
  color: #6d6d6d;
  margin: 0 0 20px;
  font-weight: 300;
}

.sticky-post-title-wrapper {
  top: -200px;
  animation: top 0.3s;
  position: fixed;
}

body.sticky-post-title .sticky-post-title-wrapper {
  background: #f1f1f1;
  padding: 22px 0;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 99999;
}

body.sticky-post-title .sticky-post-title-wrapper h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Mukta";
}

.share-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.share-vertical .sharethis-inline-share-buttons {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.share-vertical .st-total {
  transform: scale(1.1);
  font-weight: bold !important;
  margin-bottom: 9px;
}

.share-vertical .st-btn {
  display: block !important;
  margin-bottom: 7px;
  width: 35px;
  height: 35px !important;
  border-radius: 50% !important;
  margin-right: 0 !important;
}

.featured-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-left {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.single-left.sticky {
  position: sticky;
  top: 152px;
}

.single-left .author * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.single-left .author a {
  flex-direction: column;
}

.single-left .author img {
  border-radius: 50%;
  border: solid 1px red;
  padding: 4px;
  margin-bottom: 5px;
}

.single-left .author .author-name {
  font-weight: bold;
}

.single-left .share-vertical {
  margin-top: 15px;
}

.single-left .post-date {
  font-size: 16px;
  color: gray;
}

.wp-caption-text,
.caption {
  font-size: 18px;
  text-align: center;
  border-bottom: solid 1px #eee;
  padding: 10px 0;
}

.caption {
  border-bottom: 0;
}

#featured-image-inside-post img {
  width: 100%;
  height: auto;
}

body.page .the-content {
  line-height: inherit !important;
}

#the-single-content {
  margin-bottom: 40px;
}

.single-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
}

.single-post-meta .avatar {
  border: solid 2px #d8d8d8;
  padding: 4px;
}

.single-post-meta * {
  display: flex;
  align-items: center;
}

.single-post-meta .author {
  font-weight: bold;
}

.single-post-meta .author a,
.single-post-meta i,
.single-post-meta img {
  margin-right: 10px;
}

.single-post-meta .posted-on {
  margin-left: 25px;
}

.the-content {
  font-size: 20px;
  color: #000;
  line-height: 1.7;
}

.the-content ul {
  padding: 20px 20px 20px 50px;
  margin-bottom: 30px;
}

.the-content ul li {
  font-size: 20px;
  list-style: square;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 30px;
}

.the-content ul li:last-child {
  margin-bottom: 0px;
}

.the-content .afw {
  margin-bottom: 30px;
}

.the-content p {
  margin-bottom: 25px;
  position: relative;
}

.the-content strong {
  font-weight: bold;
}

.the-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.the-content img.size-large,
.the-content img.size-full {
  width: 100%;
  height: auto;
}

.the-content .alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.the-content .alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.the-content .aligncenter {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.the-content .wp-caption {
  width: auto !important;
  line-height: 26px;
}

.the-content blockquote {
  border: 0;
  margin: 25px 0 25px 25px;
  background: #365899;
  padding: 40px 10px 20px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  width: 200px;
  float: right;
}

.the-content blockquote:before {
  content: "";
  position: absolute;
  top: -26px;
  left: calc((100% - 62px) / 2);
  background: #ffffff;
  width: 62px;
  height: 62px;
  background: #fff;
  border-radius: 50%;
}

.the-content blockquote:after {
  font-family: sanil_icons;
  content: "\e915";
  color: #365899;
  font-size: 25px;
  position: absolute;
  top: -19px;
  left: calc((100% - 50px) / 2);
  background: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 0px;
  border-radius: 50%;
  border: solid 4px #365899;
}

.the-content blockquote p {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  line-height: 1.7em;
}

.the-content blockquote p:after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 52px);
  position: absolute;
  left: -5px;
  top: -36px;
  border-radius: 5px;
  border: solid 2px #fff;
}

.the-content blockquote p:last-child {
  margin-bottom: 0;
}

.the-content iframe {
  width: 100%;
  height: auto;
  min-height: 400px;
}

#fb-comments-wrapper {
  margin: 50px 0 0px;
}

.archive-author-header {
  padding: 25px;
  margin: 15px 0 30px;
  border-radius: 7px;
  background: #c90d0d;
  color: #fff !important;
}

.archive-author-header .about-author .icons a {
  font-size: 20px;
  color: #fff;
}

.archive-author-header .author-intro {
  opacity: 0.9;
  color: #fff !important;
}

.about-author img {
  border-radius: 50% !important;
}

.about-author .author-name {
  font-weight: bold;
  font-size: 27px;
  flex: 1;
  width: 100%;
  margin: 0;
}

.about-author .author-intro {
  font-size: 16px;
  color: #858585;
  margin-top: 5px !important;
}

.about-author .icons {
  display: flex;
  align-items: center;
  /* Facebook */
  /* Twitter */
  /* Instagram */
  /* YouTube */
  /* LinkedIn */
  /* Pinterest */
  /* Soundwave */
}

.about-author .icons a {
  margin: 0 0 0 20px;
  display: block;
  font-size: 18px;
  color: #505050;
}

.about-author .icons .facebook:hover {
  color: #1877f2;
  /* Facebook brand color */
}

.about-author .icons .twitter:hover {
  color: #1da1f2;
  /* Twitter brand color */
}

.about-author .icons .instagram:hover {
  color: #e4405f;
  /* Instagram brand color */
}

.about-author .icons .youtube:hover {
  color: #ff0000;
  /* YouTube brand color */
}

.about-author .icons .linkedin:hover {
  color: #0e76a8;
  /* LinkedIn brand color */
}

.about-author .icons .pinterest:hover {
  color: #bd081c;
  /* Pinterest brand color */
}

.about-author .icons .soundwave:hover {
  color: #ff5500;
  /* Soundwave brand color */
}

.widget-after_the_post_comments,
.widget-above_footer {
  margin-bottom: 40px;
}

.widget-after_the_post_comments .widget-title,
.widget-above_footer .widget-title {
  display: none;
}

.google-map-embed {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #left-side {
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .the-content {
    font-size: 22px;
    line-height: 37px;
    font-weight: 300;
    margin-bottom: 0 !important;
  }

  .the-content p {
    margin-bottom: 20px;
  }

  body.page .the-content {
    font-size: 18px;
    line-height: 33px;
  }

  .inside-single-page {
    margin: 0 -15px;
  }

  .post-title {
    font-size: 45px;
    line-height: 1.2em;
    margin-top: 15px;
  }

  .ast-title {
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .other-news-single {
    margin-bottom: 30px;
  }

  .post-header-meta {
    margin: 5px 0 20px;
  }

  #featured-image-full-width {
    margin-bottom: 5px;
  }

  #featured-image-full-width img {
    width: 100%;
    height: auto;
  }

  .after-post.post-share-wrapper {
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding-top: 2px;
    left: 0;
    z-index: 999;
  }

  .post-share-wrapper .post-share .jssocials-share-link {
    margin-right: 0 !important;
  }

  .sticky-post-title-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-author .icons a {
    margin: 9px 20px 0 0px;
  }

  .single-post-meta {
    display: block;
    border-top: solid 1px #eee;
    padding-top: 10px;
  }

  .single-post-meta .social-share {
    align-items: start;
    margin-top: 10px;
    border-top: solid 1px #eee;
    padding-top: 12px;
  }

  .the-content {
    font-size: 22px;
    line-height: 1.4em;
    text-align: justify;
  }

  .the-content ul {
    padding-left: 40px;
  }

  .the-content ul li {
    font-size: 17px;
    line-height: 28px;
  }

  .the-content strong {
    font-weight: bold;
  }

  .post-title {
    font-size: 45px;
    margin-bottom: 15px;
  }

  .ast-title {
    font-size: 22px;
    margin-top: -5px;
  }

  #featured-image-inside-post {
    margin: 0 -15px;
  }

  .post-header-meta .ss-author {
    font-size: 16px;
  }

  #respond {
    margin-bottom: 0;
  }

  .the-content blockquote {
    padding: 40px 20px 25px;
  }

  .the-content blockquote p {
    font-size: 18px;
  }

  .the-content blockquote:before {
    left: 20px;
  }

  .article-archive .media-heading,
  .editorial-archive .media-heading {
    font-size: 18px;
  }

  .sanil-modal-container .post-share-wrapper {
    border-radius: 0;
    margin-top: calc((100vh - 275px) / 2);
    margin-bottom: 0;
  }

  #sanil-sidebar,
  .sanil-sidebar {
    width: 100%;
  }
}

body.page .team {
  text-align: center;
}

body.page .team h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0 5px;
}

body.page .team .position {
  text-transform: uppercase;
  font-size: 16px;
  color: #959595;
  margin: 0;
}

body.page .team .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 35px;
  /* Facebook */
  /* Twitter */
  /* Instagram */
  /* YouTube */
  /* LinkedIn */
  /* Pinterest */
  /* Soundwave */
}

body.page .team .icons a {
  margin: 0 7px;
  display: block;
  font-size: 16px;
  color: #505050;
}

body.page .team .icons .facebook:hover {
  color: #1877f2;
  /* Facebook brand color */
}

body.page .team .icons .twitter:hover {
  color: #1da1f2;
  /* Twitter brand color */
}

body.page .team .icons .instagram:hover {
  color: #e4405f;
  /* Instagram brand color */
}

body.page .team .icons .youtube:hover {
  color: #ff0000;
  /* YouTube brand color */
}

body.page .team .icons .linkedin:hover {
  color: #0e76a8;
  /* LinkedIn brand color */
}

body.page .team .icons .pinterest:hover {
  color: #bd081c;
  /* Pinterest brand color */
}

body.page .team .icons .soundwave:hover {
  color: #ff5500;
  /* Soundwave brand color */
}

footer {
  font-size: 16px;
  background: #f5f5f5;
  padding: 60px 0;
}

footer ul {
  padding-left: 20px;
}

footer .footer-copyright-text-1 {
  font-size: 16px;
}

footer .widget h3 {
  color: #c90d0d;
  font-size: 25px;
  margin: 0 0 20px;
}

footer .widget p:last-child {
  margin-bottom: 0;
}

footer .footer-team-wrapper {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-team {
  margin: 0 0 15px;
  font-weight: bold;
  flex-basis: 50%;
}

footer .footer-team .label {
  color: #8d8d8d;
}

footer .footer-team .data {
  font-size: 20px;
}

footer .footer-more-team-btn {
  margin-top: 15px;
}

footer .footer-more-team-btn a {
  padding: 7px 18px;
  color: #fff !important;
  background-color: #c90d0d;
  border-radius: 25px;
  transition: 0.3s;
}

footer .footer-more-team-btn a:hover {
  background: #000;
}

footer ul.menu li {
  font-size: 18px;
  line-height: 2;
}

footer .widget.widget-footer_1 p {
  margin-bottom: 10px;
}

.footer-bottom {
  background: #c90d0d;
  padding: 5px 0;
  color: #fff;
}

.footer-bottom .footer-logo {
  height: 100px;
}

.footer-bottom .copyright-text {
  color: rgba(255, 255, 255, 0.7098039216);
  margin-left: 25px;
}

.footer-bottom .copyright-text strong {
  color: #fff;
}

.footer-bottom .footer-icons {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.footer-bottom .footer-icons a {
  color: #fff;
  margin-left: 7px;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 20px;
  margin: 0 0 0 22px;
}

.footer-bottom .footer-icons a.facebook:hover {
  color: rgb(20, 62, 153);
}

.footer-bottom .footer-icons a.twitter:hover {
  color: rgb(0, 174, 255);
}

.footer-bottom .footer-icons a.youtube:hover {
  color: rgb(126, 0, 0);
}

.footer-bottom .footer-icons a.instagram:hover {
  color: rgb(255, 0, 255);
}

.footer-bottom .footer-icons a.linkedin:hover {
  color: rgb(29, 68, 196);
}

.footer-bottom .footer-icons a.tiktok:hover {
  color: rgb(8, 8, 8);
}

@media (max-width: 1199px) {
  .footer-bottom .copyright-text {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .footer-bottom .footer-icons {
    justify-content: flex-start;
  }

  .footer-bottom .footer-icons a {
    margin: 0 22px 0 0;
  }
}

/*# sourceMappingURL=styles.css.map */