:root{
    --white-color:#FFFFFF;
    --button-pink:#E93838;
    --button-yellow:#ECB326;
    --button-green:#0EBF29;
    --primary-text:#111111;
    --baner-color:#222222;
    --text-pink:#DE2F2F;
    --text-header:#222222; 
    --pragraph-color: rgb(75, 75, 75);  
}
body{
    /* font-family: 'Josefin Sans'; */
    font-family: 'Times New Roman', Times, serif;
    scroll-behavior: smooth;
}
.excituve_img img{
    width: 100%;
    height: 70%;
    object-fit: cover;
}

p{
    font-size: 16px;
    font-weight: 400;
    color: var(--pragraph-color);
}

.hero_area_btn_pink{
    padding: 10px;
    background-color: var(--button-pink);
    color: var(--white-color);
    transition: 0.5s;
    border-radius:5px;
}
.hero_area_btn_pink:hover{
    color: var(--primary-text);
    font-weight: bold;
}
.hero_area_btn_yellow{
    padding: 10px;
    background-color:var(--button-yellow);
    color: var(--white-color);
    border-radius:5px;
    transition: 0.5s;
}
.hero_area_btn_yellow:hover{
    color: var(--primary-text);
    font-weight: bold;
}

/* ===================================top nav section start=================================== */
#top_nav{
    background-color: var(--primary-text);
    color: var(--white-color);
}
#top_nav .top_left_side ul li{
    padding: 10px 37px 10px 0;
}
#top_nav .top_left_side ul li a{
  color: var(--white-color);
  cursor: pointer;
}
#top_nav .top_right_side ul li{
    padding: 10px 0px 10px 15px;
}
#top_nav .top_right_side ul li a{
    color: var(--white-color);
    cursor: pointer;
  }
/* ===================================top nav section end=================================== */



/* ==================================Middle nav section start================================== */
#middle_nav {
    background-color: var(--baner-color);
}
#middle_nav .container{
    padding: 10px 0;
}
#middle_nav .logo img{
    width:300px;
}
#middle_nav .add-img img{
    width:450px;
}
/* ==================================Middle nav section end================================== */



/* =======================================Navbar Section Start======================================= */
.navbar #navbarSupportedContent ul li{
    padding-right: 15px;
}
.navbar .navbar-nav .active{
    color: var(--text-pink);
    font-weight: bold;
}
.navbar #navbarSupportedContent ul:last-child li {
    padding-right: 0;
}
.navbar #navbarSupportedContent ul li button{
    border: none;
}
.navbar #navbarSupportedContent ul li.dropdown a{
    color: var(--primary-text);
}
.navbar .container{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.navbar form input{
    border: 1px solid green;
    
}
.navbar {
    position: sticky;
    top:0px;
    z-index: 100;
    background: var(--white-color);
}
.navbar button.search_btn{
    background: none;
    border: none;
}
/* =======================================Navbar Section End======================================= */


/*=================================== HERO AREA SECTION START=================================== */
#hero_area{
    margin: 30px 0 55px 0;
}
#hero_area .hero_area-blog-two img{
    width: 450px;
    cursor: pointer;
    transition: .5s;
}
#hero_area .hero_area-blog-two img:hover{
    transform: scale(1.1);
}
#hero_area .hero_area-blog-two .img{
    overflow: hidden;
    object-fit: cover;
    
}
#hero_area .hero_area-blog-two .img:nth-child(1){
    margin-bottom: 15px;

}
#hero_area .hero_area-blog {
    cursor: pointer;
    transition: .5s;
    position: relative;
}
#hero_area .hero_area-blog  .overlay{
    position: absolute;
    top:60%;
    left: 5%;
    height: 100%;
    width: 100%;
}

#hero_area .hero_area-blog {
    overflow: hidden;
    
}
#hero_area .hero_area-blog .overlay ul li{
    margin-right: 15px;
}
#hero_area .hero_area-blog .overlay h4{
 font-size:48px ;
 font-weight: 800;
 color: var(--white-color);
 padding:15px 0;
}
#hero_area .hero_area-blog .overlay h4 a{
    transition: 0.5s;
    color: var(--white-color);
}
#hero_area .hero_area-blog .overlay h4 a:hover{
    color: var(--text-pink);
}

