.logo-text-wrap {
  min-width: 220px;
  max-width: 220px;
  text-align: center;
  margin-right: 15px;
  background-color: var(--primaryColor);
}

.alert.alert-success {
  color: green;
}

.alert.alert-danger {
  color: red;
}

#switch-mode {
  position: fixed;
  top: 48%;
  left: 0;
  width: 50px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 3px 3px 0;
  padding: 5px;
}

#switch-mode .sm-icon {
  color: #fff;
}

#switch-mode .sm-text {
  font-size: 9px;
  color: #aaa;
  text-transform: uppercase;
  line-height: 1.1em;
  display: block;
  margin: 2px 0;
}

#switch-mode .sm-button {
  overflow: hidden;
  width: 60%;
  margin: 8px auto;
  position: relative;
  border-radius: 20px;
  background: #555;
  height: 10px;
}

#switch-mode .sm-button span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #888;
  position: absolute;
  top: 0;
  left: 0;
}

#switch-mode.active .sm-button span {
  background: #0060ff;
  left: auto;
  right: 0;
}

#switch-mode.active .sm-button {
  background: #333;
}

.language {
  margin-right: 30px;
}

.language select {
  position: relative;
  background-color: inherit !important;
  border: none;
}

select#languges-changer option {
  color: #484848;
  margin-right: 0 !important;
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 2px 15px !important;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.sg-light .sg-topbar.topbar-style-2 a {
  color: #484848;
  background-color: #fff;
}

.sg-dark .entry-content a {
  color: #fff !important;
  background: #00000038;
}

.sg-light .sg-topbar.topbar-style-2 .entry-content.absolute a {
  color: white;
  background: #00000038;
}

.sg-light .sg-topbar.topbar-style-2 .entry-content.absolute .category a {
  background: black;
}

#my-video {
  width: 730px;
  height: auto;
}

.fluid_video_wrapper {
  width: auto !important;
  height: auto !important;
}

.scrollToTop {
  background-color: var(--primaryColor);
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}

.scrollToTop a {
  top: 31px;
  padding-left: 9px;
  font-size: 25px;
  display: block;
  color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 34px;
}

.footer {
  margin-bottom: 40px;
}

.footer-top,
.footer-middle {
  color: #fff;
  position: relative;
  z-index: 1;
  background-color: #201e1d;
}

.video-icon a {
  color: #fff;
  display: block;
  background-color: #16293852;
}

.video-icon-medium {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 24px;
  line-height: 50px;
  border-radius: 100%;
  overflow: hidden;
}

.btn-load-more {
  background: #fff;
  border: 1px solid #e5e5e5;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 auto;
  padding: 14px 10px;
  text-align: center;
  transition: all 0.25s ease 0s;
  color: #555;
  border-radius: 0.1875rem;
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
}

.btn-load-more:hover {
  color: var(--primaryColor);
}

.latest-preloader img {
  margin-left: 2px;
  height: 80%;
}

#latest-preloader-area {
  height: 80px;
}

.error {
  color: #5a5c69;
  font-size: 7rem;
  position: relative;
  line-height: 1;
  width: 12.5rem;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.error:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #8f94fb;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.error:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 #e74a3b;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

.site-setting-area a:hover {
  color: var(--primaryColor);
  background-color: #fff;
}

.site-setting-area {
  padding: 0 !important;
  border: 1px solid #ddd;
  border-radius: 0;
}

#back-to-top {
  right: 4%;
  top: auto;
  z-index: 9999999999;
  -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
  bottom: 54px;
}

#back-to-top .btn.btn-primary {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

.sg-language .select-options li:hover {
  color: var(--primaryColor);
  background-color: #fff;
}

.dropdown-menu {
  transform: none !important;
  top: 22px !important;
  left: -67px !important;
}

html {
  scroll-behavior: smooth;
}

select#languges-changer {
  display: none !important;
}

.entry-header .video-icon {
  left: 52%;
}

.video-icon {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 65px;
  border-radius: 100%;
  overflow: hidden;
}

.sg-dark .form-control {
  background-color: #161a25 !important;
}

input::placeholder {
  font-size: 13px;
}

#display-nothing {
  display: none;
}

#languges-changer {
  display: none;
}

.sg-topbar.topbar-style-2 a {
  color: #484848;
}

.author-menu a.active {
  background-color: var(--primaryColor) !important;
  color: white;
}

.author-menu a:hover {
  background-color: var(--primaryColor) !important;
  color: white;
}

#profile-img {
  height: 200px !important;
  width: 260px !important;
}

.author-info .away {
  margin-bottom: 15px;
  font-size: 12px;
  color: #292e34;
  position: relative;
  padding-left: 20px;
}

.author-info .away:before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #e6af0a;
}

#latest-preloader-area-profile img {
  margin-left: 6% !important;
  height: 80% !important;
}

.sg-post .post-author {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #d1d1d1;
}

.sg-post .post-author .thumb {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #ddd;
  margin-right: 15px;
}

.sg-post .thumb {
  position: relative;
}

.sg-post .post-author .text {
  align-self: center;
}

.sg-post .post-author h3 {
  font-size: 22px;
}

.global-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-list,
.sg-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg-post .post-author ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sg-post .post-author ul li {
  margin-right: 15px;
  font-size: 20px;
}

.sg-dark .post-author a {
  background: #00000000 !important;
}

.header-style-5 .ad-content {
  padding-top: 20px;
}

.sg-ad {
  margin-bottom: 20px;
}

.sg-dark .input-group-text {
  background: #292e34;
  border: 1px solid #565656;
}

.add-bottom {
  margin-bottom: 2rem !important;
}

.no-support {
  margin: 2rem auto;
  text-align: center;
  width: 90%;
}

.video-icon.block {
  height: auto;
  width: 35px !important;
  line-height: 35px !important;
}

.entry-header .video-icon.block {
  left: 56%;
  top: 56%;
}

.video-icon.large-block {
  height: auto;
  width: 40px;
  line-height: 40px;
}

* {
  box-sizing: border-box;
}

.container-fluid {
  overflow: hidden !important;
}

input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

label.btn.btn-primary {
  cursor: pointer;
}

.img-responsive {
  display: none;
}

.button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 200px;
  height: 48px;
  border: 1px solid rgba(0, 169, 157, 1);
  background-color: rgba(0, 169, 157, 1);
  border-radius: 2px;
  color: #fff;
  letter-spacing: 2px;
}

.button:hover {
  background-color: #363636;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.button:active,
.button.is-checked {
  background-color: #28f;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.preloader {
  display: none;
}

.inner-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 0;
}

.rss-content-actual-link {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: right;
}
.rss-content-actual-link a.btn.btn-primary {
  font-size: 10px;
  padding: 8px 16px;
  letter-spacing: 2px;
}

.profile {
  width: 23px !important;
  height: 23px;
  border-radius: 50%;
}

.sg-dark .answer-container {
  background-color: #161a25;
}

.sg-dark .answer-button .answer-icon {
  color: #ffffff;
}

.sg-dark .answer-type-text .answer {
  border: 1px solid rgb(253 253 253 / 37%);
}

.btn-play-again {
  /*display: none;*/
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.result-count-container {
  display: flex;
  padding: 2rem;
  font-size: 22px;
}
.correct-answer-count {
  background: #65ca6ade;
  color: white;
  padding: 0.5rem 1rem;
}
.wrong-answer-count {
  background: #dc3545bf;
  color: white;
  padding: 0.5rem 1rem;
}

.center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

body,
html {
  font-weight: 400;
  color: #484848;
  font-size: 16px;
  background-color: #f2f2f2;
  font-family: var(--primary-font);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: var(--primary-font);
}

a {
  color: #484848;
}

a,
a:focus,
a:hover,
input:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: var(--primaryColor);
}

.global-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --primaryColor: #5969ff;
  --primary-font: "Roboto", sans-serif;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.form-control,
.form-control:focus,
a:active,
a:focus,
button,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:focus {
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}

.btn.btn-primary {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 15px 35px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-color: var(--primaryColor);
  background-color: var(--primaryColor) !important;
}

.btn.btn-primary:hover {
  color: var(--primaryColor);
}

.btn.btn-primary:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: -1;
  background-color: #fff;
}

.btn.btn-primary:hover:before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.section-padding {
  padding: 100px 0 80px;
}

.section-padding.padding-top-0 {
  padding-top: 0;
}

.section-padding.padding-bottom-0 {
  padding-bottom: 0;
}

.section-title {
  margin-bottom: 20px;
  border-bottom: 3px solid var(--primaryColor);
}

.section-title h1 {
  font-size: 16px;
  color: #242329;
  font-weight: 500;
  text-transform: uppercase;
}

.form-control {
  height: 45px;
  border-radius: 4px;
  padding: 6px 20px;
  margin-bottom: 30px;
  border: 1px solid #d8e2e9;
}

.form-control:focus {
  border-color: transparent;
}

.sg-ad {
  margin-bottom: 30px;
  text-align: center;
}

.sg-ad .top-ad {
  margin-bottom: 0;
}

.bg-white {
  background-color: #fff;
}

.sg-dark {
  background-color: #161a25;
}

.sg-dark .sg-menu {
  background-color: #292e34;
}

.sg-dark .categories-widget ul,
.sg-dark .contact-form,
.sg-dark .sg-comments-area,
.sg-dark .sg-post,
.sg-dark .sg-widget .tagcloud,
.sg-dark .tagcloud-style-1,
.sg-dark .weather-widget,
.sg-dark .widget-newsletter,
.sg-dark .widget-social ul {
  color: #fff;
  background-color: #292e34;
}

.sg-dark .header-bottom,
.sg-dark .sg-topbar.topbar-style-2 {
  color: #fff;
  background-color: #161a25;
}

.sg-dark .sg-topbar.topbar-style-2 svg g path {
  fill: #fff;
}

.sg-dark .comment-meta .url,
.sg-dark .post-details .section-title h1,
.sg-dark .sg-reply a {
  color: #fff;
}

.sg-dark .sg-widget .tagcloud a {
  color: #fff;
  background-color: #80909c;
}

.sg-dark .categories-widget ul li a,
.sg-dark .news-ticker a,
.sg-dark .section-title h1,
.sg-dark .sg-menu .navbar-nav > li > a,
.sg-dark .sg-post,
.sg-dark .sg-post .entry-title a,
.sg-dark .sg-search button {
  color: #fff;
}

