/*
Theme Name: Finmandu
Theme URI: https://finmandu.com/
Author: Kantipur Infotech
Author URI: https://kantipurtech.com/
Description: Finmandu
Tags: Finmandu
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Note: The CSS files are loaded from assets/css/ folder.
*/

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
:root {
    --clr_prime: #043C9E;
    --clr_sec: #D92436;
    --clr_ter: #E6E4E4;
    --clr_white: white;
    --clr_black: black;
    --clr_grey: #808080;
    --clr_offwhite: rgba(255, 255, 255, 0.6);
    --clr_yellow: #FFDC02;
    --clr_offwhite1: rgba(0, 0, 0, 0.8);
    --clr_grey1: #666;
    --clr_red: #EA1717;
    --clr_yellow2: #786803
  }
.tnp-subscription input[type=email]{
	border-radius: 100vw;
}
body{
    font-family: Mukta;
}

@media only screen and (max-width: 600px) { 
	.upper-content h2 {
		font-size: 35px !important;
	}
}

/* Cat Title */
.ns-title--3 {
/*     padding: 10px 15px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ns-title--3 h2 {
    background-color: var(--clr_prime);
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 7px 15px;
    position: relative;
	font-family: khand;
}

.ns-title--3 h2:after {
    border-style: solid;
    border-width: 10px 5px 0 15px;
    border-color: var(--clr_prime) transparent transparent transparent;
    content: '';
    height: 0;
    left: 15px;
    position: absolute;
    top: 100%;
    width: 0;
    cursor: pointer;
}



.pdl-10{
	padding-left: 10px;
}
#st-3.st-left {
    left: 15px !important;
    position: absolute;
    top: 0;
    z-index: 1;
}
.sharethis-sticky-share-buttons .st-btn, .sharethis-sticky-share-buttons .st-btn:hover{
	height: 40px!important;
	width: 40px!important;
	transform: scale(1)!important;
	border-radius: 50%;
}
#st-2.st-left{
	display: none;
}

.dropdown-item{
	color: #000000!important;
	font-weight: 400!important;
}
.kit-footer {
    padding: 16px 0 8px 0;
}

.kit-footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.kit-footer-logo {
    height: 120px;
    width: 120px;
}

.kit-footer-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.kit-footer-top-content-two h6 {
    color: var(--clr_offwhite);
    margin-bottom: 0;
    font-size: 14px;
}

.kit-footer-top-content-two p a {
    color: var(--clr_white);
    font-size: 14px;
}

h6.kit-footer-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--clr_white);
    margin-bottom: 20px;
    position: relative;
}

h6.business:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 30%;
    background-color: #ddd;
    transform: translateY(-50%);
    left: 0;
}

h6.business::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 30%;
    background-color: #ddd;
    transform: translateY(-50%);
    right: 0;
}
.hamburger{
	filter: invert(1);
}
.kit-links-one {
    width: 100%;
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
}

.kit-links-one li {
    padding: 5px 0;
}

.social-links li {
    padding: 4px 0 !important;
}

.kit-links-one li a {
    color: var(--clr_offwhite);
    transition: all 0.3s ease-in-out;
}

.kit-links-one li a:hover {
    cursor: pointer;
    color: var(--clr_white);
}

/*footer-bottom*/
.kit-footer-bottom-links ul li a {
    color: var(--clr_offwhite);
    transition: all 0.3s ease-in-out;
}

.kit-footer-bottom-links ul li a:hover {
    cursor: pointer;
    color: var(--clr_white);
}

.kit-copyright h6 {
    color: var(--clr_offwhite);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;

}

.kit-copyright h6 span {
    border-left: 1px solid #ddd;
    padding-left: 16px;
}

.kit-copyright .kit-end-part2 p {

    margin-bottom: 0;
    color: var(--clr_white);
    font-size: 12px;

}


/*search*/
.kit-search figure {
    height: 24px;
    width: 24px;;
    cursor: pointer;
}

.kit-search figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	filter: invert(1);
}


.kit-modal-body .height {
    height: 85vh;
}

/* .modal-backdrop {
    width: unset;
} */

.kit-modal-body .form {
    position: relative;
}

.kit-modal-body .form .fa-search {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #9CA3AF;
}

.kit-modal-body .form-input {
    height: 55px;
    text-indent: 33px;
    border-radius: 10px;
}

.kit-modal-body .form-input:focus {
    box-shadow: none;
    border: none;
}

span.close {
    background-color: var(--clr_offwhite);
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.trending {
    height: 45px;
    background-color: var(--clr_black);
}

.trending-box {
    /* padding: 15px 0; */
    height: 45px;
    background-color: var(--clr_red);
}

.trending-box p {
    color: var(--clr_white);
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}
.carousel-item a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
	text-wrap: nowrap;
}
/*carousel*/
/*carousel*/
.carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.carousel-control-prev {
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 79%;
    transform: translateY(-50%);
    float: right;
    height: 22px;
}

span.carousel-control-prev-icon {
    position: absolute;
    border: 2px solid var(--clr_white);
    border-radius: 1px;
    padding: 8px;
    top: 0;
    left: 100% !important;
    height: 16px !important;
    width: 16px !important;
    transform: translate(100px, 1px);
}