#hero_area .hero_area-blog .overlay ul.date li{
    color: var(--white-color);
}
#hero_area .hero_area-blog-two .img   {
    cursor: pointer;
    transition: .5s;
    position: relative;
    width: 100%;
    object-fit: cover;
    height: max-content;
}
#hero_area .hero_area-blog-two .img  .overlay{
    position: absolute;
    top:60%;
    left: 5%;
    height: 100%;
    width: 100%;
}
#hero_area .hero_area-blog-two .img  .overlay h4 a{
    font-size:22px ;
    font-weight: 800;
    color: var(--white-color);
    padding:15px 0;
    display: inline-block;
    transition: 0.5s;
}
#hero_area .hero_area-blog-two .img  .overlay h4 a:hover{
    color: var(--button-pink);
}
#hero_area .hero_area-blog-two .img .overlay ul li{
    margin-right: 15px;
}
/* ===================================HERO AREA SECTION END ===================================*/


/*=================================== NEWS UPLOAD SECTION START=================================== */
#news_upload ul.lis_item {
background-color: var(--primary-text);
color: var(--white-color);
margin-bottom: 30px;
}
#news_upload ul.lis_item li{
    font-size: 20px;
    font-weight: 400;
    padding: 10px 10px 10px 65px;
    cursor: pointer;
}
#news_upload .post-upload-content  ul.all li{
    padding-left:22px;
    cursor: pointer;
}
#news_upload .post-upload-content .post_info .item-box{
    width:45%;
}
#news_upload .post-upload-content .post_info{
    display: flex;
    flex-wrap: wrap;
}
#news_upload .post-upload-content .post_info .item-box:nth-child(1){
    margin-right: 50px;
}
#news_upload .post-upload-content .post_info .item-box:nth-child(3){
    margin-right: 50px;
}
#news_upload .post-upload-content .post_info .item-box img{
    transition:0.9s;
}
#news_upload .post-upload-content .post_info .item-box img:hover{
    transform: scale(1.2);
}
#news_upload .post-upload-content .post_info .item-box .overflow{
    overflow: hidden;
    object-fit: cover;
}
#news_upload .post-upload-content .post_info .item-box p{
    font-size:16px ;
    font-weight:400 ;
    color: var(--primary-text);
    padding-top: 30px;
}
#news_upload .post-upload-content .post_info .item-box h4 a{
    font-size:32px ;
    font-weight:500 ;
    color: var(--primary-text);
    transition: 0.5s;
}
#news_upload .post-upload-content .post_info .item-box h4 a:hover{
    color: var(--text-pink);
}
#news_upload .post-upload-content .post_info .item-box p.provider{
    font-size:16px ;
    font-weight:400 ;
    color: var(--primary-text);
    padding-top:15px;
}

/* TRANDING POST SECTION START */
#news_upload .tranding{
    display: inline-block;
    position: sticky;
    top:0px;
}
.tranding .tranding_tittle h5{
padding: 25px;
background-color: var(--button-pink);
color: var(--white-color);
text-align: center;
font-size: 20px;
margin-bottom:8px;
}
.tranding .tranding_info{
    padding-left: 10px;
}
.tranding .tranding_info a{
    color: var(--primary-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transition: 0.5s;
}
.tranding .tranding_info a:hover{
    color: var(--text-pink);
}
.tranding .tranding_info p{
color: var(--pragraph-color);
}
.tranding .tranding_box{
    margin-bottom: 15px;
}
.tranding .tranding-img{
    overflow: hidden;
}
.tranding .tranding-img img{
    transition: 0.8s;

}
.tranding .tranding-img img:hover{
    transform: scale(1.2);
}

.your_add{
    margin:100px 0 0 0;
    text-align: center;
}
/* TRANDING POST SECTION END */


/* RECENT POST SECTION START */
.recent_post {
    margin: 60px 0;
}
.recent_post .recent_post_box{
    margin-bottom: 30px;
}
.recent_post .recent_post_box .img{
    margin-right: 10px;
    width: 100%;
}
.recent_post .recent_post_info p{
    font-size: 16px;
    font-weight: 400;
    color: var(--pragraph-color);
}
.recent_post .recent_post_info a{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-text);
    line-height: 1;
    transition: 0.5s;
}
.recent_post .recent_post_info a:hover{
    color: var(--text-pink);
}
.recent_post .recent_post_box .img img:hover{
    transform: scale(1.2);
}
.recent_post .recent_post_box .img img{
    border-radius: 10px;
    transition: 0.5s;
}
.recent_post .recent_post_box .img{
    border-radius: 10px;
    overflow: hidden;
}
/* RECENT POST SECTION END */