.sg-dark .sg-menu .navbar-nav > li.active > a,
.sg-dark .sg-menu .navbar-nav > li > a:hover {
  background-color: #161a25;
}

.sg-dark .sg-search .form-control,
.sg-dark .widget-newsletter input {
  background-color: #161a25;
}

.sg-dark .sg-search .form-control::-webkit-input-placeholder,
.sg-dark .widget-newsletter input {
  color: #fff;
}

.sg-dark .sg-search .form-control::-moz-placeholder,
.sg-dark .widget-newsletter input {
  color: #fff;
}

.sg-dark .sg-search .form-control:-ms-input-placeholder,
.sg-dark .widget-newsletter input {
  color: #fff;
}

.sg-dark .sg-search .form-control:-moz-placeholder,
.sg-dark .widget-newsletter input:-moz-placeholder {
  color: #fff;
}

.sg-dark svg g path {
  fill: #fff;
}

.sg-dark .widget-newsletter button {
  border: 1px solid #565656;
  border-left: 0;
}

.sg-dark .sg-menu .navbar-nav .entry-meta li,
.sg-dark .sg-menu .navbar-nav .entry-meta li a {
  color: #aaa;
}

.sg-dark .author-form,
.sg-dark .author-info .active,
.sg-dark .author-menu li a,
.sg-dark .author-section,
.sg-dark .breadcrumb li,
.sg-dark .breadcrumb li a,
.sg-dark .breadcrumb li.active,
.sg-dark .nav-tabs.author-tabs .nav-link,
.sg-dark .sg-widget,
.sg-dark .user-info h3,
.sg-dark form a,
.sg-dark form label {
  color: #fff;
}

.sg-dark .author-menu li a:hover,
.sg-dark .author-menu li.active a,
.sg-dark .nav-tabs.author-tabs .nav-item.show .nav-link,
.sg-dark .nav-tabs.author-tabs .nav-link.active,
.sg-dark .ragister-form label,
.sg-dark .section-content.search-content .sg-search button {
  color: #484848;
}

.sg-dark
  .section-content.search-content
  .form-control::-webkit-input-placeholder {
  color: #484848;
}

.sg-dark .section-content.search-content .form-control::-moz-placeholder {
  color: #484848;
}

.sg-dark .section-content.search-content .form-control:-ms-input-placeholder {
  color: #484848;
}

.sg-dark .section-content.search-content .form-control:-moz-placeholder {
  color: #484848;
}

.sg-dark .mega-menu-content,
.sg-dark .navbar-nav .sg-dropdown-menu li a {
  background-color: #201e1d;
}

.sg-dark .navbar-nav .sg-dropdown-menu-menu li a {
  background-color: #201e1d;
}

.sg-dark .navbar-nav .sg-dropdown-menu li a,
.sg-dark .sg-menu .mega-menu-content h3,
.sg-dark .sg-menu .nav.nav-tabs li a,
.sg-dark .sg-menu .navbar-nav .mega-menu-content li a {
  color: #fff;
}

.sg-dark .navbar-nav .sg-dropdown-menu-menu li a {
  color: #fff;
}

.sg-dark .sg-menu .navbar-nav .mega-menu-content li a {
  background-color: transparent;
}

.sg-dark .sg-menu .navbar-nav li a:hover,
.sg-dark .sg-menu .navbar-nav li.active > a {
  color: var(--primaryColor);
  background-color: #292e34;
}

.sg-dark .navbar-nav .sg-dropdown-menu li a.active {
  color: var(--primaryColor);
}

.sg-dark .navbar-nav .sg-dropdown-menu-menu li a.active {
  color: var(--primaryColor);
}

.sg-dark .navbar-nav .sg-dropdown-menu li a {
  border-top-color: #565656;
}

.sg-dark .navbar-nav .sg-dropdown-menu-menu li a {
  border-top-color: #565656;
}

.sg-dark .form-control,
.sg-dark .sg-search .form-control {
  border-color: #565656;
}

.sg-dark .news-ticker .slick-arrow {
  color: #565656;
  border-color: #565656;
}

.sg-topbar {
  color: #fff;
  padding: 10px 0;
  background-color: var(--primaryColor);
}

.sg-topbar a {
  color: #fff;
}

.sg-topbar ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sg-topbar ul li {
  margin-right: 15px;
}

.sg-topbar ul li:last-child {
  margin-right: 0;
}

.navbar-brand {
  max-width: 150px;
}

.sg-topbar.topbar-style-2 {
  color: #484848;
  background-color: #fff;
}

.logo-text-wrap {
  min-width: 220px;
  text-align: center;
  margin-right: 15px;
  background-color: var(--primaryColor);
}

.logo-text-wrap a {
  display: block;
  padding: 35px 20px 40px;
}

.logo-text-wrap h1 {
  font-size: 42px;
  text-transform: uppercase;
}

