:root {
  --color-black: #000;
  --color-yellow: #fea200;
  --color-content: #5c5858;
}
@font-face {
  font-family: "SAILEC-BLACK";
  src: url("../fonts/SAILEC-BLACK.OTF");
}
@font-face {
  /* used */
  font-family: "SAILEC-BOLD";
  src: url("../fonts/SAILEC-BOLD.OTF");
}
@font-face {
  font-family: "SAILEC-HAIRLINE";
  src: url("../fonts/SAILEC-HAIRLINE.OTF");
}
@font-face {
  font-family: "SAILEC-LIGHT";
  src: url("../fonts/SAILEC-LIGHT.OTF");
}
@font-face {
  font-family: "SAILEC-MEDIUM";
  src: url("../fonts/SAILEC-MEDIUM.OTF");
}
@font-face {
  /* used */
  font-family: "SAILEC-REGULAR";
  src: url("../fonts/SAILEC-REGULAR.OTF");
}
@font-face {
  font-family: "SAILEC-THIN";
  src: url("../fonts/SAILEC-THIN.OTF");
}

@font-face {
  font-family: "SOURCESERIFPRO-BLACK";
  src: url("../fonts/SOURCESERIFPRO-BLACK.TTF");
}
@font-face {
  font-family: "SOURCESERIFPRO-BOLD";
  src: url("../fonts/SOURCESERIFPRO-BOLD.TTF");
}
@font-face {
  font-family: "SOURCESERIFPRO-EXTRALIGHT";
  src: url("../fonts/SOURCESERIFPRO-EXTRALIGHT.TTF");
}
@font-face {
  font-family: "SOURCESERIFPRO-LIGHT";
  src: url("../fonts/SOURCESERIFPRO-LIGHT.TTF");
}
@font-face {
  font-family: "SOURCESERIFPRO-REGULAR";
  src: url("../fonts/SOURCESERIFPRO-REGULAR.TTF");
}
@font-face {
  font-family: "SOURCESERIFPRO-SEMIBOLD";
  src: url("../fonts/SOURCESERIFPRO-SEMIBOLD.TTF");
}
body {
  font-size: 13px;
  font-family: "SAILEC-REGULAR";
  /* font-family: sans-serif; */
}