.carousel-control-next-icon {
    position: absolute;
    border: 2px solid var(--clr_white);
    border-radius: 1px;
    padding: 8px;
    top: 50%;
    height: 16px !important;
    width: 16px !important;
    transform: translatey(-50%);
}

.carousel .carousel-item p {
    font-size: 14px;
    color: var(--clr_white);
}

.carousel-inner {
    width: 100%;
/*     padding: 15px 0; */
    height: 45px;
	display: flex;
	align-items: center;
}

.carousel-control-prev{
	z-index: 100;
}
.carousel-control-prev, .carousel-control-next{
	background: #000000;
	opacity: 1;
}


/* Header */
.navbar{
	padding: 7px!important;
	position: sticky;
	top: 0;
	 z-index: 120;
}
.menu-bar:focus{
	outline:none;
}

  i {
    margin-right: 10px;
    color: #ffffff;
  }

  .nav-button{
    background-color: #ffffff;
    color: #2260bf;
    padding: 8px 14px; 
    border-radius: 2px;
  }

.nav-link.active,
  .nav-link:hover{
	padding: 0px opx!important;
  } 

.mbl-paper{
	display: none;
}
.tajattl{
	max-width:1320px;
	margin: 0 auto;
}
/* .social-icon a{
	border: 2px solid #fff;
	margin-left: 10px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 1px;
	padding-top:2px;
	border-radius: 50%;
	background-color: #fff;
} */

.navbar{
background-color: #EF1B1A!important;}

 .nav-link,
  span {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
	   font-family: Mukta;
    font-size: 20px;
  }
.navbar-toggler{
	outline: none!important;
	box-shadow: none!important;
	border: none!important;
}
.navbar-toggler:focus{
	outline: none!important;
	box-shadow: none!important;
	border: none!important;
}
a.nav-link.nav-link1.dropdown-toggle.show:focus {
    color: #ffffff;
}


/* Offcanvas */
/*-----Sidebar----*/
.kit-sidebar {
        width: 100%;
        overflow-y: scroll;
      }

      .kit-news_logo {
        width: 100%;
      }

      .kit-news_logo figure {
        background-color: #c80000;
      }

      .kit-news_logo img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        background-color: #fff;
        padding: 23px;
        border-radius: 7px;
      }

      .kit-search .form-group {
        position: relative;
      }

      .kit-search .form-group input[type="search"] {
        display: block;
        width: 100%;
        line-height: 34px;
        padding: 10px 20px 10px 10px;
        height: 50px;
        color: #000;
        background-color: #fff;
        border: none;
        font-size: 16px;
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.05);
      }

      .kit-search .form-group button {
        position: absolute;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        border: none;
        outline: none;
        background-color: transparent;
        padding: 0;
      }

      ul {
        list-style: none;
      }

      .kit-sidebar img {
        height: 30px;
        width: 30px;
        object-fit: cover;
      }

      ul.kit-nav-links {
        background-color: #f2f2f2;
      }

      a {
        text-decoration: none;
      }

      ul.kit-nav-links li {
        padding: 0px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        position: relative;
      }

      ul.kit-nav-links li:last-child {
        border-bottom: none;
      }

      ul.kit-nav-links li a {
        color: #000;
        font-size: 16px;
        padding: 12px 18px 12px 18px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        width: 100%;
        transition: all 0.5s ease;
      }
      ul.kit-nav-links li a:hover {
        color: #F24E00;
        cursor: pointer;
      }

      ul.kit-nav-links a span i {
        font-size: 16px;
        position: absolute;
        top: 49%;
        right: 0px;
        transform: translateY(-50%);
        padding: 16px;
        background-color: #fff;
        transition: all 0.5s ease;
      }
     .kit-nav-links .nav-link{
	    text-align: start;
      }

      .global-btn {
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        background: #f2f2f2;
        padding: 10px 0 10px 0;
      }

      .global-btn a {
        background: #EF1B1A;
        position: relative;
        border-radius: 30px;
        height: 40px;
        line-height: 0;
        padding: 10px 20px;
        border: 1px solid #bf1e2e;
        display: inline-block;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
      }

      .accordion-body ul {
        background-color: #fff !important;
        padding-left: 0;
      }

      .accordian .accordian-body ul li {
        padding: 0;
      }

      .accordian-item[aria-expanded="true"] span i {
        transform: rotate(0deg);
        top: 0;
      }

      .accordian-item span {
        display: inline-block;
        transition: transform 0.3s ease;
      }

      .offcanvas-logo {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
        padding: 10px 40px;
        background-color: #EF1B1A;
		  align-items: center;
      }

      .offcanvas-logo figure {
        background-color: #fff;
        padding: 23px;
        border-radius: 7px;
        height: 100px;
      }
      .offcanvas-logo figure img {
        height: 100%;
        width: 100%;
        object-fit: contain;
      }
		
.offcanvas-logo .mid-part2 .define-space {
	height: 32px;
	width: 30px;
	padding: 20px !important;
}

.offcanvas-logo .mid-part2 ul {
	padding-left: 0px !important;
}