.logo-text-wrap h1 span {
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.sg-topbar.topbar-style-2 .sg-post {
  width: 185px;
  margin-left: 15px;
  margin-bottom: 0;
  max-height: 140px;
}

.sg-topbar.topbar-style-2 .entry-content.absolute {
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
}

.sg-topbar.topbar-style-2 .sg-post .category {
  position: static;
  margin-bottom: 10px;
}

.sg-topbar.topbar-style-2 .ad-thumb {
  margin-top: 15px;
}

.sg-topbar.topbar-style-2 svg g path {
  fill: #484848;
}

.sg-language,
.submit-news {
  margin-right: 30px;
}

.sg-language select.select-hidden {
  background-color: transparent;
  border: 0;
  display: none;
}

.sg-language select option {
  color: #484848;
  font-size: 12px;
  padding: 10px !important;
}

.sg-language .select {
  position: relative;
}

.sg-language .select-styled:after {
  position: absolute;
  content: "\f107";
  right: 0;
  top: 0;
  font-family: fontawesome;
}

.sg-language .select-styled {
  padding-right: 20px;
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
}

.sg-language .select-options {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  min-width: 180px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.sg-language .select-options li {
  color: #484848;
  display: block;
  text-transform: capitalize;
  margin-right: 0 !important;
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.sg-language .select-options li:hover {
  color: #fff;
  background-color: var(--primaryColor);
}

.select-options li:last-child {
  border-bottom: 0;
}

.sg-menu {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.sg-menu .navbar-nav li {
  margin-right: 1px;
}

.sg-menu .navbar-nav li a {
  color: #333;
  display: block;
  font-weight: 500;
  padding: 20px;
}

.sg-menu .navbar-nav li span {
  margin-left: 5px;
}

.sg-menu .navbar-nav li.active > a {
  background-color: #f2f4f6;
}

.navbar {
  padding: 0;
}

.sg-search {
  margin-left: 30px;
}

.sg-search form {
  position: relative;
}

.sg-search button {
  position: absolute;
  top: 7px;
  right: 8px;
  color: #969696;
  border: 0;
  background-color: transparent;
}

.sg-search button:hover {
  color: var(--primaryColor);
}

.sg-search .form-control {
  height: 40px;
  margin-bottom: 0;
  padding-right: 35px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
}

.sg-search .form-control:focus {
  border-color: var(--primaryColor);
}

.sg-menu .nav.nav-tabs {
  display: block;
  border-bottom: 0;
}

.sg-menu .nav.nav-tabs li a {
  padding: 3px 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.sg-menu .nav.nav-tabs li a:hover {
  color: var(--primaryColor);
  background-color: transparent;
}

.sg-dropdown {
  position: relative;
}

.sg-dropdown-menu {
  position: absolute;
  top: 100%;
  min-width: 225px;
  left: 0;
  border-radius: 0;
  list-style: none;
  opacity: 0;
  z-index: 999;
  padding: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -ms-transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.sg-dropdown-menu li {
  position: relative;
}

.sg-dropdown-menu-menu {
  position: absolute;
  top: 0;
  min-width: 225px;
  left: 100%;
  border-radius: 0;
  list-style: none;
  opacity: 0;
  z-index: 999;
  padding: 0;
  visibility: hidden;
  -webkit-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -ms-transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  transform: rotateX(-75deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.sg-dropdown-menu .sg-dropdown-menu {
  left: 100%;
  top: 15px;
}

.sg-dropdown-menu-menu .sg-dropdown-menu-menu {
  left: 100%;
  top: 15px;
}

.sg-dropdown:hover > .sg-dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.sg-dropdown-menu li:hover > .sg-dropdown-menu-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.navbar-nav .sg-dropdown-menu li a {
  padding: 10px 20px;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.navbar-nav .sg-dropdown-menu-menu li a {
  padding: 10px 20px;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.sg-dropdown i.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  text-align: center;
  cursor: pointer;
  display: none;
}

.navbar-toggler-icon {
  width: initial;
  height: initial;
  line-height: initial;
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  border-radius: 4px;
  padding: 4px 8px;
}

.sg-dropdown.mega-dropdown {
  position: initial;
}

.menu-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
}

.mega-menu-content {
  padding: 30px;
  margin-top: 1px;
  overflow: hidden;
  background-color: #fff;
}

.sg-dropdown-menu.mega-dropdown-menu {
  min-width: 100%;
}

.mega-menu-content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #484848;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.navbar-nav .mega-menu-content li {
  margin-bottom: 10px;
}

.navbar-nav .mega-menu-content li a {
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
}

.navbar-nav .mega-menu-content li a:hover,
.navbar-nav .mega-menu-content li.active > a {
  color: var(--primaryColor);
  background-color: transparent;
}

.sg-menu .navbar-nav .sg-post {
  margin-bottom: 15px;
}

.sg-menu .navbar-nav .sg-post a {
  padding: 0;
  display: inline-block;
}

.header-bottom {
  padding: 20px 0;
  background-color: #fff;
}

.sm-logo {
  display: none;
}

.sg-breaking-news {
  margin-bottom: 30px;
}

.breaking-content span {
  display: inline-block;
  min-width: 150px;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  margin-right: 5px;
  background-color: var(--primaryColor);
}

.news-ticker {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding-right: 60px;
}

.news-ticker li {
  padding: 10px 0;
}

.news-ticker .slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 22px;
  color: #d9d9d9;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  margin-top: -12px;
  border: 1px solid #d9d9d9;
}

.news-ticker .slick-arrow:hover {
  color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.news-ticker .fa-angle-left.slick-arrow {
  right: 30px;
}

.sg-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

.post-style-2 .entry-content,
.sg-post .entry-content.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
  color: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.13) 18%,
    rgba(0, 0, 0, 0.33) 36%,
    rgba(0, 0, 0, 0.74) 70%,
    rgba(0, 0, 0, 0.91) 87%,
    #000 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.13) 18%,
    rgba(0, 0, 0, 0.33) 36%,
    rgba(0, 0, 0, 0.74) 70%,
    rgba(0, 0, 0, 0.91) 87%,
    #000 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.13) 18%,
    rgba(0, 0, 0, 0.33) 36%,
    rgba(0, 0, 0, 0.74) 70%,
    rgba(0, 0, 0, 0.91) 87%,
    #000 100%
  );
  width: 100%;
}

.post-style-2:hover .entry-content,
.sg-post:hover .entry-content.absolute {
  padding-top: 50%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.2) 18%,
    rgba(0, 0, 0, 0.42) 36%,
    rgba(0, 0, 0, 0.85) 70%,
    rgba(0, 0, 0, 0.95) 87%,
    #000 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.2) 18%,
    rgba(0, 0, 0, 0.42) 36%,
    rgba(0, 0, 0, 0.85) 70%,
    rgba(0, 0, 0, 0.95) 87%,
    #000 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.2) 18%,
    rgba(0, 0, 0, 0.42) 36%,
    rgba(0, 0, 0, 0.85) 70%,
    rgba(0, 0, 0, 0.95) 87%,
    #000 100%
  );
}

.sg-post:hover .entry-thumbnail img {
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.entry-thumbnail {
  overflow: hidden;
}

.entry-thumbnail img {
  width: 100%;
}

.sg-post.featured-post .entry-content a {
  color: #fff;
}

.sg-post.featured-post .entry-title {
  font-size: 32px;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.sg-post.featured-post .entry-content .category {
  position: static;
  margin-bottom: 15px;
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.sg-post.featured-post .entry-meta {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.entry-header {
  position: relative;
}

.sg-post .entry-content {
  padding: 10px 15px;
  font-size: 17px;
}

.sg-post .entry-content p {
  margin-bottom: 0;
}

.sg-post .entry-title {
  font-size: 20px;
  font-weight: 500;
}

.sg-post .category {
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-transform: uppercase;
}

.entry-meta ul,
.sg-post .category ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry-meta ul li {
  margin-right: 20px;
  position: relative;
}

.entry-meta ul li:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 4px;
  width: 1px;
  height: 15px;
  background-color: #aaa;
}

.sg-post.featured-post .entry-meta ul li:after {
  background-color: #fff;
}

.entry-meta ul li:last-child:after {
  display: none;
}

.entry-meta ul li:last-child {
  margin-right: 0;
}

.sg-post .category ul li {
  margin-right: 2px;
  margin-top: 2px;
}

.sg-post .category ul li:last-child {
  margin-right: 0;
}

.sg-post .category ul li a,
a.read-more {
  color: #fff;
  display: block;
  padding: 3px 10px;
  background-color: var(--primaryColor);
  margin-right: 30px;
}

a.read-more {
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
}

.site-setting-area a {
  color: #484848;
  display: block;
  text-transform: capitalize;
  margin-right: 0 !important;
  display: block;
  width: 100%;
  font-size: 12px;
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.small-post .entry-content {
  font-size: 13px;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.small-post .entry-meta {
  margin-top: 5px;
}

.entry-meta li,
.entry-meta li a {
  color: #aaa;
}

.entry-meta li i {
  margin-right: 10px;
}

.entry-meta li a:hover {
  color: var(--primaryColor);
}

.small-post .entry-meta ul li {
  font-size: 12px;
}

.medium-post-style-1,
.post-style-1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.medium-post-style-1.sg-post .category,
.post-style-1.sg-post .category {
  bottom: initial;
  top: 15px;
}

.post-style-1 .entry-thumbnail {
  max-width: 220px;
}

.sg-post.post-style-1 {
  margin-bottom: 15px;
}

.medium-post-style-1 .entry-thumbnail {
  width: 350px;
}

.video-icon {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 65px;
  border-radius: 100%;
  overflow: hidden;
}

.video-icon a {
  color: #fff;
  display: block;
  background-color: var(--primaryColor);
}

.video-icon a:hover {
  color: var(--primaryColor);
  background-color: #fff;
}

.entry-header .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}

.entry-header .video-icon-catagory {
  position: absolute;
  top: 63%;
  left: 59%;
  margin-left: -32px;
  margin-top: -32px;
}

.video-icon-catagory {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 100%;
  overflow: hidden;
}

.home-slider .slick-arrow,
.post-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 24px;
  z-index: 99;
  margin-top: -18px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.home-slider,
.post-slider {
  overflow: hidden;
  margin-bottom: 30px;
}

.post-slider .sg-post {
  margin-bottom: 0;
}

.home-slider .slick-arrow:hover,
.post-slider .slick-arrow:hover {
  background-color: var(--primaryColor);
}

.home-slider .slick-arrow.fa-angle-right,
.post-slider .slick-arrow.fa-angle-right {
  right: -50px;
}

.home-slider .slick-arrow.fa-angle-left,
.post-slider .slick-arrow.fa-angle-left {
  left: -50px;
}

.home-slider:hover .slick-arrow.fa-angle-right,
.post-slider:hover .slick-arrow.fa-angle-right {
  right: 0;
}

.home-slider:hover .slick-arrow.fa-angle-left,
.post-slider:hover .slick-arrow.fa-angle-left {
  left: 0;
}

.home-slider-nav {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.home-slider-nav .thumb {
  padding: 0 15px;
  cursor: pointer;
  opacity: 0.5;
}

.home-slider-nav .thumb img {
  border: 1px solid transparent;
}

.home-slider-nav .slick-current .thumb {
  opacity: 1;
}

.home-slider-nav .slick-current .thumb img {
  border-color: var(--primaryColor);
}

.home-slider {
  margin-bottom: 15px;
}

.home-slider .sg-post {
  margin-bottom: 0;
  box-shadow: none;
}

#home-carousel {
  overflow: hidden;
}

#home-carousel .entry-content {
  padding: 50px;
}

#home-carousel .carousel-control-next {
  right: -50px;
}

#home-carousel .carousel-control-prev {
  left: -50px;
}

#home-carousel:hover .carousel-control-next {
  right: 1px;
}

#home-carousel:hover .carousel-control-prev {
  left: 1px;
}

#home-carousel .carousel-control-next,
#home-carousel .carousel-control-prev {
  width: 50px;
  height: 50px;
  opacity: 1;
  top: 50%;
  margin-top: -25px;
  border: 1px solid #fff;
  border-radius: 100%;
}

#home-carousel .carousel-control-next:hover,
#home-carousel .carousel-control-prev:hover {
  background-color: var(--primaryColor);
}

.slider-style-1 .sg-post.featured-post .entry-title {
  font-size: 26px;
}

.sg-widget {
  margin-bottom: 30px;
}

.widget-title {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  background-color: var(--primaryColor);
}

.widget-social ul {
  padding: 30px 30px 10px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

.widget-social ul li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
}

.widget-social ul li:nth-child(odd) {
  padding-right: 10px;
}

.widget-social ul li:nth-child(even) {
  padding-left: 10px;
}

.widget-social ul li a {
  display: block;
  color: #fff;
  height: 35px;
  line-height: 35px;
}

.widget-social ul li span {
  width: 40px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  float: left;
}

.widget-social ul li.facebook span {
  background-color: #0061c2;
}

.widget-social ul li.facebook a {
  background-color: #056ed8;
}

.widget-social ul li.youtube span {
  background-color: #fe031c;
}

.widget-social ul li.youtube a {
  background-color: #e50017;
}

.widget-social ul li.twitter span {
  background-color: #2391ff;
}

.widget-social ul li.twitter a {
  background-color: #349aff;
}

.widget-social ul li.linkedin span {
  background-color: #349aff;
}

.widget-social ul li.linkedin a {
  background-color: rgba(52, 154, 255, 0.85);
}

.widget-social ul li.pinterest span {
  background-color: #c2000d;
}

.widget-social ul li.pinterest a {
  background-color: rgba(194, 0, 13, 0.85);
}

.widget-social ul li.skype span {
  background-color: #4ba3fc;
}

.widget-social ul li.skype a {
  background-color: rgba(75, 163, 252, 0.85);
}

.widget-newsletter {
  padding: 20px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

.widget-newsletter .icon {
  color: #d9d9d9;
  font-size: 80px;
}

.widget-newsletter form {
  position: relative;
}

.widget-newsletter input {
  color: #979797;
  border-radius: 0;
  background-color: #d9d9d9;
}

.widget-newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  color: #fff;
  padding: 5px 20px;
  background-color: #484848;
}

.widget-newsletter button:hover i {
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
}

