/* 
Author: Gagan Soti
Contact No.:+977-9847875648
eMail:gagansoti@gmail.com
*/

/*Settings For Nav Bar Starts*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    /* color: #004e90; */
}

p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

.container {
    padding: 0 !important;
}

.popup-heading {
    color: #acacac;
    font-size: 14px !important;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

/*Settings for Similar Change Starts*/
.triangle-wrapper {
    height: 55px;
    position: relative;
    margin: 10px 0;
    z-index: 1;
}

.triangle-wrapper .triangle {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #004e90;
    float: left;
    margin: 12px 0;
}

.triangle-wrapper h1 {
    float: left;
    color: #fff;
    background: #004e90;
    font-size: 24px;
    padding: 8px 10px;
    margin: 0;
    font-weight: 600;
}

.triangle-wrapper .hr {
    position: absolute;
    border-bottom: 2px solid #c8c8c8;
    width: 100%;
    top: 21px;
    z-index: -1;
}

.fa-angle-right,
.fa-angle-left {
    position: relative;
    float: right;
    top: 1px;
    width: 25px;
    height: 25px;
    padding: 9px;
    border-radius: 50%;
    z-index: 111111;
    background: #004e90;
    color: #fff;
    box-shadow: 1px 1px 7px 3px #d9d9d9;
    transition: 0.5s;
}

.fa-angle-right:hover {
    background: #0081eb;
    box-shadow: 1px 1px 7px 3px #00000045;
    color: #dadada;
    transform: scale(1.1);
}

section.lifestyle,
section.arts-literature,
section.entertainment,
section.youtube-gallery {
    margin: 25px 0;
    padding: 25px 0;
}

/*Settings for Similar Change Ends*/

/*Settings for Navbar Starts*/
.header-selection {
    background: #f8f8f8;
}

.navbar.navbar-expand-lg.bg-body-tertiary {
    margin: 0;
    padding: 0;
}

.bg-body-tertiary {
    background-color: #004e90 !important;
    color: #fff;
}

.navbar-brand.active {
    padding: 1px 8px;
    margin: 0;
    transition: 0.5s;
    background-color: #1e90ff;
}

.navbar-brand.active:hover {
    background-color: #1e90ff;
}

.navbar-brand {
    color: #fff;
    font-size: 30px;
}

.navbar-brand:hover {
    color: #fff;
}

.nav-item .nav-link {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: 0.5s;
    padding: 9px 15px !important;
}

.nav-item .nav-link:hover {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #1e90ff;

}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

ul.dropdown-menu.show {
    border: 0;
    border-radius: 0;
}

a.dropdown-item {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
    border: 0;
}

a.dropdown-item:hover {
    color: #fff;
    background-color: #004e90;
}

.navbar-toggler {
    color: #fff;
    background: #fff;
    margin-right: 10px;
}

.dropdown:hover .dropdown-menu {
    background-color: #f0f8ff;
    display: block;
    border-radius: 0;
    border: 0;
    padding-bottom: 0;
}

span.close-icon {
    display: none;
}

span.search-icon,
span.close-icon {
    color: #fff;
    align-content: center;
    width: max-content;
    padding: 0 15px;
    background: #1e90ff;
    font-size: 22px;
    margin-right: 5px;
}

.nav-search-bar {
    border-radius: 4px 0 0 4px;
    border: 0;
    margin: 2px 0;
    display: none;
}

.search-button-span {
    margin: 2px 0;
    margin-right: 0px;
    background: #1e90ff;
    margin-right: 15px;
    border-radius: 0 4px 4px 0;
    display: none;
}

.btn.search-button {
    color: #fff;
    font-weight: 600;
}

/* Settings For Nav Bar Ends */

/*Settings For Top News Starts*/

section.top-adv img,
.advertisement-full-size img {
    margin: 15px 0;
    border: 1px solid #80b7ff;
    width: 100%;
    border-radius: 5px;
}

.news-container a {
    text-decoration: none;
    color: #004e90;
    transition: 0.5s;
}

.news-container a:hover {
    color: #1276da;
}

section.flash-news .news-container {
    border-bottom: 2px solid #c2c4b1;
}

section.flash-news .news-container h1 {
    font-size: 44px;
    text-align: center;
    line-height: inherit;
    margin: 10px 0;
    font-weight: 600;
}

section.flash-news .news-container p {
    text-align: center;
    font-size: 25px;
    color: #004e90;
}

/*Settings For Top News Ends*/

/* Settings For Box News Starts*/

section.secondary-news {
    margin: 30px 0 10px 0;
}

section.secondary-news .container-secondary-news {
    box-shadow: 1px 1px 3px 2px #c9c9c9;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    height: max-content;
    overflow: hidden;
    transition: 0.5s;
}

section.secondary-news .container-secondary-news:hover {
    box-shadow: 1px 1px 6px 4px #bbbbbb;
}

section.secondary-news .container-secondary-news a {
    color: #004e90;
    text-decoration: none;
}

section.secondary-news .container-secondary-news a h2 {
    transition: 0.5s;
}

section.secondary-news .container-secondary-news a h2:hover {
    color: #055cb4;
}

section.secondary-news .container-secondary-news h2 {
    font-size: 24px;
    padding: 20px;
    line-height: initial;
    font-weight: 600;
    color: #004e90;
}

section.secondary-news .container-secondary-news img {
    width: 100%;
    border-radius: 0 0 10px 10px;
    object-fit: cover;
    object-position: center;
    height: 300px;
}

/* Settings For Box News Ends*/

/* Settings For Main News Starts*/
section.main-news .highlights img {
    height: 398px;
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.main-news .highlights {
    position: relative;
    margin-bottom: 15px;
    border-radius: 6px;
}

section.main-news .highlights .publish-time {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0 6px 0 0;
}

section.main-news .highlights a,
section.politics-news .highlights a {
    text-decoration: none;
}

section.main-news .highlights h2,
section.politics-news .highlights h2 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    bottom: 0;
    margin: 0;
    text-align: center;
    padding: 15px;
    border-radius: 0 0 6px 6px;
    z-index: 1;
}

section.main-news .content-thumbnail {
    margin: 0px 5px 5px 0;
    clear: both;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    height: 96px;
}

section.main-news .content-thumbnail a {
    text-decoration: none;
}

section.main-news .content-thumbnail h3 {
    line-height: inherit;
    font-size: 16px;
    margin: 0;
    color: #004e90;
    font-weight: 600;
    transition: 0.5s;
    padding: 10px;
}

section.main-news .content-thumbnail h3:hover {
    color: #0e87ff;
}

section.main-news .content-thumbnail img {
    width: 140px;
    float: left;
    margin: 0 6px 0 0;
    border-radius: 4px 0 0 4px;
    object-fit: cover;
    object-position: center;
}

section.main-news .content-thumbnail .publish-time {
    font-size: 12px;
    font-weight: 600;
}

section.main-news .side-news-container {
    padding: 0 6px;
}

section.main-news .highlights-left {
    background: #f4f4f4;
    padding: 0px 15px;
    border-radius: 6px;
}

section.main-news .side-news {
    height: 80.2px;
    border-bottom: 1px solid #ccc;
    display: flex;
}

section.main-news .border-none {
    border: none !important;
}

section.main-news .side-news h4 {
    font-size: 15px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    width: 100%;
}

section.main-news .highlights-left .side-news img {
    border-radius: 50%;
    width: 100px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    float: left;
    margin: 5px 0;
    border: 1px solid #d9d9d9;
}

/* Settings For Main News Ends*/

/* Settings For Political News Starts*/
section.politics-news .highlights img {
    border-radius: 6px;
    height: 315px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

section.politics-news .highlights {
    position: relative;
    height: 100%;
    border-radius: 6px;
    width: 100%;
    box-shadow: 1px 1px 3px 4px #e3e3e3;
    transition: 0.5s;
}

section.politics-news .highlights:hover {
    box-shadow: 1px 1px 5px 6px #c4c4c4;
}

section.politics-news .politics-secondary-news:hover {
    box-shadow: 1px 1px 6px 5px #c2c2c2;
}

section.politics-news .politics-secondary-news {
    box-shadow: 1px 1px 4px 2px #e4e4e4;
    height: 200px;
    border-radius: 6px;
    transition: 0.5s;
}

section.politics-news .politics-secondary-news a {
    text-decoration: none;
}

section.politics-news .politics-secondary-news img {
    width: 100%;
    height: 120px;
    border-radius: 6px 6px 0 0;
    border: 1px solid #e3e3e3;
    object-fit: cover;
    object-position: center;
}

section.politics-news .politics-secondary-news a h2 {
    font-size: 16px;
    text-align: center;
    color: #004e90;
    font-weight: 600;
    margin: 10px 4px;
}

section.politics-news .highlights figure {
    margin: 0;
    overflow: hidden;
    border-radius: 6px;
}

section.politics-news .politics-secondary-news figure {
    margin: 0;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

section.politics-news figure img {
    transition: 0.5s;
}

section.politics-news figure img:hover {
    transform: scale(1.1);

}

section.politics-news .advertisement img,
section.health .advertisement img {
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    width: 100%;
}

/* Settings For Political News Ends*/

/* Settings For Society News Starts*/
section.society a {
    text-decoration: none;
}

section.society .society-main {
    position: relative;
    box-shadow: 1px 1px 3px 2px #c9c9c9;
    border-radius: 6px;
}

section.society .society-main figure {
    overflow: hidden;
    border-radius: 6px;
}

section.society .society-secondary figure {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

section.society .society-main img {
    height: 513px;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

section.society .society-main img:hover,
section.society .society-secondary img:hover {
    transform: scale(1.1);
}

section.society .society-main h1 {
    font-size: 24px;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 12px 9px;
    border-radius: 0 0 6px 6px;
}

section.society .society-secondary {
    box-shadow: 1px 1px 10px 9px #e3e3e3;
    height: 250px;
    border-radius: 6px;
    margin-bottom: 13px;
}

section.society .society-secondary img {
    height: 145px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px 6px 0 0;
    transition: 0.5s;
}

section.society .society-secondary h2 {
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    line-height: initial;
    margin: 14px 5px;
    color: #004e90;
}

/* Settings For Society News Ends*/

/* Settings For Health News Starts*/
.secondary-row {
    margin: 0;
    padding: 0;
}

section.health .health-main-wrapper {
    position: relative;
    margin-bottom: 12px;
    height: max-content;
    border-radius: 6px;
}

section.health .health-main-wrapper:hover {
    box-shadow: 1px 1px 4px 3px #ccc;
}

section.health .health-main-wrapper a {
    color: #fff;
}

section.health .health-main-wrapper h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    background: rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    padding: 10px 5px;
    border-radius: 0 0 6px 6px;
    height: 100px;
    align-items: center;
    display: flex;
    color: #fff;
}

section.health .health-main-wrapper figure {
    overflow: hidden;
    border-radius: 6px;
}

section.health .health-main-wrapper img {
    height: 374px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    transition: 0.5s;
}

section.health .health-main-wrapper img:hover {
    transform: scale(1.1);
}

section.health .health-secondary-wrapper,
section.sports .secondary-news-sports {
    box-shadow: 1px 1px 4px 3px #e2e2e2;
    border-radius: 6px;
    height: max-content;
    transition: 0.5s;
}

section.health .health-secondary-wrapper:hover,
section.sports .secondary-news-sports:hover {
    box-shadow: 1px 1px 6px 4px #c7c7c7;
}

section.health .health-secondary-wrapper a,
section.sports .secondary-news-sports a {
    text-decoration: none;
    color: #004e90;
}

section.health .health-secondary-wrapper h3,
section.sports .secondary-news-sports h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 10px 2px;
    padding-bottom: 15px;
    color: #000;
}

section.health .health-secondary-wrapper figure,
section.sports .secondary-news-sports figure {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

section.health .health-secondary-wrapper img,
section.sports .secondary-news-sports img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px 6px 0 0;
    transition: 0.5s;
}

section.health .health-secondary-wrapper img:hover,
section.sports .secondary-news-sports img:hover {
    transform: scale(1.1);
}

/* Settings For Health News Ends*/

/* Settings For Features, Technology and Photo-gallery News Starts*/
section.photo-gallery {
    padding: 25px 0;
}

section.features {
    background: #111;
    padding: 40px 0;
    margin: 30px 0;
}

section.photo-gallery {
    background: #111;
}

section.features .features-main,
section.technology .technology-main,
section.photo-gallery .photo-gallery-main {
    position: relative;
}

section.features .features-main h2,
section.technology .technology-main h2,
section.photo-gallery .photo-gallery-main h2 {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 1) 100%);
    bottom: 0;
    margin: 0;
    border-radius: 0 0 6px 6px;
    padding: 10px 15px;
    align-content: center;
    z-index: 1;
    width: 100%;
    line-height: inherit;
}

section.features .features-main figure,
section.technology .technology-main figure,
section.photo-gallery .photo-gallery-main figure {
    overflow: hidden;
    border-radius: 6px;
}

section.features .features-main img,
section.technology .technology-main img,
section.photo-gallery .photo-gallery-main img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    transition: 0.5s;
}