.offcanvas-logo .mid-part2 .define-space i {
	margin-right: 0px;
}

      .btn-close {
        margin-left: auto;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        border: 2px solid #fff;
        background-color: #ffffff;
      }




  @media (max-width: 768px) {
    .nav-fill {
      margin: auto;
    }

    .btn-nav {
      flex-direction: row;
      margin-left: 25% !important;
    }

    #navbarSupportedContent {
      padding-bottom: 20px;
    }

  }

  .main-nav{
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .logo-sticky{
	display: none;
    transition: 1s all ease-in-out;
  }
  .logo-sticky img{
    height: 40px;
    width: 0px;
    opacity: 0;
    transition: 10s all ease-in-out;
  }
  .logo-sticky.sticky{
   	display: flex;
    justify-content: start;
    align-items: center;
  }
  .logo-sticky.sticky img{
    width: 40px;
    opacity: 1;
  }
#navbarSupportedContent{
	height: 50px;
}


@media (max-width: 1200px) {
    .trending-box {
        height: 100%;
        padding: unset;
    }

    /* .carousel-control-next-icon {} */

    button.carousel-control-prev {
        left: 75%;
    }
}

@media (max-width: 992px) {
    .kit-footer-top {
        padding-bottom: 16px;
    }

    .kit-footer-bottom {
        padding-top: 16px;
    }

    .kit-copyright h6 {
        text-align: center;
    }

    .kit-copyright h6 span {
        border: unset;
    }

    button.carousel-control-prev {
        left: 68%;
    }
}

@media (max-width: 768px) {
    .trending {
        height: auto;
    }
}

@media (max-width: 600px) {

    h6.business:before,
    h6.business:after {
        width: 25%;
    }
}

/*offcanvas*/
.offcanvas {
    background-color: #f2f2f2;
}

.offcanvas-body {
    padding: 0 1rem;
}

.offcanvas-header {
    background-color: var(--clr_prime);
    margin-bottom: 20px;
    padding: 10px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

.offcanvas figure {
    height: 90px;
    width: 80%;
    border-radius: 8px;
}

.offcanvas figure img {
    border-radius: 8px;
}

.offcanvas-header button.closes {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M2.293 2.293a1 1 0 011.414 0L8 6.586l4.293-4.293a1 1 0 111.414 1.414L9.414 8l4.293 4.293a1 1 0 01-1.414 1.414L8 9.414l-4.293 4.293a1 1 0 01-1.414-1.414L6.586 8 2.293 3.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    background-color: #7397d6;
    opacity: 1;
    border: none;
    position: absolute;
    top: 20px;
    right: 15px;
    height: 16px;
    width: 16px;
}

.offcanvas .bottom-social-links {
    margin-top: 32px;
}

.offcanvas .bottom-social-links h5 {
    font-size: 14px;
    font-weight: 500;
    color: var(--clr_offwhite);
}

.offcanvas .bottom-social-links .icons ul li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.25);
    color: var(--clr_white);
    border-radius: 100%;
    transition: all 0.5s ease;
}

.offcanvas .bottom-social-links .icons ul li a:hover {
    background-color: #052459;
    cursor: pointer;
}
.offcanvas .header-social-links{
	margin: 0;
}
.offcanvas .header-social-links .icons ul li a{
	background-color: rgba(255, 255, 255, );
} 
/* .social-links-stick {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--clr_black);
  padding: 16px 0;
} */
/*custom scrollbar offcanvas*/
/* Add your custom scrollbar styles here */
.offcanvas-body::-webkit-scrollbar {
    width: 10px;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: var(--clr_black);
    border-radius: 10px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: var(--clr_prime);
    border-radius: 10px;
}

.kantipur img {
    height: 20px;
}


@media (max-width: 675px) {
    .trending-box p {
        font-size: 12px;
    }

    .carousel .carousel-item p {
        font-size: 12px;
    }
}


@media (min-width: 1400px) {
    button.carousel-control-prev {
        left: 81%;
    }
}

.tool-box {
    height: 100%;
    position: absolute;
    top: 100%;
    left: unset;
    z-index: 30;
    display: none;
}

.tool-box ul {
    background-color: var(--clr_white);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.tool-box ul li a span {
    background: var(--clr_yellow2);
    height: 30px;
    width: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.35);
    transition: all 0.5s ease;
}

.tool-box ul li a span:hover {
    cursor: pointer;
    background: var(--clr_prime);
}

.tool-box ul li span i {

    color: var(--clr_white);
    font-size: 15px;
}


/*offcanvas*/
.tool-offcanvas-header h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    color: var(--clr_black);
}

.tool-canvas {
    background-color: var(--clr_white) !important;
    border-radius: 20px;
    margin: 16px;
}

.tool-offcanvas-header h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    color: var(--clr_black);
}

/*forex css*/

.forex-table {
    border: 1px solid #ddd;
    padding: 15px;
}

.forex-table table th {
    font-size: 12px;
    font-weight: 700;
    padding: 12px;
}

.forex-table table td {
    font-size: 12px;
}

/*weather css*/
.weather-box {
    border: 1px solid #ddd;
    padding: 6px;
}

.weather-box table th {
    font-size: 12px;
    font-weight: 700;
    padding: 12px;
}

.weather-box table td {
    font-size: 12px;
}

