* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'SolaimanLipi', Arial, sans-serif !important;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    scroll-behavior: smooth;
    font-weight: 400
}

a {
    text-decoration: none;
    color: #646363;
}

.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    transition: all 0.3s ease-out 0s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a,
button { 
    outline: none;
    border: none;
    background: transparent
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0;
    border: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3941;
    line-height: 24px;
    transition: all 0.3s ease-out 0s
}

h1 {
    font-size: 40px;
    line-height: 45px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 16px;
    line-height: 18px;
}

h6 {
    font-size: 14px;
    line-height: 16px;
}

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

li {
    list-style: none
}

p {
    font-size: 18px;
    line-height: 24px
}

*::placeholder {
    color: #2c3941;
    font-size: 14px;
    opacity: 1
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.z-index-1 {
    z-index: 1
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.p-relative {
    position: relative
}

.header {
    border-bottom: 1px solid #9999
}

.header .header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 25px 0;
    background-color: #fff
}

.header .header_wrapper .header_item1 h4 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    font-style: italic
}

.header .header_wrapper .header_item2 img {
    width: 200px
}

.header .header_wrapper .header_item3 h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.navBar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #2e459f
}

.navBar ul li {
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.navBar ul li:hover a {
    width: 100%
}

.navBar ul li:hover .sub_down {
    top: 40px;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    padding: 10px 10px 10px 10px
}

.navBar ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.navBar ul li a .droppper {
    font-size: 16px
}

.navBar ul li a:hover {
    color: #2e459f
}
.footer_wrapper{
    color: #fff;
}
.navBar ul li .sub_down {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    position: absolute;
    visibility: hidden;
    display: block;
    width: 250px;
    border: none !important;
    opacity: 0;
    top: 70px;
    left: 0;
    padding: 0;
    z-index: 9999999
}

.navBar ul li .sub_down li {
    padding: 10px 10px;
    width: 100%
}

.navBar ul li .sub_down li:hover {
    background-color: #2e459f;
    width: 100%
}

.navBar ul li .sub_down li:hover a {
    color: #fff
}

.navBar ul li .sub_down li a {
    font-size: 18px;
    font-weight: 500;
    color: black
}

.header_marque {
    border-bottom: 1px solid #ededed;
    background-color: #fff;
}

.header_marque marquee p {
    display: inline-block;
    font-size: 16px !important; 
    font-weight: 400;
    line-height: 45px;
    padding: 0 30px
}

.header_marque marquee p span {
    font-size: 16px;
    font-weight: 500;
    color: gold;
    padding: 0 20px
}

.marqueNewClass {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.7s ease-in-out
}

.navBarNewClass {
    position: fixed;
    top: 47px;
    width: 100%;
    transition: all linear 1s;
    z-index: 2;
    box-shadow: 1px 1.732px 10px 3px #0000004d;
    transition: all 0.7s ease-in-out
}

.home {
    padding: 60px 0 10px 0
}

.home .liveTitle h4 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    line-height: 34px;
    padding: 10px 0
}

.home .liveTitle h4 span {
    color: red;
    padding-right: 4px;
    animation: live infinite .9s
}

.home .live {
    padding-top: 15px
}

.home .live h5 {
    font-size: 29px;
    color: #2e459f;
    font-weight: 600;
    line-height: 34px;
    line-height: 35px
}

@keyframes live {

    0%,
    100% {
        filter: grayscale(0%)
    }

    50% {
        filter: grayscale(100%)
    }
}

.mob_header {
    padding: 5px 0;
    background-color: white;
    z-index: 8;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.3)
}

.mob_header .mobNAv_btn {
    text-align: end
}

.mob_header .mobNAv_btn a i {
    padding: 5px 20px;
    font-size: 30px;
    color: #000
}

.mobNewHeader {
    position: fixed;
    top: 40px;
    width: 100%
}

.navbar_toggoler .offcanvas {
    z-index: 999999
}

.navbar_toggoler .offcanvas .offcanvas-header img {
    width: 80px
}