section.features .features-main img:hover,
section.technology .technology-main img:hover,
section.photo-gallery .photo-gallery-main img:hover {
    transform: scale(1.1);
}

section.features .triangle-wrapper .triangle,
section.photo-gallery .triangle-wrapper .triangle {
    border-left: 10px solid #ffffff;
}

section.features .triangle-wrapper h1,
section.photo-gallery .triangle-wrapper h1 {
    color: #004e90;
    background: #fff;
}

section.features .owl-theme .owl-dots .owl-dot.active span,
section.opinion .owl-theme .owl-dots .owl-dot.active span,
section.photo-gallery .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background-color: #0067bd;
}

section.photo-gallery .triangle-wrapper h1 {
    background: none !important;
    color: #fff !important;
}

section.photo-gallery .triangle-wrapper .fa-angle-right,
section.photo-gallery .triangle-wrapper .fa-angle-left {
    background: #fff;
    color: #000;
    box-shadow: none;
    margin: 0 10px;
}

section.photo-gallery .triangle-wrapper .owl-nav {
    float: right;
    display: flex;
}

section.photo-gallery .owl-prev,
section.photo-gallery .owl-next {
    width: 35px !important;
    height: 35px;
    border-radius: 50% !important;
    background: #fff !important;
    color: #000 !important;
    font-weight: 600 !important;
    position: absolute;
}