.weather-box table td.temp-img {
    display: flex;
    align-items: center;
    gap: 8px;
}

.weather-box table td.temp-img img {
    height: 25px;
    width: 25px;
}

/*gold and silver css*/

.title-box {
    background-color: var(--clr_grey1);
    padding: 12px 20px;
    color: var(--clr_white);
}

.title-box h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--clr_white);
    margin-bottom: 0;
}

.title-box p {
    font-size: 14px;
    font-weight: 400;
    color: var(--clr_white) !important;
    margin-bottom: 0;
}

.gold-silver-box {
    padding: 20px;
    border-bottom: 1px solid #ddd !important;
}

.gold-silver-contentbox figure {
    width: 25%;
    margin-bottom: 0;
}

.gold-silver-contentbox figure img {
    height: 75px;
    width: 75px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}

.gold-silver-contentbox .gold-silver-box-content {
    width: 75%;
}

.gold-silver-contentbox .gold-silver-box-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.gold-silver-contentbox .gold-silver-box-content h5 {
    margin-bottom: 0;
}

.gold-silver-contentbox .gold-silver-box-content h5 b {
    font-size: 20px;
    font-weight: 600;
}

/*settings */

.settings {
    position: relative;
}

.tool-offcanvas-header {
    flex-direction: row;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.tool-offcanvas-body {
    padding: 16px;
}

@media (max-width: 600px) {
    .tool-box {
        right: 0;
    }
}





/*=======================================================*/
#khelkud2 {
    margin-bottom: 20px;
    background: #03031d;
}
#khelkud2 .tab-content {
    color: #fff;
}

#khelkud2 .tab-content {
    margin-top: 40px;
}
#khelkud2 .tab-content .second-part .posts .title {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}
#khelkud2 .tab-content .first-part, .second-part {
    margin-bottom: 20px;
}
#khelkud2 .tab-content .height-fix {
    height: 350px;
    object-fit: cover;
    overflow: hidden;
}
#khelkud2 .tab-content .height-fix img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#khelkud2 .tab-content .right .title {
    font-size: 22px;
    line-height: 1.7;
    font-weight: 700;
    padding: 40px 20px;
    margin-bottom: 0;
}
#khelkud2 .tab-content .right .title a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    line-height: 1.1;
}
#khelkud2 .image-text a {
    overflow: hidden;
    display: block;
}
#khelkud2 .image-text .card {
    border-radius: 6px;
}
#khelkud2 .image-text .card {
    height: 350px;
    aspect-ratio: 0;
}
#khelkud2 .second-part img, .third-part img {
    filter: brightness(60%);
}

#khelkud2 .image-text img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    filter: brightness(45%);
}
#khelkud2 .card-img-overlay {
    padding: 30px 35px 25px 40px;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    color: #fff;
    border-radius: 6px;
    top: auto;
}
.second-part .card-title {
    padding: 0;
    font-size: 24px;
    text-align: center;
}

.image-text .card-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}
#khelkud2 .tab-content .second-part .height-fix {
    height: 200px;
    margin-bottom: 20px;
}

a{
    text-decoration: none;
    color: unset;
}
.section-title-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    position: relative;
    padding: 20px 0px;
}

.section-title.section-title-four {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 15px;
    justify-content: space-between;
}
.section-title-four .title {
    font-size: 32px;
    font-weight: 600;
    flex: 0 0 auto;
    margin-bottom: 0;
	text-align: center;
}
.section-title-four .section-title-line {
    position: relative;
    display: block;
}
.section-title-line {
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #d5d5d5;
    border-left: none;
    border-right: none;
}
.section-title-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 60px;
    height: 8px;
    background: var(--clr_red);
}
.section-title-line::after {
    content: "";
    position: absolute;
    left: 36px;
    top: -1.5px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0 100%);
}
.card{
    background: none;
    border: none;
    padding: 0;
}
.card-body{
    padding: 0;
}

.small-title{
    font-size: 20px;
    color: rgba(0,0,0,0.9);
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 0;
}
.small-image{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
}