.navbar_toggoler .offcanvas .offcanvas-body {
    background-color: #fff
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul {
    padding: 0 10px
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul li {
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px dashed gray
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul li:hover a {
    width: 100%
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul li a {
    font-size: 19px;
    font-weight: 500;
    color: black
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul li a:hover {
    color: #2e459f
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 .dropdown {
    margin: 1em auto;
    width: 100%;
    border: .1em solid #c0cdd1
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 a {
    display: block;
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 a:focus,
.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 a:hover {
    background: #ecf0f1
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 a:active {
    background: #fbfcfc
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 a span {
    padding-right: 10px
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 .fa {
    float: right
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 ul {
    display: none;
    border-top: .1em solid #c0cdd1
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 li {
    padding: 5px 10px;
    cursor: pointer
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 li:not(:first-child) {
    border-top: .1em dashed #dde4e6
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 li:focus,
.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 li:hover {
    background: #ecf0f1
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul .nav_list2 li:active {
    background: #fbfcfc
}

.topSection {
    padding: 40px 0
}

.topSection .trand {
    font-size: 21px;
    display: inline-block;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin: 5px 0 20px 0;
    padding: 12px 30px;
    background-color: #e4e5e5
}

.topSection .trand i {
    color: red;
    margin-right: 10px;
    border: 1px solid red;
    padding: 10px;
    border-radius: 50%;
    animation: striming infinite .9s
}

.topSection .topSecInner {
    border: 1px solid #cfcfcf;
    padding: 10px 10px 5px 10px;
    width: 100%;
    background-color: #fff
}

.topSection .topSecInner .img_wrapper {
    display: flex;
    justify-content: center;
    height: 160px;
    overflow: hidden;
    flex-direction: column;
    background: #f7f7f7;
}

.topSection .topSecInner .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.topSection .topSecInner .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.topSection .topSecInner h4 {
    font-size: 19px;
    color: #2e459f;
    font-weight: 500;
    padding-top: 10px
}

.topSection .topSecInner h4:hover {
    color: #000
}

.topSection .sec_img {
    text-align: center;
    display: flex;
    flex-wrap: wrap-reverse;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    background: #f7f7f7;
    height: 350px;
}

.topSection .sec_img img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px
}

.topSection .secimgTitle h5 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding-top: 10px
}

.topSection .secimgTitle h5:hover {
    color: #2e459f
}

@keyframes striming {

    0%,
    100% {
        filter: grayscale(0%)
    }

    50% {
        filter: grayscale(100%)
    }
}

.section-1 {
    padding-top: 30px
}

.section-1 .item {
    background-color: #fff;
    padding: 0 0 10px 0;
    border: 1px solid #cfcfcf;
    height: 482px;
}

.section-1 .item .img_wrapper {
    display: flex;
    justify-content: center;
    height: 300px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    background: #f7f7f7;
}

.section-1 .item .img_wrapper img {
    max-height: 100%;
    max-width: 100%
}

.section-1 .item .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .3s
}

.section-1 .item h4 {
    font-size: 28px;
    color: #2e459f;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    padding: 10px 10px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.section-1 .item h4:hover {
    color: #000
}

.section-1 .item p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 0 20px
}

.section-1 .item p:hover {
    color: #2e459f
}

.section-1 .item-2 {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    display: flex;
    padding: 8px 10px;
    margin: 0 0 10px 0;
    height: 113px;
}

.section-1 .item-2 .img_wrapper {
    display: flex;
    justify-content: center;
    height: 95px;
    width: 50%;
    overflow: hidden;
    background: #f7f7f7;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.section-1 .item-2 .img_wrapper img {
    max-height: 100%;
    max-width: 100%
}

.section-1 .item-2 .img_wrapper img:hover {
    transform: scale(1.1);
    transition: all linear .5s
}

.section-1 .item-2 .item_text {
    width: 50%;
    padding-left: 10px
}

.section-1 .item-2 .item_text h4 {
    font-size: 19px;
    color: #000;
    font-weight: 500
}

.section-1 .item-2 .item_text h4:hover {
    color: #2e459f
}

.section-1 .openion h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    background-color: #2e459f;
    padding: 7px 20px
}

.section-1 .openion .openionInner {
    background-color: #fff;
    display: flex;
    padding: 7px 0;
    border: 1px solid #cfcfcf;
    margin-bottom: 5px;
    max-height: 140px;
}

.section-1 .openion .openionInner .img_wrapper {
    display: flex;
    justify-content: center;
    height: 110px;
    width: 40%;
    overflow: hidden;
    padding-right: 10px
}

.section-1 .openion .openionInner .img_wrapper img {
    max-height: 100%;
    max-width: 100%
}

.section-1 .openion .openionInner .img_wrapper img:hover {
    transform: scale(1.1);
    transition: all linear .3s
}

.section-1 .openion .openionInner .item_text {
    width: 60%;
    padding: 0 10px
}

.section-1 .openion .openionInner .item_text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 26px
}

.section-1 .openion .openionInner .item_text p {
    font-size: 13px;
    color: #2e459f;
    font-weight: 400;
    line-height: 25px
}

.section-1 .weekPaper {
    padding: 0 0 10px 0;
    border: 1px solid #cfcfcf;
    margin-top: 20px
}

.section-1 .weekPaper h5 {
    font-size: 20px;
    color: #fff;
    background-color: #2e459f;
    font-weight: 500;
    line-height: 30px;
    padding: 8px 0 10px 0;
    text-align: center
}

.section-1 .weekPaper .img_wrapper {
    display: flex;
    justify-content: center;
    height: 195px;
    overflow: hidden
}

.section-1 .weekPaper .img_wrapper img {
    max-height: 100%;
    max-width: 100%
}

.section-2 {
    margin: 10px 0
}

.section-2 .sec2_inner {
    border: 1px solid #cfcfcf;
    padding: 10px 10px 5px 10px;
    width: 100%;
    background-color: #fff;
    margin-top: 24px;
    height: 230px;
    overflow: hidden;
}

.section-2 .sec2_inner .img_wrapper {
    display: flex;
    justify-content: center;
    height: 160px;
    overflow: hidden;
    background: #f7f7f7;
    flex-direction: column;
    align-content: center;
}

.section-2 .sec2_inner .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-2 .sec2_inner .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.section-2 .sec2_inner h4 {
    font-size: 19px;
    color: #2e459f;
    font-weight: 500;
    padding-top: 10px
}

.section-2 .sec2_inner h4:hover {
    color: #000
}

.section-2 .advartise {
    height: 700px;
    text-align: center
}

.section-2 .advartise img {
    max-width: 100%;
    width: 88%
}

.section-3 .section_header h5 {
    background-color: #2e459f;
    font-size: 19px;
    color: #fff;
    padding: 15px 30px;
    font-weight: 500
}

.section-3 .sec3_inner .v_title {
    padding: 10px 0
}

.section-3 .sec3_inner .v_title h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: 32px
}

.section-3 .sec3_inner .v_title2 h5 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 28px
}

.section-3 .nav .nav-item {
    border: 1px solid #999999;
    width: 50%;
    text-align: center
}

.section-3 .nav .nav-item .nav-link {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    margin: 0 auto;
    border-radius: 0px;
    padding: 12px 0;
    cursor: pointer
}

.section-3 .nav .nav-item .active {
    color: #fff;
    background-color: #2e459f
}

.section-3 .tab-content .tab-pane .nabtab-item {
    background-color: #fff;
    display: flex;
    padding: 7px 10px;
    border: 1px solid #cfcfcf;
    margin-bottom: 3px;
}

.section-3 .tab-content .tab-pane .nabtab-item .img_wrapper {
    display: flex;
    justify-content: center;
    height: 105px;
    width: 50%;
    overflow: hidden;
    background: #f7f7f7;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.section-3 .tab-content .tab-pane .nabtab-item .img_wrapper img {
    max-height: 100%;
    max-width: 100%
}

.section-3 .tab-content .tab-pane .nabtab-item .img_wrapper img:hover {
    transform: scale(1.1);
    transition: all linear .3s
}

.section-3 .tab-content .tab-pane .nabtab-item .item_text {
    width: 50%;
    padding-right: 10px
}

.section-3 .tab-content .tab-pane .nabtab-item .item_text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 26px
}

.section-3 .tab-content .tab-pane .nabtab-item .item_text h4:hover {
    color: #2e459f
}

.section-4 {
    padding-top: 30px
}

.section-4 .section_header {
    padding-bottom: 20px
}

.section-4 .section_header a {
    display: inline-block;
    font-size: 22px;
    color: #2e459f;
    font-weight: 600;
    line-height: 30px
}

.section-4 .section_header a:hover {
    color: #000
}

.section-4 .section_header a span {
    padding-left: 2px
}

.section-4 .section_header a span i {
    font-size: 20px;
    color: red
}

.section-4 .section4_body .coutry_wrap {
    border: 1px solid #cfcfcf;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 5px 10px;
    height: 515px;
    overflow: hidden;
}

.section-4 .section4_body .coutry_wrap .img_wrapper {
    display: flex;
    justify-content: center;
    height: 385px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    background: #f7f7f7;
}

.section-4 .section4_body .coutry_wrap .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-4 .section4_body .coutry_wrap .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.section-4 .section4_body .coutry_wrap h4 {
    font-size: 25px;
    color: #2e459f;
    font-weight: 500;
    padding-top: 15px;
    line-height: 38px
}

.section-4 .section4_body .coutry_wrap h4:hover {
    color: black
}

.section-4 .section4_body .coutry_wrap h5 {
    font-size: 18px;
    color: #494848;
    font-weight: 400;
    line-height: 28px
}

.section-4 .section4_body .coutry_wrap h5:hover {
    color: #000
}

.section-4 .section4_body .coutry_wrap p {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-align: end;
    padding-top: 5px
}

.section-4 .section4_body .Country-item {
    background-color: #fff;
    display: flex;
    padding: 7px 10px;
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
}

.section-4 .section4_body .Country-item .img_wrapper {
    display: flex;
    justify-content: center;
    height: 105px;
    width: 50%;
    overflow: hidden;
    background: #f7f7f7;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.section-4 .section4_body .Country-item .img_wrapper img {
    max-height: 100%;
    max-width: 100%
}

.section-4 .section4_body .Country-item .img_wrapper img:hover {
    transform: scale(1.1);
    transition: all linear .5s
}

.section-4 .section4_body .Country-item .item_text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 50%;
}

.section-4 .section4_body .Country-item .item_text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 26px
}

.section-4 .section4_body .Country-item .item_text h4:hover {
    color: #2e459f
}

.section-4 .section4_body .Country-item .item_text p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    text-align: end
}

.section-4 .section4_body .sec2_inner {
    border: 1px solid #cfcfcf;
    padding: 10px 10px 5px 10px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 12px;
    height: 250px;
}

.section-4 .section4_body .sec2_inner .img_wrapper {
    display: flex;
    justify-content: center;
    height: 160px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    background: #f7f7f7;
}

.section-4 .section4_body .sec2_inner .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-4 .section4_body .sec2_inner .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.section-4 .section4_body .sec2_inner h4 {
    font-size: 19px;
    color: #2e459f;
    font-weight: 500;
    padding-top: 10px
}

.section-4 .section4_body .sec2_inner h4:hover {
    color: #000
}

.section-5 {
    padding-top: 30px
}

.section-5 .section_header {
    padding-bottom: 20px
}

.section-5 .section_header a {
    display: inline-block;
    font-size: 22px;
    color: #2e459f;
    font-weight: 600;
    line-height: 30px
}

.section-5 .section_header a span {
    padding-left: 2px
}

.section-5 .section_header a span i {
    font-size: 20px;
    color: red
}

.section-5 .section4_body .coutry_wrap {
    border: 1px solid #cfcfcf;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 5px 10px;
    height: 483px;
    overflow: hidden;
}

.section4_body .headingNews {
    border: 1px solid #cfcfcf;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 5px 10px;
    height: 280px;
    overflow: hidden;
}

.section4_body .headingNews .img_wrapper {
    display: flex;
    justify-content: center;
    height: 220px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    background: #f7f7f7;
}

.section4_body .headingNews .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section4_body .section8-item {
    display: flex;
    justify-content: center;
    height: 220px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    background: #f7f7f7;
    width: 100%;
    padding: 10px 10px 5px 10px;
}

.section-5 .section4_body .coutry_wrap .img_wrapper {
    display: flex;
    justify-content: center;
    height: 310px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    background: #f7f7f7;
}

.section-5 .section4_body .coutry_wrap .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-5 .section4_body .coutry_wrap .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.section-5 .section4_body .coutry_wrap h4 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    padding-top: 20px;
    line-height: 35px
}

.section-5 .section4_body .coutry_wrap h4:hover {
    color: #2e459f
}

.section-5 .section4_body .coutry_wrap h6 {
    font-size: 18px;
    color: #494848;
    font-weight: 400;
    line-height: 30px
}

.section-5 .section4_body .coutry_wrap h6:hover {
    color: #000
}

.section-5 .section4_body .coutry_wrap p {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-align: end;
    padding-top: 10px
}

.section-5 .section4_body .Country-item {
    background-color: #fff;
    display: flex;
    padding: 7px 10px;
    border: 1px solid #cfcfcf
}

.section-5 .section4_body .Country-item .img_wrapper {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 50%;
    overflow: hidden
}

.section-5 .section4_body .Country-item .img_wrapper img {
    max-height: 100%;
    max-width: 100%
}

.section-5 .section4_body .Country-item .img_wrapper img:hover {
    transform: scale(1.1);
    transition: all linear .3s
}

.section-5 .section4_body .Country-item .item_text {
    width: 50%;
    padding: 10px 10px 10px 0
}

.section-5 .section4_body .Country-item .item_text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 26px
}

.section-5 .section4_body .Country-item .item_text h4:hover {
    color: #2e459f
}

.section-5 .section4_body .sec2_inner {
    border: 1px solid #cfcfcf;
    padding: 10px 10px 5px 10px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 5px;
    height: 117px;
}

.section-5 .section4_body .sec2_inner .img_wrapper {
    display: flex;
    justify-content: center;
    height: 90px;
    overflow: hidden;
    width: 40%;
    float: left;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    background: #f7f7f7;
}

.section-5 .section4_body .sec2_inner .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-5 .section4_body .sec2_inner .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.section-5 .section4_body .sec2_inner h4 {
    font-size: 14px;
    color: #2e459f;
    font-weight: 500;
    width: 60%;
    float: left;
    padding: 5px;
}

.section-5 .section4_body .sec2_inner h4:hover {
    color: #000
}

.section-6 {
    padding: 30px 0
}

.section-6 .section_header {
    padding-bottom: 20px
}

.section-6 .section_header a {
    display: inline-block;
    font-size: 22px;
    color: #2e459f;
    font-weight: 600;
    line-height: 30px
}

.section-6 .section_header a span {
    padding-left: 2px
}

.section-6 .section_header a span i {
    font-size: 20px;
    color: red
}

.section-6 .section6_body .sports-1 {
    border: 1px solid #cfcfcf;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 5px 10px
}

.section-6 .section6_body .sports-1 .img_wrapper {
    display: flex;
    justify-content: center;
    height: 375px;
    overflow: hidden
}

.section-6 .section6_body .sports-1 .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-6 .section6_body .sports-1 .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.section-6 .section6_body .sports-1 h4 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    padding-top: 20px;
    line-height: 35px
}

.section-6 .section6_body .sports-1 h4:hover {
    color: #2e459f
}

.section-6 .section6_body .sports-1 h6 {
    font-size: 18px;
    color: #494848;
    font-weight: 400;
    line-height: 30px;
    padding-top: 5px
}

.section-6 .section6_body .sports-1 h6:hover {
    color: #000
}

.section-6 .section6_body .sports-1 p {
    font-size: 13px;
    color: #494848;
    font-weight: 400;
    line-height: 24px;
    padding-top: 10px
}

.section-6 .section6_body .sports-1 p:hover {
    color: black
}

.section-6 .section6_body .Country-item {
    background-color: #fff;
    display: flex;
    padding: 8px 10px;
    border: 1px solid #cfcfcf
}

.section-6 .section6_body .Country-item .img_wrapper {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 35%;
    overflow: hidden
}

.section-6 .section6_body .Country-item .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-6 .section6_body .Country-item .img_wrapper img:hover {
    transform: scale(1.1);
    transition: all linear .3s
}

.section-6 .section6_body .Country-item .item_text {
    width: 65%;
    padding: 10px 10px 10px 0
}

.section-6 .section6_body .Country-item .item_text h4 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 26px
}