/*=================================== NEWS UPLOAD SECTION END ===================================*/


/* ---------------------------------BANNER VEDIO SECTION START--------------------------------- */
#vedio{
    background-color:#A6A6A6;
    display: flex;
   text-align: center;
   padding: 85px 0;
}

#vedio .play_button a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: .4s;
    border-radius: 50%;
    background-color: var(--button-pink);
    font-size: 20px;
    color: var(--white-color);
}
#vedio P{
    color: var(--white-color);
}
#vedio h5{
    text-align: center;
    color: var(--white-color);
    padding: 0 400px;
}

/* ---------------------------------BANNER VEDIO SECTION END--------------------------------- */



/* ===============================FINANCE SECTION START=============================== */
#finance .finance{
    display: flex;
   flex-wrap: wrap;
}
 h4.tittle{
    padding: 20px 0;
    color: var(--button-pink);
}
#finance .finance .post_box{
    padding-right: 15px;
    width:20%;
}
#finance .finance .post_box span a{
    font-size: 18px;
    color: var(--text-header);
    transition: 0.5s;
}
#finance .finance .post_box span a:hover{
    color: var(--text-pink);
}
#finance .finance .post_box .img img:hover{
    transform: scale(1.2);
}
#finance .finance .post_box .img img{
    transition: 0.5s;
}
#finance .finance .post_box .img{
    overflow: hidden;

}
/* ===============================FINANCE SECTION END=============================== */


/* ------------------BUSINESS SECTION START------------------ */
#business .post_box .post_info h4 a{
    display: inline-block;
    padding: 15px 0;
    color: var(--primary-text);
    transition: 0.5s;
}
.business_img img{
    width: 100%;
    height: 70%;
    object-fit: cover;
}
#business .post_box .post_info h4 a:hover{
    color: var(--text-pink);
}
#business .post_box .img img:hover{
    transform: scale(1.2);
}
#business .post_box .img img{
    transition: 0.5s;
}
#business .post_box .img{
    overflow: hidden;
    object-fit: cover;
}
/* ------------------BUSINESS SECTION END------------------ */


/* ===================================FOOTER SECTION START=================================== */
#footer {
    background-color: var(--text-header);
    text-align: center;
    margin-top: 30px;
}
#footer .footer{
    padding:30px;
}
#footer ul.social_icon li a i{
    color: var(--white-color);
    padding-right: 15px;
    margin:20px 0 0 0;
    transition: 0.5s;
}
#footer ul.social_icon li a i:hover{
    transform: scale(1.3);
}
/* ===================================FOOTER SECTION END=================================== */



/* ===============================================================POST ONE PAGE START ===============================================================*/

/* ========================POST UPLOAD SECTION START======================== */
#post_upload{
    margin-top: 30px;
}
#post_upload .post_upload h1.tittle{
    padding: 10px 0;
    font-weight: 800;
}
#post_upload .post_upload .post_tittle{
    padding: 10px 0 20px 0;
    text-align: justify;    
}
#post_upload .post_upload span{
   padding: 10px 0 20px 0;
    text-align: justify;    
    display: inline-block;

}
/*--------------- Sidebar section--------------- */
#post_upload .sidebar_post .sidebar .tittle{
   width: 100%;
   background-color: var(--button-pink);
   text-align: center;
   padding: 30px 0;
   color: var(--white-color);
   margin-bottom: 20px;
}
#post_upload .sidebar_post .sidebar{
    position: sticky;
    top:55px;
}
#post_upload .sidebar_post .sidebar .post_box .img img{
    transition: 0.8s;
}
#post_upload .sidebar_post .sidebar .post_box .img img:hover{
    transform: scale(1.2);
}
#post_upload .sidebar_post .sidebar .post_box .img{
    margin-right: 10px;
    overflow: hidden;
}
#post_upload .sidebar_post .sidebar .post_box .post_info .post_content a{
   color: var(--primary-text);
   font-size: 16px;
   transition: 0.5s;
   
}
#post_upload .sidebar_post .sidebar .post_box .post_info .post_content a:hover{
    color: var(--text-pink);
}

