body {
    font-family: 'Mukta', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /*        background-color: var(--main-bg-dark);*/

}

img {
    max-width: 100%;
}

a,
img,
li,
input,
textarea {

}

a:hover,
a:focus,
a:activem a:visited {
    text-decoration: none;
    outline: 0 !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

:root {
    --main-bg-color: #5c77ff;
    --main-txt-color: #5c77ff;
    --main-bg-dark: #242b3f;
    --main-bg-dark-content: #1a202e;
    --main-txt-color-white: #fff;

}

.form-control {
    border-color: #34364e !important;
    outline: 0 !important;
    box-shadow: inherit !important;
}

.top_right_sec {
    text-align: right
}

.logo img {
    width: 190px;
}

.active_menu {
}

.header_top_sec {
    background-color: #F2F2F2;
    padding: 15px;
}

.v_middel {
    align-items: center;
}

.top_right_sec {
}

.top_right_sec ul {
    margin-bottom: 0;
}

.top_right_sec ul li {
    margin-left: 5px !important;
}

.top_right_sec ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: #9a9a9a52;
    color: #17193E;
}

.top_right_sec ul li a:hover {
    background-color: #161A34;
    color: white;
}

.active_menu a {
    background-color: #161A34 !important;
    color: white !important;

}

.active_menu a i {
    margin-right: 4px;
}

.search_btn {
}

.search_btn span {
    cursor: pointer;
    font-size: 20px;
    background-color: #161A34;
    color: white;
    border-radius: 30px;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.search_form {
    position: relative;
    display: none
}

.search_form form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
    z-index: 99;
}

.search_form input {
    padding: 23px 30px;
    border-radius: 0px !important;
    border: 0;
}

.search_form button {
    position: absolute !important;
    right: 0;
    background-color: #161a34 !important;
    border-color: transparent !important;
    top: 0;
    bottom: 0;
    padding: 7px 25px;
    border-radius: 0;
    z-index: 999 !important;
    font-size: 25px;
    box-shadow: inherit !important;
}

.show_search_form {
    display: block
}

.search_btn .fa-solid.fa-xmark {
    display: none
}

.show_btn_close {
    display: block !important
}

.search_btn i {
    font-size: 18px;
}

.header_menu_section {
    background-color: #161A34;
}

.header_menu_section nav {
    padding: 0;
}

#navbarNav {
    display: inline-block !important;
    padding: 0
}

#navbarNav a {
    color: white;
    font-size: 20px;
    position: relative;
    padding: 10px 0;
}

#navbarNav a.active {
    color: #FDC913 !important;
}

#navbarNav a:hover {
    color: #FDC913
}


#navbarNav .nav-link.active:after {
    content: "";
    position: absolute;
    background-color: #FDC913;
    left: 0;
    right: 0;
    height: 6px;
    bottom: 0px;
}


#navbarNav ul li {
    margin-right: 30px;
}

.wrap_slider_img {
    position: relative
}

.wrap_slider_img img {
    border-radius: 15px;
    width: 100% !important;
    height: 590px;
    aspect-ratio: 1/1;
    /*object-fit: cover;*/
}

section.banner_panle {
    padding: 15px;
}