.section-6 .section6_body .Country-item .item_text h4:hover {
    color: #2e459f
}

.section-7 .section7_body .section_header {
    padding-bottom: 20px
}

.section-7 .section7_body .section_header a {
    display: inline-block;
    font-size: 22px;
    color: #2e459f;
    font-weight: 600;
    line-height: 30px
}

.section-7 .section7_body .section_header a span {
    padding-left: 2px
}

.section-7 .section7_body .section_header a span i {
    font-size: 20px;
    color: red
}

.section-7 .section7_body .headingNews {
    border: 1px solid #cfcfcf;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 5px 10px
}

.section-7 .section7_body .headingNews .img_wrapper {
    display: flex;
    justify-content: center;
    height: 245px;
    overflow: hidden
}

.section-7 .section7_body .headingNews .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-7 .section7_body .headingNews .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.section-7 .section7_body .headingNews h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding-top: 10px;
    line-height: 35px
}

.section-7 .section7_body .headingNews h4:hover {
    color: #2e459f
}

.section-7 .section7_body .headingNews h6 {
    font-size: 15px;
    color: #494848;
    font-weight: 400;
    line-height: 30px
}

.section-7 .section7_body .headingNews h6:hover {
    color: #000
}

.section-7 .section7_body .section7-item {
    background-color: #fff;
    display: flex;
    padding: 7px 10px;
    border: 1px solid #cfcfcf
}

