/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     background: #fff;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     color: #fff;
     font-size: 14px;
     font-family: 'Roboto', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

.container {
     max-width: 1172px;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #fff;
     margin: 0
}

h1 {
     font-size: 24px;
     font-family: 'Raleway', sans-serif;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #fff;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 15px;
     line-height: 24px;
}

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

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

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

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

ul.btn {
     float: right;
}

ul.btn li {
     display: inline-block;
     padding: 0 25px;
}

ul.btn li a {
     color: #fff;
     font-size: 16px;
}

ul.btn li:last-child {
     padding-right: 0;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 12px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     margin: 0 23px;
     color: #030000;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
     text-transform: uppercase;
     padding: 0 0 3px 0;
     position: relative;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fbca47;
     border-bottom: #fbca47 solid 1px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus::before,
.navigation.navbar-dark .navbar-nav .nav-link:hover::before {
     position: relative;
     content: "";
     background: #fbca47;
     width: 10px;
     height: 10px;
     border-radius: 10px;
     bottom: -29px;
     float: none;
     margin: 0 auto;
     display: flex;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fbca47;
     border-bottom: #fbca47 solid 1px;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link::before,
.navigation.navbar-dark .navbar-nav .nav-link.active::before,
.navigation.navbar-dark .navbar-nav .nav-link.show::before,
.navigation.navbar-dark .navbar-nav .show>.nav-link::before {
     position: relative;
     content: "";
     background: #fbca47;
     width: 10px;
     height: 10px;
     border-radius: 10px;
     bottom: -29px;
     float: none;
     margin: 0 auto;
     display: flex;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.le_co i {
     color: #fbca47 !important;
}

.header {
     width: 100%;
     padding: 73px 80px;
     background: url(../images/hearder.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
}

.white_bg {
     background: #fff;
     border-radius: 50px;
     opacity: 0.9;
     padding: 40px 35px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.banner_main {
     padding: 60px 0 20px 0;
}

.text-bg {
     text-align: left;
}

.text-bg span {
     color: #fbca47;
     font-weight: bold;
     font-size: 40px;
     line-height: 50px;
}

.text-bg h1 {
     color: #050505;
     font-size: 66px;
     line-height: 70px;
     padding-bottom: 35px;
     font-weight: 600;
     text-transform: uppercase;
}

.text-bg p {
     line-height: 28px;
     padding-bottom: 50px;
     display: block;
     color: #1f1f1f;
     font-size: 17px;
}

.text-bg .read_more {
     max-width: 200px;
}

.text_img figure {
     margin: 0;
}

.text_img figure img {
     width: 100%;
}

.carousel-caption {
     position: inherit;
}

#banner1 .carousel-indicators {
     display: none;
}

#banner1 a.carousel-control-prev {
     left: 26%;
     position: absolute;
}

#banner1 a.carousel-control-next {
     left: 31%;
     position: absolute;
}

#banner1 .carousel-control-next,
#banner1 .carousel-control-prev {
     width: 50px;
     height: 50px;
     background: #fff;
     opacity: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fbca47;
     border: #fbca47 solid 1px;
     top: 79%;
     border-radius: 41px;
}

#banner1 .carousel-control-prev:hover,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-next:focus {
     color: #050505;
     border: #050505 solid 1px;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     color: #202020;
     line-height: 40px;
     font-weight: normal;
     padding: 0;
     text-transform: uppercase;
}

.yellow {
     color: #fbca47;
     font-size: 17px;
     line-height: 50px;
     font-weight: bold;
}

.titlepage p {
     font-size: 20px;
     color: #090a0b;
     padding-top: 30px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 16px;
     background-color: #17094c;
     max-width: 160px;
     width: 100%;
     color: #fff !important;
     display: block;
     border-radius: 7px;
     font-weight: 400;
     line-height: 20px;
     text-align: center;
     padding: 15px 0;
     text-transform: uppercase;
}

.read_more:hover {
     background-color: #fbca47 !important;
}


/** about section **/