.categories-widget ul {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

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

.categories-widget ul li:last-child {
  margin-bottom: 0;
}

.categories-widget ul li span {
  float: right;
}

.sg-widget .sg-post.featured-post .entry-title {
  font-size: 16px;
}

.sg-widget .tagcloud {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

.sg-widget .tagcloud a {
  font-size: 14px;
  color: #4a4a4a;
  background-color: #d9d9d9;
  padding: 5px 15px;
  display: inline-block;
  margin: 5px 0;
  margin-right: 10px;
}

.sg-widget .tagcloud a:hover {
  color: #fff;
  background-color: var(--primaryColor);
}

.weather-widget {
  padding: 30px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

.weather-widget .date-time {
  font-size: 14px;
}

.weather-widget h4 {
  font-size: 16px;
  font-weight: 700;
}

.weather-widget h5 {
  font-size: 13px;
  font-weight: 700;
}

.weather-widget .middle-content {
  position: relative;
  padding: 10px 0;
}

.weather-widget .middle-content:before {
  position: absolute;
  content: "";
  left: -50px;
  top: 0;
  width: 200%;
  height: 1px;
  background-color: #d9d9d9;
}

.weather-widget .botton-content li {
  text-transform: uppercase;
  font-size: 12px;
}

.weather-widget .botton-content li span {
  display: block;
  text-align: center;
}

.widget-tabs {
  border-bottom: 0;
  margin-bottom: 30px;
  background-color: #fff;
}

.widget-tabs.nav-pills .nav-link {
  border: 5px solid #fff;
  color: #292e32;
  border-radius: 0;
  background-color: #fff;
}

.widget-tabs.nav-pills .nav-link.active,
.widget-tabs.nav-pills .show > .nav-link {
  color: #fff;
  border-radius: 0;
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.sg-widget .entry-content p {
  font-weight: 500;
}

.sg-widget .entry-content .video-icon a:hover {
  color: var(--primaryColor);
}

.post-details .entry-meta {
  margin: 15px 0 20px;
}

.post-details .entry-meta ul li,
.post-details .entry-meta ul li a {
  color: #a19e9e;
}

.post-details .entry-meta ul li i {
  margin-right: 5px;
}

.post-details .entry-meta ul li a:hover {
  color: var(--primaryColor);
}

.post-details .paragraph,
.post-details .paragraph p {
  line-height: 30px;
}

.post-details .entry-title {
  font-size: 16px;
}

.contact-form,
.sg-comments-area,
.tagcloud-style-1 {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

.contact-form {
  margin-bottom: 30px;
}

.tagcloud-style-1 a {
  border-radius: 20px;
  padding: 5px 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 15px;
  display: inline-block;
  background-color: #f0f0f0;
}

.post-details .sg-socail li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.post-details .sg-socail li a {
  padding: 5px 15px;
  color: #707070;
  display: block;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.post-details .sg-socail li a span {
  font-size: 18px;
  color: var(--primaryColor);
  margin-right: 5px;
}

.contact-form .btn.btn-primary {
  font-size: 12px;
  padding: 10px 20px;
  letter-spacing: 1px;
}

.post-details .input-group-addon {
  position: absolute;
  left: 30px;
  font-size: 16px;
  padding: 0;
  color: #bfbdbd;
  border: 0;
  top: 42px;
  background-color: transparent;
}

.post-style-2 .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 20px;
}

.sg-post.post-style-2 .entry-content .category {
  position: static;
  margin-bottom: 15px;
}

.post-style-2 .entry-title a {
  color: #fff;
}

.radio-form label,
.sg-widget label {
  position: relative;
  padding-left: 35px;
  display: block;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
  cursor: pointer;
}

.radio-form input[type="radio"],
.sg-widget input[type="radio"] {
  width: 0;
  height: 0;
  display: none;
}

.radio-form label:before,
.sg-widget label:before {
  position: absolute;
  color: #9e9e9e;
  font-size: 24px;
  content: "\f096";
  font-family: FontAwesome;
  left: 0;
  top: -5px;
}

.radio-form input[type="radio"]:checked + label:before,
.sg-widget input[type="radio"]:checked + label:before {
  content: "\f046";
  color: var(--primaryColor);
}

.sg-widget .btn.btn-primary {
  font-size: 10px;
  padding: 5px 15px;
  margin-right: 10px;
}

.progress-content span {
  display: block;
  color: var(--primaryColor);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 10px;
}

.progress {
  height: 13px;
  font-size: 10px;
  background-color: #fff;
}

.progress-bar {
  border-radius: 0 5px 5px 0;
  background-color: var(--primaryColor);
}

.search-content .sg-search {
  margin-left: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

.search-content .sg-search .form-control {
  background-color: #fff;
  height: 55px;
}

.search-content .sg-search button {
  top: 15px;
  right: 15px;
}

.search-content .sg-post.small-post {
  margin-bottom: 30px;
}

.sg-pagination {
  margin: 30px 0;
}

.pagination {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}

.pagination > li {
  display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
  border: 0;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;
  padding: 10px 20px;
  display: block;
  float: none;
  position: relative;
  color: var(--primaryColor);
  background-color: #ffff;
}

.pagination > li.active > a,
.pagination > li > a:hover {
  color: #fff;
  background-color: var(--primaryColor);
}

.contact-form label,
.ragister-form label {
  color: #84868a;
  font-size: 14px;
  font-weight: 400;
}

.contact-form textarea.form-control {
  height: 120px;
  resize: none;
}

.contact-form input::-webkit-input-placeholder,
.ragister-form input::-webkit-input-placeholder {
  color: #afb3b7;
}

.contact-form input::-moz-placeholder,
.ragister-form input::-moz-placeholder {
  color: #afb3b7;
}

.contact-form input:-ms-input-placeholder,
.ragister-form input:-ms-input-placeholder {
  color: #afb3b7;
}

.contact-form input:-moz-placeholder,
.ragister-form input:-moz-placeholder {
  color: #afb3b7;
}

.sg-comments-area .media {
  display: block;
}

.sg-comments-area {
  margin-bottom: 30px;
}

.sg-comments-area .section-title {
  margin-bottom: 30px;
}

.commenter-avatar {
  width: 50px;
  height: 50px;
}

.children .commenter-avatar {
  width: 40px;
  height: 40px;
}

.comment-box {
  overflow: hidden;
  line-height: 28px;
  border-bottom: 1px solid #eae7e7;
  padding-bottom: 20px;
  padding-right: 10px;
}

.comment-box .comment-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.comment-meta .sg-date {
  float: right;
}

.comment-meta .url {
  font-size: 18px;
}

textarea.form-control {
  height: 120px;
  resize: none;
  padding: 15px 20px;
}

.sg-comment-form .ag-author {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 30px;
  margin-top: 0;
}

.comment-list > li:last-child .comment-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.account-content {
  width: 450px;
  margin: 50px 0 50px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.account-content h1 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  padding: 10px 20px;
  background-color: #f1f2f3;
}

.account-content .ragister-form {
  padding: 30px;
}

.account-content .form-control:focus {
  border-color: var(--primaryColor);
}

.account-content button {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  height: 45px;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.account-content button:hover {
  color: var(--primaryColor);
  background-color: transparent;
}

.account-content form .form-group a {
  text-align: right;
  display: block;
  margin-bottom: 15px;
}

.account-content .middle-content a {
  color: #c40622;
}

.account-content .middle-content a:hover {
  color: var(--primaryColor);
}

.account-content .middle-content span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #a19e9e;
  position: relative;
  text-transform: uppercase;
}

.account-content .middle-content span:after,
.account-content .middle-content span:before {
  position: absolute;
  content: "";
  top: 10px;
  width: 35px;
  height: 1px;
  background-color: #a19e9e;
}

.account-content .middle-content span:before {
  left: -50px;
}

.account-content .middle-content span:after {
  right: -50px;
}

.account-content .buttons {
  margin-top: 30px;
}

.account-content .buttons a {
  display: block;
  text-align: left;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #f5f8fa;
  margin-bottom: 20px;
  font-size: 14px;
  border: 1px solid #d8e2e9;
  border-radius: 4px;
}

.account-content .buttons span {
  color: #fff;
  width: 60px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  margin-top: -1px;
  margin-bottom: -1px;
  border-radius: 4px 0 0 4px;
}

.account-content .buttons .facebook {
  color: #2d4373;
}

.account-content .buttons .facebook span {
  color: #fff;
  border-right: 1px solid #fff;
  background-color: #2d4373;
}

.account-content .buttons .google-plus {
  color: #c9070d;
}

.account-content .buttons .google-plus span {
  color: #fff;
  border-right: 1px solid #fff;
  background-color: #c9070d;
}

.sg-breaking-news {
  position: relative;
}

.sg-breaking-news .gallery-turner {
  position: absolute;
  right: 0;
  top: -5px;
  bottom: inherit;
}

.sg-breaking-news .gallery-turner a {
  color: #000;
  font-size: 20px;
}

.sg-breaking-news .gallery-turner .next {
  margin-right: 10px;
}

.sg-breaking-news .gallery-turner a:hover {
  color: var(--primaryColor);
}

.sg-breaking-news .sg-post {
  background-color: transparent;
  padding: 0;
  margin-bottom: 15px;
  box-shadow: none;
}

.sg-breaking-news .sg-post .category {
  position: static;
  margin-bottom: 10px;
}

.sg-breaking-news .sg-post .entry-content {
  padding: 0;
}

.sg-breaking-news .sg-post .entry-title {
  font-size: 16px;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 30px;
}

.breadcrumb-item.active {
  color: #484848;
}

.author-section {
  padding-bottom: 50px;
}

.author-section h1 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}

.nav-tabs.author-tabs {
  display: block;
  border-bottom: 0;
}

.author-menu li,
.nav-tabs.author-tabs .nav-item {
  margin-bottom: 10px;
}

.author-menu li a,
.nav-tabs.author-tabs .nav-link {
  border: 0;
  border-radius: 0;
  display: block;
  color: #484848;
  padding: 10px 20px;
}

.author-menu li a:hover,
.author-menu li.active a,
.nav-tabs.author-tabs .nav-item.show .nav-link,
.nav-tabs.author-tabs .nav-link.active {
  background-color: #f2f4f6;
}

.author-section .author-form-content {
  margin-top: 80px;
}

.author-section .btn.btn-primary {
  padding: 10px 25px;
  text-transform: capitalize;
}

.radio-form h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}

.author-section input[type="file"] {
  display: none;
}

.author-section input[type="file"] + label {
  cursor: pointer;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: #616161;
}

.author-top-content {
  margin-bottom: 70px;
}

.author-top-content .author {
  min-width: 260px;
  margin-right: 30px;
}

.author-info h2 {
  font-size: 25px;
}

.author-info .active {
  margin-bottom: 15px;
  font-size: 12px;
  color: #292e34;
  position: relative;
  padding-left: 20px;
}

.author-info .active:before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #08c268;
}

.author-info .sg-social {
  margin-top: 20px;
}

.author-info .sg-social li {
  margin-right: 15px;
}

.author-info .sg-social li:last-child {
  margin-right: 0;
}

.author-info .sg-social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 100%;
  color: #80909c;
  font-size: 18px;
  border: 1px solid #80909c;
}

.author-info .sg-social li a:hover {
  color: #fff;
  background-color: var(--primaryColor);
}

.user-info h3 {
  font-size: 16px;
  color: #292e34;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d8e2e9;
}

.user-info ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.user-info ul li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  width: 58px;
}

.user-info ul li a {
  display: block;
  position: relative;
}

.user-info ul li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.38);
}

.user-info ul li a span {
  position: absolute;
  font-size: 14px;
  color: #fff;
  left: 0;
  top: 50%;
  z-index: 999;
  width: 100%;
  opacity: 0;
  text-align: center;
  margin-top: -10px;
}

.user-info ul li a:hover span,
.user-info ul li a:hover:before {
  opacity: 1;
}

.user-info .following {
  margin-bottom: 50px;
}