.section-7 .section7_body .section7-item .img_wrapper {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 50%;
    overflow: hidden
}

.section-7 .section7_body .section7-item .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-7 .section7_body .section7-item .img_wrapper img:hover {
    transform: scale(1.1);
    transition: all linear .3s
}

.section-7 .section7_body .section7-item .item_text {
    width: 50%;
    padding: 10px 10px 0 0
}

.section-7 .section7_body .section7-item .item_text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 26px
}

.section-7 .section7_body .section7-item .item_text h4:hover {
    color: #2e459f
}

.section-7 .section7_body .section7-item .item_text p {
    font-size: 12px;
    color: #494848;
    font-weight: 400;
    text-align: end
}

.section-8 {
    padding: 44px 0
}

.section-8 .section8_body .section_header {
    padding-bottom: 20px
}

.section-8 .section8_body .section_header a {
    display: inline-block;
    font-size: 22px;
    color: #2e459f;
    font-weight: 600;
    line-height: 30px
}

.section-8 .section8_body .section_header a span {
    padding-left: 2px
}

.section-8 .section8_body .section_header a span i {
    font-size: 20px;
    color: red
}

.section-8 .section8_body .headingNews {
    border: 1px solid #cfcfcf;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 5px 10px;
    height: 340px;
    overflow: hidden;
}