.about {
     background: url(../images/abo_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding-top: 80px;
}

.about .titlepage {
     text-align: left;
}

.about_img {
     padding-right: 30px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}

.titlepage p {
     font-size: 17px;
     padding-top: 15px;
     line-height: 35px;
     color: #4a4a49;
     text-align: left;
     display: inline-block;
}

.about .read_more {
     margin-top: 50px;
}


/** end about section **/


/** services section **/

.services {
     background: url(../images/service.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 70px 0 60px 0;
     margin-top: 80px;
}

.services .titlepage {
     text-align: left;
}

.services .titlepage h2 {
     color: #fff;
}

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

.services_main .ho {
     position: absolute;
     left: 97px;
     opacity: 0;
     transition: ease-in all 0.5s;
}

.services_main h3 {
     color: #fff;
     font-size: 30px;
     line-height: 25px;
     font-weight: bold;
     padding-bottom: 10px;
     padding-top: 30px;
     transition: ease-in all 0.5s;
}

.services_main p {
     font-size: 17px;
     line-height: 30px;
     color: #fff;
     margin-bottom: 30px;
}

.services .read_more {
     background: transparent;
     border: #fff solid 1px;
     margin: 0 auto;
     transition: ease-in all 0.5s;
     text-transform: none;
}

.services .read_more:hover {
     background: transparent !important;
}

#ho_color:hover.services_main h3 {
     color: #fbca47;
     transition: ease-in all 0.5s;
}

#ho_color:hover .read_more {
     color: #fbca47 !important;
     border: #fbca47 solid 1px;
     transition: ease-in all 0.5s;
}

#ho_color:hover.services_main .ho {
     opacity: 1;
     transition: ease-in all 0.5s;
}


/** end services section **/


/** bitcoins section **/

.bitcoins {
     background: url(../images/bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding-top: 70px;
}

.bitcoins .titlepage h2 {
     line-height: 55px;
}

.bitcoins_main figure {
     margin: 0;
}

.bitcoins_main figure img {
     width: 100%;
}

.bitcoins_main .read_more {
     margin: 0 auto;
     margin-top: 66px;
}


/** end bitcoins section **/


/** wallet section **/

.wallet {
     background: #fff;
     padding-top: 70px;
}

.wallet .titlepage h2 {
     line-height: 55px;
}

.wallet_main figure {
     margin: 0;
}

.wallet_main figure img {
     width: 100%;
}

.wallet_main .read_more {
     margin: 0 auto;
     margin-top: 40px;
}


/** end wallet section **/


/** Subscribe section **/

.subscribe {
     background: url(../images/sub_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 200px 0;
     margin-top: 90px;
}

.subscribe_main {
     text-align: center;
}

.subscribe_main h3 {
     color: #fff;
     font-size: 36px;
     font-weight: bold;
     line-height: 30px;
     text-transform: uppercase;
     padding-bottom: 20px;
}

.subscribe_main p {
     font-size: 17px;
     line-height: 30px;
     color: #fff;
}

.news_form {
     padding-top: 40px;
}

.enter_form {
     border: #fff solid 1px;
     height: 55px;
     padding: 0 25px;
     border-radius: 30px;
     background-color: #fff;
     font-size: 17px;
     width: 77%;
}

.subscribe_btn {
     width: 214px;
     font-size: 17px;
     padding: 2px 0;
     border-radius: 48px;
     border: #fff solid 10px;
     margin-left: -47px;
     background: #fbca47;
     color: #fff;
}

.subscribe_btn:hover {
     background-color: #17094c;
}


/** end Subscribe section **/


/** testimonial section **/

.testimonial {
     padding-top: 70px;
     background-color: #fff;
     padding-bottom: 70px;
}

.testimonial .testimonial_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.testimonial_box {
     text-align: center;
}

.testimonial_Carousel .test_box i {
     display: block;
}

.testimonial_Carousel .test_box h3 {
     font-size: 20px;
     font-weight: 400;
     padding-bottom: 5px;
     color: #202020;
     border-bottom: #fbca47 solid 3px;
     line-height: 26px;
     text-transform: uppercase;
     display: inline-block;
     padding-top: 25px;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     padding-top: 20px;
     color: #202020;
     line-height: 30px;
     display: inline-block;
}

.testimonial_Carousel .carousel-indicators {
     bottom: -70px;
}

.testimonial_Carousel .carousel-indicators .active {
     background-color: #fbca47;
}

.testimonial_Carousel .carousel-indicators li {
     background-color: #180552;
     width: 25px;
     height: 25px;
     border-radius: 30px;
}

#testimoni .carousel-control-next,
#testimoni .carousel-control-prev {
     display: none;
}


/** end testimonial section **/


/** contact  section **/

.contact {
     padding-top: 70px;
     background: #fff;
}

.contac_form .contac_control {
     padding: 0 30px;
     margin-bottom: 40px;
     width: 100%;
     height: 57px;
     background: #fff;
     color: #cecece;
     font-size: 18px;
     font-weight: normal;
     border: #ccc8da solid 1px;
     border-radius: 30px;
}

.contac_form .textarea {
     padding: 0 30px;
     margin-bottom: 40px;
     width: 100%;
     background: transparent;
     color: #cecece;
     font-size: 18px;
     font-weight: normal;
     border: #ccc8da solid 1px;
     height: 200px;
     padding-top: 83px;
     border-radius: 30px;
}

.contac_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #fbca47;
     text-transform: uppercase;
     color: #fff;
     padding: 15px 0px;
     border-radius: 40px;
     max-width: 217px;
     width: 100%;
     display: block;
     margin-top: 30px !important;
     font-weight: 500;
     margin: 0 auto;
}