section.photo-gallery .owl-prev {
    top: -55px;
    right: 40px;
}

section.photo-gallery .owl-next {
    top: -55px;
    right: 0;
}

/* Settings For Features, Technology and Photo-gallery News Ends*/

/* Settings For Province News Starts */
section.provinces .nav-link,
.single-right-wrapper .single-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
    color: #00569f;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

section.provinces .nav-link.active,
.single-right-wrapper .single-nav .nav-link.active {
    color: #1492ff;
}

section.provinces {
    margin-bottom: 15px;
}

section.provinces a {
    text-decoration: none;
}

section.provinces .province-main-left {
    position: relative;
    border-radius: 6px;
}

section.provinces .province-main-left h2 {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
    align-content: center;
    height: 90px;
    border-radius: 0 0 6px 6px;
    z-index: 1;
}

section.provinces .province-main-left figure {
    overflow: hidden;
    border-radius: 6px;
}

section.provinces .province-main-left img {
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    height: 439px;
    width: 100%;
    transition: 0.5s;
}

section.provinces .province-main-left img:hover {
    transform: scale(1.1);
}

section.provinces .province-right-wrapper {
    border-right: 1px solid #eaeaea;
    height: 440px;
    margin-bottom: 50px;
}

section.provinces .province-main-right {
    height: 110px;
    border-bottom: 1px solid #eee;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

section.provinces .province-main-right img {
    width: 400px;
    height: 95px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    float: left;
}

section.provinces .province-main-right h3 {
    font-size: 16px;
    font-weight: 600;
    color: #004e90;
    text-align: center;
    width: 210px;
}

section.provinces .province-main-right:last-child {
    border: none !important;
}

section.provinces .province-secondary {
    height: 214px;
    border-radius: 6px;
    box-shadow: 1px 1px 4px 2px #e2e2e2;
    margin-bottom: 10px;
}

section.provinces .province-secondary figure {
    margin: 0;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

section.provinces .province-secondary img {
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 105px;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

section.provinces .province-secondary img:hover {
    transform: scale(1.1);
}

section.provinces .province-secondary h3 {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    margin: 20px 3px;
    color: #004e90;
}

/* Settings For Province News Ends */


/* Settings For Opinion News Starts */
section.opinion {
    background: #eee;
    margin-bottom: 20px;
    padding: 15px 0;
}

section.opinion .opinion-news {
    border-radius: 16px;
    padding: 20px;
    background-color: #fff;
    height: 155px;
}

section.opinion .opinion-news img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #bdbdbd;
    float: left;
    margin-right: 16px;
    object-fit: cover;
    object-position: center;
}

section.opinion .opinion-news p {
    color: #919191;
    font-size: 18px;
    margin: 0;
}

section.opinion .opinion-news h3 {
    font-size: 18px;
    height: 63px;
    margin: 12px 0 0 0;
    color: #000;
}

/* Settings For Opinion News Ends */

/* Settings For Sports News Starts */
section.sports .main-news-sports,
section.sports .sports-side-news {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

section.sports .main-news-sports img {
    width: 100%;
    height: 414px;
    object-fit: cover;
    object-position: center;
}

section.sports .main-news-sports figure,
section.sports .sports-side-news figure {
    border-radius: 6px;
    transition: 0.5s;
    margin: 0;
}

section.sports .main-news-sports figure:hover,
section.sports .sports-side-news figure:hover {
    transform: scale(1.1);
}

section.sports .main-news-sports h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 20px 4px;
    background: rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    margin: 0;
    font-weight: 600;
    line-height: inherit;
    font-size: 28px;
    width: 100%;
    color: #fff;
}

section.sports .main-news-sports a,
section.sports .sports-side-news a {
    color: #fff;
}

section.sports .sports-side-news img {
    width: 100%;
    height: 177px;
    object-fit: cover;
    object-position: center;
}

section.sports .sports-side-news h2 {
    position: absolute;
    bottom: 0;
    padding: 20px 15px;
    background: rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: inherit;
    width: 100%;
}

section.sports .sports-thumbnail {
    border-top: 1px solid #ececec;
    padding: 0;
    height: 100px;
    display: flex;
    align-items: center;
}

section.sports .sports-thumbnail img {
    border-radius: 6px;
    width: 100px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
    border: 1px solid #ececec;
}

section.sports .sports-thumbnail h2 {
    color: #004e90;
    font-size: 16px;
    line-height: initial;
}

/* Settings For Sports News Ends */

/* Settings For Youtube-Gallery Ends*/
section.youtube-gallery {
    background: #0a0a0a;
    background: linear-gradient(160deg, rgba(10, 10, 10, 1) 0%, rgba(18, 18, 18, 1) 39%, rgba(43, 43, 43, 1) 73%, rgba(51, 51, 51, 1) 100%);
}

section.youtube-gallery .triangle-wrapper h1 .svg-inline--fa.fa-youtube {
    font-size: 23px;
    padding: 0 2px;
}

section.youtube-gallery .triangle-wrapper .hr {
    border: 1px solid #800000;
    background: linear-gradient(160deg, rgba(128, 0, 0, 1) 0%, rgba(138, 0, 0, 1) 40%, rgba(163, 0, 0, 1) 68%, rgba(150, 0, 0, 1) 100%);
}

section.youtube-gallery .triangle-wrapper h1 {
    border-radius: 6px 6px 0 0;
    background: #ff1212;
    background: linear-gradient(160deg, rgba(255, 18, 18, 1) 0%, rgba(255, 61, 61, 1) 40%, rgba(255, 69, 69, 1) 68%, rgba(255, 105, 105, 1) 100%);
}

section.youtube-gallery .triangle-wrapper .fa-angle-right {
    background: #ff2b2b;
    color: #fff;
    box-shadow: 1px 1px 20px 7px #000;
}

section.youtube-gallery .triangle-wrapper .fa-angle-right:hover {
    background: #fff;
    color: #ff3737;
    box-shadow: 1px 1px 20px 7px #000;
}

section.youtube-gallery .main-video-wrapper iframe {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    border: 1px solid #373737;
    background: #353535;
    box-shadow: 1px 9px 9px 3px #00000070;
}

section.youtube-gallery .secondary-video-content iframe {
    width: 160px;
    height: 100px;
    border-radius: 10px;
    margin-right: 10px;
}

section.youtube-gallery .secondary-video-wrapper {
    border: 1px solid #373737;
    border-radius: 10px;
    padding: 10px;
    background: #2d2d2d;
    box-shadow: 1px 1px 9px 3px #00000070;
}

section.youtube-gallery .secondary-video-wrapper .secondary-video-content {
    height: 110px;
    border-bottom: 1px solid #4f4f4f;
    margin: 2px 0;
    display: flex;
    transition: 0.3s;
    padding-top: 5px;
}

section.youtube-gallery .secondary-video-content:hover,
section.youtube-gallery .secondary-video-content:hover {
    border-radius: 10px;
    padding-left: 10px;
    background: rgba(196, 51, 51, 0.6);
    padding-top: 5px;
}

section.youtube-gallery .secondary-video-content h2:hover,
section.youtube-gallery .secondary-video-content h2:hover {
    color: #f00 !important;
}

section.youtube-gallery .secondary-video-wrapper .secondary-video-content:last-child {
    border: none;
}

section.youtube-gallery .main-video-wrapper h1 {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}

section.youtube-gallery .secondary-video-wrapper .secondary-video-content h2 {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

/* Settings For Youtube-Gallery Ends*/

/* Settings For Entertainment Starts*/
section.entertainment {
    background: #003666;
    background: linear-gradient(270deg, rgba(0, 54, 102, 1) 2%, rgba(0, 53, 99, 1) 4%, rgba(0, 46, 87, 1) 17%, rgba(0, 13, 20, 1) 100%);
}

section.entertainment .fa-angle-right {
    background: #d2d2d245;
    box-shadow: 1px 1px 10px 9px #002b51;
    transition: 0.8s;
}

section.entertainment .fa-angle-right:hover {
    background: #fff;
    box-shadow: 1px 1px 5px 4px #00000045;
    color: #0000009c;
    transform: scale(1.1);
}

section.entertainment .triangle-wrapper h1 {
    background: #3684b5;
    background: linear-gradient(90deg, rgb(54, 132, 181) 0%, rgb(94, 26, 219) 31%, rgb(128, 26, 196) 100%);
    border-radius: 6px 6px 0 0;
}

section.entertainment .triangle-wrapper .hr {
    border-bottom: 2px solid #4b15dd30;
}

section.entertainment .main-news-entertainment {
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 1px #061c37;
    margin-bottom: 15px;
}

section.entertainment .main-news-entertainment figure {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

section.entertainment .main-news-entertainment img {
    width: 100%;
    height: 362px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition: 0.5s;
}

section.entertainment .main-news-entertainment img:hover {
    transform: scale(1.1);
}

section.entertainment .main-news-entertainment h2 {
    position: absolute;
    margin: 0;
    bottom: 0;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    height: 95px;
    line-height: inherit;
    border-radius: 0 0 10px 10px;
    padding: 10px 3px;
    font-weight: 600;
}

section.entertainment .secondary-news-entertainment {
    border: 1px solid #f4f4f41f;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 113px;
    background: #6292bd2e;
    transition: 0.5s;
}

section.entertainment .secondary-news-entertainment:hover {
    transform: scale(1.04);
}

section.entertainment .secondary-news-entertainment img {
    width: 135px;
    height: 91px;
    margin: 10px;
    border-radius: 10px;
    float: left;
    box-shadow: 1px 1px 5px 3px #00000047;
}

section.entertainment .secondary-news-entertainment h3 {
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 1px;
    line-height: inherit;
    margin: 0;
}

/* Settings For Entertainment Ends*/

/* Settings For Art/Literature and Lifestyle Starts*/
section.arts-literature .main-news-arts-literature,
section.lifestyle .main-news-lifestyle {
    position: relative;
    border-radius: 6px;
}

section.arts-literature .main-news-arts-literature figure,
section.lifestyle .main-news-lifestyle figure {
    border-radius: 6px;
    overflow: hidden;
}

section.arts-literature .main-news-arts-literature img,
section.lifestyle .main-news-lifestyle img {
    width: 100%;
    height: 380px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;

}

section.arts-literature .main-news-arts-literature img:hover,
section.lifestyle .main-news-lifestyle img:hover {
    transform: scale(1.1);
}


section.arts-literature .main-news-arts-literature h1,
section.lifestyle .main-news-lifestyle h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 17px;
    color: #fff;
    background: rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 1) 100%);
    text-align: center;
    padding: 11px 8px;
    line-height: inherit;
    border-radius: 6px;
    font-weight: 600;
}

section.arts-literature .secondary-news-arts-literature,
section.lifestyle .secondary-news-lifestyle {
    height: 90px;
    margin-bottom: 10px;
}

section.arts-literature .secondary-news-arts-literature img,
section.lifestyle .secondary-news-lifestyle img {
    width: 110px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    float: left;
    margin-right: 20px;
}

section.lifestyle .secondary-news-lifestyle img {
    box-shadow: 1px 1px 5px 1px #4d4d4db2;
}

section.arts-literature .secondary-news-arts-literature h1,
section.lifestyle .secondary-news-lifestyle h1 {
    font-size: 15px;
    font-weight: 600;
    color: #004e90;
    line-height: inherit;
}

section.lifestyle .secondary-news-lifestyle h1 {
    color: #fff;
}

section.lifestyle {
    background: #5a7a00;
    background: linear-gradient(112deg, rgba(90, 122, 0, 1) 0%, rgba(90, 122, 0, 1) 74%, rgba(103, 140, 0, 1) 100%);
}

section.lifestyle .triangle-wrapper h1 {
    background: #99d100;
    background: linear-gradient(112deg, rgba(153, 209, 0, 1) 0%, rgba(125, 171, 0, 1) 55%, rgba(107, 145, 0, 1) 100%);
    border-radius: 6px 6px 0 0;
}

section.lifestyle .triangle-wrapper .hr {
    border-bottom: 2px solid #396000;
}

section.lifestyle .secondary-news-lifestyle {
    border-bottom: 1px solid #b9ffa038;
}

section.lifestyle .fa-angle-right {
    background: #43a400;
    color: #fff;
    box-shadow: 1px 1px 5px 1px #43a400;
    border: 1px solid #ffffff59;
}

section.lifestyle .fa-angle-right:hover {
    background: #337a00;
    box-shadow: 1px 1px 7x 2px #43a400;
}

section.lifestyle .secondary-news-lifestyle:last-child {
    border: none;
}

/* Settings For Art/Literature and Lifestyle Ends */

/* Settings For Number Scroller Starts */
section.number-scroller {
    background: url(../images/Soothing-nature-backgrounds-2.png) no-repeat;
    padding: 120px 25px;
}

section.scroller-lock {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

section.number-scroller .number-scroller-main-wrapper {
    background: #ffffff1f;
    padding: 30px 10px;
    border-radius: 10px;
}

section.number-scroller p {
    margin: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

section.number-scroller p.number-scroller-p {
    margin: 10px;
    color: #f0f8ff;
    font-weight: 600;
}

section.number-scroller h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

section.number-scroller p .fa-book,
section.number-scroller p .fa-eye,
section.number-scroller p .fa-users {
    color: orange;
    font-size: 50px;
}

/* Settings For Number Scroller Ends */

/* Settings For Footer Starts */
section.footer {
    background: #004e90;
    padding: 50px 0 10px 0;
}

section.footer h1,
section.footer h2,
section.footer h3,
section.footer p {
    color: #fff;
}

section.footer .main-row {
    border-bottom: 1px solid #ffffff1c;
}

section.footer .footer-main-wrapper,
section.footer .footer-second-wrapper,
section.footer .footer-third-wrapper {
    border-right: 1px solid #ffffff1c;
    height: 315px;
    margin-bottom: 20px;
}

section.footer .footer-main-wrapper .footer-first-logo .first-wrapper {
    display: flex;
    margin-bottom: 26px;
}

section.footer .footer-main-wrapper .footer-first-logo .first-wrapper span {
    background: #ffffff75;
    display: flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    float: left;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
}

section.footer .footer-main-wrapper .footer-first-logo .first-wrapper h1 {
    font-size: 30px;
    display: flex;
    align-items: center;
    margin: 0;
}

section.footer .footer-main-wrapper .footer-secondary {
    margin-bottom: 26px;
}

section.footer .footer-secondary .footer-secondary-contacts p {
    font-size: 16px;
    margin-bottom: 12px;
}

section.footer .footer-main-wrapper .footer-social-media .fa-facebook-f,
section.footer .footer-main-wrapper .footer-social-media .fa-x-twitter,
section.footer .footer-main-wrapper .footer-social-media .fa-youtube,
section.footer .footer-main-wrapper .footer-social-media .fa-instagram {
    background: #ffffff2e;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 10px;
    margin-right: 8px;
    transition: 0.5s;
}

section.footer .footer-main-wrapper .footer-social-media .fa-youtube:hover {
    color: #f00;
}

section.footer .footer-main-wrapper .footer-social-media .fa-facebook-f:hover {
    color: #0866ff;
}

section.footer .footer-main-wrapper .footer-social-media .fa-x-twitter:hover {
    color: #000;
}

section.footer .footer-main-wrapper .footer-social-media .fa-instagram:hover {
    color: #ee35ff;
}

section.footer .footer-main-wrapper .footer-social-media .fa-facebook-f:hover,
section.footer .footer-main-wrapper .footer-social-media .fa-x-twitter:hover,
section.footer .footer-main-wrapper .footer-social-media .fa-youtube:hover,
section.footer .footer-main-wrapper .footer-social-media .fa-instagram:hover {
    transform: scale(1.2);
    background: #fff;
}

section.footer .footer-second-wrapper .footer-second h1,
section.footer .footer-third-wrapper .footer-third h1,
section.footer .footer-fourth-wrapper .footer-fourth h1 {
    font-size: 24px;
    margin-bottom: 28px;
}

section.footer .footer-second-wrapper .footer-second p,
section.footer .footer-third-wrapper .footer-third p,
section.footer .footer-fourth-wrapper .footer-fourth p {
    margin-bottom: 6px;
}

section.footer .footer-fourth-wrapper .footer-fourth p {
    font-size: 14px;
}

section.footer .footer-fourth-wrapper .footer-fourth .fourth-main-wrapper {
    margin-bottom: 30px;
}

section.footer .footer-fourth-wrapper .footer-fourth h2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
    font-size: 24px;
    width: 230px;
}

section.footer .footer-fourth-wrapper .footer-fourth .advertisement-contact {
    margin-top: 16px;
}

section.footer .copyright-container {
    padding-top: 25px;
    text-align: center;
}

section.footer .copyright-container h3 {
    font-size: 16px;
    font-weight: 400;
}

section.footer .copyright-container a {
    font-size: 18px;
    color: #ffd350;
}

/* Settings For Footer Ends */

/*Setting for single page starts*/
section.single-main .single-main-left-wrapper {
    box-shadow: 1px 1px 3px 2px #e3e3e3;
    border-radius: 6px 6px 0 0;
    margin: 20px 0;
    padding: 20px;
    z-index: -1;
}

section.single-main .single-heading-wrapper h1 {
    color: #004e90;
    font-size: 26px;
    font-weight: 600;
}

section.single-main .single-main-wrapper {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    border-radius: 6px;
    padding: 10px;
    margin: 15px 0;
}

section.single-main .single-main-wrapper img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

section.single-main .single-main-wrapper p {
    margin: 0 25px 0 0;
    padding: 0;
    font-size: 15px;
    color: #797979;
}

section.single-main .single-share {
    margin: 15px 0;
}

section.single-main .single-main-news img {
    border-radius: 4px;
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}

section.single-main .single-main-news p {
    text-align: justify;
    font-size: 18px;
}

section.single-main .single-main-advertisement {
    display: flex;
    margin: 15px 0;
}

section.single-main .single-main-advertisement img {
    width: 235px;
    height: 235px;
    border: 1px solid #e0e0e0;
    margin: 0 15px 15px 0;
}

section.single-main .single-about-author {
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
    border-radius: 6px;
    padding: 10px;
    margin: 15px 0;
    display: flex;
    align-items: center;
}

section.single-main .single-about-author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 16px 0 8px;
}

section.single-main .single-about-author .single-description-author h3 {
    color: #004e90;
    margin: 10px 0;
    font-size: 24px;
    font-weight: 600;
}

section.single-main .single-about-author .single-description-author p {
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
}

section.single-main .single-comment {
    background: #f0f0f0;
    border-radius: 6px;
}

section.single-main .single-second-advertisement {
    margin: 10px 0;
}

section.single-main .single-second-advertisement img {
    width: 100%;
    margin: 10px 0;
}

section.single-main .single-heading-news h1 {
    width: 100%;
    background: #004e90;
    color: #fff;
    padding: 10px;
    font-size: 28px;
    font-weight: 600;
}

section.single-main .single-related-news,
section.single-main .single-trending-news {
    box-shadow: 1px 1px 3px 2px #eaeaea;
    border-radius: 6px;
    padding: 10px;
    height: 135px;
    margin: 10px 0;
}

section.single-main .single-related-news img,
section.single-main .single-left-main-wrapper .single-trending-news img {
    width: 115px;
    height: 115px;
    object-fit: cover;
    object-position: center;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 6px;
}

section.single-main .single-related-news h3,
section.single-main .single-left-main-wrapper .single-trending-news h3 {
    font-size: 16px;
    color: #004e90;
    padding: 10px 0;
    height: 85px;
}

section.single-main .single-related-news .publish-time,
section.single-main .single-left-main-wrapper .single-trending-news .publish-time {
    font-size: 12px;
    font-weight: 500;
}

section.single-main .single-left-main-wrapper .single-trending-news {
    height: 120px;
}

section.single-main .single-left-main-wrapper .single-trending-news img {
    height: 100px;
}

section.single-main .single-left-main-wrapper .single-trending-news h3 {
    height: 70px;
}

section.single-main .single-left-main-wrapper .single-trending-advertisement img {
    width: 100%;
    height: auto;
    border: 1px solid #ececec;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
}

section.single-main .single-page-main-row,
section.single-main .single-main-right-wrapper {
    position: sticky;
    top: 10px;

}

/*Setting for single page ends*/

/*Setting for samachar page starts*/
section.samachar-main .samachar-second-row,
section.samachar-main .samachar-second-right-wrapper {
    position: sticky;
    top: 10px;
}

section.samachar-main {
    background: #f1f1f1;
    padding: 20px 0;
}

section.samachar-main .samachar-main-left-wrapper .samachar-heading-wrapper {
    color: #004e90;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}

section.samachar-main .samachar-main-left-wrapper .samachar-heading-wrapper h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

section.samachar-main .samachar-main-left-wrapper .samachar-news {
    background: #fff;
    border-radius: 3px;
    height: 400px;
    margin-bottom: 20px;
}

section.samachar-main .samachar-main-left-wrapper .samachar-news img {
    border-radius: 3px 3px 0 0;
    border: 1px solid #e9e9e9;
}

section.samachar-main .samachar-main-left-wrapper .samachar-news h3 {
    font-size: 18px;
    color: #004e90;
    padding: 15px 10px 0 10px;
    font-weight: 600;
}

section.samachar-main .samachar-main-left-wrapper .samachar-news p {
    padding: 15px 0 0 10px;
    font-size: 14px;
}

section.samachar-main .samachar-trending-advertisement img {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-bottom: 15px;
    width: 100%;
}

/*Setting for samachar page ends*/

/*Setting for contact page starts*/
section.contact-main {
    margin: 20px 0 -5px 0;
}

section.contact-main h1,
h2,
p,
a {
    color: #004e90;
}

section.contact-main a {
    transition: 0.5s;
}

section.contact-main a:hover {
    color: #007ee6;
}

section.contact-main .contact-main-wrapper {
    height: 210px;
    border-radius: 5px;
    padding: 25px 30px;
    box-shadow: 1px 1px 3px 2px #eee;
    margin-bottom: 15px;
}

section.contact-main .contact-main-wrapper .contact-main-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d5d5d5;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}

section.contact-main .contact-main-wrapper h2 {
    font-size: 28px;
    display: flex;
    justify-content: center;
}

section.contact-main .contact-main-wrapper p {
    font-size: 18px;
    display: flex;
    justify-content: center;
}

section.contact-main .contact-second-wrapper {
    margin: 20px 0;
    padding: 30px 0;
}

section.contact-main .contact-second-wrapper h1 {
    font-size: 30px;
    font-weight: 600;
}

section.contact-main .contact-second-wrapper p {
    font-size: 16px;
    text-align: justify;
}

section.contact-main .geo-location .container-fluid {
    padding: 0;
    margin: 0;
}

section.contact-main .geo-location iframe {
    width: 100%;
}

/*Setting for contact page ends*/

/*Setting for Login page starts*/
section.login {
    background: #f7f7f7;
}

section.login a {
    color: #004e91;
    transition: 0.5s;
}

section.login a:hover {
    color: #008cff;
}

section.login .login-main-body {
    background: #fff;
    box-shadow: 1px 1px 3px 2px #eaeaea;
    border-radius: 10px;
    padding: 34px;
    margin: 30px 0;
}
section.login .login-main-body .input-group {
    justify-content: center;
}

section.login .login-main-body h2 {
    font-size: 28px;
}

section.login .login-main-body p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #3a3a3a;
}

section.login .login-main-body .btn-primary {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    padding: 10px;
}

/*Setting for Login page ends*/