.section-8 .section8_body .headingNews .img_wrapper {
    display: flex;
    justify-content: center;
    height: 245px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    background: #f7f7f7;
    text-align: center;
}
.height-90{
    height: 90px;
}
.section-8 .section8_body .headingNews .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-8 .section8_body .headingNews .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.section-8 .section8_body .headingNews h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding-top: 10px;
    line-height: 35px
}

.section-8 .section8_body .headingNews h4:hover {
    color: #2e459f
}

.section-8 .section8_body .headingNews h6 {
    font-size: 15px;
    color: #494848;
    font-weight: 400;
    line-height: 30px
}

.section-8 .section8_body .headingNews h6:hover {
    color: #000
}

.section-8 .section8_body .section8-item {
    background-color: #fff;
    display: flex;
    padding: 8px 10px;
    border: 1px solid #cfcfcf
}

.section-8 .section8_body .section8-item .img_wrapper {
    display: flex;
    justify-content: center;
    height: 120px;
    width: 50%;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    background: #f7f7f7;
}

.section-8 .section8_body .section8-item .img_wrapper img {
    max-height: 100%;
    max-width: 100%
}

.section-8 .section8_body .section8-item .img_wrapper img:hover {
    transform: scale(1.1);
    transition: all linear .3s
}

.section-8 .section8_body .section8-item .item_text {
    width: 50%;
    padding: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.section-8 .section8_body .section8-item .item_text h4 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 26px
}