.footer-middle,
.footer-top {
  color: #fff;
  position: relative;
  z-index: 9999;
  background-color: #201e1d;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: var(--primaryColor);
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .sg-post,
.footer-widget.categories-widget ul {
  padding: 0;
  background-color: transparent;
}

.footer-widget h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-widget .twitte .icon {
  margin-right: 15px;
}

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

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

.footer-widget .twitte a {
  color: var(--primaryColor);
}

.footer-widget .entry-title {
  font-size: 16px;
}

.footer-widget .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-top {
  padding: 60px 0 30px;
}

.footer-middle .middle-content {
  padding: 50px 0;
  border-top: 1px solid #707070;
}

.footer-middle .text {
  max-width: 300px;
}

.footer-bottom ul,
.footer-social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social ul li {
  margin-right: 10px;
  font-size: 20px;
  margin-bottom: 5px;
}

.footer-bottom ul li:last-child,
.footer-social ul li:last-child {
  margin-right: 0;
}

.footer-social ul li a {
  display: block;
  background-color: #484848;
  padding: 10px 15px;
}

.footer-bottom {
  color: #fff;
  padding: 20px 0;
  background-color: #0d0d0d;
}

.footer-bottom ul li {
  margin-right: 25px;
}

.footer-bottom ul li a {
  display: block;
}

.footer-content .sg-socail {
  margin-bottom: 50px;
  text-align: center;
}

.footer-content .sg-socail ul {
  flex-wrap: wrap;
}

.footer-content .sg-socail li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 100%;
  color: #80909c;
  font-size: 24px;
  border: 1px solid #80909c;
}

.footer-content .sg-socail li a:hover {
  color: #fff;
  background-color: var(--primaryColor);
}

.footer-content .sg-socail li {
  margin-right: 20px;
  margin-bottom: 5px;
}

.footer-content .sg-socail li:last-child {
  margin-right: 0;
}

.footer-content .form-control {
  height: 55px;
  color: #fff;
  background-color: transparent;
}

.footer-content form {
  margin-top: 30px;
}

.btn.btn-primary {
  font-size: 12px;
  padding: 12px 30px;
}

.footer-bottom .sg-socail {
  margin-bottom: 15px;
}

.footer-bottom .sg-socail li {
  margin-right: 15px;
}

.footer-bottom .sg-socail li:last-child {
  margin-right: 0;
}

.footer-bottom .sg-socail li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  background: #282828;
  text-align: center;
}

.footer-bottom .logo {
  margin-bottom: 15px;
}

#home-carousel .carousel-control-next,
#home-carousel .carousel-control-prev,
.btn.btn-primary:before,
.entry-content,
.entry-content.absolute,
.entry-thumbnail img,
.form-control,
.select-options li,
.slick-arrow,
.user-info ul li a span,
.user-info ul li a:before,
.widget-newsletter button i,
a,
button {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 999999999999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: visible;
  font-size: 50px;
  color: #fb0;
}

div#preloader .tr-preloader {
  display: inline-block;
}

div#preloader .tr-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.mfp-iframe-holder .mfp-content {
  border-radius: 5px;
  border: 10px solid #fff;
}

.mfp-iframe-holder .mfp-close {
  top: -45px;
  right: -20px;
}

.mfp-figure {
  background-color: #fff;
}

img.mfp-img {
  padding: 12px;
}

.mfp-image-holder .mfp-close {
  top: -35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-counter {
  right: 50%;
  color: #fff;
  top: 50px;
  margin-right: -20px;
}

.breaking-news-slider .slick-arrow {
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 20px;
  cursor: pointer;
}

.breaking-news-slider .slick-arrow.fa-angle-left {
  right: 20px;
}

@font-face {
  font-family: iransans;
  src: url("../../fonts/IranSans.ttf");
}

body {
  text-align: right;
  direction: rtl;
  font-family: "iransans" !important;
  text-align: justify;
  background-color: white;
  word-spacing: -2px;
  position: relative;
}

footer {
  margin-bottom: 40px;
}

main {
  min-height: calc(100vh - 292px);
}

audio {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "iransans" !important;
}

.table th {
  font-family: "iransans" !important;
}

.dashboard-wrapper {
  margin-left: unset;
  margin-right: 264px;
}

.nav-left-sidebar {
  right: 0;
}

ul {
  padding-inline-start: 0;
}
.nav-left-sidebar .nav-link i {
  margin-right: unset;
  margin-left: 9px;
}
.nav-left-sidebar .nav-link[data-toggle="collapse"]::after {
  right: unset;
  left: 20px;
}

.nav-left-sidebar
  .nav-link[data-toggle="collapse"][aria-expanded="false"]:after {
  transform: rotate(90deg);
}

.dropdown-menu-right a {
  text-align: right;
}

.item-table-filter {
  float: right;
}

.text-muted {
  margin-bottom: 0px;
}

.dropdown-menu > li > a,
.dropdown-menu > div > li > a {
  padding-right: 5px;
  padding: 7px 18px;
  display: block;
}

.dropdown-menu.show {
  text-align: right;
}

.site-setting-area a {
  padding: 10px 5px;
}

.entry-title {
  font-family: "iranSans";
}

.dropdown-menu-right {
  left: 0;
  right: unset;
}

.filter-option-inner-inner {
  text-align: right;
}

.custom-control-label::before {
  left: unset;
  right: 0;
}

.custom-control-label::after {
  left: unset;
  right: 0;
}

.custom-control-label::after {
  left: unset;
  right: 0;
}

.custom-control {
  padding-left: unset;
  padding-right: 1.5rem;
}

.cat-block-img {
  max-width: 100%;
}

.sg-post .category {
  bottom: unset;
  top: 15px;
}

.inner-detail-page .sg-post img {
  aspect-ratio: unset !important;
  max-width: 100%;
  height: auto;
}

.inner-detail-page {
  padding-top: 30px;
}

.footer-top {
  padding: 15px 0 0 0;
}

.news-ticker-majid {
  padding-left: 10px !important;
  margin-bottom: 0;
}

.news-ticker-majid li {
  padding: 0;
}

.slick-slide {
  margin: 0 3px;
}

.slick-list {
  margin: 0 -3px;
}

.news-ticker-majid .slick-list {
  height: 20px;
}

/* .sg-home-section img {
      height: 307px;
  } */

li .facebook:hover {
  background-color: #3b5998;
  color: #fff !important;
}

li .twitter:hover {
  background-color: #1da1f2;
  color: #fff !important;
}

li .instagram:hover {
  background-color: #bd4c93;
  color: #fff !important;
}

li .linkedin:hover {
  background-color: #0177b5;
  color: #fff !important;
}

li .pinterest:hover {
  background-color: #bd081c;
  color: #fff !important;
}

li .vk:hover {
  background-color: #4c75a3;
  color: #fff !important;
}

li .whatsapp:hover {
  background-color: #29b346;
  color: #fff !important;
}

li .telegram:hover {
  background-color: #08c;
  color: #fff !important;
}

li .youtube:hover {
  background-color: #b00;
  color: #fff !important;
}

li .rss:hover {
  background-color: #f8991d;
  color: #fff !important;
}

li .print:hover {
  background-color: #979797;
  color: #fff !important;
}

li .facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}

li .twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
}

li .pinterest {
  background-color: #cb2027;
  border: 1px solid #cb2027;
}

li .instagram {
  background-color: #d64fa5;
  border: 1px solid #d64fa5;
}

li .linkedin {
  background-color: #007bb5;
  border: 1px solid #007bb5;
}

li .vk {
  background-color: #4d76a1;
  border: 1px solid #4d76a1;
}

li .rss {
  background-color: #f8991d;
  border: 1px solid #f8991d;
}

li .telegram {
  background-color: #0088cc;
  border: 1px solid #0088cc;
}

li .youtube {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

li .whatsapp {
  background-color: #1ac43f;
  border: 1px solid #1ac43f;
}

li .print {
  background-color: #a5a0a0;
  border: 1px solid #a5a0a0;
}

.social-btn {
  height: 38px;
  width: 38px;
  color: #fff;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.social-box > li {
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.tagcloud-style-1 a {
  background-color: var(--primaryColor);
  color: white;
  font-size: 13px;
  margin-right: unset;
  margin-top: 2px;
  margin-bottom: 2px;
}

.tagcloud {
  margin-top: unset;
}

.tagcloud-style-1 {
  padding: 5px;
}

#front img:not(.entry-content img) {
  border-radius: 5px;
  width: 100%;
}

.featured-post {
  border-radius: 5px;
}

.sg-search {
  margin-right: 10px;
}

.contact-form {
  margin-bottom: 20px;
}

.contact-form {
  padding: 5px;
}

.footer-widget button {
  border-color: white !important;
}

.bootstrap-tagsinput .badge [data-role="remove"] {
  margin-left: unset;
  margin-right: 8px;
}

.sg-menu {
  margin-bottom: 10px;
}

.entry-meta {
  margin-top: -3px !important;
}

.modal-header .close {
  margin-left: unset;
  margin-right: auto;
}

#selectAudio {
  margin-left: 25px;
}

.btn.btn-primary {
  letter-spacing: unset;
}

.label-table {
  line-height: unset !important;
}

.slimScrollBar {
  background-color: white !important;
  opacity: 0.6;
}

#label::placeholder {
  text-align: right;
}

.scrollToTop a {
  height: 34px;
}

.scrollToTop {
  bottom: 56px;
}

#switch-mode {
  background-color: var(--primaryColor);
}

#switch-mode .sm-text {
  color: white;
}

#switch-mode .sm-button {
  background-color: #afc6d0;
}

.footer-top {
  padding-left: 5%;
  padding-right: 5%;
}

.footer-bottom {
  padding: 10px 5% 10px 5%;
}

.widget-title {
  border-radius: 5px;
}

.section-seprator {
  margin-bottom: 10px;
}

.section-seprator span {
  padding: 5px 10px;
  color: white;
  display: inline-block;
  margin-bottom: -1px;
}

.nav-tabs {
  border-bottom: 1px solid var(--primaryColor);
}

.nav-link.active {
  border-color: var(--primaryColor) !important;
}

.section-title {
  margin-bottom: unset;
  border-bottom: unset;
  display: inline-block;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 20px;
  color: var(--primaryColor);
}

.section-box {
  padding: 15px 0px 0px 0px;
  margin: 0;
  border-radius: 4px;
  border-top: solid var(--primaryColor);
}