#post_upload .sidebar_post .sidebar .post_box .post_info p{
    font-size: 15px;
}

#post_upload .sidebar_post .sidebar .post_box{
    margin-bottom: 15px;
}

/* ========================POST UPLOAD SECTION END======================== */

/* ===============================================================POST ONE PAGE END=============================================================== */



/* ========================================================================================POLITCS PAGE SECTION START======================================================================================== */
#post .post_content a{
 color: var(--primary-text);
}
#post .post_content a h3{
    transition: 0.5s;   
}
#post .post_content a span{
    color: var(--pragraph-color);
    padding-top: 10px;
    display: inline-block;
}
#post .post_content a h3:hover{
    color: var(--button-pink);
}
#post .post_content a .img img:hover{
transform: scale(1.2);
}
#post .post_content a .img img{
    transition: 0.5s;
}
#post .post_content a .img{
    overflow: hidden;
    object-fit: cover;
}
#post .post_content .post_news{
    border-bottom: 1px solid #cfcdcd;
    padding-bottom: 30px;
    margin-top: 20px;
}
/* ========================================================================================POLITCS PAGE SECTION END======================================================================================== */





/* ==================================================================BUSINESS PAGE START================================================================== */
/*  -----------Left side-----------*/
#business_hero_area .hero_area .psot_img img{
    width: 100%;
    transition: 0.5s;
}
#business_hero_area .hero_area .psot_img{
    overflow: hidden;
    object-fit: cover;
}
#business_hero_area .hero_area .psot_img img:hover{
    transform: scale(1.1);
}
#business_hero_area .hero_area .post_content .post_info h2 a{
    color: var(--primary-text);
    transition: 0.5s;
    padding: 40px 0 10px 0;
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
}
#business_hero_area .hero_area .post_content .post_info p{
    font-family: 'Times New Roman', Times, serif;
   font-size: 20px;
   padding: 15px 0 0 0;
}
#business_hero_area .hero_area .post_content .post_info h2 a:hover{
    text-decoration: underline;
    color: var(--text-pink);
}
#business_hero_area .hero_area .post_content .post_info{
    width:40%;
}
#business_hero_area .hero_area .post_content .psot_img{
    width: 60%;
}

/* Right side-------------- */
#business_hero_area .hero_area .sidebar_img img:hover{
transform: scale(1.2);
} 
#business_hero_area .hero_area .sidebar_img img{
    transition: 0.5s;
}
#business_hero_area .hero_area .sidebar_img {
    overflow: hidden;
}
#business_hero_area .hero_area .sidebar_post_info a{
    color: var(--primary-text);
    transition: 0.5s;
    font-size:30px;
    display: inline-block;
}
#business_hero_area .hero_area .sidebar_post_info a:hover{
    text-decoration: underline;
    color: var(--text-pink);
}
#business_hero_area {
    margin: 15px 0 0 0 ;
    padding-bottom: 25px;
}
#business_hero_area .container{
    border-bottom: 1px solid rgb(204, 203, 203);

}



/* <!-- --------------------------------------Executive SECTION START-------------------------------------- --> */
#excutive .excutive_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
#excutive .container{
    border-bottom: 1px solid rgb(204, 203, 203);
    padding-bottom:20px;
}
#excutive .excutive_box .img{
    width: 80%;
    margin-right: 15px;
}
#excutive .excutive_box .img img{
    width: 100%;
}
#excutive .excutive_box .excutive_info h2 a{
    color: var(--primary-text);
    transition: 0.5s;
}
#excutive .excutive_box .excutive_info h2 a:hover{
    color: var(--text-pink);
    text-decoration: underline;
}
#excutive .excutive_box .excutive_info p{
    padding: 10px 0;
}

#excutive .excutive_box .excutive_info a.see_more{
    color: var(--primary-text);
    border: 1px solid var(--text-header);
    padding: 5px 15px;
    margin-top: 10px;
    display: inline-block;
    transition: 0.5s;
    border-radius: 10px;
}
#excutive .excutive_box .excutive_info a.see_more:hover{
    background-color: var(--text-pink);
    color: var(--white-color);
    border-radius: 10px;
    border: 1px solid var(--text-pink);

}
/* <!-- --------------------------------------Executive SECTION END-------------------------------------- --> */