.section-8 .section8_body .section8-item .item_text h4:hover {
    color: #2e459f
}

.section-9 {
    padding: 30px 0
}

.section-9 .section_header {
    padding-bottom: 20px
}

.section-9 .section_header a {
    display: inline-block;
    font-size: 22px;
    color: #2e459f;
    font-weight: 600;
    line-height: 30px
}

.section-9 .section_header a span {
    padding-left: 2px
}

.section-9 .section_header a span i {
    font-size: 20px;
    color: red
}

.section-9 .section6_body .share-1 {
    border: 1px solid #cfcfcf;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 5px 10px;
    height: 500px;
    overflow: hidden;
}

.section-9 .section6_body .share-1 .img_wrapper {
    display: flex;
    justify-content: center;
    height: 360px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    background: #f7f7f7;
}

.section-9 .section6_body .share-1 .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.section-9 .section6_body .share-1 .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.section-9 .section6_body .share-1 h4 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    padding-top: 20px;
    line-height: 35px
}

.section-9 .section6_body .share-1 h4:hover {
    color: #2e459f
}

.section-9 .section6_body .share-1 h6 {
    font-size: 18px;
    color: #494848;
    font-weight: 400;
    line-height: 30px;
    padding-top: 5px
}

.section-9 .section6_body .share-1 h6:hover {
    color: #000
}