input[name="email"]::placeholder {
  color: white;
}

.sg-post.featured-post .entry-title {
  font-size: 20px;
}

.footer-top .footer-content a:hover {
  color: var(--secondColor);
}

.rss-content-actual-link a.btn.btn-primary {
  letter-spacing: unset;
}

.post-title {
  direction: rtl;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  padding: 5px;
  font-size: 14px;
  color: white;
  display: flex;
  align-items: flex-end;
  border-radius: 0px 0px 5px 5px;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.9) 50%,
      rgba(0, 0, 0, 0.99) 100%
    );
}

.post-lable {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 2px 10px;
  font-size: 14px;
  color: white;
  background-color: var(--primaryColor);
}

.post-lable-all {
  position: absolute;
  top: 15px;
  left: 20px;
  padding: 2px 10px;
  font-size: 14px;
  color: white;
  background-color: var(--primaryColor);
}

.section-seprator a {
  float: right;
}

.section-seprator .sg-breaking-news {
  margin-bottom: unset;
}

.news-ticker-majid a {
  padding-top: 5px;
  margin-bottom: -5px;
}

.lightboxed--frame img {
  width: auto !important;
  height: auto;
  margin-top: 10px;
}

#switch-mode {
  z-index: 100;
}

div#lightboxed--bttn_prev {
  z-index: 101;
}

section {
  margin-bottom: 10px;
}

div#lightboxed--content .lightboxed--frame .lightboxed--caption {
  bottom: -10px !important;
  left: 15%;
  right: 15% !important;
  width: 70%;
  text-align: center;
  opacity: 0.75;
}

.count-img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 3px 3px 0px 3px;
}

.date-img {
  position: absolute;
  right: 10px;
  top: 11px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  padding: 0px 3px 0px 3px;
}

.sg-post .entry-title {
  font-weight: 700;
  font-size: 16px;
}

.medium-post-style-1 .entry-thumbnail {
  width: 250px;
}

.sg-post .entry-content {
  padding: 10px 6px;
}

.footer-widget.categories-widget .global-list li {
  padding: 3px;
}

.footer-widget .sg-post .global-list a {
  color: white;
}

.footer-widget .sg-post .global-list a:hover {
  color: var(--secondColor);
}

img:not(
    #media-gallery img,
    .entry-content .paragraph img,
    .ads-box img,
    img#blah,
    #general-setting img
  ) {
  aspect-ratio: 16/9 !important;
}

.sg-menu img {
  aspect-ratio: unset !important;
}

li.media ul.children {
  display: none;
}

.sg-menu .navbar-nav li a {
  font-size: 15px;
  font-weight: 600;
  padding: 7px 9px;
  transition: transform 0.2s;
  color: white;
  white-space: nowrap;
}

.sg-dropdown.mega-dropdown > a > i {
  color: white;
}

.sg-dropdown.mega-dropdown:hover > a > i {
  color: var(--primaryColor);
}

.new-item-menu a i {
  color: black;
}

.new-item-menu:hover a > i {
  color: var(--primaryColor);
}

.footer-widget h3 {
  margin-bottom: 15px;
}

.footer-content form {
  margin-top: 15px;
}

.footer-widget .form-control {
  margin-bottom: 18px;
}

#footer-ticker li {
  margin-right: 5px;
  border-left: solid 2px white;
  padding-top: 2px;
}

#right-box {
  position: relative;
  z-index: 100;
}

.tgju-copyright {
  background: white;
  border: solid 1px #ccc;
}

.meta-title-post {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  align-items: flex-end;
  direction: rtl;
  border-radius: 0px 0px 5px 5px;
  font-size: 16px;
}

.box-background div div:nth-child(odd) {
  background: #f1f1f1;
}

.box-background li:nth-child(odd) {
  background: #f1f1f1;
}

.box-background {
  padding-right: 5px;
  padding-left: 5px;
}

main .tab-pane div div:nth-child(odd) {
  background: #f1f1f1;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0px;
}

.show-more-btn {
  color: white;
  border: solid white 2px;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
  padding: 5px;
}

.show-more-btn:hover {
  border: solid 2px var(--primaryColor);
}

.sg-topbar {
  padding-bottom: unset;
  padding-top: unset;
}

.multiselect-dropdown {
  background-image: unset;
}

.multiselect-dropdown span.placeholder {
  color: #71748d;
}

.multiselect-dropdown-list input[type="checkbox"] {
  margin-left: 5px;
}

.mega-menu-content h3 {
  border-bottom: unset;
  padding-bottom: unset;
  margin-bottom: unset;
  padding: 5px;
}

.mega-menu-content {
  padding: 0px 5px;
}

#footer-menu-box li:last-child {
  border-left: unset !important;
}

.footer-bottom ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-bottom ul li:last-child {
  margin-right: 10px;
}

.sg-dropdown-menu-menu {
  left: unset;
  right: 100%;
  top: 1px;
}

.sg-dropdown-menu-menu li {
  margin-left: unset !important;
  margin-right: unset !important;
}

/* .sg-menu .navbar-nav li a:hover {
  color: var(--primaryColor) !important;
  background-color: #ccc;
} */

.mega-dropdown-first-level:hover * {
  color: var(--primaryColor) !important;
}

.mega-dropdown-first-level:hover {
  background-color: white;
}

/* .mega-dropdown-two-level:hover * {
  color: var(--primaryColor) !important;
} */

/* .mega-dropdown-two-level:hover  {
  background-color: white;
} */

.sg-menu .navbar {
  padding: 0.5rem 0;
}

.sg-header {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.sg-dropdown-menu {
  top: 35px;
}

#footer-ticker a:hover {
  color: var(--secondColor);
}

section img {
  width: 100%;
}

.rc-anchor-normal {
  width: 100%;
}

#menu-bar {
  display: none;
}

nav.navbar-expand-lg {
  padding: 0.5rem 0;
}

.sg-dropdown i.icon {
  color: white;
}

.mobile-view {
  display: none;
}

.category-title {
  font-size: 22px;
}

.paragraph {
  text-align: justify;
}

#section-haghighi img,
#section-hoghooghi img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

#section-haghighi .slick-slide,
#section-hoghooghi .slick-slide {
  box-shadow: 0px 0px 4px;
}

.profile-box {
  text-align: center !important;
  padding: 4px !important;
  color: white !important;
  background-image: linear-gradient(white, #08a9a8) !important;
  border: solid 1px #08a9a8 !important;
  font-size: 14px;
  white-space: nowrap;
}

.main-title {
  font-size: 16px;
  font-weight: 600;
}

.main-sub-title {
  font-size: 14px;
}

.main-leanier-title {
  font-size: 14px;
  line-height: 35px;
  font-weight: 600;
}

.main-leanier-title-main-section {
  font-size: 14px;
  line-height: 26px;
}

.sg-post .entry-content p:not(.entry-content p) {
  margin-bottom: 12px;
  text-align: justify !important;
}

.sg-search .form-control {
  text-align: right;
  padding: 2px 5px;
}

.main-link {
  color: var(--primaryColor);
}

.person-slick img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 5px 5px 0 0 !important;
}

.fit-object {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.fit-media {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 450px;
  display: block;
  margin: auto;
}

.pre-loader-majid {
  width: 40px !important;
  height: 40px !important;
  margin: auto !important;
  display: block;
}

.loading {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}

.mce-container *:not(i) {
  font-family: "iransans" !important;
}

.mce-panel * {
  direction: rtl !important;
  text-align: right !important;
}

.mce-menu-shortcut {
  right: unset !important;
  left: 0;
}

.slick-arrow {
  background: var(--primaryColor);
  color: white;
  padding: 5px 13px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
}

.slick-prev {
  left: 40px;
  top: -55px;
}

.slick-next {
  left: 0px;
  top: -55px;
}

#statistics-box th,
#statistics-box td {
  padding: 5px 2px;
}

.dropdown-menu {
  min-width: 11rem;
}

.close-btn {
  position: absolute;
  left: 15px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  color: white;
  border: solid 1px white;
  cursor: pointer;
}

#main-content #frame-box img:hover {
  cursor: pointer;
}

.player-box {
  cursor: pointer;
}

.video-icon img,
.audio-icon img {
  aspect-ratio: unset !important;
}

.paginate-container nav {
  text-align: center;
}

.page-item.active .page-link {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.sidebar-dark.nav-left-sidebar .nav-link.active i {
  color: white;
}

#myInput {
  text-align: right;
}

.nav-left-sidebar li.nav-item {
  margin-top: 2px;
}

.audio-item {
  border: solid 1px #dee2e6;
  padding: 5px;
  margin-top: 10px;
}

.audio-item .left,
.audio-item .center {
  float: left;
}

.audio-item .left {
  margin-right: 5px;
}

.audio-item .right {
  float: right;
}

.majid-badge {
  background: var(--primaryColor);
  color: white;
  position: absolute;
  left: 20px;
  top: 10px;
  padding: 0px 4px;
  border-radius: 5px;
  opacity: 0.9;
}

.play-list-item {
  padding: 5px;
  margin-bottom: 5px;
}

.play-list-item:hover {
  cursor: pointer;
  background-color: var(--secondColor);
}

#header-feed a:hover i {
  color: white !important;
}

.index-post * {
  color: red !important;
}

.sg-topbar ul li {
  margin-left: 10px;
}

.sg-topbar #left-section > span:not(:first-child) {
  margin-right: 10px;
}

.g-recaptcha > div {
  margin: auto;
}

/* added by majid for slick slider dots style */
.post-slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg-home-section .post-slider {
  margin-bottom: 0;
}

.post-slider {
  position: relative;
}

.post-slider ul {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: var(--secondColor);
  border-radius: 50%;
  font-size: 0px;
  border: 0;
  margin-left: 3px;
}

.slick-dots .slick-active button {
  background-color: var(--primaryColor);
  width: 20px;
}

.no-click {
  pointer-events: none;
}

.ads-item {
  color: white;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  border: solid 3px var(--primaryColor);
  background: var(--primaryColor);
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  height: 260px;
}

.ads-item label {
  font-weight: initial;
  font-size: 12px !important;
}

.ads-item .ads-location-name {
  justify-content: center;
  border-bottom: solid 1px white;
}

.ads-item .form-content {
  line-height: initial;
  text-align: right;
  padding: 5px;
}