/* _________________________________________Influential  section start_________________________________________ */
#influential .influential_post_box .img img:hover{
transform: scale(1.2);
}
#influential{
    margin: 20px 0;
}
#influential .container{
    border-bottom: 1px solid rgb(204, 203, 203);
    padding-bottom:20px;
}
#influential .influential_post_box .img img{
   transition: 0.8s;
}
#influential .influential_post_box .img {
    overflow: hidden;
    object-fit: cover;
}
#influential .influential_post_box .post_info h4 a{
    color: var(--primary-text);
    padding-top: 10px;
    display: inline-block;
    transition: 0.5s;
}
#influential .influential_post_box .post_info h4 a:hover{
    color: var(--text-pink);
    text-decoration: underline;
}
#influential .influential_post_box .post_info p{
    padding: 10px 0;
}
#influential .influential_post_box .post_info ul li{
    padding-right: 10px;
    color: var(--pragraph-color);
}
#influential .influential_post_box .post_info ul li:nth-child(2){
    padding: 0 15px;
    border-left: 1px solid var(--pragraph-color);
    
}
/* _________________________________________Influential  section end_________________________________________ */
/* ==================================================================BUSINESS PAGE END ==================================================================*/



/* =================================================================TRABEL PAGE START================================================================= */
/* --------------------------TRABAL HERO SECTION START--------------------------  */
#trabl_hero_area .container{
    background-image: url(../images/Trabale-page/traval\ 1.webp);
    background-position: center;
    background-size: cover;
    height: 500px;
    position: relative;
    object-fit: cover;
    background-repeat: no-repeat;
}
#trabl_hero_area{
    margin: 20px;
}
#trabl_hero_area .hero_area{
    width: 35%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
#trabl_hero_area .hero_area h2 a{
    color: var(--primary-text);
    display: inline-block;
    padding: 0 0 10px 15px;
    transition: .5s;
}
#trabl_hero_area .hero_area h2 a:hover{
    color: var(--text-pink);
    text-decoration: underline;
}
#trabl_hero_area .hero_area p{
    padding: 10px 10px 10px 15px;

}
/* --------------------------TRABAL HERO SECTION END--------------------------  */

/* --------------------------TRAVAL SPOT AREA SECTION START-------------------------- */
#traval_spot_area .spot_area  .img img{
    width: 100%;
    transition: .5s;
}
#traval_spot_area{
    margin: 20px;
}
#traval_spot_area .container{
    border-bottom: 1px solid var(--pragraph-color);
    border-top: 1px solid var(--pragraph-color);
    padding-top: 20px;
    padding-bottom: 20px;

}
#traval_spot_area .spot_area  .img img:hover{
    transform: scale(1.2);
}
#traval_spot_area .spot_content{
    gap: 10;
    display: flex;

}
#traval_spot_area .spot_area {
    width: 49.5%;
    margin-right:21px;
}
#traval_spot_area .spot_area:nth-child(2){
    margin-right: -20px;
}
#traval_spot_area .spot_area  .img{
    overflow: hidden;
    margin-bottom: 10px;
}

#traval_spot_area .spot_area a{
    color: var(--primary-text);
    transition: 0.5s;
   
}
#traval_spot_area .spot_area:hover  a{
    color: var(--text-pink);
    text-decoration: underline;
}
#traval_spot_area .spot_area:hover  a h3 a{
    padding: 10px 0;
    display: inline-block;
}
#traval_spot_area .spot_area .post_info p{
    padding: 10px 0;
}
#traval_spot_area .spot_area .post_info ul li{
    padding: 0 15px;
    color: var(--pragraph-color);
 
}
#traval_spot_area .spot_area .post_info ul li:nth-child(1){
    padding-left: 0;
    border-right: 1px solid var(--pragraph-color);
}
/* --------------------------TRAVAL SPOT AREA SECTION END-------------------------- */