.section-9 .section6_body .share-1 p {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-align: end;
    padding-top: 10px
}

.section-9 .section6_body .share-item {
    background-color: #fff;
    display: flex;
    padding: 8px 10px;
    border: 1px solid #cfcfcf;
    margin-bottom: 3px;
}

.section-9 .section6_body .share-item .img_wrapper {
    display: flex;
    justify-content: center;
    height: 105px;
    width: 35%;
    overflow: hidden;
    background: #f7f7f7;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
}

.section-9 .section6_body .share-item .img_wrapper img {
    max-height: 100%;
    max-width: 100%
}

.section-9 .section6_body .share-item .img_wrapper img:hover {
    transform: scale(1.1);
    transition: all linear .3s
}

.section-9 .section6_body .share-item .item_text {
    width: 65%;
    padding: 10px 10px 10px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.section-9 .section6_body .share-item .item_text h4 {
    font-size: 17px;
    color: #494848;
    font-weight: 500;
    line-height: 26px
}

.section-9 .section6_body .share-item .item_text h4:hover {
    color: #000
}

.footer {
    background-color: #2e459f;
    padding: 50px 0 20px 0
}

.footer .footer_wrapper h4 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    font-family: "Roboto", sans-serif
}

.footer .footer_wrapper h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    font-family: "Roboto", sans-serif
}

.footer .footer_wrapper h6 {
    padding-top: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    font-family: "Roboto", sans-serif
}

.footer .footer_wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    font-family: "Open Sans", sans-serif
}

.footer .footer_wrapper .hotline_number {
    text-align: center
}

.footer .footer_wrapper .hotline_number a {
    padding: 12px 25px;
    background-color: #d0232a;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #fff;
    border-radius: 35px
}

.footer .footer_wrapper h3 {
    padding-top: 20px;
    text-align: center
}

.footer .footer_wrapper h3 a {
    font-size: 20px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.footer .footer_wrapper .notice {
    padding-top: 10px
}

.footer .footer_wrapper .notice p {
    padding: 35px 12px;
    background-color: #d0232a;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 5px
}

.footer .footer_wrapper .notice p span {
    font-family: "Roboto", sans-serif
}

.footer .footer_wrapper .socialMedia {
    padding-bottom: 15px
}

.footer .footer_wrapper .socialMedia ul li {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid gold;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px
}

.footer .footer_wrapper .socialMedia ul li a {
    font-size: 25px;
    color: #fff;
    margin-top: 7px;
    float: left;
    margin-left: 7px;
}

.footer .footer_wrapper .socialMedia ul li a:hover {
    color: #000
}

.spss {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    padding: 0px 15px;
}

.backtotop {
    display: inline-block;
    background-color: #2e459f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999999
}

.backtotop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff
}

.backtotop:hover {
    cursor: pointer;
    background-color: #000000
}

.backtotop:active {
    background-color: #000000
}

.backtotop.show {
    opacity: 1;
    visibility: visible
}

.subPageSec-1 {
    padding: 15px 0 20px 0
}

.subPageSec-1 .heading h4 {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    line-height: 41px
}

.subPageSec-1 .heading .heading_img {
    padding-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: #f7f7f7;
}

.subPageSec-1 .heading .heading_img img {
    max-width: 100%;
    max-height: 100%
}

.subPageSec-1 .heading p {
    font-size: 16px;
    color: #494848;
    font-weight: 400;
    line-height: 28px;
    padding-top: 10px
}

.subPageSec-1 .sec2_inner {
    border: 1px solid #cfcfcf;
    padding: 10px 10px 5px 10px;
    width: 100%;
    background-color: #fff
}

.subPageSec-1 .sec2_inner .img_wrapper {
    display: flex;
    justify-content: center;
    height: 220px;
    overflow: hidden
}

.subPageSec-1 .sec2_inner .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.subPageSec-1 .sec2_inner .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.subPageSec-1 .sec2_inner h4 {
    font-size: 19px;
    color: #2e459f;
    font-weight: 500;
    padding-top: 10px
}