.btn-primary {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.btn-primary:hover {
  background-color: var(--secondColor);
  border-color: var(--secondColor);
}

.badge-primary {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.img-box {
  padding: 3px;
  border: solid 1px #ccc;
}

.dashboard-content .add-new-page .block-header {
  margin-top: 15px;
}

.date-box-disable {
  opacity: 0.45;
}

.date-box-disable input {
  pointer-events: none;
}

.sg-post .entry-content p {
  margin-bottom: 25px;
}

.tab-pane > div {
  line-height: 30px;
}

.top_section_list div:hover {
  background-color: #bcbcbc !important;
}

.badge-secondary {
  background-color: var(--secondColor);
}

tr td.ad-position hr:last-child {
  display: none;
}

.table td:not(.ad-position),
.table th {
  text-align: center;
}

td a.btn {
  min-width: 70px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

select option[disabled] {
  background: #e7e7e7;
}

.big_ad {
  margin-right: auto;
  margin-left: auto;
}

.small_ad img {
  width: 300px !important;
  height: 100px !important;
}

.mid_ad img {
  width: 600px !important;
  height: 150px !important;
}

.big_ad img {
  /* width: 1350px !important; */
  height: 150px !important;
}

.ads-box {
  margin-top: 5px;
  margin-bottom: 5px;
}

.inner-detail-page > .ads-box {
  margin-top: -30px;
}

.ads-box img {
  margin-bottom: 3px;
}

.bottom-section {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#main-content {
  position: relative;
}

#side-tab {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 30%;
  width: 40px;
  height: 80px;
  background: var(--primaryColor);
  border-radius: 5px 0px 0px 5px;
}

#side-tab-btn {
  position: fixed;
  right: 0;
  top: 30%;
  width: 0;
  height: 40px;
  background: var(--secondColor);
  border-radius: 5px 0px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#side-tab-btn i {
  color: white;
}

#poll-box {
  position: fixed;
  z-index: 99;
  right: 40px;
  top: 30%;
  width: 300px;
  min-height: 150px;
  display: none;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

#poll-box .close-poll-box {
  position: absolute;
  z-index: 1;
  left: 3px;
  top: 0px;
  color: red;
  cursor: pointer;
  font-size: 20px;
}

#side-tab > div {
  border-bottom: solid 1px white;
}

#side-tab-close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

#side-tab > div i {
  cursor: pointer;
  padding: 3px;
}

.poll {
  color: white;
  cursor: pointer;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: var(--primaryColor);
  transition: width 1s;
}

.poll:hover {
  width: 150px;
  border-radius: 5px 0px 0px 5px;
}

.api {
  color: white;
  cursor: pointer;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: var(--primaryColor);
  transition: width 1s;
}

.api:hover {
  width: 150px;
  border-radius: 5px 0px 0px 5px;
}

.table .thead-dark th {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.ahmad {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: #f1f1f1;
  border-top: solid 1px var(--primaryColor);
}

header .sg-topbar {
  padding-left: 5%;
  padding-right: 5%;
}

header .sg-menu {
  background: var(--primaryColor);
  border-top: solid 1px white;
  padding-left: 5%;
  padding-right: 5%;
}

/* md */
@media (min-width: 1200px) and (max-width: 1300px) {
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .sg-search form {
    width: 160px;
  }
  .section-content.search-content .sg-search form {
    width: 100%;
  }
  .sg-menu .navbar-nav > li > a {
    padding: 20px 15px;
  }
  .sg-menu .navbar-nav li a {
    font-size: 14px;
  }
  .video-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
  }
  .topbar-style-2 .middle-content {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .breaking-content span {
    height: 47px;
  }
  .news-ticker li {
    padding: 0px 0px;
  }
}

/* md */
@media (max-width: 991px) {
  .sg-search {
    position: absolute;
    top: 4px;
    right: 60px;
  }
  .sg-search form {
    width: 180px;
  }
  .sg-search .form-control {
    height: 37px;
    font-size: 11px;
  }
  .sg-menu .navbar-nav li a {
    font-size: 14px;
  }
  .sg-menu .navbar-nav > li > a {
    padding: 10px 15px;
  }
  .menu-content {
    display: block;
  }
  .navbar-toggler {
    float: right;
    padding-right: 0;
  }
  /* .sg-menu .navbar-nav li span {
    display: none;
  } */
  .sg-dropdown i.icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sg-menu .sg-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    padding: 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: inherit !important;
    -moz-transition: inherit !important;
    -ms-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    margin-left: 0;
  }
  .sg-dropdown.mega-dropdown {
    position: relative;
  }
  .medium-post-style-1 {
    display: block;
  }
  .medium-post-style-1 .entry-thumbnail {
    width: 100%;
  }
  .footer-bottom .left-content {
    margin-bottom: 10px;
  }
  .mega-menu-content h3 {
    font-size: 14px;
  }
  .navbar-nav {
    display: block;
    padding: 10px 0 20px;
  }
  .sg-menu {
    padding: 10px 0;
  }
  /*	.navbar-toggler-icon {
		margin-top: 5px;
	}*/
  .navbar-toggler {
    font-size: 1rem;
  }
  .sg-search button {
    position: absolute;
    /*right: 8px;*/
    top: 10px;
    font-size: 12px;
    border: 0;
    background-color: transparent;
  }
  .video-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
  }
  /*	.breaking-content.d-flex {
		display: block !important;
	}*/
  .news-ticker .slick-arrow {
    margin-top: -17px;
  }
  .sm-logo {
    display: block;
    float: left;
  }
  .menu-style-1 .sg-search {
    right: initial;
    left: 0;
    margin-left: 0;
  }
  .menu-style-1 .navbar-nav,
  .menu-style-2 .navbar-nav {
    margin-top: 55px;
    width: 100%;
  }
  .sg-topbar.topbar-style-2 {
    display: none;
  }
  #navbarNav {
    width: 100%;
  }
  .footer-widget .entry-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .section-content.search-content .sg-search {
    position: initial;
    width: 100%;
  }
  .section-content.search-content .sg-search form {
    width: 100%;
  }
  .sg-social.mr-md-5 {
    margin-right: 15px !important;
  }
  .submit-news,
  .sg-language {
    margin-right: 15px;
  }
  .sg-topbar ul li {
    margin-right: 10px;
  }
  .sg-topbar {
    font-size: 15px;
  }

  /*breaking news styling*/
  .breaking-content span {
    min-width: 90px;
    font-size: 12px;
    padding: 6px 10px;
    margin-right: 4px;
  }

  .news-ticker li {
    padding: 4px 0px;
    font-size: 12px;
  }
  .header-style-5 .ad-content {
    padding-top: 0px;
  }
}

