
body {
   font-family: 'Hind Vadodara', sans-serif;
}


a{
  text-decoration: none;
  color: #000;
}
a:hover{
  color: #000;
}
.header {
    margin-bottom: 30px;
    position: relative;
    border-top: 2px solid #035cab;
}
.top_header {
    background-color: #eee;
    padding: 10px;
}
.top_header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_header a {
    display: block;
    margin-right: 15px;
}
.top_header a img {
    max-width: 220px;
    width: 100%;
}
.social_media_title a{
    display: flex;
    margin-right: 36px;
    align-items: center;
}
.social_media_title span {
    font-weight: 600;
}
.sticky-group {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.social_media_title {
    display: flex;
}
.social_media_title i{
    width: 40px;
    height: 40px;
    margin: 0px 5px;
    font-size: 20px;
    color: #3d85e3;
    display: flex;
    align-items: center;
    border: 1px solid;
    justify-content: center;
    border-radius: 100px;
}
.whatsapp-info {
    display: flex;
    align-items: center;
}
.whatsapp-info span {
    background: #3f4040;
    color: #fff;
    border-radius: 2px;
    margin-right: 6px;
    padding: 5px 11px;
}

.whatsapp-info i{
    background: #4dc95b;
    width: 50px;
    justify-content: center;
    height: 50px;
    font-size: 31px;
    color: #fff;
    align-items: center;
    border-radius: 50%;
    display: flex;
}
.google-auto-placed {
    overflow: auto;
}
figure.table {
    overflow: auto;
}
.menu {
    background-color: #075eac;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}
.menu .button{
  display: none;
}
.menu_list{
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_list a {
    color: #fff;
    text-decoration: none;
    padding: 13px 15px 11px;
    display: block;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s 0s;
}
.menu_list a:hover {
    color: #fff;
    background-color: rgb(255 255 255 / 20%);
}


.head {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head h4 {
    color: #075eac;
    font-size: 28px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.whatsapp svg{
    filter: invert(1);
    width: 48px;
}
.wp-img {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.wp-img span{
    font-weight: 600;
}
.box_img_container {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.wp-join-btn a{
    background: #4dc95b;
    color: #fff;
    border-radius: 5px;
    display: flex;
    font-size: 20px;
    align-items: center;
    padding: 4px 18px;
}
.wp-join-btn a i{
    padding-right: 5px;
}
.post-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
}
.news-social-info {
    display: flex;
    justify-content: center;
}
.wp-img i{
    color: #4dc95b;
    font-weight: 700;
    font-size: 23px;
}
.news-wp-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 51px;
    margin-top: 20px;
    background: #dfecfd;
    padding: 9px;
    border: 1px solid #4dc95b;
    border-radius: 6px;
}
/*.grad-overlay {*/
/*    background-image:linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #595a4ff7 100%);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.post-cat {
    color: #fff;
}
.post-cat:hover {
    color: #ccc;
}
.post-title a {
    color: #fff;
    font-weight: bold;
}
.box_img_container_small img {
    height: 297px;
    object-fit: cover;
}
.post-cat-group {
    margin-bottom: 10px;
}
h3.post-title {
    font-size: 30px;
    line-height: 50px;
}

.n_box_img {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.n_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s 0s;
}
.n_box:hover .n_box_img img {
    opacity: .6;
}
.n_box_img label {
    position: absolute;
    top: 12px;
    right: -30px;
    color: #fff;
    padding: 6px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    background-color: #075eac;
    transform: rotate( 45deg);
}
.n_box_cont h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s 0s;
    line-height: normal;
}
.n_box_cont .d-flex {
    font-size: 14px;
}

.n_box_cont .d-flex b {
    margin-right: 5px;
}
.n_box {
    display: block;
    margin-bottom: 30px;
}
.n_box_cont p br {
    display: none;
}
.n_box_flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.n_box_flex .n_box_img {
    flex: 0 0 150px;
    margin-right: 20px;
    height: inherit;
}
.n_box_flex .n_box_cont h4 {
    font-size: 16px;
    
    margin-top: 0px;
}
.n_box_flex img {
    height: 85px;
    object-fit: fill;
}
.n_box_cont small {
    color: #777;
    font-size: 13px;
}
.n_box:hover h4 {
    color: #075eac;
}
.n_box_cont p {
    font-size: 15px;
    line-height: 28px;
}


.box {
    margin-bottom: 10px;
}
/*.style2 .n_box_img {*/
/*    height: 234px;*/
/*}*/

.style2 .n_box_cont h4 {
    font-size: 16px;
}

.page-item.active .page-link {
   
background-color: #075eac;
   
border-color: #075eac;
}

.social_icon {
    display: flex;
    align-items: center;
}
.social_icon a {
    width: 30px;
    height: 30px;
    margin: 0px 5px;
    max-width: 100%;
    color: #3d85e3;
    display: flex;
    align-items: center;
    border: 1px solid;
    justify-content: center;
    border-radius: 50%;
}
.news_details_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}






.popular_news {
    display: block;
    position: relative;
    margin-bottom: 30px;
    height: inherit;
}
.popular_news_cont {
    margin-top: 15px;
}
.popular_news_cont h4 {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.foot_cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.foot_cont li {
    width: 50%;
}
.foot_cont a {
    display: block;
    padding: 8px 0;
    font-weight: 600;
    transition: all 0.3s 0s;
}
.foot_cont a:hover {
    color: #075eac;
}
.footer_center h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}
.footer_center p {
    margin: 0;
    font-size: 14px;
}



footer {
    background-color: #eee;
    padding: 40px 0;
}
footer .logo {
    max-width: 200px;
    width: 100%;
}
footer p {
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    font-weight: 600;
}
footer h3 {
    margin-bottom: 15px;
}
.footer_social {
    display: flex;
    align-items: center;
}
.footer_social a {
    color: #075eac;
    padding: 10px 15px;
    background-color: #fff;
    margin-right: 10px;
    transition: all 0.3s 0s;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.footer_social a:hover {
    background-color: #075eac;
    color: #fff;
}



.copyright {
    background-color: #075eac;
    padding: 20px 10px;
    color: #fff;
}
.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright a {
    font-weight: 600;
    margin-left: 15px;
    color: #fff;
    transition: all 0.3s 0s;
}
.copyright a:hover {
    color: #ccc;
}





.pagination {
    justify-content: center;
    margin-bottom: 40px;
}
.page-link {
    color: #075eac;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 4px;
    margin: 0 5px !important;
    background-color: rgb(7 94 172 / 10%);
    border: 0;
}
.page-link:hover {
    background-color: #075eac;
    color: #fff;
    border-color: transparent;
}


.news_detail {
    margin-top: 40px;
}
.news_detail h1 {
    font-size: 26px;
}
.news_detail img {
    margin-bottom: 30px;
    margin-top: 15px;
}
.news_detail p {
    font-size: 14px;
    line-height: 26px;
}

.ck-widget img{
    width: 100% !important;
    height:auto;
}
.ck-reset_all{
    display: none !important;
}


.inner_page {
    padding-top: 20px;
    padding-bottom: 40px;
}

.inner_page h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
}

.inner_page h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000000;
}

.inner_page h2:after {
    width: 50px;
    height: 2px;
    background-color: #ff3e00;
    display: block;
    content: "";
    margin: 2px 0;
}



.slick-dots {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots button {
    color: transparent;
    width: 40px;
    height: 4px;
    border: 0;
    background-color: #eee;
    border-radius: 100px;
    outline: none;
}
.slick-dots li {
    margin: 0 5px;
}
.slick-active button {
    background-color: #075eac;
}
.social_media_title a:hover i{
    background-color: #0d6efd;
    color: #fff;
}
.social_icon a:hover{
    background-color: #0d6efd;
    color: #fff;
}
.divider {
    display: table;
    font-size: 26px;
    text-align: center;
    width: 75%;
    margin: 0px auto;
}
.divider span { display: table-cell; position: relative; }
.divider span:first-child, .divider span:last-child {
    width: 50%;
    top: 13px;                          
    -moz-background-size: 100% 2px;     
    background-size: 100% 2px;         
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.divider span:first-child {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg, transparent, #000);
    background-image: -o-linear-gradient(180deg, transparent, #000);
    background-image: linear-gradient(90deg, transparent, #075eac);
}
.divider span:nth-child(2) {
    color: #075eac;
    padding: 0px 20px;
    width: auto;
    white-space: nowrap;
    font-weight: bold;
    margin-top: -4px;
    display: block;
}
.divider span:last-child {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg, #000, transparent);
    background-image: -o-linear-gradient(180deg, #000, transparent);
    background-image: linear-gradient(90deg, #075eac, transparent);
}
.social_icon_mobile{
    display: none;
}


@media (max-width: 991.98px) { 
    footer .col-md-12:nth-child(2) {
        margin: 30px 0;
    }
    .menu_list {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        max-width: 250px;
        width: 100%;
        z-index: 1;
        height: 100%;
        overflow: auto;
        background-color: #075eac;
    }
    .top_header .social_icon{
        display: none !important;
    }
    .social_icon_mobile  .social_icon_mobile{
        justify-content: start !important;
    }

    .social_icon_mobile{
        display: block;
    }
    .social_icon{
        display: flex !important;
        justify-content: center !important;
    }
    .menu_list.active {
        display: block;
    }
    
    .menu_list a {
        color: #fff;
        font-size: 18px;
    }
    .top_header .container {
        display: block;
    }

    .advertisement_sec1 {
        margin-top: 10px;
    }
    .menu .button {
        display: block;
        border: 0;
        background-color: #075eac;
        padding: 10px 15px;
        position: absolute;
        top: 20px;
        right: 15px;
        color: #fff;
        
    }
    .copyright .container {
        flex-direction: column-reverse;
    }
    
    .copyright .center {
        margin: 10px 0 20px;
    }
    .social_icon {
       
    }
}
 
@media (max-width: 767.98px) { 
    h3.post-title {
        font-size: 20px;
        line-height: normal;
    }
    .head {
        margin-bottom: 15px;
    }
}


@media (max-width: 575.98px) { 
    .copyright a {
        font-size: 14px;
        margin: 0 5px;
    }
    .copyright .center {
        margin: 5px 0 10px;
    }
    .news_details_info{
        display: block;
    }
    .social_icon {
        margin-top: 14px;
    }
    .social_media_title span {
        font-weight: 600;
        font-size: 13px;
    }
    .top_header a img {
        max-width: 150px;
    }
    .social_media_title a {
        display: flex;
        margin-right: 7px;
        align-items: center;
    }
    .social_media_title i {
        width: 30px;
        height: 29px;
        margin: 0px 5px;
        font-size: 14px;
    }
    .news-wp-info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .menu .button {
        top: 10px;
    }
    .n_box_cont h4 {
        font-size: 14px;
    }
    .n_box_img {
        
        border-radius: 4px;
    }
    .n_box_flex .n_box_img {
        flex: 0 0 120px;
        margin-right: 10px;
    }
    
    .n_box_flex img {
        height: inherit;
    }
    .footer_social a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    footer .logo img {
        max-width: 170px;
    }
    .post-block{
        padding: 10px;
    }
    h3.post-title {
        font-size: 14px;
        margin: 0;
    }
    .divider {
        font-size: 18px;
    }
    .divider span:nth-child(2){
        padding: 0px 10px;
        margin-top: 4px;
    }
    .n_box_flex .n_box_cont h4{
        font-size: 14px;
    }
    .copyright {
        padding: 20px 0px;
        font-size: 14px;
    }
    .news_detail h1 {
        font-size: 18px;
        font-weight: bold;
    }
    .news_detail {
        margin-top: 20px;
    }
    .box {
        margin-bottom: 30px;
    }

 }
.mainPostTitle{
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 }
 
 
 figure.table svg {
    display: none;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    white-space: nowrap;
}

table {
    width: 100%;
    border: 1px solid #ccc;
}
 
 