.big-title{
    font-size: 32px;
    color: rgba(0,0,0,0.9);
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
}
.big-image{
    height: 430px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.height-image{
    height: 295px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.cat-image{
    height: 254px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.excerpt{
    color: rgba(0,0,0,0.7);
    font-weight: 400;
	font-size: 16px;
}



.small-card-lists .col:nth-child(1){
    margin-top: 0;
}
.small-card-lists .col:nth-child(1) .card{
    border-bottom: 1px solid #f1f1f1;
    padding: 24px 0;
    border-radius: 0;
}

.border-x{
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    padding: 0 10px!important;
    border-radius: 0;
}

.border-left{
    border-left: 1px solid #dbdbdb;
}
.border-right{
    border-right: 1px solid #dbdbdb;
}
.border-not-right{
	border: 1px solid #dbdbdb;
	border-right: none;
	padding: 0;
}

.border-not-right .small-text-card-lists, .border-not-left .small-text-card-lists, .center-card{
	padding: 15px;
}
.border-not-left{
	border: 1px solid #dbdbdb;
	padding: 0;
}
.sticky-top-list{
	position: sticky;
	top: 80px;
}
.top-heading{
	padding: 10px 15px;
    border-bottom: 1px solid #dbdbdb;
}
.top-heading h2{
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	position: relative;
	padding-left: 24px;
}

.top-heading h2:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	height: 12px;
	width: 12px;
	border: 2px solid #ff0000;
	border-radius: 50%;
}

.ft-border-right{
	border-right: 1px solid rgba(255,255,255,0.3);
}
.small-text-card-lists .col{
    margin: 0;
}
.small-text-card-lists .col:not(:last-child) .card{
    padding: 7px 0;
    border-bottom: 1px solid #f1f1f1;
}
.small-text-card-lists .col .card .small-title{
    font-weight: 500;
    font-size: 18px;
	line-height: 1.4;
	color: rgba(0,0,0,0.9);
}

.small-text-card-lists .col .card .excerpt{
    font-weight: 300;
    font-size: 18px;
}

.small-card-lists-horizontal .col:not(:last-child){
    padding: 0px 14px!important;
    /* border-left: 1px solid #f1f1f1; */
    border-right: 1px solid #f1f1f1;
}




#khelkud .tab-content {
    color: #fff;
}
#khelkud .tab-content .first-part, .second-part {
    margin-bottom: 20px;
}
#khelkud .tab-content .height-fix {
    height: 350px;
    object-fit: cover;
    overflow: hidden;
}
#khelkud .tab-content .height-fix img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
#khelkud .image-text .card {
    height: 350px;
    aspect-ratio: 0;
}
.second-part img, .third-part img {
    filter: brightness(90%);
    border-radius: 4px;
}
.image-text img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    /* filter: brightness(45%); */
    border-radius: 4px;
}
.card-img-overlay {
    padding: 30px 35px 25px 40px;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 6px;
    top: auto;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to top, #000000a3, transparent);
}
#khelkud .tab-content .second-part .height-fix {
    height: 200px;
    margin-bottom: 20px;
}

.card-height{
    height: 350px;
}
.small-side-image{
	width: 120px;
    height: 90px;
    border-radius: 4px;
    object-fit: cover;
}


/* Pagination */
  .page-item:first-child .page-link{
     border-radius: none!important;
  }
  .page-change {
	  display: flex;
	  justify-content: center;
  }
  
  .page-item:first-child .page-link,.page-item:last-child .page-link {
	  border-radius: 5px!important;
  }
  
  .page-change ul {
	  margin: 30px 0;
	  flex-wrap: wrap;
	  align-items: flex-end;
	  padding: 0;
	  display: flex;
	  justify-content: center;
	  text-align: right;
	  position: relative;
  }
  
  .page-change ul li {
	  margin: 0 0 7px;
	  display: inline-block;
  }
  
  .page-change ul li a {
	  display: block;
	  text-align: center;
	  color: #000000;
	  padding: 0 12px;
	  line-height: 45px;
	  margin: 0 8px;
	  height: 45px;
	  font-weight: 500;
	  font-size: 18px;
	  background: #ffffff;
	  border: 1px solid rgba(0,0,0,.2117647059);
	  border-radius: 5px;
	  text-decoration: none;
	  transition: all .2s ease-in-out;
	  min-width: 45px;
  }
  
  .active>.page-link,.page-link.active {
	  background: var(--clr_red);
	  border: 1px solid #FFDC2A;
	  color: #ffffff;
  }
  
  .page-change ul li a:hover {
	  color: #ffffff;
	  background: var(--clr_prime);
	  border: 1px solid #FFDC2A;
  }
  
  .page-change ul li:last-child a:hover i,.page-change ul li:first-child a:hover i {
	  color: #ffffff;!important;
  }
  
  .page-change ul li:first-child a:hover {
	  color: rgba(255,255,255,1);
	  background: var(--clr_prime);
	  border: 1px solid rgba(0,0,0,.2117647059);
  }
  
  .page-change ul li:last-child a:hover {
	  color: rgba(255,255,255,1);
	  background: var(--clr_prime);
	  border: 1px solid rgba(0,0,0,.2117647059)
  }

/*====Pagination Ends=====*/