.wrap_slider_img:after {
    content: "";
    position: absolute;
    background-image: url(../img/wave.png);
    bottom: 0;
    height: 240px;
    width: 100%;
    background-size: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.caption_baner {
    position: absolute;
    bottom: 0;
    padding: 5px 40px 35px;
    left: 0;
    right: 0;
    z-index: 999;
}

.caption_baner p {
    color: white;
    font-size: 16px;
    margin-bottom: 6px;
}

.caption_baner h4,
.caption_baner h4 a {
    color: white;
    /*-webkit-text-fill-color: white; !* Will override color (regardless of order) *!*/
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-stroke-color: black;*/
    font-size: 40px;
}

.overf_hide {
    overflow: hidden
}

.baner_slider .owl-dots {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    text-align: center;
}

.baner_slider .owl-dot {
    display: inline-block;
}

.baner_slider .owl-dots .owl-dot span {
    width: 33px;
    height: 13px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}


.baner_slider .owl-dots .owl-dot.active span, .baner_slider .owl-dots .owl-dot:hover span {
    background: #FDC913;
}


.baner_rght_side {
}

.baner_rght_side ul {
}

.baner_rght_side ul li a {
    display: flex;
    text-decoration: none
}

.baner_img_rght {
    width: 40%;
}

.baner_img_rght img {
    width: 100%;
    height: 130px;
    border-radius: 15px
}

.baner_text_rght {
    width: 60%;
    padding-left: 10px;
}

.baner_text_rght h4 {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 4px solid #fdc913;
    margin-bottom: 12px;
    padding-bottom: 0px;
    color: #000000;
}

.baner_text_rght p {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reading_dis small {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    margin-right: 15px;
}

.baner_img_rght {
    position: relative
}

.baner_rght_side .wraper_img_data:after {

    border-radius: 15px;
}

.baner_rght_side ul li {
    margin-bottom: 20px;
}

.video_thumb:before {
    content: "";
    position: absolute;
    background-image: url(../img/thumb.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    left: 0;
    right: 0;
    text-align: center;
    display: table;
    margin: 26% auto;
    z-index: 99;
}


.title_cl h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.title_cl a {
    font-size: 18px;
    color: #161A34;
    font-weight: 500;
}

.title_cl a i {
    font-size: 16px;
    margin-left: 5px;
}

.title_cl a:hover {
    color: #FDC913
}

.for_border {
    position: relative;
    margin-bottom: 30px;
}

.for_border:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 5px;
    background-color: #fdc913;
    border-radius: 25px;
}

.grid_data {
    position: relative;
    cursor: pointer;
    height: 290px;
}

.grid_data img {
    width: 100%;
    height: 240px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.grid_caption {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    max-width: 95%;
    bottom: 80px;
    padding: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 9;
}

.grid_caption p {
    font-size: 19px;
    color: black;
    line-height: 28px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.grid_data:hover p {
    color: #FDC913;
}


.wraper_img_data {
    position: relative
}

.wraper_img_data:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000002e;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}

.grid_video_thumb:before {
}

.wraper_img_data {
    position: relative
}


.tab_lft_sec .grid_video_thumb:before,
.grid_video_thumb .wraper_img_data:before {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50%;
    top: 45%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    text-align: center;
    font-size: 55px;
    z-index: 8;
}


.grid_content_panel {
    padding: 20px 0;
}

.distric_data {
    border: 3px solid #F5ECEC;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}

.distric_data a {
}

.distric_data img {
    height: 173px;
    border-radius: 7px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.distric_data h4 {
    color: black;
    padding: 13px;
    margin-bottom: 0;
    font-size: 25px;
}

.distric_data:hover h4 {
    color: #FDC913;
}

.all_district .owl-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.all_district .owl-nav .owl-prev {
    position: absolute;
    left: -45px;
}

.all_district .owl-nav .owl-next {
    position: absolute;
    right: -45px;
}

.all_district .owl-nav i {
    background-color: #FDC913;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: white;
}

.all_distric_wrapper {
    padding: 20px;
}


.district_content_panel {
    padding: 10px;
}


.tab_lft_sec img {
    width: 100%;
    height: 516px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.tab_lft_sec:hover p {
    color: #FDC913;
}

.left_tab_img_wrap {
    position: relative
}

.left_tab_img_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000038;
    border-radius: 15px;
}


.left_tab_img_wrap:before {
    height: 80px;
    width: 80px;
}

.tab_custmize {
    position: relative;
    top: 10px;
}

.tab_custmize .nav-link {
    background-color: #000000;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: white;
}

.tab_custmize .nav-link.active {
    background-color: #fdc913;
}

.tab_custmize li {
    margin-right: 8px;
}


.favorate_news .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.favorate_news .owl-nav .owl-prev {
    position: absolute;
    left: -45px;
}

.favorate_news .owl-nav .owl-next {
    position: absolute;
    right: -45px;
}

.favorate_news .owl-nav i {
    background-color: #FDC913;
    height: 34px;
    width: 34px;
    border-radius: 10px;
    text-align: center;
    line-height: 34px;
    color: white;
}


.favorate_news .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
}

.favorate_news .owl-dot {
    display: inline-block;
}

.favorate_news .owl-dots .owl-dot span {
    width: 33px;
    height: 13px;
    margin: 5px 5px;
    background: #453C3C;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}


.favorate_news .owl-dots .owl-dot.active span, .favorate_news .owl-dots .owl-dot:hover span {
    background: #FDC913;
}


.footer_panel {
    background-color: #000000;
    padding: 45px 0;
    margin: 25px 0;
    margin-bottom: 0;
    padding-bottom: 0
}


.footer_one img {
    width: 240px;
}

.footer_two {
    max-width: 90%;
}

.footer_two h4 {
    color: white;
    font-size: 20px;
}

.footer_two p {
    color: white;
    font-size: 18px;
}

.footer_three {
}

.footer_three h4 {
    color: white;
    display: inline-block;
    border-bottom: 2px solid;
    font-size: 20px;
}

.footer_three ul {
    padding: 6px 0px;
}

.footer_three ul li {
    display: inherit;
    /*margin-bottom: 10px;*/
}

.footer_three ul li a {
    color: white;
    font-size: 18px;
}

.footer_three ul li a:hover {
    color: #FDC913;
}

.footer_one {

}


.social_icon {
    padding: 30px 0;
}

.social_icon ul {
}

.social_icon ul li {
}

.social_icon ul a {
    background-color: #ffffff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 39px;
    border-radius: 50%;
    color: #000000;
    text-align: center;
}

.social_icon ul a i {
}


.social_icon ul a:hover {
    background-color: #FDC913;;
    color: #fff
}

.bottom_stip {
    background-color: #3c3c3c;
    text-align: center;
    padding: 15px;
    margin-top: 25px;
}

.bottom_stip p {
    margin-bottom: 0;
    color: #8b8b8b;
}


.mobile_header_panel {
    display: none
}

/**************/

.blog_single_panel {
    padding: 60px 0;
}

.blog_image {
    margin-bottom: 20px;
}

.blog_image img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
}


.blog_single_inner h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
}

.blog_single_inner {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog_single_inner p strong {
}

.blog_single_inner p a {
    color: #fdc913;
}


.blog_single_inner blockquote {
    position: relative;
    margin: 30px 0px 30px;
    padding: 30px 42px 30px 40px;
    color: #0a0a0a;
    background: #fff;
    box-shadow: 0px 20px 50px 0px rgb(0 11 47 / 8%), inset 0px 3px 0px 0px rgb(42 109 245 / 0%);
    border-radius: 0px;
    font-size: 20px;
    overflow: hidden;
    line-height: 33px;
    font-weight: 400;
    z-index: 1;
    border-left: 2px solid #fdc913;
}


.img_credit {
}

.img_credit p {
    font-size: 14px;
}

.img_credit p span {
    color: #aba8a8;
}


.social_links_share {
    text-align: right;
    margin-bottom: 0
}


.social_links_share ul .share {
    font-size: 18px;
    color: #0a0a0a;
    margin-right: 20px;
}

.blog_share_sec {
    margin-bottom: 10px;
}

.social_links_share ul {
}

.social_links_share li {
    display: inline-block;
    padding-left: 5px;
}

.social_links_share li a {
    color: #54565c;
    border: 2px solid #e7e9ef;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    border-radius: 6px;
    background: none;
}

.writer_name {
}

.writer_name h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.writer_name p {
    font-size: 16px;
    color: #aba8a8;
}


.social_links_share li a:hover {
    background-color: #FDC913;
    color: white
}


.back_title h2 {
    line-height: 30px;
    margin: 0 0 40px;
    position: relative;
    display: inline-block;
}


.back_title h2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 23px;
    background: #333;
    width: 100%;
    height: 1px;
    opacity: .2;
    left: 100%;
    margin-left: 30px;
}

.back_title.back_small_title h2:before {
    width: 150px;
}

.back_title h2:before {
    top: 12px;
}


.back_title h2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    background: #333;
    width: 80%;
    height: 1px;
    opacity: .2;
    left: 100%;
    margin-left: 30px;
}

.back_title.back_small_title h2:after {
    width: 100px;
}

.back_title h2:after {
    top: 17px;
}

.back_hero_bottom li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 32px;
    margin-bottom: 20px;
}


.back_hero_bottom li .image_areas {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 20px;
}

.back_hero_bottom li .back_btm_content {
    flex: 0 0 65%;
    max-width: 65%;
}

.image_areas img {
    border-radius: 5px;
}

.blog_right_side {
    padding-left: 15px;
    position: sticky;
    top: 20px;
}

.back_btm_content h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.back_btm_content h3 a {
    color: black
}

.d_des {
    padding-left: 0;
}

.back_cates {
    color: #161a34;
    font-size: 15px;
    display: inline-block;
    border-bottom: 2px solid #FDC913;
    margin-bottom: 5px;
    font-weight: 600;
}

.back_date {
    font-size: 13px;
    color: #b3b3b3;
}

.back_date a {
    margin-left: 10px;
    color: #b3b3b3;
}

ul.back_hero_bottom {
    padding-left: 0;
}


.wrap_msg_list li {
    display: inline-block;
}


.image-comments img {
    width: 55px;
    border-radius: 100%;
}


.answ_lst {
    margin-left: 40px;
}

.wrap_msg_list {
    padding-left: 15px;
}


.author-comment ul li {


    padding: 25px 20px 25px 8px;
    border-bottom: 1px solid rgba(2, 3, 52, 0.078);
}


.quation_cl_n {
    border-bottom: 0 !important;
}

.btn_rply {
    padding: 4px 17px;
    font-size: 15px;
    color: #0a0a0a;
    font-family: 'SpartanMedium';
    border-radius: 3px;
    border: 2px solid #ecedf3;
}

.dsc-comments h6 {
    color: #b3b3b3;
    font-size: 16px;
    margin-bottom: 0;
}


.reply .date {
    color: #b3b3b3;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}

.btn_rply:hover {
    background-color: #fdc913;
    color: white;
    border-color: transparent
}

.author-comment {
    margin-top: 30px;
}


.dsc-comments p {
    font-size: 16px;
}


.blog_form form textarea {
    width: 100%;
    height: 160px;
    padding: 22px 30px;
    background: #f9f9f9;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-bottom: 25px;
    position: relative;
    border: 2px solid #f9f9f9;
}

.blog_form form input {
    width: 100%;
    height: 57px;
    padding: 10px 30px 10px 30px;
    background: #f9f9f9;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-bottom: 25px;
    border: 2px solid #f9f9f9;
}


.blog_form form .back-check-box {
    align-items: center;
    margin-top: -6px;
    margin-bottom: 30px;
    color: #55575c;
    font-size: 16px;
}

.blog_form form .back-check-box input {
    width: auto;
    margin: 0 8px 0 0;
    height: 16px;
    width: 16px;
}


.blog_form form button {
    background: #161A34;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    padding: 14px 38px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
}


.blog_video {
}

.blog_video iframe {
    width: 100%;
    height: 500px;
}


.cat_panel {
    padding: 60px 0;
}


.back_pagination {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_pagination li {
    margin-right: 7px;
}


.back_pagination li.back-next {
    line-height: 45px;
    padding-left: 15px;
}


.back_pagination li {
    margin-right: 7px;
}

.back_pagination li a {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(2, 3, 52, 0.078);
    display: inherit;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #0a0a0a;
}

.back_pagination li.back-next a {
    width: 80px;
}

.back_pagination li a:hover {
    background-color: #FDC913;
    border-color: transparent;
    color: white
}


.conatct_panel {
    padding: 50px 0;
}

.breadcrumbs_inner {
    padding: 40px 0;
    background: #fbfafa;
}

.breadcrumbs_inner .breadcrumbs_text {
    text-align: center;
}

.breadcrumbs_inner .breadcrumbs_text .breadcrumbs_title {
    width: 100%;
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px;
}

.breadcrumbs_inner .breadcrumbs_text .back_nav ul li {
    display: inline;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    opacity: .8;
}

.breadcrumbs_inner .breadcrumbs_text .back_nav ul li a {
    color: #000;
}

.breadcrumbs_inner .breadcrumbs_text .back_nav ul li a:hover {
    opacity: 0.7;
}

.breadcrumbs_inner .breadcrumbs_text .back_nav ul li:after {
    content: "";
    margin: 0 6px 0 12px;
    background: #000;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
}

.breadcrumbs_inner .breadcrumbs_text .back_nav ul li:last-child:after {
    content: unset;
    margin: 0;
}


/***/

.contact_us_form {
}

.contact_us_form input {
    width: 100%;
    height: 57px;
    padding: 10px 30px 10px 30px;
    background: #f9f9f9;
    border: none;
    outline: none;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 2px solid #f9f9f9;
}

.contact_us_form textarea {
    width: 100%;
    height: 160px;
    padding: 22px 30px;
    background: #f9f9f9;
    border: none;
    outline: none;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
    border: 2px solid #f9f9f9;
}


.contact_us_form button {
    background: #161A34;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
    padding: 14px 38px;
    display: inline-block;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
}

.contact_us_form button:hover {
}


.blog_form form .back-check-box {
    align-items: center;
    margin-top: -6px;
    margin-bottom: 30px;
    color: #55575c;
    font-size: 16px;
}


.back_check_box input {
    width: auto;
    margin: 0 8px 0 0;
    height: 16px;
    width: 16px;
}


.back_check_box {
    margin-bottom: 30px;
}


.con_pa ul a {
    background-color: #161a34;
    color: white
}

.con_pa {
    padding: 10px 0 !important;
}


.back_address {
}

.back_address strong {
    font-size: 20px;
    color: #0a0a0a;
    margin: 20px 0 3px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

.back_address a {
    font-size: 18px;
    color: #777;
    display: block;
}

.back_address p {
    font-size: 18px;
    color: #777;
    display: block;
}

section.about_us_panel {
    padding: 50px 0;
}


.about_us_inner {
}

.about_us_inner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about_us_inner p strong {
}

.about_us_inner h4 {
    font-size: 29px;
    font-weight: 600;
    margin: 30px 0;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}


/*============Responsive============*/


/*Mobile*/
.menuBox ul li a.active {
    color: #FDC913;
}

@media (max-width: 767px) {

    .desktop_header {
        display: none
    }

    .mobile_header_panel {
        display: block;
        box-shadow: inherit;
        padding: 8px 0;
        position: relative;
        padding-bottom: 0;
    }

    .mobile_logo img {
    }

    .m_search_btn {
    }

    .m_search_btn p {
    }

    .mobile_menu_btn {
    }

    .mobile_menu_btn i {
    }

    .mobile_menu_btn,
    .m_search_btn {
        background-color: #161A34;
        color: white;
        padding: 8px;
        width: 35px;
        height: 35px;
        border-radius: 6px;
        border: 0;
        text-align: center;
        margin-left: 8px;
        transition: 1s
    }

    .m_search_sec {
        position: absolute;
        top: -70px;
        left: 0;
        right: 0;
        transition: 0.5s
    }

    .m_search_sec input {
        padding: 21px 30px;
        border-radius: 0px !important;
        border: 0;
    }

    .m_search_sec button {
        position: absolute !important;
        right: 0;
        background-color: transparent !important;
        border-color: transparent !important;
        top: 0;
        bottom: 0;
        border-radius: 0;
        z-index: 999 !important;
        font-size: 14px;
        box-shadow: inherit !important;
        color: red !important;
    }

    .mobile_show_search_form {
        top: 0px;
        display: block;
        transition: 0.5s
    }


    section.banner_panle {
        padding: 5px 0;
        padding-bottom: 0;
    }

    .wrap_slider_img img {
        height: 200px;
    }

    .wrap_slider_img:after {
        height: 200px;
        background-color: #64646459;
        border-radius: 14px;
    }

    .baner_lft_side {
        margin-bottom: 10px;
    }

    .about_us_inner p {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .about_us_inner h4 {
        font-size: 22px;
        margin: 18px 0;
    }

    .caption_baner {
        padding: 15px 10px;
        padding-top: 2px;
    }

    .caption_baner h4,
    .caption_baner h4 a {
        color: white;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /*-webkit-text-fill-color: white; !* Will override color (regardless of order) *!*/
        /*-webkit-text-stroke-width: 1px;*/
        /*-webkit-text-stroke-color: black;*/
    }

    .baner_slider .owl-dots {
        bottom: 0px;
    }

    .caption_baner p {
        color: white;
        font-size: 10px;
        margin-bottom: 4px;
        text-align: center;
    }

    .baner_img_rght {
        width: 30%;
    }

    .baner_text_rght {
        width: 70%;
    }

    .baner_img_rght img {
        width: 100%;
        height: 84px;
        border-radius: 10px;
    }

    .baner_rght_side .wraper_img_data:after {
        border-radius: 10px;
    }

    .baner_rght_side ul li {
        margin-bottom: 5px;
    }

    .baner_text_rght h4 {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 4px;
        display: inline-block;
        border-bottom: 2px solid #fdc913;
    }

    .reading_dis small {
        font-size: 11px;
    }

    .baner_text_rght p {
        margin-bottom: 0px;
        line-height: 20px;
        font-size: 15px;
    }

    .baner_slider .owl-dots .owl-dot span {
        width: 24px;
        height: 8px;
        margin: 5px 2px;
        border-radius: 30px;
    }


    .all_district .owl-nav .owl-prev {
        left: -20px;
    }

    .all_district .owl-nav .owl-next {
        right: -20px;
    }

    .all_distric_wrapper {
        padding: 5px;
    }

    .distric_data img {
        height: 113px;
    }

    .title_cl h3 {
        font-size: 20px;
    }

    .title_cl a {
        font-size: 15px;
    }

    .title_cl a i {
        font-size: 12px;
    }

    .footer_two p {
        font-size: 15px;
    }

    .footer_three ul li a {
        font-size: 15px;
    }

    .footer_three ul li {
        margin-bottom: 3px;
    }

    .bottom_stip {
        background-color: #3c3c3c;
        text-align: center;
        padding: 8px;
        margin-top: 0px;
    }

    .bottom_stip p {
        font-size: 13px;
    }

    .social_icon {
        padding: 15px 0 15px;
    }

    .tab_lft_sec img {
        height: 250px;
    }


    .title_cl a {
        white-space: nowrap;
    }

    .tab_scoller {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 10px;
    }

    .owl-theme .owl-nav [class*=owl-] {

        background: transparent;
    }

    .all_district .owl-nav {
        top: 34%;
    }

    .distric_data h4 {
        color: black;
        padding: 8px;
        margin-bottom: 0;
        font-size: 19px;
    }

    .tab_custmize {
        flex-wrap: nowrap;
    }

    .tab_custmize a {
        font-size: 12px;
        padding: 6px;
    }

    .grid_data {
        height: auto;
        margin-top: 5px;
    }

    .for_border {
        position: relative;
        margin-bottom: 15px;
    }

    .grid_caption {
        padding: 8px;
        padding-bottom: 0
    }

    .grid_content_panel {
        padding: 5px 0;
    }


    .grid_caption p {
        line-height: 22px;
        font-size: 15px;
        color: black;
    }

    .tab_panel .for_border:after {
        bottom: -4px;
    }

    .favorate_news .owl-dots .owl-dot span {
        width: 23px;
        height: 8px;
        margin: 10px 5px;
    }


    .favorate_news .owl-dots {
        display: none
    }

    .footer_panel {
        padding: 20px 0;
        margin: 10px 0;
    }

    .favorate_news .owl-nav .owl-next {
        right: -20px;
    }

    .favorate_news .owl-nav .owl-prev {
        left: -20px;
    }

    .mobile_nav_section {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100vh;
        overflow: auto;
        background-color: #161a34;
        z-index: 999;
        width: 70%;
        transition: 0.5s;
        left: -90%;
    }

    .mobile_nav_section .m_nv_menu {
    }

    .mobile_nav_section .m_nv_menu li {
        padding: 3px 15px;
        border-bottom: 1px solid #444141;
    }

    .mobile_nav_section .m_nv_menu li a {
        color: white;
        display: flex;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .mobile_nav_section .m_nv_menu li a i {
        float: right;
        font-size: 10px;
    }

    .m_scl {
        padding: 20px;
    }

    .m_nav_logo {
    }

    .m_nav_logo img {
        width: 230px;
        padding: 24px;
    }

    .close_nav_m {
        position: absolute;
        background-color: #161a34;
        right: -30px;
        top: 0;
        padding: 7px;
        color: red;
        height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 0;
        line-height: 0;

    }


    .show_mobile_nav {
        left: 0%;
    }

    .over_hide {
        overflow: hidden
    }

    .show_body_overlay {
    }

    .show_body_overlay:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffffa6;
        z-index: 99;
    }


    .blog_single_panel {
        padding: 10px 0;
    }

    .blog_single_inner h1 {
        font-size: 23px;
        margin-top: 0
    }

    .writer_name p {
        font-size: 11px;
    }

    .back_title.back_small_title.pt-30 h2 {
        margin-bottom: 5px;
    }

    .back_hero_bottom li {

        margin-bottom: 2px;
    }

    .writer_name h4 {
        font-size: 14px;
    }

    .social_links_share {
        padding-left: 0;
    }

    .social_links_share li a {
        width: 30px;
        height: 30px;
        line-height: 29px;
        font-size: 12px;
    }


    .blog_image img {
        margin-bottom: 10px;
    }

    .img_credit p {
        font-size: 11px;
    }

    .blog_single_inner {
        font-size: 18px;
    }

    .blog_single_inner blockquote {
        margin: 30px 0px 30px;
        padding: 15px 25px 15px 25px;
        font-size: 18px;
        line-height: 28px;
    }

    .breadcrumb_sec .breadcrumb-item {
        font-size: 18px;
    }

    .wrap_msg_list {
        padding-left: 0;
    }

    .answ_lst {
        margin-left: 0px;
    }

    .dsc-comments p {
        font-size: 13px;
    }

    .author-comment ul li {
        padding: 15px 15px 18px 0px;
    }

    .blog_right_side {
        padding-left: 0;

        top: 20px;
        margin-top: 18px;
    }

    .blog_form form textarea,
    .blog_form form input {

        padding: 10px 30px 10px 8px;
        margin-bottom: 10px;
    }


    .blog_form form .back-check-box {
        margin-top: 20px;
        margin-bottom: 15px;
    }


    .blog_video iframe {
        height: 240px;
    }


    .baner_img_rght .wraper_img_data {
        width: 100% !important;
    }


    .tab_lft_sec a,
    .grid_data a {
        display: flex
    }


    .left_tab_img_wrap,
    .wraper_img_data {
        width: 30%;
    }

    .grid_caption {
        padding: 6px;
        padding-bottom: 0;
        width: 70%;
        position: static;
        text-align: left !important;
        max-width: 100%;
    }

    .grid_data img,
    .tab_lft_sec img {
        width: 100%;
        height: 84px;

        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-radius: 10px;
        object-fit: inherit;
        aspect-ratio: inherit;
    }

    .tab_lft_sec .grid_video_thumb:before, .grid_video_thumb .wraper_img_data:before {
        font-size: 36px;
        top: 50%;
    }

    .left_tab_img_wrap:before {
        height: auto;
        width: auto;
    }

    .reading_dis {
        justify-content: inherit !important;
        line-height: 17px;
    }

    .for_border:after {
        bottom: -10px;
    }

    .wraper_img_data:after {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-radius: 10px;
        background-color: #0000000f;
    }

    .grid_caption p {
        -webkit-line-clamp: 3;
    }

    .favorate_news .owl-nav {
        position: absolute;
        top: 10%;
    }

    .district_content_panel {
        padding: 8px 0;
    }

    .back_hero_bottom li .image_areas {
        flex: 0 0 30%;
        max-width: 30%;
        padding-right: 0;
    }

    .back_hero_bottom li .back_btm_content {
        flex: 0 0 70%;
        max-width: 70%;
        padding-left: 7px;
    }

    .breadcrumb_sec .breadcrumb {
        margin-bottom: 0 !important;
        padding: 8px 0 !important;
    }

    .breadcrumb_sec .breadcrumb-item {
        font-size: 15px !important;
    }

    .back_title.back_small_title h2:after {
        width: 50px;
    }

    .back_title.back_small_title h2:before {
        width: 100px;
    }

    .breadcrumbs_inner {
        padding: 15px 0;
    }

    .breadcrumbs_inner .breadcrumbs_text .breadcrumbs_title {

        font-size: 22px;
    }

    .back_nav ul {
        margin-bottom: 0;
    }

    .back_nav ul {
        margin-bottom: 0;
        padding: 0;
    }

    .breadcrumbs_inner .breadcrumbs_text .back_nav ul li {
        font-size: 14px;
    }

    section.about_us_panel {
        padding: 25px 0;
    }


    .menuBox {
        width: 100%;

        background: #fff;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        height: auto;
        border-top: 1px solid #f0efef;
        border-bottom: 1px solid #f0efef;
        padding: 5px;
        margin: 8px 0;
        margin-bottom: 2px;

    }

    .menuBox ul {
        display: flex;
        align-items: center;
        width: calc(100% - 115px);
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

    .menuBox li {
        padding: 0 8px;
    }

    .menuBox ul li a {
        font-size: 0.82rem;
        font-weight: 500;
        white-space: nowrap;
        color: black;
    }


}


/*For small mobile devices*/
@media (min-width: 320px) and (max-width: 479px) {


}


/*For landscape mobiles devices*/
@media (max-width: 736px) and (orientation: landscape) {


}


/*tablet devices (both orentations)*/
@media (min-width: 768px) and (max-width: 979px) {


    .desktop_header {
        display: none
    }

    .mobile_header_panel {
        display: block;
        box-shadow: inherit;
        padding: 15px 0 0;
        position: relative;
    }

    .mobile_logo img {
        width: 190px;
    }

    .m_search_btn {
    }

    .m_search_btn p {
    }

    .mobile_menu_btn {
    }

    .mobile_menu_btn i {
    }

    .baner_rght_side ul li {
        margin-right: 10px;
    }

    .grid_caption p {
        font-size: 14px;
        line-height: 19px;
    }

    .grid_data img {
        width: 100%;
        height: 130px;
    }

    .mobile_menu_btn,
    .m_search_btn {
        background-color: #161A34;
        color: white;
        padding: 8px;
        width: 35px;
        height: 35px;
        border-radius: 6px;
        border: 0;
        text-align: center;
        margin-left: 8px;
        transition: 1s
    }

    .m_search_sec {
        position: absolute;
        top: -70px;
        left: 0;
        right: 0;
        transition: 0.5s
    }

    .m_search_sec input {
        padding: 21px 30px;
        border-radius: 0px !important;
        border: 0;
    }

    .m_search_sec button {
        position: absolute !important;
        right: 0;
        background-color: transparent !important;
        border-color: transparent !important;
        top: 0;
        bottom: 0;
        border-radius: 0;
        z-index: 999 !important;
        font-size: 14px;
        box-shadow: inherit !important;
        color: red !important;
    }

    .mobile_show_search_form {
        top: 0px;
        display: block;
        transition: 0.5s
    }


    section.banner_panle {
        padding: 15px 0;
    }

    .wrap_slider_img img {
        height: 400px;
    }

    .baner_lft_side {
        margin-bottom: 20px;
    }

    .caption_baner {
        padding: 30px 10px;
        padding-top: 5px;
    }

    .caption_baner h4,
    .caption_baner h4 a {
        color: white;
        font-size: 24px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .caption_baner p {
        color: white;
        font-size: 16px;
        margin-bottom: 4px;
        text-align: center;
    }

    .tab_lft_sec .grid_video_thumb:before, .grid_video_thumb .wraper_img_data:before {
        font-size: 30px;
    }

    .reading_dis small {
        font-size: 12px;
        font-weight: 400;
        color: #9A9A9A;
        margin-right: 5px;
    }

    .grid_data {
        height: 180px;
    }


    .baner_slider .owl-dots .owl-dot span {
        width: 24px;
        height: 8px;
        margin: 5px 2px;
        border-radius: 30px;
    }

    .distric_data h4 {
        font-size: 20px;
    }

    .grid_caption {
        bottom: 38px;
        padding: 15px 4px;
    }

    .all_district .owl-nav .owl-prev {
        left: -20px;
    }

    .all_district .owl-nav .owl-next {
        right: -20px;
    }

    .all_distric_wrapper {
        padding: 5px;
    }

    .distric_data img {
        height: 113px;
    }

    .title_cl h3 {
        font-size: 18px;
    }

    .title_cl a {
        font-size: 15px;
    }

    .title_cl a i {
        font-size: 12px;
    }

    .footer_two p {
        font-size: 15px;
    }

    .footer_three ul li a {
        font-size: 15px;
    }

    .footer_three ul li {
        margin-bottom: 3px;
    }

    .bottom_stip {
        background-color: #3c3c3c;
        text-align: center;
        padding: 8px;
        margin-top: 0px;
    }

    .bottom_stip p {
        font-size: 13px;
    }

    .social_icon {
        padding: 15px 0 15px;
    }

    .tab_lft_sec img {
        height: 310px;
    }


    .title_cl a {
        white-space: nowrap;
    }

    .tab_scoller {
        width: 80%;
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 11px;
    }

    .tab_custmize {
        flex-wrap: nowrap;
    }

    .tab_custmize a {
        font-size: 12px;
        padding: 6px;
    }

    .tab_panel .for_border:after {
        bottom: -4px;
    }

    .favorate_news .owl-dots .owl-dot span {
        width: 23px;
        height: 8px;
        margin: 10px 5px;
    }

    .favorate_news .owl-nav .owl-next {
        right: -20px;
    }

    .favorate_news .owl-nav .owl-prev {
        left: -20px;
    }

    .mobile_nav_section {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100vh;
        overflow: auto;
        background-color: #161a34;
        z-index: 999;
        width: 35%;
        transition: 0.5s;
        left: -90%;
    }

    .mobile_nav_section .m_nv_menu {
    }

    .mobile_nav_section .m_nv_menu li {
        padding: 3px 15px;
        border-bottom: 1px solid #444141;
    }

    .mobile_nav_section .m_nv_menu li a {
        color: white;
        display: flex;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .mobile_nav_section .m_nv_menu li a i {
        float: right;
        font-size: 10px;
    }

    .m_scl {
        padding: 20px;
    }

    .m_nav_logo {
    }

    .m_nav_logo img {
        width: 230px;
        padding: 24px;
    }

    .close_nav_m {
        position: absolute;
        background-color: #161a34;
        right: -30px;
        top: 0;
        padding: 7px;
        color: red;
        height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 0;
        line-height: 0;

    }


    .show_mobile_nav {
        left: 0%;
    }

    .over_hide {
        overflow: hidden
    }

    .show_body_overlay {
    }

    .show_body_overlay:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffffa6;
        z-index: 99;
    }


    .baner_rght_side ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }


    .blog_single_inner h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 1.3;
        margin-top: 0;
    }

    .social_links_share {
        padding-left: 0;
    }

    .writer_name p {
        font-size: 11px;
    }

    .blog_single_inner p {
        font-size: 18px;
    }

    .blog_right_side {
        padding-left: 0;
    }

    .back_title.back_small_title h2:before {
        display: none
    }

    .back_title.back_small_title h2:after {
        display: none
    }

    .back_hero_bottom li .image_areas {
        padding-right: 6px;
    }

    .back_hero_bottom li {
        margin: 0 0 0px;
        margin-bottom: 10px;
    }

    .blog_single_inner blockquote {
        position: relative;
        margin: 30px 0px 30px;
        padding: 20px 30px 20px 30px;
        font-size: 17px;
        overflow: hidden;
        line-height: 26px;
    }


    .blog_video iframe {
        height: 300px;
    }


    .menuBox {
        width: 100%;

        background: #fff;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        height: auto;
        border-top: 1px solid #f0efef;
        border-bottom: 1px solid #f0efef;
        padding: 5px;
        margin: 8px 0;
        margin-bottom: 2px;

    }

    .menuBox ul {
        display: flex;
        align-items: center;
        width: calc(100% - 115px);
        list-style: none;
        padding: 0;
        margin-bottom: 0;
        justify-content: center !important;
    }

    .menuBox li {
        padding: 0 8px;
    }

    .menuBox ul li a {
        font-size: 0.82rem;
        font-weight: 500;
        white-space: nowrap;
        color: black;
    }


}


/*For small screens and laptops devices*/
@media (min-width: 980px) and (max-width: 1199px) {

    #navbarNav ul li {
        margin-right: 25px;
    }

    #navbarNav a {
        color: white;
        font-size: 17px;
    }

    .search_form input {
        padding: 21px 30px
    }

    .wrap_slider_img img {
        height: 488px;
    }

    .baner_img_rght img {
        width: 100%;
        height: 100px;
    }

    .baner_text_rght p {
        font-size: 14px;
    }

    .baner_text_rght h4 {
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        border-bottom: 4px solid #fdc913;
        margin-bottom: 6px;
        padding-bottom: 0;
    }

    .grid_data img {
        width: 100%;
        height: 180px;
    }

    .grid_caption {

        padding: 15px 8px;
    }

    .grid_data {
        height: 220px;
    }

    .tab_lft_sec img {
        height: 450px;
    }

    .reading_dis small {
        margin-right: 5px;
    }


    .tab_lft_sec .grid_video_thumb:before, .grid_video_thumb .wraper_img_data:before {
        font-size: 40px
    }

    .grid_caption p {
        font-size: 16px;
        color: black;
        line-height: 23px;
    }

    .title_cl h3 {
        font-size: 23px;
    }

    .favorate_news .owl-dots {
        position: absolute;
        bottom: -25px;
    }

    .favorate_news .owl-dots {
        bottom: -25px;
    }

    .blog_video iframe {
        height: 400px;
    }

}


@media (min-width: 1200px) and (max-width: 1399px) {

}


@media (min-width: 1200px) {


}

.md-form .prefix ~ input, .md-form .prefix ~ textarea {
    width: calc(100% - 2.5rem);
    margin-left: 2.5rem;
}

.back-check-box {
    width: calc(100% - 2.5rem);
    margin-left: 2.5rem;
}

.md-form .prefix {
    position: absolute;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.md-form .prefix {
    font-size: 1.75rem;
}

.md-form .prefix ~ label {
    margin-left: 2.5rem;
}

.btn-deep-orange {
    cursor: pointer
}

#modalLoginForm .btn-default {
    cursor: pointer
}

.termsCheckbox {
    margin-right: 0.5rem;
}

.error_auth {
    margin-left: 2.5rem;
    display: block;
    color: red;
}

.error_term_condition {
    margin-left: 2.5rem;
    display: block;
    color: red;
}


.breadcrumb_sec {
    background-color: #e9ecef;
}

.breadcrumb_sec .breadcrumb {
    margin-bottom: 0;
    padding: 16px 0;
}

.breadcrumb_sec .breadcrumb a {
    color: #c99e0a;
}

.breadcrumb_sec .breadcrumb-item.active {
    color: #161A34;
}

.breadcrumb_sec .breadcrumb-item {
    font-size: 20px;
}

.logo-home {
    cursor: pointer
}

.news-label {
    padding: 0.5rem;
    font-weight: bold;
    z-index: 100;
}
.latest-news{
    background-color: #252c55;
}
.breaking-news{
    background-color: #d63333;
}
.news-label p{
    text-shadow: 2px 2px 10px #2d2d2d;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinker {
    0% { opacity: 1; }
    50% { opacity: 0; }
    70% { opacity: 1; }
    100% { opacity: 1; }
}

.custom-reponsive-img {
    width:856px !important;
    height:481px !important;
    margin-bottom:10px !important;
    object-fit:cover !important;
}
.custom-reponsive-img-slider {
    width:206px !important;
    height:116px !important;
    object-fit:cover !important;
}
@media screen and (max-width:1199px) {
    .custom-reponsive-img {
        height:346px !important;
    }
    .custom-reponsive-img-slider {
        height:84px !important;
    }
}
@media screen and (max-width:991px) {
    .custom-reponsive-img {
        height:256px !important;
    }
    .custom-reponsive-img-slider {
        height:60px !important;
    }
}
@media screen and (max-width:450px) {
    .custom-reponsive-img {
        height:240px !important;
    }
    .custom-reponsive-img-slider {
        height:60px !important;
    }
}
@media screen and (max-width:410px) {
    .custom-reponsive-img {
        height:210px !important;
    }
    .custom-reponsive-img-slider {
        height:48px !important;
    }
}
@media screen and (max-width:350px) {
    .custom-reponsive-img {
        height:183px !important;
    }
    .custom-reponsive-img-slider {
        height:48px !important;
    }
}