/* global css start */
a {
  color: var(--color-black);
  text-decoration: none;
}
a:hover {
  color: var(--color-black);
}
.section-title {
  font-weight: 600;
  font-size: 16px;
}
.section-title-next {
  font-style: italic;
  font-size: 13px;
}
.SAILEC-REGULAR {
  font-family: "SAILEC-REGULAR";
}
.SAILEC-MEDIUM {
  font-family: "SAILEC-MEDIUM";
}
.page-title {
  font-family: "SOURCESERIFPRO-REGULAR";
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.form-control:focus {
  box-shadow: unset;
}
/* global css end */

/* topbar start */
.topbar {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 8px;
}
.topbar1 {
  display: inline-flex;
  align-items: center;
}
.topbar2 {
  text-align: center;
}
.topbar3 {
  text-align: end;
}
.topbar-btn {
  background-color: var(--color-yellow);
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid var(--color-yellow);
  font-size: 14px;
  padding: 6px 25px;
}
.topbar-btn:hover {
  background-color: #fff;
  border: 1px solid var(--color-yellow);
  color: var(--color-yellow);
  transition: all 0.4s ease-in-out;
}
.topbar-div2-a {
  margin-left: 1px;
  margin-right: 1px;
}
.topbar-search {
  width: 22px;
}
.main-logo, .footer-logo{max-width: 100%;}
.section-div-sb img{max-width: 100%; height: auto;}




@media only screen and (max-width: 768px) {
  .topbar1 {
    display: none;
  }
  .topbar2 {
    margin: 10px 0;
  }
  .topbar3 {
    display: none;
  }
  .logobar1 {
    display: none;
  }
  .logobar3 {
    display: none;
  }
}
/* topbar end */

/* logobar start */
.logobar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logobar2 {
  text-align: center;
}
.logobar3 {
  text-align: end;
}
@media only screen and (max-width: 768px) {
}
/* logobar end */

/* header start */
ul.navbar-nav li.nav-item a {
  color: #000;
}
ul.navbar-nav li.nav-item a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-main {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: double;
}
.header-hr {
  margin-bottom: 0;
}
.dropdown-item {
  font-size: 13px;
}
.dropdown-toggle::after {
  margin-left: 0;
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: auto;
    left: 0;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  /* .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; } */
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

@media only screen and (max-width: 768px) {
}
/* header end */

/* footer start */
.footer-ul {
  list-style: none;
  padding-left: 0;
}
.footer-ul li {
  padding-bottom: calc(10px / 2);
}
.footer-ul li a {
  color: var(--color-content);
  font-weight: 500;
}
.footer-heading {
  font-size: larger;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "SAILEC-BOLD";
}
.footer-right-col {
  margin-bottom: 12px;
  font-family: "SAILEC-BOLD";
}
.footer-ul2 {
  font-size: 13px;
}
.footer-hr-right {
  margin-top: -10px;
  margin-bottom: 10px;
}
.footer-div-last {
  border-left: 1px solid #cbcbcb;
}
.footer-logo {
  margin: 1rem 0;
  max-width: 100%;
}
.container-footer {
  border-top: double;
}
.copyright1,
.copyright2 {
  color: var(--color-content);
}
.copyright1 a,
.copyright2 a {
  font-family: "SAILEC-MEDIUM";
  color: var(--color-content);
}
@media only screen and (max-width: 768px) {
}
/* footer end */

/* section8 start */
.post-title {
  font-weight: 600;
}
.post-description {
  font-weight: 500;
  font-size: 13px;
  margin-top: 8px;
}
.post {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section8-div {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section7-div {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: double;
}
.post-heading {
  font-weight: 600;
  font-size: 15px;
  font-family: "SOURCESERIFPRO-SEMIBOLD";
  margin-top: 2px;
}
.post-subheading {
  text-align: end;
  color: var(--color-content);
}
.post-btn {
  color: var(--color-content);
  font-size: 12px;
  margin-top: -3px;
  display: block;
}
.section-div-sb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}
.border-right {
  border-right: 1px solid #ababab;
}
.border-right:last-child {
  border-right: 0;
}
.image-height {
  height: 110px;
}
.trending-news-title {
  font-family: "SOURCESERIFPRO-SEMIBOLD";
  font-size: 28px;
}
.trending-news-heading {
  font-size: 20px;
  margin-bottom: 0;
}
.border-bott {
  border-bottom: 1px solid #ababab;
}
.border-bott:last-child {
  border-bottom: 0;
}
.tn-heading-right {
  font-size: 17px;
}
.post-top-head {
  font-size: 22px;
}
.interview-head {
  color: #fff;
  font-family: "SOURCESERIFPRO-SEMIBOLD";
  font-size: 23px;
  margin-top: 0;
  margin-bottom: -5px;
}
.interview-btn {
  color: #ababab;
}
.interview-btn:hover {
  color: #fff;
}
.owl-dots {
  margin-top: 0 !important;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff !important;
}
.top-menu-post {
  display: inline;
  margin-right: 8px;
  font-family: "SAILEC-REGULAR";
  font-size: 14px;
}
.top-menu-post-1st {
  font-size: 16px;
  font-family: "SAILEC-BOLD";
}
.sidebar-heading {
  font-size: 17px;
}
.post-content {
  font-weight: 500;
  font-size: 14px;
}
.tags a {
  font-weight: 500;
  margin-right: 8px;
  display: inline-block;
  background: #f1f2eb;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-right: 10px;
  color: #2f2f33;
  border-radius: 4px;
  font-size: 13px;
}
.tags a:hover {
  background: var(--color-yellow);
  color: #fff;
}
.page-numbers {
  margin: 0px 4px;
  border: 1px solid;
  padding: 4px 7px;
}
.page-numbers:hover,
.page-numbers.current {
  color: var(--color-yellow);
}
.search-control {
  width: 80%;
  display: inline-block;
  border-radius: 0;
}
.search-btn {
  width: 19%;
  background-color: var(--color-yellow);
  border: 1px solid var(--color-yellow);
  padding: 7.5px 0px;
  color: #fff;
  font-size: 14px;
}
li#wp-admin-bar-wp-logo {
  display: none;
}
.iframe-div iframe {
  width: 100% !important;
  height: 90% !important;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
  padding: 0.375rem 0.75rem;
  border: 1px solid #000;
  display: block;
  width: 100%;
  outline: 0;
}
p.form-submit input#submit {
  background-color: var(--color-yellow);
  border: 1px solid var(--color-yellow);
  color: #fff;
  padding: 0.4rem 0.8rem;
}
p.form-submit input#submit:hover {
  background-color: #fff;
  border: 1px solid var(--color-yellow);
  color: var(--color-yellow);
}
.owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.owl-nav button {
  border-radius: 50% !important;
  border: 1px solid #000 !important;
  padding: 4px 11px !important;
  width: 30px;
  height: 30px;
  font-size: 19px !important;
  margin: 0 5px !important;
}
.owl-nav button:hover {
  background-color: #000 !important;
}
.time1 {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 12px;
}
.time2{
  display: flex;
}
.time-img{
  width: 30px;
  margin-right: 15px;
}
.time-div {
  margin: 7px 0;
}
.f-sports:hover{
	color: var(--color-content);	
}
@media only screen and (max-width: 768px) {
  .border-right {
    border-right: 0;
  }
  .img-link img {
    width: 100%;
  }
  .post-btn {
    margin-bottom: 5px;
  }
}
/* section8 end */

/* magazine start */
.card-magazine {
  position: relative;
  overflow: hidden;
}
.card-magazine .magazine-body {
  position: absolute;
  bottom: -100%;
  background-color: #f2f2f2;
  text-align: center;
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  /* display: none; */
  transition: bottom 0.4s ease-in-out;
}
.card-magazine .magazine-body h6 {
  font-size: 14px;
  line-height: 1.4em;
}
.card-magazine:hover .magazine-body {
  /* display: block; */
  bottom: 0;
}
/* magazine end */