.subPageSec-1 .sec2_inner h4:hover {
    color: #000
}

.subPageSec-1 .Country-item {
    background-color: #fff;
    display: flex;
    padding: 8px 15px;
    border: 1px solid #cfcfcf;
    margin-top: 3px;
    height: 93px;
    overflow: hidden;
}

.subPageSec-1 .Country-item .img_wrapper {
    display: flex;
    height: 75px;
    width: 35%;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    background: #f7f7f7;
    justify-content: center;
}

.subPageSec-1 .Country-item .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.subPageSec-1 .Country-item .img_wrapper img:hover {
    transform: scale(1.1);
    transition: all linear .3s
}

.subPageSec-1 .Country-item .item_text {
    width: 65%;
    padding: 10px 10px 10px 0
}

.subPageSec-1 .Country-item .item_text h4 {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 26px
}

.subPageSec-1 .Country-item .item_text h4:hover {
    color: #2e459f
}

.subPage2Sec-1 {
    padding: 30px 0
}

.subPage2Sec-1 .section_header {
    padding: 20px 0 5px 0
}

.subPage2Sec-1 .section_header a {
    display: inline-block;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 30px
}

.subPage2Sec-1 .section_header a:hover {
    color: #2e459f
}

.subPage2Sec-1 .section_header a span {
    padding-left: 2px
}

.subPage2Sec-1 .section_header a span i {
    font-size: 20px;
    color: red
}

.subPage2Sec-1 .section4_body .sec2_inner {
    border: 1px solid #cfcfcf;
    padding: 10px 10px 5px 10px;
    width: 100%;
    background-color: #fff;
    margin-top: 24px
}

.subPage2Sec-1 .section4_body .sec2_inner .img_wrapper {
    display: flex;
    justify-content: center;
    height: 160px;
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    background: #f7f7f7;
}

.subPage2Sec-1 .section4_body .sec2_inner .img_wrapper img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px
}

.subPage2Sec-1 .section4_body .sec2_inner .img_wrapper img:hover {
    transform: scale(1.2);
    transition: all linear .5s
}

.subPage2Sec-1 .section4_body .sec2_inner h4 {
    font-size: 19px;
    color: #2e459f;
    font-weight: 400;
    padding-top: 10px;
    line-height: 29px
}

.subPage2Sec-1 .section4_body .sec2_inner h4:hover {
    color: #000
}

.subPage2Sec-1 .section4_body .latestNews {
    border-bottom: 1px solid #cfcfcf;
    padding-top: 15px
}

.subPage2Sec-1 .section4_body .latestNews h5 {
    font-size: 18px;
    color: #494848;
    font-weight: 400;
    line-height: 29px;
    padding: 5px 0
}

.subPage2Sec-1 .section4_body .latestNews h5:hover {
    color: #000
}

.section-2 .section4_body .section_header a {
    display: inline-block;
    font-size: 22px;
    color: #2e459f;
    font-weight: 600;
    line-height: 30px;
}

.section_header a {
    display: inline-block;
    font-size: 22px;
    color: #2e459f;
    font-weight: 600;
    line-height: 30px;
}

.section-2 .section4_body .section_header a span i {
    font-size: 20px;
    color: red;
}

.section_header a span i {
    font-size: 20px;
    color: red;
}

.section-2 .section4_body .sec2_inner .img_wrapper {
    width: 40% !important;
    float: left;
    height: 88px !important;
}

.section-2 .section4_body .sec2_inner {
    margin-top: 5px;
    height: 110px;
}

.sectionshare-item .img_wrapper {
    width: 40%;
    float: left;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 75px;
}

.sectionshare-item {
    border: 1px solid #cfcfcf;
    padding: 10px 10px 5px;
    height: 97px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.sectionshare-item .img_wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.sectionshare-item .item_text {
    padding: 5px;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tab-pane {
    width: 96%;
}

.pagination1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding: 20px;
}

.mid-add {
    height: 90px;
    text-align: center;
    background: #f7f7f7;
    padding: 5px;
    width: 100%;
    float: left;
    overflow: hidden;
}
.mid-add img{
    max-height: 100%;
    max-width: 100%;
}
.logo{
    max-height:70px;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 35px;
      line-height: 30px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
#pills-tabContent{
    max-height: 495px;
    overflow-y: auto;
}
.header_item2{
    text-align: center;
}