.contac_form .send_btn:hover {
     background-color: #17094c;
     transition: ease-in all 0.5s;
     color: #fff;
}

#contac_form *::placeholder {
     color: #cecece;
     opacity: 1;
}

.map {
     margin-top: 50px;
}

.map figure {
     margin: 0;
}

.map figure img {
     width: 100%;
}


/** end contact  section **/


/** footer **/

.footer {
     background-color: #180552;
     text-align: center;
     padding-top: 90px;
     margin-top: 90px;
}

.logo2 {
     float: left;
     padding-bottom: 15px;
}

.footer h3 {
     color: #fff;
     font-weight: 400;
     font-size: 30px;
     line-height: 40px;
     text-align: left;
     margin-bottom: 19px;
     margin-top: 9px;
     text-transform: uppercase;
}

ul.location_icon li {
     font-size: 18px;
     line-height: 30px;
     color: #fff;
     text-align: left;
     padding-bottom: 26px;
     float: left;
     display: flex;
     align-items: center;
}

ul.location_icon li a {
     font-size: 30px;
     color: #fff;
     line-height: 30px;
     padding-right: 16px;
     float: left;
}

ul.location_icon li a:hover {
     color: #fbca47;
}

.follow {
     text-align: left;
}

.follow p {
     color: #fff;
     font-size: 17px;
     display: inline-block;
}

ul.social_icon {
     padding-top: 20px;
     float: left;
}

ul.social_icon li {
     float: left;
     height: 60px;
     padding-right: 7px;
}

ul.social_icon li:last-child {
     padding-right: 0px;
}

ul.social_icon li a {
     color: #180552;
     width: 40px;
     height: 40px;
     background: #fff;
     float: left;
     text-align: center;
     line-height: 40px;
     border-radius: 100%;
     font-size: 22px;
}

ul.social_icon li a:hover {
     background: #fbca47;
     color: #000;
}

ul.link_icon li {
     display: flex;
     margin-bottom: 17px;
     flex-wrap: wrap;
}

ul.link_icon li a i {
     padding-right: 10px;
}

ul.link_icon li a { 
     color: #fff;
     float: left;
     text-align: center;
     line-height: 20px;
     font-size: 17px;
}

ul.link_icon li.active a {
     color: #fbca47;
}

ul.link_icon li a:hover {
     color: #fbca47;
}

ul.img_icon {
     float: left;
}

ul.img_icon li {
     display: block;
     padding-bottom: 10px;
     float: left;
     padding-right: 10px;
}

.copyright {
     margin-top: 70px;
     padding: 0px 0px 20px 0px;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     border-top: #301e64 solid 1px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #fbca47;
}


/** end footer **/


/*======================================================================*/
/*  NEWS STYLE - PBS Kids News                                          */
/*======================================================================*/

/*-- Reset body for news layout --*/
.news-layout {
    background: #f5f5f5;
    color: #222;
    font-family: 'Roboto', sans-serif;
}

/*-- Top Bar --*/
.news-top-bar {
    background: #1a1a1a;
    padding: 8px 0;
    font-size: 13px;
}

.news-top-bar .top-date {
    color: #ccc;
}

.news-top-bar .top-tagline {
    color: #1a73e8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*-- Header Main --*/
.news-header-main {
    background: #fff;
    padding: 20px 0;
    border-bottom: 3px solid #1a73e8;
}

.news-header-main .logo a {
    color: #1a1a1a;
}

/*-- Override old nav styles for news --*/
.news-header-main .navigation.navbar-dark .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    font-size: 15px;
    margin: 0 20px;
}

.news-header-main .navigation.navbar-dark .navbar-nav .nav-link:focus,
.news-header-main .navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: #1a73e8;
    border-bottom: #1a73e8 solid 2px;
}

.news-header-main .navigation.navbar-dark .navbar-nav .active>.nav-link,
.news-header-main .navigation.navbar-dark .navbar-nav .nav-link.active {
    color: #1a73e8;
    border-bottom: #1a73e8 solid 2px;
}