/*=====Single Page======*/
.kit-main-metadata{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kit-main-metadata .author a{
    display: flex;
    align-items: center;
  }
  .kit-main-metadata .author img{
    height: 50px;
    width: 50px;
    object-fit: cover;
	background-color: transparent;
    border: 1px solid var(--clr_red);
    padding: 5px;
    border-radius: 50%;
/*     box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 50px; */
  }
  .kit-main-metadata .author p, .time-ago{
    margin-bottom: 0;
    margin-left: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    font-family: Inter;
	width: max-content;
  }
  .kit-main-metadata .time{
    display: flex;
    align-items: center;
  }
.thumbnail-container img {
    max-height: 480px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.thumbnail-caption {
    background-color: #eeeeee;
    text-align: center;
    padding: 4px;
    font-family: Mukta;
    font-style: italic;
    color: #4a4a4a;
}
.single-content {
    font-size: 135%;
    line-height: 190%;
    color: #444444;
    text-align: justify;
    background: var(--white-70);
    border-radius: 4px;
    font-family: Mukta;
    font-weight: 400;
}
.relative-content {
    position: relative;
}
.font-options {
    display: flex;
    flex-direction: column;
    position: absolute;
/*     top: 228px; */
    margin-left: 3px;
	border: 1px solid #EDEDED;
	border-radius: 100vw;
}
#st-1 {
	z-index:0 !important;
}
#st-3 .st-toggle{
	display: none;
}
.font-options span {
    height: 40px;
    width: 40px;
    background: #919191;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
.mbl-show{
	display: none!important;
}
.upper-content .single-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0px;
    transition: 0.2s all ease-in-out;
    color: #444444;
    font-family: Mukta;
}
.sticky-element {
    position: sticky;
    top: 55px;
    border-bottom: 1px solid var(--black-70);
    background-color: #ffffff;
    z-index: 2;
}
.single-page-sticky {
    position: sticky;
    top: 160px;
}
.popular-container .popular-posts {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.tab-sec-title ul li{
	width: 50%;
}
.nav-link:focus, .nav-link:hover{
	color: #ffffff;
}
.side-link:hover{
	color: #b40404;
}
.tab-sec-title ul li button {
	border: 1px solid var(--clr_red);
    background: transparent;
    color: var(--clr_red);
    border-radius: 0px !important;
    width: 100%;
    padding: 10px 20px;
    transition: 0.2s all ease-in-out;
    font-weight: 600;
}
.tab-sec-title ul li button.active {
    background: var(--clr_red) !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    border: 1px solid var(--clr_red);
    width: 100%;
}
.tab-content>.active {
    display: flex;
    justify-content: center;
}


.sidebar-list-group{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ffffff;
	border-radius: 4px;
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.user-image img{
	height: 100px;
	width: 100px;
	border-radius: 50%;
}

.mbl-show{
		display: none;
	}
.bg-box{
	background: #000000; 
	display: flex; 
	align-items: center;
}
.tech-height{
	height: 380px;
}
.hero-height{
	height: 420px;
}
.related-link{
	font-size: 20px;
}
.inner-section-title{
	font-size: 20px;
	font-weight: 600;
	border-bottom: 3px solid rgba(0,0,0,0.1);
	padding-bottom: 5px;
}
@media only screen and (max-width: 768px){
	.upper-content .single-heading{
		font-size: 36px;
		line-height: 42px;
	}
	.mbl-hide{
		display: none!important;
	}
	.small-card-lists{
		padding: 0 10px;
	}
	.small-card-lists .col{
		padding: 0!important;
	}
	.mbl-p-0{
		padding: 0!important;
	}
	.mbl-mx-0{
		margin: auto 0!important;
	}
	.padding-mbl-10{
		padding: 0 10px;
	}
	.sidebar-list-group{
		margin-top: 20px;
	}
	.small-text-card-lists{
		margin-top: 20px;
	}
	.height-auto{
		height: auto!important;
	}
	.mbl-show{
		display: flex!important;
	}
	.border-right{
		border: none;
	}
	.mbl-mt-10{
		margin-top: 14px;
	}
	.image-text img, .small-image, #khelkud .image-text .card, .card-height, .big-image, #khelkud .tab-content .height-fix, .tech-height, .hero-height{
		height: 250px;
	}
	.bg-box{
		background: none;
		padding: 0 0 0 10px!important;
		margin-top: 10px;
	}
	.bg-box .title{
		font-size: 32px;
		color: rgba(0, 0, 0, 0.8);
		line-height: 1.4;
		font-weight: 500;
		margin-bottom: 0;
	}
	.font-options span{
		height: 32px;
		width: 36px;
	}
	.mbl-social{
		position: relative;
		z-index: 1;
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.font-options {
		display: flex;
		flex-direction: row;
		position: relative;
		margin-left: 0px;
		width: 31%;
		justify-content: space-between;
	}
	.mbl-hide{
		display: none!important;
	}
}
/* Footer */
#footer {
    border-top: 1px solid rgba(2, 159, 0, .1);
    background-color: #f2f2fa;
    font-family: Poppins;
}
.footer-content {
    padding: 75px 0 50px;
}
.footer-content .footer-head h3 {
    color: var(--clr_prime);
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .52px;
}
p.describe {
    color: rgba(0, 0, 0, .75);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .24px;
}
p.content {
    color: rgba(0, 0, 0, .5);
}

p.content, p.second-foot {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: .28px;
    font-weight: 600;
}
.mid-footer {
    background: #03031d;
}
.mid-footer-content {
    display: flex;
    padding: 20px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.end-part1, .mid-part1, .mid-part2, .share-list {
    display: flex;
    flex-direction: row;
}
.footer-logo {
	margin: 0 auto;
    display: flex;
    align-items: center;
    padding-right: 45px;
}
.footer-suchana {
    display: flex;
    padding: 15px 10px 15px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, .35);
}
.footer-suchana p {
    color: rgba(255, 255, 255, .75);
    font-weight: 600;
    margin-bottom: 0;
}

.end-cridit p, .footer-suchana p, p.thrid-foot {
    font-size: 11px;
    letter-spacing: .22px;
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
	width: 120px;
}
.footer-suchana a {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .32px;
}
.mid-part2 ul {
    display: flex;
    list-style: none;
}
.mid-part2 ul li {
    padding-right: 10px;
}
.mid-part2 .define-space {
    padding: 10px !important;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--clr_prime);
    transition: .2s all ease-in-out;
}
.define-space img {
    height: 20px !important;
    width: 20px !important;
}
.end-footer {
    border-top: 1px solid #011e00;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #00041e;
}
.end-footer-content {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}
.end-part1 .line1, .end-part1 .line2 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.end-part1 .text {
    font-weight: 400;
    padding-right: 6px;
}