/* sm */
@media (min-width: 991px) {
  .sg-post.featured-post.style_1 .entry-header .image-thumb {
    height: 458px;
  }

  .sg-post .entry-content.block {
    height: 82px;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  .sg-topbar {
    font-size: 14px;
  }
  .entry-header .video-icon.block {
    left: 53%;
  }
  .video-icon.x-small-block {
    top: 68%;
  }
}

/* sm */
@media (max-width: 767px) {
  .sg-menu .navbar-nav .sg-post a {
    display: block;
  }
  .mega-menu-content ul {
    margin-bottom: 20px;
  }
  .mega-menu-content {
    padding: 15px;
  }
  .sg-post.featured-post .entry-title {
    font-size: 18px;
  }
  .sg-post.featured-post .entry-content a {
    font-size: 16px !important;
  }
  .sg-topbar .d-md-flex {
    font-size: 13px;
    display: flex !important;
    justify-content: space-between;
  }
  .sg-topbar .sg-social {
    margin-right: 25px;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sg-post.small-post.mb-0 {
    margin-bottom: 30px !important;
  }
  .author-section .author-form-content {
    margin-top: 30px;
  }
  .author-section h1 {
    margin-bottom: 30px;
  }
  .author-top-content .author {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .user-info .following {
    margin-bottom: 20px;
  }

  .sg-post.featured-post .entry-title {
    font-size: 16px !important;
  }
  .sg-post.featured-post .entry-content a {
    font-size: 14px !important;
  }

  .entry-header .video-icon.block {
    width: 50px !important;
    height: auto;
    line-height: 50px !important;
    left: 52%;
    top: 50%;
  }
  .entry-header .video-icon.large-block {
    width: 50px;
    height: auto;
    line-height: 50px;
    left: 52%;
    top: 50%;
  }
  .entry-header .video-icon.small-block {
    width: 50px;
    height: auto;
    line-height: 50px;
    left: 52%;
    top: 50%;
  }
}

/* Ticker Styling */
.ticker-wrapper.has-js {
  margin: 20px 0px 20px 0px;
  padding: 0px 20px;
  width: 780px;
  height: 32px;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #f8f0db;
  font-size: 0.75em;
}
.ticker {
  width: 710px;
  height: 23px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #f8f0db;
}
.ticker-title {
  padding-top: 9px;
  color: #990000;
  font-weight: bold;
  background-color: #f8f0db;
  text-transform: uppercase;
}
.ticker-content {
  margin: 0px;
  padding-top: 9px;
  position: absolute;
  color: #1f527b;
  font-weight: bold;
  background-color: #f8f0db;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2em;
}

.ticker-content a {
  text-decoration: none;
  color: #1f527b;
}
.ticker-content a:hover {
  text-decoration: underline;
  color: #0d3059;
}
.ticker-swipe {
  padding-top: 9px;
  position: absolute;
  top: 0px;
  background-color: #f8f0db;
  display: block;
  width: 800px;
  height: 23px;
}
.ticker-swipe span {
  margin-left: 1px;
  background-color: #f8f0db;
  border-bottom: 1px solid #1f527b;
  height: 12px;
  width: 7px;
  display: block;
}
.ticker-controls {
  padding: 8px 0px 0px 0px;
  list-style-type: none;
  float: left;
}
.ticker-controls li {
  padding: 0px;
  margin-left: 5px;
  float: left;
  cursor: pointer;
  height: 16px;
  width: 16px;
  display: block;
}
.ticker-controls li.jnt-play-pause {
  background-image: url("../images/controls.png");
  background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
  background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
  background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
  background-image: url("../images/controls.png");
  background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
  background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
  background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
  background-image: url("../images/controls.png");
  background-position: 0px 16px;
}
.ticker-controls li.jnt-prev.over {
  background-position: 0px 32px;
}
.ticker-controls li.jnt-prev.down {
  background-position: 0px 0px;
}
.ticker-controls li.jnt-next {
  background-image: url("../images/controls.png");
  background-position: 16px 16px;
}
.ticker-controls li.jnt-next.over {
  background-position: 16px 32px;
}
.ticker-controls li.jnt-next.down {
  background-position: 16px 0px;
}
.js-hidden {
  display: none;
}
.no-js-news {
  padding: 10px 0px 0px 45px;
  color: #f8f0db;
}
.left .ticker-controls,
.left .ticker-content,
.left .ticker-title,
.left .ticker {
  float: left;
}
.left .ticker-controls {
  padding-left: 6px;
}
.right .ticker-controls,
.right .ticker-content,
.right .ticker-title,
.right .ticker {
  float: right;
}
.right .ticker-controls {
  padding-right: 6px;
}

.mega-dropdown-first-level i.fa-angle-down.mobile {
  display: none;
}

.mega-dropdown-first-level .fa {
  color: white;
}

.mega-dropdown-two-level .fa {
  color: black;
}

.links-box {
  border: solid 2px var(--primaryColor);
}

.links-box .links-header {
  background: var(--primaryColor);
  text-align: center;
  padding: 10px 5px;
  color: white;
}

@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 60%;
  }

  .mega-menu-content .new-item-menu:hover {
    background: #ccc;
  }

  .mega-dropdown-menu .new-item-menu a:hover {
    background: #ccc;
  }
}

@media only screen and (max-width: 576px) {
  .mega-dropdown-two-level .fa {
    color: white;
  }

  .mega-dropdown-first-level i.fa-angle-down.mobile {
    display: inline-block;
  }

  .mega-dropdown-first-level i.fa-angle-down.desktop {
    display: none;
  }

  .sg-dropdown-menu.mega-dropdown-menu [level="two"] {
    display: none;
    padding: 15px;
  }

  .sg-dropdown.mega-dropdown .mega-dropdown-first-level,
  .sg-dropdown.mega-dropdown .mega-dropdown-two-level {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #nowPlay span#npAction {
    display: none;
  }

  #nowPlay span#npTitle {
    display: block;
    text-align: center;
    width: 100%;
  }

  .grid-sizer,
  .grid-item {
    width: 100%;
  }

  .sg-dropdown.mega-dropdown {
    display: block;
  }

  .sg-dropdown.mega-dropdown > a > i.fa-angle-down {
    position: absolute;
    left: 0;
    top: 12px;
  }

  #nowPlay span#npTitle {
    font-size: 10px;
  }
  ul#plList {
    font-size: 10px !important;
  }

  .dashboard-header .navbar {
    display: flex;
  }

  .navbar-brand {
    padding: 5px 1px;
    font-size: 20px;
    margin-right: 5px;
  }

  #post_meta {
    margin-bottom: 0;
  }

  .admin-section > div {
    margin-top: 0;
  }

  .add-new-page {
    padding: 0;
    margin-bottom: 0;
  }

  .add-new-page .p-l-15 {
    padding-left: 0;
  }

  .btn {
    margin-right: unset;
  }

  .item-table-filter {
    margin-right: 0;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .table-info-pagination nav {
    overflow: auto;
  }

  .navigation-list {
    padding: 0;
  }

  .pagination {
    justify-content: center;
    margin: 10px 0px;
  }

  .table-info-pagination {
    float: unset !important;
  }

  .navigation-list .block-header h2 {
    text-align: center;
    margin-bottom: 0 !important;
  }

  .dashboard-wrapper {
    margin-right: solid 2px var(--primaryColor);
  }

  #sg-top {
    width: 100%;
    margin-left: 0 !important;
  }

  #sg-bottom {
    width: 100%;
    margin-right: 0 !important;
  }

  #refresh-content-ajax {
    min-height: unset !important;
  }

  .sg-menu {
    padding: 0;
  }

  #right-section {
    width: 55% !important;
  }

  #left-section {
    width: 45% !important;
    font-size: 16px;
  }

  #left-section span:nth-child(3) {
    padding-bottom: 12px !important;
  }

  #left-section > span:nth-child(2) {
    display: none;
  }

  .section-parent > div:first-child {
    margin-bottom: 15px;
  }

  .ads-img {
    height: auto !important;
  }

  .search-content .sg-search {
    margin-bottom: 10px;
  }

  .container-section {
    margin-top: 50px;
  }

  .margin-top-70 {
    margin-top: 70px;
  }

  .medium-post-style-1 .entry-thumbnail {
    width: 100%;
  }

  .sg-sidebar.theiaStickySidebar {
    margin-top: 10px;
  }

  .inner-category-page {
    padding-left: 0;
    padding-right: 0;
  }

  .inner-subcategory-page {
    padding-left: 0;
    padding-right: 0;
  }

  .inner-detail-page .sub-title {
    font-size: 14px;
  }

  .inner-detail-page .title {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .middle-column-inner-page {
    padding-right: 15px !important;
  }

  input[name="search"] {
    height: 45px !important;
    width: 200px;
  }

  .g-recaptcha > div {
    width: 100% !important;
  }

  .g-recaptcha iframe {
    width: 100% !important;
  }

  .account-content .ragister-form {
    padding: 30px 10px;
  }

  #menu-bar {
    display: inline-block;
  }

  nav.navbar-expand-lg {
    padding: 0;
  }

  .mega-menu-content > div {
    display: block !important;
  }

  .mega-menu-content {
    background: var(--primaryColor) !important;
  }

  .new-item-menu h3 {
    color: white;
  }

  /* .sub-category-box div:not(:first-child) {
    margin-top: -25px;
  } */

  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }

  .inner-detail-page .sg-sticky {
    padding-left: unset !important;
    padding-right: unset !important;
  }

  .top-center-ad img {
    aspect-ratio: unset !important;
    height: unset !important;
  }

  .short-link {
    text-align: center;
  }

  .social-box {
    justify-content: center;
    margin-top: 5px;
  }

  #footer-logo {
    margin: auto;
  }

  #footer-menu-box {
    font-size: 14px;
  }

  #header-feed {
    display: none;
  }

  #date-box {
    display: none;
  }

  #search-box {
    padding-bottom: 12px;
  }

  #front main {
    margin-top: 65px;
  }

  .small_ad {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .dashboard-wrapper {
    margin-right: 0px;
  }

  .fit-media {
    max-height: 200px;
  }
}

@media only screen and (max-width: 991px) {
  #search-btn {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .main-container {
    padding-top: 127px;
  }
}

/* xs Portrait */
@media (max-width: 575px) {
  .post-slider,
  .sg-post {
    margin-bottom: 15px;
  }
  .footer-logo {
    max-width: 200px;
  }
  .sg-post.featured-post .entry-title {
    font-size: 12px !important;
  }
  .footer-middle ul li a {
    padding: 10px 15px;
  }
  .footer-middle ul li {
    font-size: 14px;
    margin-right: 5px;
  }
  .account-content {
    width: 100%;
    margin: 20px 0 50px;
  }
  .footer-content .sg-socail li {
    margin-right: 10px;
  }
  .footer-content .sg-socail li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .sg-post.small-post.mb-0 {
    margin-bottom: 15px !important;
  }
  .topbar-style-1 .weather-content {
    margin-right: 20px !important;
  }
  .account-content {
    width: 100%;
  }
  .sg-topbar {
    font-size: 12px;
  }
  .d-flex {
    display: flex !important;
  }

  /*breaking news*/

  .breaking-content span {
    min-width: 70px;
    font-size: 10px;
    height: 44px;
    padding: 4px 10px;
  }
  .entry-header .video-icon {
    width: 50px !important;
    height: auto;
    line-height: 50px !important;
    left: 50%;
    top: 50%;
  }
  .entry-header .video-icon.block {
    width: 50px !important;
    height: auto;
    line-height: 50px !important;
    left: 50%;
    top: 50%;
  }
  .entry-header .video-icon.large-block {
    width: 50px;
    height: auto;
    line-height: 50px;
    left: 50%;
    top: 50%;
  }
  .entry-header .video-icon.small-block {
    width: 50px;
    height: auto;
    line-height: 50px;
    left: 50%;
    top: 50%;
  }
  .entry-header .video-icon.x-small-block {
    width: 25px !important;
    height: auto;
    line-height: 25px !important;
    top: 70%;
    left: 65%;
  }
}

@media (max-width: 485px) {
  .navbar-brand {
    max-width: 100px;
  }
  .sg-search form {
    width: 120px;
  }
  .sg-search {
    right: 45px;
  }
  .sg-search {
    top: 3px;
  }
  .sg-topbar {
    font-size: 11px;
  }
  .navbar-toggler-icon {
    margin-top: 0;
  }
  .footer-logo {
    max-width: 150px;
  }
  .comment-meta .sg-date {
    display: block;
    float: none;
  }
  .comment-list .children {
    padding-left: 0;
  }
  .post-style-1,
  .medium-post-style-1 {
    display: block;
  }
  .post-style-1 .entry-thumbnail {
    max-width: 100%;
  }
  .account-content .buttons a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .account-content .buttons span {
    margin-right: 10px;
  }
  .account-content .ragister-form {
    padding: 30px 20px;
  }
  .topbar-style-1 .weather-content {
    margin-right: 0 !important;
  }
  .topbar-style-1 .left-contennt.d-flex {
    display: block !important;
  }
  .topbar-style-1 .left-contennt.d-flex-style-3 {
    display: flex !important;
  }
  .topbar-style-1 .sg-user {
    margin-top: 10px;
  }

  .topbar-style-1 .style-3 {
    margin-top: -10px !important;
    margin-left: 10px !important;
  }
  /*.sg-topbar .right-content.d-flex {
		display: block !important;
	}*/
  .submit-news,
  .sg-language {
    margin-bottom: 10px;
  }
  .d-none-small {
    display: none;
  }

  /*video icon*/

  .entry-header .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
  }
  .video-icon {
    text-align: center;
    font-size: 15px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
  }

  .sg-post.featured-post .entry-title {
    font-size: 12px !important;
  }
  .sg-post.featured-post .entry-content a {
    font-size: 10px !important;
  }
  .entry-header .video-icon.x-small-block {
    width: 50px !important;
    height: auto;
    line-height: 50px !important;
    left: 50%;
    top: 50%;
  }
}

@media (max-width: 320px) {
  .sg-language {
    margin-left: 5px;
  }
  .sg-topbar {
    font-size: 10px;
  }
  .d-none-small {
    display: none;
  }
}