.news-header-main .navigation.navbar-dark .navbar-nav .nav-link:focus::before,
.news-header-main .navigation.navbar-dark .navbar-nav .nav-link:hover::before,
.news-header-main .navigation.navbar-dark .navbar-nav .active>.nav-link::before,
.news-header-main .navigation.navbar-dark .navbar-nav .nav-link.active::before {
    display: none;
}

.news-header-main .navigation.navbar {
    padding-top: 0;
}

.news-header-main .row.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*-- Category Tags --*/
.category-tag {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 8px;
}

.category-science { background: #4caf50; }
.category-tech { background: #1a73e8; }
.category-nature { background: #009688; }
.category-space { background: #7c3aed; }
.category-history { background: #e67e22; }
.category-environment { background: #27ae60; }
.category-animals { background: #e91e63; }

/*-- Section Header --*/
.section-header {
    text-align: left;
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 28px;
    color: #1a1a1a;
    font-weight: 700;
    padding: 0;
    margin-bottom: 10px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.section-divider {
    width: 60px;
    height: 3px;
    background: #1a73e8;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    text-align: left;
    padding-top: 5px;
}

/*-- Hero Section --*/
.news-hero {
    padding: 40px 0 30px 0;
    background: #fff;
}

.hero-main-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.hero-img-wrap {
    position: relative;
    overflow: hidden;
}

.hero-img-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.hero-img-wrap .category-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    margin: 0;
}

.hero-content {
    padding: 24px;
}

.hero-content h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: #1a1a1a;
    padding: 0 0 12px 0;
    font-family: 'Roboto', sans-serif;
}

.hero-content h1 a {
    color: #1a1a1a;
}

.hero-content h1 a:hover {
    color: #1a73e8;
}

.hero-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 14px;
}

.hero-meta .meta-author {
    color: #1a73e8;
    font-weight: 500;
}

.hero-excerpt {
    font-size: 15px;
    color: #555;
    line-height: 24px;
    margin-bottom: 16px;
}

/*-- Hero Ad Unit --*/
.hero-ad-wrap {
    background: #eeeded;
    border-radius: 4px;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 336px;
}

.ad-label {
    font-size: 10px;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-align: center;
}

.ad-container-336 {
    background: #fafafa;
    border: 1px dashed #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.read-more-link {
    color: #1a73e8 !important;
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
    background: none;
    padding: 0;
    max-width: none;
    display: inline-block;
}

.read-more-link:hover {
    color: #1557b0 !important;
    background: none !important;
}

.read-more-link i {
    margin-left: 6px;
    transition: margin-left 0.2s;
}

.read-more-link:hover i {
    margin-left: 10px;
}

/*-- Hero Side List --*/
.hero-side-list {
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    height: 100%;
}

.side-heading {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid #eee;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.side-item {
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.side-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.side-item h4 {
    font-size: 15px;
    line-height: 22px;
    padding: 4px 0 6px 0;
}

.side-item h4 a {
    color: #1a1a1a;
}

.side-item h4 a:hover {
    color: #1a73e8;
}

.side-item .meta-date {
    font-size: 12px;
    color: #999;
}

/*-- News Grid --*/
.news-grid {
    padding: 50px 0 40px 0;
    background: #f5f5f5;
}

.news-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: box-shadow 0.3s;
}

.news-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.card-img-wrap {
    position: relative;
    overflow: hidden;
}

.card-img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.news-card:hover .card-img-wrap img {
    transform: scale(1.05);
}

.card-img-wrap .category-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    margin: 0;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 0 0 10px 0;
}

.card-content h3 a {
    color: #1a1a1a;
}

.card-content h3 a:hover {
    color: #1a73e8;
}

.card-meta {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.card-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.load-more-wrap {
    text-align: center;
    margin-top: 10px;
}

.load-more-btn {
    background: #fff;
    border: 2px solid #1a73e8;
    color: #1a73e8;
    padding: 12px 40px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
}

.load-more-btn:hover {
    background: #1a73e8;
    color: #fff;
}

/*-- Two Column Feature Section --*/
.news-twocol {
    padding: 50px 0;
    background: #fff;
}

.feature-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.feature-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.feature-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
}

.feature-content h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 4px 0 10px 0;
}

.feature-content h3 a {
    color: #1a1a1a;
}

.feature-content h3 a:hover {
    color: #1a73e8;
}

.feature-content .card-meta {
    margin-bottom: 8px;
}

.feature-content .card-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

/*-- Sidebar --*/
.sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-widget {
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.widget-title {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 2px solid #eee;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/*-- Popular Items --*/
.popular-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.popular-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.popular-num {
    font-size: 24px;
    font-weight: 700;
    color: #1a73e8;
    min-width: 40px;
    line-height: 1;
    padding-top: 2px;
}

.popular-content h4 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 4px 0;
}

.popular-content h4 a {
    color: #1a1a1a;
}

.popular-content h4 a:hover {
    color: #1a73e8;
}

.popular-content .meta-date {
    font-size: 12px;
    color: #999;
}

/*-- Tag Cloud --*/
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-link {
    display: inline-block;
    padding: 6px 14px;
    background: #f0f4f8;
    color: #555;
    font-size: 13px;
    border-radius: 2px;
    transition: all 0.2s;
}

.tag-link:hover {
    background: #1a73e8;
    color: #fff;
}

/*-- Sidebar Subscribe --*/
.sidebar-subscribe {
    background: #1a73e8;
    color: #fff;
}

.sidebar-subscribe .widget-title {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.3);
}

.sidebar-subscribe p {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    line-height: 22px;
    margin-bottom: 16px;
}

.sidebar-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-input {
    width: 100%;
    padding: 10px 14px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
}

.sidebar-btn {
    width: 100%;
    padding: 10px 14px;
    background: #fff;
    color: #1a73e8;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.sidebar-btn:hover {
    background: #e8f0fe;
}

/*-- Newsletter Section --*/
.newsletter {
    background: #1a73e8;
    padding: 60px 0;
}

.newsletter-box {
    text-align: center;
}

.newsletter-box h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 12px;
}

.newsletter-box p {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 14px 20px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-size: 15px;
    color: #333;
    height: 50px;
}

.newsletter-btn {
    padding: 14px 28px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 0 3px 3px 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    height: 50px;
    white-space: nowrap;
    transition: background 0.2s;
}

.newsletter-btn:hover {
    background: #333;
}

/*-- Contact Section (News Style) --*/
.contact-news {
    padding: 60px 0;
    background: #f5f5f5;
}

.contact-news .contac_control {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.contact-news .textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.contact-news .send_btn {
    background: #1a73e8;
    border-radius: 4px;
    margin-top: 10px !important;
    font-weight: 600;
}

.contact-news .send_btn:hover {
    background: #1557b0;
}

/*-- Article Detail Page --*/
.article-detail {
    padding: 40px 0 60px 0;
    background: #fff;
}

.article-main h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #1a1a1a;
    padding: 10px 0 16px 0;
    font-family: 'Roboto', sans-serif;
}

.article-featured-img {
    margin: 20px 0 30px 0;
}

.article-featured-img img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 4px;
}

.article-body {
    font-size: 17px;
    line-height: 30px;
    color: #333;
}

.article-body p {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 30px;
    color: #333;
}

.article-body h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    padding: 10px 0 14px 0;
    margin-top: 10px;
    text-transform: none;
}