.end-part1 .text, .social-link a {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .28px;
    font-style: normal;
    font-family: Poppins;
}
.end-part1 .text p {
    margin-bottom: 0;
}
.site-link {
    transition: .2s ease-in-out;
}
.social-link a {
    font-weight: 500;
    margin-right: 6px;
}
.end-part2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.design p {
    color: #e5ffee;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    padding-right: 15px;
}
.content a, .mukhya1-content a, .name a:hover, .posts a, .side-post a {
    color: #000;
    text-decoration: none;
}
.second-foot a {
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
}
.footer-content .footer-head h3 {
    color: var(--clr_prime);
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .52px;
}
.for-advertisement {
    padding-top: 58px;
}
.add-content-footer {
    border-radius: 6px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.8) 100%), #00159f;
    height: 201px;
    padding: 30px;
    color: #fff;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .52px;
}
p.thrid-foot {
    color: rgba(255, 255, 255, .45);
    font-weight: 600;
}

.end-cridit p, .footer-suchana p, p.thrid-foot {
    font-size: 11px;
    letter-spacing: .22px;
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
}
.ad-name {
    font-size: 16px !important;
}
a.hello {
    color: rgba(255, 255, 255, .8) !important;
    text-decoration: none !important;
}

/*==Footer==*/
        .kit-footer-container {
            background: #000000;
            color: #ffffff;
            padding: 30px 0;
        }

        .footer-logo {
            width: 60%;
        }

        .footer-logo img {
            width: 35%;
        }

        .footer-social-media {
            width: 25%;
        }

        .footer-social-media p {
            display: flex;
            align-items: center;
            margin-bottom: 0;
            color: var(--black-bg);
            font-weight: 500;
            margin-right: 10px;
        }

        .footer-social-media p a {
            height: 30px;
            width: 30px;
            background: #ffffff;
            color: #000000;
            font-size: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10%;
        }

        .footer-social-media p a:hover {
            color: #ffffff;
        }

        .footer-social-media p .facebook:hover {
            background: #1779E7;
            color: #ffffff;
        }

        .footer-social-media p .instagram:hover {
            background: #FF4B70;
            color: #ffffff;
        }

        .footer-social-media p .twitter:hover {
            background: #000000;
            color: #ffffff;
        }

        .footer-social-media p .youtube:hover {
            background: #F42705;
            color: #ffffff;
        }

        .footer-social-media p .linkedin:hover {
            background: #2D65AF;
            color: #ffffff;
        }

        .footer-social-media p .tiktok:hover {
            background: #000000;
            color: #ffffff;
        }

        .footer-title {
            font-size: 22px;
            font-weight: 500;
        }

        .small-footer-title {
            font-size: 20px;
            font-weight: 500;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding-bottom: 10px;
        }
        .kit-copyright{
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            padding-top: 10px;
        }
        .footer-list {
            list-style: none;
        }

        .footer-list li {
            margin-bottom: 5px;
        }

        .footer-list li a {
            color: #ffffff;
            font-size: 16px;
			font-weight: 400;
			opacity: 70%;
        }
 		.footer-list li a:hover {
			opacity: 100%;
        }

        .op-7 {
            opacity: 70%;
        }
.w-35{
	width: 35%;
}
        @media only screen and (max-width: 768px){
            .ft-mbl-column{
                flex-direction: column;
            }
            .footer-logo, .footer-navigation, .footer-social-media{
                width: 100%!important;
            }
            .footer-navigation, .footer-social-media{
                margin-top: 20px;
            }
            .footer-navigation{
/*                 padding: 0 20px!important; */
            }
            .footer-social-media{
                display: flex!important;
                flex-direction: row;
/*                 align-items: center; */
            }
			.flex-mbl-column{
				flex-direction: column;
			}
            .footer-social-media div{
                justify-content: center!important;
            }
            .footer-quick-links{
                flex-direction: row!important;
                justify-content: space-between;
                margin-left: 0!important;
                width: 100%;
                padding-left: 0;
            }
            .footer-list{
                padding-left: 0;
            }
            .kit-copyright p{
                text-align: center;
            }
            .kit-copyright .cp-footer-logo{
                justify-content: center!important;
                margin-top: 10px;
            }
			.mbl-mt-0{
				margin-top: 0px!important;
				padding-top: 0px!important;
			}
			.mbl-mt-10{
				margin-top: 10px!important;
			}
			.col:has(.center-card), .center-card{
				padding-right: 0px;
			}
			.padding-x-24{
				padding: 15px 0px 15px 24px !important;
			}
			.padding-bottom-15 .col{
				padding-bottom: 15px!important;
			}
			.footer-logo{
				width: 60%!important;
			}
			.section-title-four .title{
				font-size: 32px;
				font-weight: 600;
				flex: 0 0 auto;
				margin-bottom: 0;
				text-align: center;
				width: 100%;
			}

        }