/* Adventures section start */
#adventures{
    margin: 50px 0;
}
#adventures .container{
    border-top: 2px solid var(--baner-color);
    padding: 30px 0;
}
#adventures .left_side{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#adventures .left_side .news_box{
    width: 32%;
    transition: 0.4s;
    margin-bottom: 15px;
    padding: 10px ;
}
#adventures .left_side .news_box:hover{
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 15px ;
}
#adventures .left_side .news_box .news_info a{
    color: var(--primary-text);
    font-size:22px;
    line-height:25px;
    display: inline-block;
    padding: 10px 0 5px 0;
    transition: .5s;
    padding-left: 5px;
}
#adventures .left_side .news_box .news_info a:hover{
    color: var(--text-pink);
    text-decoration: underline;
}
#adventures .left_side .news_box .news_img img:hover{
    transform: scale(1.2);
}
#adventures .left_side .news_box .news_img img{
    transition: .5s;
}
#adventures .left_side .news_box .news_img{
    overflow: hidden;
    object-fit: cover;
}
#adventures .left_side .news_box .news_info span{
    font-size:16px;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 5px;
    padding-top: 5px;
}
#adventures .left_side .news_box .news_info ul{
    padding-left: 5px;
}
#adventures .left_side .news_box .news_info ul li{
    padding-right: 10px;
    border-right: 2px solid var(--pragraph-color);
    margin-right: 10px;
    color: var(--pragraph-color);
}
#adventures .left_side .news_box .news_info ul li:last-child{
    border: none;
}

/* Right side */
#adventures .right_side img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Adventures section end */

/* ----------------The SpeciaList start---------------- */
#specialist .news_box{
    transition: .4s;
    margin: 10px 0;
}
#specialist .news_box:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}
#specialist .news_box .news_info a{
    color: var(--primary-text);
    font-size:22px;
    line-height:25px;
    display: inline-block;
    padding: 10px 0 5px 0;
    transition: .5s;
    padding-left: 5px;
}
#specialist .news_box .news_info a:hover{
    color: var(--text-pink);
    text-decoration: underline;
}
#specialist .news_box .news_img img:hover{
    transform: scale(1.2);
}
#specialist .news_box .news_img img{
    transition: .5s;
}
#specialist .news_box .news_img{
    overflow: hidden;
    object-fit: cover;
}
#specialist .news_box .news_info span{
    font-size:16px;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 5px;
    padding-top: 5px;
}
#specialist .news_box .news_info ul{
    padding-left: 5px;
    padding-bottom: 10px;
}
#specialist .news_box .news_info ul li{
    padding-right: 10px;
    border-right: 1px solid var(--pragraph-color);
    margin-right: 10px;
    color: var(--pragraph-color);
}
#specialist .news_box .news_info ul li:last-child{
    border: none;
}
/* ----------------The SpeciaList end---------------- */

/* =================================================================TRABEL PAGE END================================================================= */


/*=========================================BACK TO TOP SCROLL BUTTON START========================================= */
#scroll .container .scroll_btn a i{
    color: var(--white-color);
    font-size: 22px;
    transition: .5s;
    opacity: 1;
}
#scroll .container .scroll_btn a i:hover{
    font-size: 24px;
}
#scroll .container .scroll_btn {
    width: 50px;
    height: 50px;
    background-color: var(--text-pink);
    color: var(--text-whit);
    border-radius: 50%;
    line-height:55px;
    text-align: center;
    position: fixed;
    bottom:25px ;
    cursor: pointer;
    display: none;
    opacity: 0.8;
    transition: 0.5s;
}
#scroll .container .scroll_btn:hover{
    opacity: 1;
}
#scroll .container .scroll_btn.open{
    display: block;
}


/*=========================================BACK TO TOP SCROLL BUTTON END =========================================*/


/* ___________________________________________________________________________________________INTERNATIONL PAGE START___________________________________________________________________________________________ */
/* ----------------------------------------------------INTERNATIONAL NEWS POST HERO AREA SECCTION START---------------------------------------------------- */
#specialist .box_content h3{
   display: flex;
   align-items: center;
   justify-content:center;
   padding: 10px 0 15px 0;
}
.international .container{
    border-bottom: 2px solid var(--pragraph-color);
    padding: 10px 0 20px 0;
}
/* ----------------------------------------------------INTERNATIONAL NEWS POST HERO AREA SECCTION END---------------------------------------------------- */

/* ___________________________________________________________________________________________INTERNATIONL PAGE END___________________________________________________________________________________________ */