.article-body em {
    font-style: italic;
}

/*-- Responsive: News --*/
@media (max-width: 991px) {
    .hero-img-wrap img {
        height: 260px;
    }
    .hero-content h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .hero-side-list {
        margin-top: 30px;
    }
    .hero-ad-wrap {
        margin-top: 0px;
        min-height: auto;
        padding: 20px;
    }
    .feature-img img {
        height: 220px;
        margin-bottom: 16px;
    }
    .sidebar {
        margin-top: 40px;
    }
    .newsletter-form {
        flex-direction: column;
    }
    .newsletter-input {
        border-radius: 3px;
        margin-bottom: 10px;
        width: 100%;
    }
    .newsletter-btn {
        border-radius: 3px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .news-top-bar .text-right {
        text-align: left !important;
        margin-top: 4px;
    }
    .hero-img-wrap img {
        height: 220px;
    }
    .hero-content h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .card-img-wrap img {
        height: 180px;
    }
    .section-header h2 {
        font-size: 22px;
    }
    .newsletter-box h3 {
        font-size: 22px;
    }
    .feature-img img {
        height: 180px;
    }
    .feature-content h3 {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .hero-img-wrap img {
        height: 200px;
    }
    .hero-content {
        padding: 16px;
    }
    .hero-content h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .news-header-main .logo a img {
        max-width: 140px;
    }
    .side-item h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .card-content h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .ad-container-336 {
        /* width: 300px;
        height: 250px; */
    }
    .hero-ad-wrap {
        min-height: auto;
        padding: 16px;
    }
}

/*-- Responsive: Article Detail --*/
@media (max-width: 991px) {
    .article-main h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .article-body {
        font-size: 16px;
        line-height: 28px;
    }
    .article-body p {
        font-size: 16px;
        line-height: 28px;
    }
    .article-body h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .article-main h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .article-featured-img img {
        max-height: 280px;
    }
}

/* end news style */