.side-media {
    height: 480px;
    overflow: hidden;
    overflow-y: scroll;
}
.owl-video-wrapper {
/*     height: 480px !important; */
}
.modal-content{
	background: #ffffff;
}
.search-field{
	height: 50px;
    width: 100%;
    border-radius: 100vw;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none!important;
    box-shadow: none!important;
}
.search-btn{
	padding: 8px 33px;
    border-radius: 2px
}
.modal-header .btn-close{
	box-shadow: none;
}
.modal-footer{
	border-top: none!important;
}
/* Swipper */
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


/* Section 4 Stories */
.section4 {
  padding: 20px 30px;
  margin-top: 60px;
  background-color: #03031d;
}
.section4 .section4-container {
  margin: 0 auto;
  max-width: 1300px;
}
.section4 .container .title {
  color: #fff;
}

.slider-container {
  max-width: 1300px;
  margin: auto;
  overflow: hidden;
}

.swiper-wrapper {
  max-width: 95vw;
  display: flex;
  justify-content: space-between;
  gap: 1%;
  transition: transform 1s ease-in-out;
}

.swiper-slide {
  min-width: 20%;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  border-radius:4px;
}
.swiper-slide img:hover {
  border: 1px solid #fff;
  transition: transform 0.1s ease-in, border 0.1s ease-in;
}
.swiper-slide a{
	border-radius:5px;
}

.swiper-slide a img {
  width: 100%;
  height: 433px;
  border-radius: 5px;
}

.swiper-slide .caption {
  width: 100%;
  height:100%;
  position: absolute;
  color: white;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.303);
  bottom:0;
}
.swiper-slide .caption h5 {
  font-size: 20px;
    position: absolute;
    bottom: 10px;
	 font-weight: 600;
    line-height: 1.5;
}
.swiper-slide .caption img {
  width: auto;
  height: auto;
}
.swiper-button-next, .swiper-button-prev {
	background-color: white;
    border-radius: 50%;
    padding: 25px;
	font-weight:600;
	font-size: 18px;
    color: var(--clr_prime);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '' !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
    
}
@media only screen and (max-width: 550px) {
	body{
		overflow-x:hidden;
	}
  .end-cridit,
  .footer-content .col-md-5 {
    display: none !important;
  }
  .for-advertisement {
    padding-top: 10px !important;
	margin: 10px 20px;
  }
  .end-footer-content,
  .end-part1,
  .mid-footer-content,
  .mid-part1 {
    flex-direction: column !important;
  }
  .define-space img {
    height: 25px !important;
    width: 25px !important;
  }
  .mid-part2 ul {
    padding-left: 0 !important;
  }
  .mid-part2 .define-space {
    padding: 10px !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .end-part1 .text,
  .social-link {
    margin-bottom: 10px !important;
  }
  .end-cridit p,
  .end-part2 {
    margin-top: 10px !important;
  }
  .footer-suchana {
    border: none !important;
  }
  .footer-content {
    padding: 75px 0 0 20px !important;
  }
  .add-content-footer,
  p.content,
  p.describe {
	 display:flex;
	  flex-direction:column;
    text-align: justify !important;
  }
  .swiper-slide .caption h5 {
    font-size: 8vw !important;
   }
}


.display-line-1 {
	height: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.display-line-2 {
	height: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.display-line-3 {
	height: fit-content;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pagelist-header-container{
	position: relative;
}

.swiper-buttons{
	position: absolute;
	top: 25px;
	right:0;
}

.swiper-button-prev{
	right: 80px !important;
    left: unset !important;
}

.swiper-button-next, .swiper-button-prev{
	padding: 22px !important;
}

/* Breaking Banner */
.upper-content h2 {
  font-size: 65px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  transition: 0.1s all ease-in-out;
}
#singlepage .upper-content h2,
.sub-sec ul {
  text-align: left;
}
.upper-content a {
  color: rgba(17, 17, 17, 0.94);
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  padding: 10px;
}
.title,
.title a {
  transition: 0.3s ease-in-out;
}
.upper-content h3 {
  margin: 10px 0 15px;
  font-size: 22px;
  opacity: 0.6;
  font-weight: 500;
  line-height: 1.65;
}

.news-info {
    justify-content: center;
    margin-top: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.news-info div {
    position: relative;
    color: #100f0f;
}
.news-info div, .writer a {
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.writer img {
    padding: 3px;
    background: #fff;
    height: 45px;
    width: 45px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    border: 1px solid #EF1B1A;
    outline: #fff solid 3px;
}

.news-info div {
    position: relative;
    color: #100f0f;
}

.news-info div {
    position: relative;
    color: #100f0f;
}

.news-info div, .writer a {
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.time i {
    font-size: 14px;
    margin-right: 8px;
    margin-left: 10px;
}

.time span {
    font-size: 15px;
    font-weight: 500;
	color: #000;
	opacity: 0.7;
}

 .post-image {
    margin-top: 20px;
}

.post-image img {
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
    height: auto;
    aspect-ratio: 16 / 9;
}

.writer a {
    color: #000;
    text-decoration: none;
}

/* Extra */

.st-sticky-share-buttons {
	display: none !important;
}

