body {
    margin: 0px;
    padding: 0px;
    font-family: "Quicksand", sans-serif;
}

a:hover {
    text-decoration: none;
}

/*Common*/

section {
    padding: 25px 0;
}

section h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 35px;
    font-weight: 600;
}
section h2 a{color:#000;}

/*Top Nav*/

header {
    border-top: 2px solid #4CC4FE;
}

.topMenu {
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.topLinks ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.topLinks li {
    display: inline-flex;
    margin-right: 15px;
    font-size: 18px;
    align-items: center;
    cursor: pointer;
}

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

.topLinks li .fa-solid {
    font-size: 18px;
    color: #4CC4FE;
    margin-right: 10px;
}

.topLinks li .fa-caret-down {
    font-size: 12px;
}


.logo_c{text-align:center;}
.top_header { background: #e8e9de; padding: 5px 0px; }
.subcss{text-align:right;}
.my_social_m a { border: 1px solid #00a3d1; width: 40px; height: 40px; display: inline-block; text-align: center; line-height: 40px; border-radius: 100px; font-size: 18px; color: #000000; }


.search_form{ display:none; } 
.search_form.active{ display:block; }
.search_area{text-align:right;}

.blog_item{ position:relative; margin:0 5px; overflow:hidden; height:500px; } 
.blog_item img{ width:100%; height:500px; object-fit:cover; } 
.overlay{ position:absolute; inset:0; background:linear-gradient( 	to top, 	rgba(0,0,0,.85), 	rgba(0,0,0,.2) ); } 
.blog_content{ position:absolute; left:30px; right:30px; bottom:30px; text-align:center; color:#fff; z-index:2; } 
.cat_list{ margin-bottom:20px; } 
.cat_list span{ display:inline-block; background:#d9e7ff; color:#3567b7; padding:4px 10px; font-size:11px; margin:2px; font-weight:600; } 
.blog_content h3{ font-size:20px; line-height:1.1; font-weight:700; margin-bottom:15px; } 
.meta{ display:flex; justify-content:center; gap:20px; font-size:13px; margin-bottom:20px; } 
.read_more{ display:inline-block; border:1px solid #fff; color:#fff; padding:10px 25px; text-decoration:none; text-transform:uppercase; font-size:12px; letter-spacing:1px; } 
.read_more:hover{ background:#fff; color:#000; }

.blog_slider .slick-prev,
.blog_slider .slick-next{ width:50px; height:50px; background:#fff; border-radius:50%; z-index:10; }
.blog_slider .slick-prev{ left:-25px; } 
.blog_slider .slick-next{ right:-25px; }
.blog_slider .slick-prev:before,
.blog_slider .slick-next:before{ color:#000; font-size:22px; }


.global_insights { background: #f1eaea; padding: 40px 0px; }



.news-card{ background:#fff; border-radius:24px; overflow:hidden; box-shadow: 4px 3px 9px 3px rgb(0 0 0 / 15%); transition:.4s; } 
.news-card:hover{ transform:translateY(-8px); } 
.news-image{ position:relative; height:250px; overflow:hidden; } 
.news-image img{ width:100%; height:250px; object-fit:cover; transition:.6s; } 
.news-card:hover .news-image img{ transform:scale(1.08); } 
.news-content{ padding:20px; }
.category_bg { display: inline-block; background: #eef3ff; color: #2962ff; font-size: 10px; font-weight: 600; padding: 5px 14px; border-radius: 50px; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .5px; }
.news-desc{ font-size:15px; color:#667085; line-height:1.8; margin-bottom:30px; } 
.news-footer{ display:flex; justify-content:space-between; align-items:center; } 
.read-more{ text-decoration:none; color:#2962ff; font-weight:600; font-size:16px; display:flex; align-items:center; gap:8px; }
.news-title{ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.2; min-height: calc(1.4em * 2); font-size:20px; margin-bottom: 15px; } 
.d_date { font-size: 14px; margin-bottom: 5px; }

.newsPost .newsBlock img { border-radius: 10px 10px 0px 0px; }

.title_part { display: flex; justify-content: space-between; align-items: center; margin-bottom:40px; }
.title_part h2{margin-bottom:0px;}
.view_btn { display: inline-flex; align-items: center; gap: 18px; padding: 11px 18px; border: 2px solid #7da2ff; border-radius: 50px; background: #fff; color: #1f57ff; font-size: 15px; font-weight: 600; text-decoration: none; cursor: pointer; transition: all .3s ease; }

.view_btn i{ width:22px; height:22px; transition:transform .3s ease; } 
.view_btn:hover{ background:#1f57ff; color:#fff; border-color:#1f57ff; box-shadow:0 10px 25px rgba(31,87,255,.25); } 
.view_btn:hover i{ transform:translateX(5px); }



.elight_card{ margin-bottom:40px; }
.elight-image{ height:400px; /* requested height */ overflow:hidden; border-radius:20px; position:relative; }
.elight_title{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.2; min-height: calc(1.2em * 2);}
.elight-image img{ width:100%; height:100%; object-fit:cover; display:block; }

/* dark gradient overlay */
.elight-image::after{ content:""; position:absolute; inset:0; background:linear-gradient( 	to top, 	rgba(0,0,0,.45), 	transparent 50% ); }
.elight-content{ position:relative; margin:-90px 25px 0; /* pull content over image */ background:rgba(255,255,255,.95); backdrop-filter:blur(12px); border-radius:24px; padding:30px; box-shadow: 0 20px 40px rgba(0,0,0,.12), 0 8px 16px rgba(0,0,0,.05); z-index:10; }

.elight-content{ transform:translateY(-20px); transition:.4s ease; } 
.elight_card:hover .elight-content{ transform:translateY(-35px); } 
.elight_card:hover img{ transform:scale(1.05); } 
.elight-image img{ transition:.8s ease; }

.c_white{color:#fff;}

.startup{background:#181616; padding:50px 0px; color:#fff; }


.startup_box{position:relative; overflow: hidden; border-radius:8px;}
.startupimg img{height:350px; object-fit: cover; border-radius:8px; width: 100%; transition:.6s;}
.startup_box:hover .startupimg img{ transform:scale(1.08); }

.startup_content{position:absolute; bottom:10px; padding:15px;}
.featured-overlay{ position:absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient( 	to top, 	rgba(0,0,0,.95) 5%, 	rgba(0,0,0,.55) 40%, 	rgba(0,0,0,.10) 100% );  border-radius:8px;}
.startup_content h3{font-size:20px; font-weight:600;}

.startup_box a{color:#fff;}
.featured-meta{font-size:13px;}

.green{background:#00b894;}
.side-news{ margin-bottom:30px; }

.side-news img{ width:100%; height:150px; object-fit:cover; }
.side-content{ padding-left:15px!important; }
.side-tag{ display:inline-block; padding:5px 12px; font-size:11px; font-weight:700; color:#fff; text-transform:uppercase; margin-bottom:15px; }
.side-content h4{ color:#fff; font-size:20px; font-weight:600; line-height:1.4; margin-bottom:15px; }

.full_imm img{width:100%;}

.postsLists { background: #edf5f9; padding: 20px; border-radius: 6px; margin-bottom: 20px; }



.news-ticker-wrapper{
    display:flex;
    align-items:center;
    background:#fff;
    overflow:hidden;
	margin:5px 0px;
}

.latest-tag{
    background:#e30613;
    color:#fff;
    font-weight:700;
    padding:15px 20px;
    text-transform:uppercase;
    white-space:nowrap;
    position:relative;
    z-index:2;
}

.news-ticker{
    flex:1;
    overflow:hidden;
    color:#000;
	border: 1px solid #ccc;
    padding: 3px 0px;
}

.ticker-track{
    display:flex;
    width:max-content;
    animation:ticker 25s linear infinite;
}

.ticker-item {
    white-space: nowrap;
    padding: 0 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 17px;
}

@keyframes ticker{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

.paused{
    animation-play-state:paused;
}

#toggleTicker {
    background: #000;
    border: none;
    padding: 10px 10px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
}

.latest-tag{
    background:#1da9ee;
    color:#fff;
    padding:10px 30px 10px 20px;
    font-weight:700;
    position:relative;
    white-space:nowrap;
}

.latest-tag:after{
    content:'';
    position:absolute;
    top:0;
    right:-20px;
    border-top:22px solid transparent;
    border-bottom:22px solid transparent;
    border-left:20px solid #1da9ee;
}
.blog_slider_sec {
    padding: 0px 10px;
}

.ticker-item img {
    width: 40px;
    height: 32px;
    border-radius: 4px;
    object-fit: cover;
}

.ticker-item span {
    display: block;
    font-size: 12px;
}

.ticker-item a {
    color: #000;
    font-size: 14px;
}

.india_us{ background: linear-gradient(90deg, #9c6af7 0%, #b9c2f4 35%, #b7dcef 70%, #c4ecee 100%); width: 100%; margin-bottom: 30px; padding:50px 20px;}
.photo_dd{width:170px; height:250px; object-fit: cover;}

.india { display: flex; gap: 20px; align-items: center; }
.india span{ border: 2px solid #333; padding: 7px 20px; display: inline-block; margin-bottom: 40px; border-radius: 100px; text-transform: uppercase; font-weight: 600; }
.india h3 { font-size: 22px; font-weight: 500; }
.red_n { background: #9d6ef7; color: #fff; padding: 10px 15px; border-radius: 100px; margin-top: 10px; display: inline-block; font-size: 14px; font-weight: 600; }

.magazine-container img { border-radius: 10px; } 
.magazine-container {  padding: 9px; background: #1aa7ed; border-radius: 10px; }
.subcss a{color:#000;}



nav { background-image: linear-gradient(160deg, hsl(200deg 99% 65%) 0%, hsl(200deg 96% 62%) 5%, hsl(200deg 93% 60%) 15%, hsl(200deg 91% 58%) 42%, hsl(200deg 89% 55%) 67%, hsl(200deg 87% 53%) 79%, hsl(200deg 85% 51%) 87%, hsl(200deg 88% 49%) 93%, hsl(200deg 94% 47%) 97%, hsl(200deg 100% 45%) 100%); display: flex; justify-content: center; box-shadow: 0px 2px 4px rgba(1, 1, 1, .1); }

nav ul { margin: 0px; list-style: none; padding: 11px 0; width: 100%; justify-content: space-between; align-items: center; display: flex; } 
nav li a { color: #fff; padding: 15px 10px; font-weight:600; }

nav li a:hover, .current-menu-item a{
    background: #fff;
    text-decoration: none;
    color: #4CC4FE;
}

nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}

/*Breadcrumb*/

.breadcrumb {
    background-image: linear-gradient(160deg,
            hsl(200deg 99% 65%) 0%,
            hsl(200deg 96% 62%) 5%,
            hsl(200deg 93% 60%) 15%,
            hsl(200deg 91% 58%) 42%,
            hsl(200deg 89% 55%) 67%,
            hsl(200deg 87% 53%) 79%,
            hsl(200deg 85% 51%) 87%,
            hsl(200deg 88% 49%) 93%,
            hsl(200deg 94% 47%) 97%,
            hsl(200deg 100% 45%) 100%);
    display: flex;
    justify-content: center;
    padding: 30px;
    border-radius: 0;
    z-index: -1;
    position: relative;
}

.breadcrumb h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px
}

.breadcrumbLinks {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
}

.breadcrumbLinks ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    color: #fff;
    justify-content: center;
}

.breadcrumbLinks li {
    font-size: 15px;
    line-height: .8;
    margin-right: 5px
}

.breadcrumbLinks li a {
    font-size: 18px;
    color: #fff
}

.socialShare {
    position: relative;
}

.social {
    position: absolute;
    width: 230px;
    right: 0;
    background: #4CC4FE;
    top: 30px;
    border-radius: 5px;
}

.social ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    justify-content: space-evenly;
    display: flex;
    padding: 10px 0;
    align-items: center;
}

.social li {
    text-align: center;
    margin: 0 10px;
}

.social li a {
    color: #fff;
}

/*Main Slider*/

.flex-box-wrap {
    height: fit-content !important;
}

/*New Posts*/

.newsPost {
    margin: 20px 0px;
}

.newsBlock {
    position: relative;
}

.newsBadges {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12px;
    background: #044bb6;
    color: #fff;
    padding: 5px 8px;
}

.newstitle {
    padding: 10px 15px;
    border: 0px 1px 1px 1px;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    border-radius: 0px 0px 10px 10px;
}

.newstitle h4 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.newstitle p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.newsUpdate {
    background: rgb(33, 132, 223);
    background: linear-gradient(90deg, rgba(33, 132, 223, 0) 35%, rgba(0, 190, 221, 1) 100%);
}

/*Recent posts*/

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

.postsLists li {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    cursor: pointer;
}

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

.postTitle {
    padding: 5px 0;
}

.imgblock img {
    border-radius: 50%;
}

.imgblock img {
    width: 100px;
    height: 100px;
    border-radius: 110px;
    margin-right: 20px;
}

/*Insights*/

.insights {
    position: relative;
    padding: 2px 1.5px 0px 1.5px;
}

.insights span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    align-items: start;
    width: 50%;
    padding: 25px 0px 25px 15px;
}

.insights span p {
    color: #fff;
    font-size: 18px;
}

.insights span h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px
}

.insights span h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.insights span h6 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

/*Category*/

.categoryBlock span {
    padding: 10px;
    display: block;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0px 0px 10px 10px;
}

.categoryBlock h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.categoryBlock p {
    font-size: 15px;
    color: #000;
}

/*Leaders take*/

.leadersTake span {
    padding: 10px;
    display: block;
}

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

.leadersTake h4 {
    font-size: 25px;
    font-weight: 600;
}

.leadersTake h6 {
    font-size: 18px;
    font-weight: 500;
}

/*article*/

.article img {
    margin-bottom: 25px;
}

.article p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.article p a {
    font-weight: 700;
    text-decoration: underline;
}

.articleHistory ul {
    list-style: none;
    margin: 30px 0;
    padding: 0 0 5px;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 3px solid #ccc;
}

.articleHistory ul li {
    margin-right: 10px;
    margin-top:5px;
}

.articleHistory li a {
    color: #fff;
}

span.badge.datePosted {
    background: #17678e;
}

.articleHistory li span {
    display: block;
    padding: 5px 15px;
    border-radius: 50px;
}

.articlePostsData {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.articlePostsData .imgBlock img {
    width: 80px;
    height: 80px;
}

.articlePostsData .postTitle p {
    font-size: 15px;
    margin-bottom: 4px;
    color: #000;
    width: 250px;
}

.articlePostsData .postDate a {
    font-size: 15px;
    color: #000;
}

.leaveAReply {
    margin-top: 35px;
}

.leaveAReply h4 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

.leaveAReply textarea {
    height: 150px;
}

.leaveAReply .submit {
    background: #4CC4FE;
    margin-top: 15px;
    color: #fff;
    border-radius: 25px;
    padding: 6px 25px;
    font-weight: 600;
}

.leaveAReply .submit:hover {
    background: #17678e;
}

/*Category*/

.category h2,
.categoryList h2,
.categoryTags h2 {
    margin: 30px 0 0;
    font-size: 22px;
    position: relative;
}

.category h2 span,
.categoryList h2 span,
.categoryTags h2 span {
    background: #fff;
    padding-right: 5px;
}

.category h2::before,
.categoryList h2::before,
.categoryTags h2::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #4CC4FE;
    top: 15px;
    right: 0;
    z-index: -1;
}

.categoryTitleCount a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.categoryTitleCount a:hover {
    color: #4CC4FE;
}

.categoryTitleCount {
    width: 100%;
}

.categoryTitleCount h5 {
    font-size: 15px;
    margin: 0;
}

span.badge {
    font-size: 13px;
    background: #4CC4FE;
    line-height: inherit;
    padding: 0px 10px;
    height: fit-content;
    border-radius: 9px;
    color: #fff;
}

.categoryList ul {
    margin-top: 20px;
}

.categoryList li {
    padding: 15px 0;
}

.tags {
    width: auto;
}

.tags a {
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin: 0 2px 5px 0;
    display: inline-block;
}

.tags a:hover {
    background: #4CC4FE;
    color: #fff;
}

.tags .badge {
    font-size: 12px;
    padding: 0px 7px;
}

.tag {
    border-right: 1px solid #ccc;
    padding-right: 5px;
    margin-right: 2px;
}

.tags a:hover .tag {
    border-color: #fff;
}

.tags {
    margin-top: 35px;
}

/*Category Tiles*/

.tiles span {
    border-bottom: 0px;
    border-radius: 0px;
    padding-bottom: 20px;
}

.authorInfo {
    border: 1px solid #ccc;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 10px;
    margin-bottom: 25px;
}

.authorInfo ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.authorInfo li {
    display: inline;
    margin-right: 10px;
}

.authorInfo li img {
    width: 40px;
    height: 40px;
    border-radius: 60px;
}

.authorInfo li a {
    color: #000;
}

.authorInfo:hover {
    background: #4cc4fe;
    border-color: #4CC4FE;
}

.authorInfo:hover li a {
    color: #fff;
}

.pageCount {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

ul.pagination a {
    color: #000;
}

.page-link {
    border-color: #4CC4FE;
}

a.page-link:hover {
    background: #4CC4FE;
    border-color: #4CC4FE;
    color: #fff;
}

/*Footer*/

footer {
    background: url(../images/footer_bg.jpg);   
    margin-top: 35px;
	background-size: contain;
	position:relative;
}

footer:before{content:""; position:absolute; display:block; background:#000; height:100%; width:100%; opacity:0.9;}

.padd_area{ padding: 40px 0px 0;}

.footerLogo p {
    color: #fff;
    margin: 25px 0 10px;
}

.footerLogo a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.footerLogo a:hover {
    color: #4CC4FE;
    font-weight: 600;
    font-size: 15px;
}

.footerBlock h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

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

.footerBlock li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 8px 0;
}

.footerBlock li:last-child {
    border-bottom: 0px;
}

.footerBlock li p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}

.footerBlock li span {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.footerBlock li a {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.footerBlock li a:hover{color: #1da9ef;}

.subscribe h4 {
    margin: 20px 0 15px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.subscribe_form button {
    background: #4CC4FE;
    font-size: 15px;
    color: #fff;
    padding: 7px;
    border-radius: 0px 5px 5px 0px;
    font-weight: 500;
    height: 100%;
}

.subscribe_form button:hover {
    background: #3399cc;
    color: #fff;
}

.footerCopy {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.copyright p {
    color: #fff;
    margin-bottom: 0;
}
.social-top{display:flex; justify-content: space-between;}
.socialLinks ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

.socialLinks li {
    display: inline-flex;
    margin-right: 10px;
}

.socialLinks li a {
    color: #fff;
    font-size: 15px;
}

.footerCopy {
    padding: 15px 0 15px;
    margin-top: 25px;
}

@media (min-width: 1366px) {
    .container {
        max-width: 1300;
    }
}

@media (max-width: 768px) {

    header {
        margin-bottom: 0;
    }

    .logo img {
        width: 250px;
        margin-left: 10px;
    }

    .topMenu {
        width: 100%;
    }

    .mobileShare {
        font-size: 25px;
        margin: 10px 10px 0 0;
        color: #4cc4fe;
        display: block;
        cursor: pointer;
		text-align: right;
    }

    .mobileShareOptn {
        background: #4CC4FE;
        padding: 0 15px;
    }

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

    .mobileShareOptn li {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        margin: 0 -15px;
        padding: 15px;
        color: #fff;
    }

    .mobileShareOptn li:last-child {
        border: 0px;
    }

    .mobileShareOptn li a {
        font-size: 15px;
        color: #fff;
    }

    .mobileSocial ul {
        margin: 0px;
        padding: 0px;
    }

    .mobileSocial li {
        border: 0px;
        margin: 0px 0;
        border: 0px;
        padding: 0px 5px;
        text-align: left;
        display: inline-block;
    }

    .flex-box-wrap {
        padding-top: 0;
    }

    .mobileMenu {
        display: flex;
        justify-content: space-between;
        padding: 15px 0px;
        color: #fff;
        align-items: center;
    }

    .mobileMenu h6 {
        margin: 0px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    .fa-bars {
        font-size: 18px;
        cursor: pointer;
    }

    .mobileMenuLinks {
        background-image: linear-gradient(160deg,
                hsl(200deg 99% 65%) 0%,
                hsl(200deg 96% 62%) 5%,
                hsl(200deg 93% 60%) 15%,
                hsl(200deg 91% 58%) 42%,
                hsl(200deg 89% 55%) 67%,
                hsl(200deg 87% 53%) 79%,
                hsl(200deg 85% 51%) 87%,
                hsl(200deg 88% 49%) 93%,
                hsl(200deg 94% 47%) 97%,
                hsl(200deg 100% 45%) 100%);
        display: flex;
        justify-content: center;
    }

    .mobileMenuLinks ul {
        display: flex;
        flex-flow: column;
        justify-content: space-around;
        margin: 5%;
        padding: 10%;
    }

    .mobilemenulinks li {
        margin-bottom: 10px
    }

    .mobilemenulinks li a {
        font-size: 18px;
        font-weight: 600
    }

    .mobileMenuLinks {
        width: 100%
    }

    .mobilemenulinks .fa-circle-xmark {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 25px;
        color: #fff
    }

    section {
        padding: 20px 0
    }

    .newsPost {
        margin: 0px;
    }

    .newsBlock {
        margin-bottom: 25px;
    }

    .insights span {
        width: 100%;
    }

    .insights span p {
        font-size: 12px;
    }

    .insights span h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .insights span h5 {
        font-size: 15px;
    }

    .insights span h6 {
        font-size: 12px;
    }

    .insights {
        padding: 0px;
        margin-bottom: 20px;
    }

    .articleHistory ul li {
        margin-bottom: 10px;
    }
}
.two-line-ellipsis {
    -webkit-line-clamp: 2;
}
.three-line-ellipsis {
    -webkit-line-clamp: 3;
}
.two-line-ellipsis, .three-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.categoryBlock h3 a{color:#000;}
.cat-title{font-weight:500;color:#0056b3}
h1.article-title{font-size:24px; color:#000; font-weight:600}
.social-link{color:#000 !important;}
.open-mag{padding: 10px !important;margin: 10px 0 10% 0;width: 60%;display: block;margin-left: auto;margin-right: auto;}
.pd-1{padding:10px 0;}
.author-name{font-size:14px; font-weight:600;width:60%}
#suc_message {color: green;font-size: 18px;font-weight: 600;}
#error_message {color: #f00;font-size: 18px;font-weight: 600;}
#emailError{text-decoration: none;color: #D2051E; font-size:15px;font-weight: 800;}
.news-rhs{display:flex;border: 0px 1px 1px 1px;border-width: 1px;border-color: #ccc;border-style: solid;border-radius: 10px 10px 10px 10px; margin-bottom:10px; background: #edf5f9;}
.news-rhs h3{font-size: 17px; font-weight:600; color:#000;padding: 10px;}
.news-rhs img{width: 125px;height: 110px;border-radius: 10px 0px 0px 10px; margin-right:5px;}
.postDate {color: #000;}
.magazine-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .magazine-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .magazine-container .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.6); 
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    inset: 0;
    padding: 20px;
  }
  .magazine-container:hover .overlay {
    opacity: 1;
  }
  .magazine-container .overlay a{font-weight: 700;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #fff;}
    .categoryBlock .profile-title{color: #FFFFFF;
    font-family: "Ropa Sans", Sans-serif;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase; font-weight:normal;}

	.profile-span{background:#494E54;padding: 10px;
    display: block;}
	.categoryBlock .profile-designation{color: #9CA3AB;
    font-family: "Nunito", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0.8px;
    margin: 0px;border:none;text-align:center;padding-bottom: 0px;}
    
	.profile-about{color: #d2d8e0;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    margin: 10px 0px 0px 0px;
    text-align: center;text-transform:uppercase}
    
	.profileInfo{border: 1px solid #ccc;
    border-radius: 0px 0px 10px 10px;
    padding: 15px 10px;}
	.profileInfo ul{display: flex;
    justify-content: center;gap: 170px;margin: 0px;
    padding: 0px;
    list-style: none;}
    .profileInfo li a{color: #fff;
    padding: 8px 10px;
    border-radius: 26px;
    background-color: #494e54;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(0, 0, 0, 0);}
    .mag-profile{border-top-right-radius:10px;border-top-left-radius:10px;}
    .magazine-title{font-weight:600;font-size:36px;}
    .stickyBar{position:sticky;top:50px;}
    .magazine-desc p{text-align: justify;}
@media only screen and (max-width: 600px) {
    .news-rhs{margin-bottom: 0px;}
    .magazine-container .overlay a{font-size: 22px;}
     .magazine-title{font-size:24px;}
     .chatwhatsp {width: 40px;}
}
.chatwhatsp {position: fixed;bottom: 20px;z-index: 9999;width: 60px;right: 20px;}





@media (max-width: 768px) {

.search_area{display:none;}
.my_social_m{display:none;}


}