﻿@charset "utf-8"; /* Start of Common CSS */
@import url('../font/stylesheet.css'); * { margin: 0; padding: 0; } 
a { text-decoration: none; outline: none; color: inherit; cursor: pointer; } 
 a:visited { color: inherit; } 
body { font-family: 'Cairo', sans-serif; font-weight: normal; background: #fcfcfc; min-height: 100vh }
body { font-weight: normal; background: #fcfcfc; min-height: 100vh } 

ul, ol, p { margin: 0; padding: 0; } 
header, .header, section, .section, footer, .footer { width: 100%; float: left; position: relative; } 
/* End of Common CSS */
/* Start of Header Part CSS ff*/
.header, header { position: absolute; display: flex; align-items: center; justify-content: center; z-index: 11; } 
.header_container { width: 100%; float: left; max-width: 1400px; display: flex; } 
.header_main_logo_box { width: 400px; float: right; padding: 10px; height: 170px; background: #028ba7; text-align: center; } 
.header_main_logo_box img { height: 100%; } 
.header_left_box { width: calc(100% - 370px); float: left; display: flex; flex-direction: column; } 
.hfb_row1 { width: 100%; float: left; padding: 15px; display: flex; align-items: center; justify-content: space-between; flex-direction: row-reverse; background: #028ba7; } 
.partner_logo_box { width: auto; height: 70px; } 
.partner_logo_box img { height: 100%; } 
.signin_signup_box { margin-left: auto; font-size: 15px; color: #fff; font-weight: 500; margin-right: 30px; } 
.signin_signup_box span { margin: 0 1px; font-size: 12px; } 
.signin_signup_box a { color: #fff !important; } 
.header_language_box { font-size: 15px; color: #fff; font-weight: 500; margin-right: 30px; display: flex; align-items: center } 
.header_language_box > span { margin: 0 1px; font-size: 12px; } 
.header_language_box a { color: #fff !important; } 
.header_language_box a span { display: none; } 
.header_social_link_list { width: auto; float: right; display: flex; align-items: center; justify-content: center; flex-direction: row-reverse; } 
.header_social_link_list li { height: 20px; display: flex; margin-left: 10px; align-items: center; justify-content: center; } 
.header_social_link_list li a { text-decoration: none !important; } 
.header_social_link_list li img { height: 18px; } 
.header_social_link_list li:hover img { opacity: 0.7; } 
.hfb_row2 { width: 100%; float: left; display: flex; align-items: center; height: 70px; background: #fff; } 
.navigation_closebtn_box { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.navigaiton_list_box { width: 100%; float: left; } 
.navigation_list { display: flex; align-items: center; width: 100%; padding:0 15px; } 
.navigation_list li { width: auto; float: left; display: inline-block; list-style: none; margin: 0 15px; } 
.navigation_list li a { width: 100%; float: left; font-size: 20px; padding: 10px; text-decoration: none !important; } 
.navigation_list li a:hover, .navigation_list li.active a { color: #028ba7; } 
.res_menu_icon_box, .close_button_box { display: none; } 
.close_button_box img { width: 24px; } 
.res_menu_icon_box { height: 50px; align-items: center; justify-content: center; } 
/* End of Header Part CSS */

/* Start of Footer Part CSS */
/* Start of Subscribe & Contribute Part CSS */
.subscribe_contribute_row { width: 100%; float: left; padding: 30px 0; display: flex; align-items: center; justify-content: center; background: url(../Images/subscribe_contribute_background.png) no-repeat; background-size: 100% 100%; } 
.subscribe_contribute_box { width: 100%; float: left; display: flex; max-width: 1400px; align-items: center; justify-content: space-between; } 
.sb_contribute_box { width: 500px; padding: 35px 0 35px 60px; display: flex; align-items: center; } 
.sb_contribute_box span, .sb_subscribe_box > span { color: #fff; font-size: 25px; margin-left: 50px; } 
.sb_contribute_button { width: 160px; height: 55px; border: 2px solid #fff; background:#fff; border-radius: 12px; outline: none !important; color: #028ba7; font-size: 18px; } 
.sb_contribute_button:hover { background:transparent; color: #fff; } 
.sb_subscribe_box { width: calc(100% - 500px); display: flex; align-items: center; justify-content: space-between; padding:35px 100px 35px 0; border-right: 2px solid #91b5c3; } 
.sb_subscribe_textfld_box { width: 430px; float: left; position: relative; } 
.sb_subscribe_textfld { width: 100%; height: 55px; background:#fff; font-size: 16px; color: #028ba7; padding: 0 15px 0 130px; border: none; border-radius: 12px; outline: none!important; } 
.sb_subscribe_button { width: 125px; position: absolute; height: 55px; border-radius: 12px; background: #028ba7; display: flex; align-items: center; justify-content: center; top: 0; left: 0; border: none !important; outline: none !important; } 
.sb_subscribe_button span { font-size: 16px; color: #fff; margin-left: 20px; } 
.sb_subscribe_button img { width: 18px; } 
/* End of Subscribe & Contribute Part CSS */






/* start of "to top" section */
#myBtn { display: none; /* Hidden by default */
 position: fixed; /* Fixed/sticky position */
 bottom: 20px; /* Place the button at the bottom of the page */
 right: 30px; /* Place the button 30px from the right */
 z-index: 99; /* Make sure it does not overlap */
 border: none; /* Remove borders */
 outline: none; /* Remove outline */
 background-color: black; /* Set a background color */
 color: white; /* Text color */
 cursor: pointer; /* Add a mouse pointer on hover */
 padding: 10px; /* Some padding */
 border-radius: 5px; /* Rounded corners */
 font-size: 14px; /* Increase font size */ } 
#myBtn:hover { background-color: #555; /* Add a dark-grey background on hover */ } 
/* end of "to top" section */





/**/
.footer_row2 { width: 100%; float: left; padding: 70px 0 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; background:#028ba7; } 
.footer_listing_box { width: 100%; float: left; display: flex; max-width: 1400px; align-items: center; justify-content: space-between; padding-bottom: 35px; border-bottom: 2px solid #81c5d3; } 
.footer_listing { width: 100%; float: left; display: flex; } 
.footer_listing > li { width: 33.33%; display: flex; float: left; flex-direction: column; } 
.footer_listing > li:nth-child(2) { border-left: 2px solid #81c5d3; border-right: 2px solid #81c5d3; } 
.footer_listing > li > span { width: 100%; float: left; font-size: 23px; font-weight: 600; margin-bottom: 20px; color: #fff; } 
.footer_listing > li:nth-child(1) { padding-left: 20px; } 
.footer_listing > li:nth-child(2), .footer_listing > li:nth-child(3) { padding-right: 30px; padding-left: 100px; } 
.fl_partner_logo_list { width: 100%; float: left; display: flex; flex-direction: column; height: calc(100% - 52px); justify-content: space-between; } 
.fl_partner_logo_list li { width: 100%; float: left; display: inline-block; margin-bottom: 20px; } 
.fl_partner_logo_list li a { text-decoration: none !important; } 
.fl_partner_logo_list li img { width: 100%; } 
.most_searched_list { width: 100%; float: left; display: flex; flex-wrap: wrap; } 
.most_searched_list li { width: auto; float: left; margin-left: 10px; display: inline-block; } 
.most_searched_list li a { width: auto; float: left; display: inline-block; padding: 7px 15px; background: #8dcbd8; border-radius: 7px; color: #006aa2; font-weight: 600; font-size: 16px; margin-bottom: 10px; text-decoration: none !important; } 
.most_searched_list li a:hover { background:#fff; color: #028ba7; } 
.fl_main_logo_box { width: 100%; float: left; height: 70px; margin-bottom: 10px; } 
.fl_main_logo_box img { height: 100%; } 
.fl_content_box { width: 100%; float: left; font-size: 17px; color: #fff; line-height: 32px; font-weight: 600; } 
.fl_social_link_box { width: 100%; float: left; margin-top: auto; display: flex; flex-direction: column; } 
.fl_social_link_box span { font-size: 17px; color: #fff; font-weight: bold; margin-top: 20px; } 
.fl_social_link { width: 100%; float: left; display: flex; margin-top: 20px; } 
.fl_social_link li { width: auto; float: left; display: flex; margin-left: 30px; align-items: center; } 
.fl_social_link li:hover img { opacity: 0.6; } 
.footer_privacy_text_box { width: 100%; float: left; display: flex; max-width: 1400px; align-items: center; justify-content: space-between; padding-top: 25px; } 
.fpt_list { width: auto; float: left; display: flex; align-items: center; } 
.fpt_list li { width: auto; float: left; display: flex; } 
.fpt_list li::after { content: "|"; margin: 0 10px; color: #fff; font-size: 16px; } 
.fpt_list li:last-child:after { display: none; } 
.fpt_list li a { text-decoration: none !important; color: #fff; font-size: 16px; } 
.fpt_list li a:hover { opacity: 0.7; } 
.ftp_text { font-size: 14px; color: #fff; } 
/* End of Footer Part CSS */

/* Start of Section Part CSS */

/* Start of Section Common Part CSS */
.hp_webpart_title { width: 100%; float: left; font-size: 36px; font-weight: 500; color: #fff; margin-bottom: 50px; } 
.slick-slide, .slick-slide * { outline: none !important; } 
.slick-list.draggable, .slick-track { float: left; width: 100%; height:100%; overflow: hidden; } 
.slick-dots { width: 100%; display: flex !important; position: absolute; bottom: 20px; justify-content: center; } 
.slick-dots li { width: 18px; height: 18px; display: inline-block; list-style: none; margin: 0 5px; border-radius: 100%; overflow: hidden; } 
.slick-dots li button { font-size: 0; color: transparent; width: 100%; height: 100%; padding: 0; margin: 0 !important; border: none; float: left; background:#8dcbd8; } 
.slick-dots li.slick-active button { background: #028ba7; } 
.slick-prev.slick-arrow, .slick-next.slick-arrow { background: #56b2c5; -o-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; position: absolute; z-index: 5; outline: none !important; width: 50px; height: 50px; border-radius: 100%; overflow: hidden; border: none !important; font-size: 0px; top: calc(50% - 20px); } 
.slick-prev.slick-arrow::after, .slick-next.slick-arrow::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-size: 100%; background-size: 34px; background-repeat: no-repeat; background-position: center; } 
.slick-prev.slick-arrow::after { background-image: url(../Images/slick-next-icon.png); } 
.slick-next.slick-arrow::after { background-image: url(../Images/slick-prev-icon.png); } 
.slick-prev.slick-arrow { left: 0; } 
.slick-next.slick-arrow { right: 0; } 
.slick-disabled { opacity: 0.5; cursor: not-allowed; } 
/* End of Section Common Part CSS */

/* Start of Slider Part CSS */
.hp_slider_box { width: 100%; float: left; overflow: hidden; } 
.hp_slider_list { width: 100%; float: left; margin: 0; padding: 0; overflow: hidden; position: relative; } 
.hp_slider_list .slick-track li { width: 100%; float: left; display: inline-block; list-style: none; position: relative; } 
.hps_image_box { width: 100%; float: left; display: flex; align-items: center; justify-content: center; height: 725px; overflow: hidden; } 
.hps_image_box img, .hps_image_box iframe { height: 100%; min-width: 100%; } 
.hps_content_box { width: 1400px; height: 100%; float: left; display: flex; position: absolute; top: 0; padding-top: 100px; right: calc((100% - 1400px) / 2); flex-direction: column; z-index: 1; justify-content: center; align-items: flex-start; } 
.hps_content_box h4 { margin: 0; font-size: 42px; color: #fff; font-weight: normal; } 
.hps_content_box h1 { font-size: 60px; font-weight: bold; color: #fff; margin: 10px 0 30px; } 
.hps_button { width: auto; float: left; padding: 10px 35px; font-size: 20px; font-weight: 600; border: 1px solid #fff; color: #fff !important; background: #008ca2; outline: none !important; border-radius: 7px; text-decoration: none !important; } 
.hps_button:hover { background: #fff; color: #028ba7 !important; } 
/* End of Slider Part CSS */

/* Start of Advance Search box CSS */
/*.hp_advance_searchbox_row { width: 100%; float: left; padding: 60px 0; display: flex; align-items: center; justify-content: center; background: #028ba7; } */
.hp_advance_searchbox_row { width: 100%; float: left; padding: 60px 0; display: flex; align-items: center; justify-content: center; background: url(../Images/Bkg-Blue1.png) no-repeat center; } 
.hp_advance_search_box { width: 100%; float: left; display: flex; max-width: 1015px; align-items: center; justify-content: space-between; } 
.hp_advance_searchfld_box { width: calc(66% - 30px); float: left; position: relative; } 
.hp_advance_searchfld_box input { width: 100%; float: left; height: 50px; border: none; padding: 0 15px 0 50px; font-weight: 600; font-size: 18px; outline: none !important; border-radius: 7px; } 
.hp_advance_searchfld_box a { width: 70px; height: 50px; position: absolute; left: 0; top: 0; background: url(../Images/searchicon.png) no-repeat center; background-size: 30px; } 
.hp_advance_searchfld_button { width: 34%; float: left; display: flex; height: 50px; align-items: center; justify-content: center; border: 1px solid #fff; background: #028ba7; font-size: 20px; color: #fff; font-weight: 700; border-radius: 7px; } 
.hp_advance_searchfld_button:hover { background: #fff; color: #028ba7; } 
/* End of Advance Search box CSS */

/* Start of the welcome Message box CSS */
.hp_welcome_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 80px 0; } 
.hp_welcome_box { width: 100%; float: left; display: flex; max-width: 1400px; justify-content: space-between; } 
.hp_welcome_content_box { width: calc(100% - 610px); float: left; } 
.hp_welcome_content_box h3 { margin: 0; font-size: 33px; color: #028ba7; font-weight: normal; } 
.hp_welcome_content_box h2 { font-size: 42px; margin: 10px 0 20px; font-weight: bold; color: #028ba7; } 
.hp_welcome_content_box p { font-size: 25px; color: #4d4d4c; line-height: 40px; } 
.hp_welcome_video_box { width: 510px; float: left; } 
.hp_welcome_video_box img, .hp_welcome_video_box video { width: 100%; min-height: 320px; } 
.hp_welcome_video_box iframe { width: 100%; height: 100%; min-height: 320px; } 
/* Start of the welcome Message box CSS */

/* Start of Quick link box CSS */
/*.hp_quick_link_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 60px 0 45px; background: #008ca2; } 
.hp_quick_link_box { width: 100%; float: left; display: flex; max-width: 1400px; position: relative; flex-direction: column; } 
.hp_quick_link { width: calc(100% + 30px); float: left; display: flex; padding: 0; overflow: hidden; position: relative; flex-wrap: wrap; margin-right: -15px;} 
.hp_quick_link li { width: calc(8.33% - 20px); float: left; margin: 0 10px 15px; display: inline-block; } 
.hp_quick_link li a { width: 100%; float: left; display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none !important; } 
.hp_quicklink_icon_box { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.2); border-radius: 100%; margin-bottom: 5px; } 
.hp_quicklink_icon_box img { max-height:44px; max-width:44px} 
.hp_quick_link li:hover .hp_quicklink_icon_box { background:rgb(255 255 255 / 60%) } 
.hp_quick_link li:hover .hp_quicklink_icon_box img { filter: invert(1); } 
.hp_quicklink_title { width: 100%; float: left; text-align: center; font-size: 17px; line-height:24px; font-weight: 600; color: #fff; } 
.hp_quicklink_count { font-size: 14px; color: #e9fcff; font-weight: normal; margin-top:5px } 
.hp_quick_link_box .slick-prev.slick-arrow, .hp_quick_link_box .slick-next.slick-arrow { top:25px } 
*/
/* End of Quick link box CSS */

/* Start of Quick link box CSS */
/*.hp_quick_link_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 60px 0; background: #008ca2; } */
.hp_quick_link_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 60px 0; background: url(../Images/Bkg-Blue1.png) no-repeat center; }
.hp_quick_link_box { width: 100%; float: left; display: flex; max-width: 1400px; position: relative; } 
.hp_quick_link { width: 100%; float: left; display: flex; justify-content: space-between; padding: 0 50px; overflow: hidden; } 
.hp_quick_link li { width: calc(14.28% - 30px); float: left; margin: 0 15px; display: inline-block; } 
.hp_quick_link li a { width: 100%; float: left; display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none !important; } 
.hp_quicklink_icon_box { width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.25); border-radius: 100%; margin-bottom: 15px; } 
.hp_quicklink_icon_box img { max-height:44px; max-width:44px} 
.hp_quick_link li:hover .hp_quicklink_icon_box { background:rgb(255 255 255 / 50%) } 
.hp_quick_link li:hover .hp_quicklink_icon_box img { filter: invert(1); } 
.hp_quicklink_title { width: 100%; float: left; text-align: center; font-size: 20px; font-weight: 500; color: #fff; margin-bottom: 5px; } 
.hp_quicklink_count { font-size: 22px; color: #e9fcff; font-weight: 500; } 
/* End of Quick link box CSS */

/* Start of Private Collection box CSS */
/*.hp_private_collection_list_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 80px 0 70px; background: url(../Images/Private-Collection-Background.png) no-repeat center; background-size: cover; } */
.hp_private_collection_list_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 80px 0 70px; background: url(../Images/Private-Collection-Background.png) no-repeat center; background-size: cover; } 
.hp_private_collection_list_box { width: 100%; float: left; display: flex; flex-direction: column; max-width: 1400px; position: relative; } 
.hp_private_collection_list { width: 100%; float: left; display: flex; } 
.hp_private_collection_list li { width: calc(16.67% - 20px); margin-left: 24px; float: left; display: inline-block; position: relative; } 
.hp_private_collection_list li:last-child { margin-left: 0; } 
.hp_private_collection_list li a { width: 100%; float: left; text-decoration: none !important; } 
.hp_pcl_image_box, .hp_pcl_readmore_box { width: 100%; float: left; display: flex; height: 280px; overflow: hidden; margin-bottom: 15px; } 
.hp_pcl_image_box img, .hp_pcl_readmore_box img { width: 100%; min-height: 100%; } 
.hp_pcl_title { width: 100%; float: left; font-size: 18px; font-weight: bold; color: #fff; } 
.hp_pcl_number { width: 100%; float: left; font-size: 20px; color: #fff; margin-top: 10px; } 
.hp_pcl_readmore_box { position: relative; align-items: center; justify-content: center; } 
.hp_pcl_readmore_box span { position: absolute; font-size: 20px; width: 90px; word-break: break-word; color: #fff; line-height: 24px; text-align: center; } 
/* End of Private Collection box CSS */

/* Start of Miscellaneous Collections box CSS */
/*.hp_miscellaneous_collections_list_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 80px 0 70px; background: #028ba7; } */
.hp_miscellaneous_collections_list_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 80px 0 70px; background: url(../Images/Bkg-Blue1.png) no-repeat center; background-size: cover; } 
.hp_miscellaneous_collections_list_box { width: 100%; float: left; display: flex; flex-direction: column; max-width: 1400px; position: relative; } 
.hp_miscellaneous_collections_list { width: 100%; float: left; display: flex; } 
.hp_miscellaneous_collections_list li { width: calc(16.67% - 20px); margin-left: 24px; float: left; display: inline-block; position: relative; } 
.hp_miscellaneous_collections_list li:last-child { margin-left: 0; } 
.hp_miscellaneous_collections_list li a { width: 100%; float: left; text-decoration: none !important; } 
.hp_mcl_image_box, .hp_mcl_readmore_box { width: 100%; float: left; display: flex; height: 280px; overflow: hidden; margin-bottom: 15px; } 
.hp_mcl_image_box img, .hp_mcl_readmore_box img { width: 100%; min-height: 100%; } 
.hp_mcl_title { width: 100%; float: left; font-size: 18px; font-weight: bold; color: #fff; } 
.hp_mcl_number { width: 100%; float: left; font-size: 20px; color: #fff; margin-top: 10px; } 
.hp_mcl_readmore_box { position: relative; align-items: center; justify-content: center; } 
.hp_mcl_readmore_box span { position: absolute; font-size: 20px; width: 90px; word-break: break-word; color: #fff; line-height: 24px; text-align: center; } 
/* End of Miscellaneous Collections box CSS */

/* Start of Blog Listing Part CSS */
.hp_blog_list_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 80px 0; background: #696969; } 
/* .hp_blog_list_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 80px 0; background: url(../Images/Bkg-Grey1.png) no-repeat center; background-size: cover;  }
.hp_blog_list_row .hp_webpart_title { color: #028ba7; }
/*   - remarked to make the title in White (default color)*/
.hp_blog_list_row .hp_webpart_title { color: #fff; }
.hp_blog_list_box { width: 100%; float: left; display: flex; flex-direction: column; max-width: 1400px; position: relative; } 
.hp_blog_list_readmore_btn { width: 100%; float: left; display: flex; } 
.hp_blog_list { width: 82.33%; float: left; display: flex; flex-wrap: wrap;     align-content: flex-start;} 
.hp_blog_list li { width: calc(33.33% - 10px); float: left; list-style: none; margin-left: 10px; margin-bottom: 10px; } 
.hp_blog_list li a { width: 100%; float: left; display: flex; padding: 10px; background: #fff; } 
.hp_blog_list li:nth-child(n+7) { margin-bottom: 0; } 
.hp_blog_list li:nth-child(n+10) { display: none; } 
.hpbl_image_box { width: 170px; float: left; display: flex; align-items: center; justify-content: center; height: 95px; overflow: hidden; margin-left: 20px; } 
.hpbl_image_box img { width: 100%; min-height: 100%; } 
.hpbl_content_box { width: calc(100% - 190px); float: left; display: flex; flex-direction: column; align-items: flex-start; } 
.hpbl_content_box span { font-size: 11px; color: #fff; background: #028ba7; width: auto; padding: 3px 7px; border-radius: 7px; } 
.hpbl_content_box span.News { background: #008ca2; } 
.hpbl_content_box span.SocialIssues { background: #f9d5c0; color: #4d4d4d; } 
.hpbl_content_box span.Analytics { background: #29abe2; } 
.hpbl_content_box span.Updates { background: #e2d7cb; color: #c1272d; } 
.hpbl_content_box span.Issues { background: #008ca2; } 
.hpbl_content_box h4 { margin: 8px 0 0; font-size: 14px; line-height: 22px; font-weight: normal; color: #4d4d4d; overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;} 
.hp_blog_readmore_box { width: 17.67%; float: left; display: flex; overflow: hidden; position: relative; align-items: center; justify-content: center; } 
.hp_blog_readmore_box img { width: 100%; height: 100%; } 
.hp_blog_readmore_box span { position: absolute; font-size: 20px; width: 90px; word-break: break-word; color: #fff; line-height: 24px; text-align: center; } 
/* Start of Blog Listing Part CSS */

/* Start of Advance Search Part CSS */
.searchbar_banner_row { width: 100%; float: left; height: 122px; display: flex; align-items: flex-end; justify-content: center; padding-bottom:35px; background: url(../Images/Search-row-banner.png); background-position: center; background-size: auto 100%; } 
.searchbar_banner_box { width: 100%; float: left; display: flex; max-width: 1400px; position: relative; padding-right: 410px; justify-content: space-between; } 
.sb_searchbox_fld_box { width: calc(66% - 30px); float: left; position: relative; } 
.sb_searchbox_fld_box input, .sb_searchbox_fld { width: 100%; float: left; height: 50px; border: none; padding: 0 15px 0 50px; font-weight: 600; color: #4C4C4C; font-size: 16px; outline: none !important; border-radius: 7px; } 
.sb_searchbox_fld_box a { width: 50px; height: 50px; position: absolute; left: 0; top: 0; background: url(../Images/searchicon.png) no-repeat center; background-size: 30px; } 
.sb_searchbox_btn { width: 34%; float: left; display: flex; height: 50px; align-items: center; justify-content: center; border: 0px solid #028ba7; background: #B9191E; font-size: 20px; color: #fff; font-weight: 600; border-radius: 7px; } 
/* End of Advance Search Part CSS */

/* Start of Breadcrumbs Part CSS */
.breadcrumbs_row { width: 100%; float: left; display: flex; align-items: flex-end; justify-content: center;/* background: #fff;*/ } 
.breadcrumbs_row_gray { background: #f9f9f9; } 
.breadcrumbs_list_title_box { width: 100%; float: left; display: flex; max-width: 1400px; flex-direction: column; position: relative; padding: 70px 0 25px 0; } 
.breadcrumbs_list_title_box_type1 { padding: 60px 0 10px; } 
.breadcrumbs_list { width: 100%; float: left; display: flex;  position: relative; flex-wrap: wrap;  } 

.breadcrumbs_list > span { display: flex; } 
.breadcrumbs_list li { width: auto; float: left; display: flex; align-items: center; } 
.breadcrumbs_list li::after {     content: "←";
   
    font-size: 20px;
    width: 20px;
    margin: 2px 6px 0;
 } 
.breadcrumbs_list li a{ font-size: 12px; font-weight: 600; float: left; text-decoration: none; } 
.breadcrumbs_list li span { font-size: 25px; font-weight: bold; color: #B9191E; float: left; text-decoration: none; letter-spacing: 0px;} 
.breadcrumbs_list li:last-child::after { display: none; } 
.breadcrumbs_list_title_box h2 { font-weight: bold; margin: 15px 0 0; font-size: 32px; color: #028ba7; } 
.AuthorDetails span, .AuthorDetailsBG span, .AuthorDetailsSmall span { font-size: 16px; line-height: 28px;  color: #fff; }
.AuthorDetailsFull span { font-size: 16px; line-height: 28px; float: left; width: 100%; font-weight: 600; color: #000; } 
.AuthorDetailsBG{
    width: 100%;
    float: left;
    display: flex;
    position: relative;
    height: 245px !important;
    overflow: auto;
    margin-top: 15px;
}
.AuthorDetailsSmall{
    width: 100%;
    float: left;
    display: flex;
    position: relative;
    margin-top: 15px;
        max-height: 250px;
    overflow: auto;
}

.AuthorDetailsSmall span {
	color: #028ba7;
}

.author_row { width: 100%; float: left; display: flex; } 
.author_dec { float: left;  position:relative ;  max-height: 207px;    overflow: auto; } 
.author_image { width: 215px; float: left; margin-top: -27px; } 
.author_image >img { width: 100%; float: left; height: 288px; } 
/*ul.alphabetically_list { width: 100%; float: left; display: flex; margin-top: 30px; justify-content: space-between;    flex-wrap: wrap; } */
ul.alphabetically_list {
    width: 100%;
    float: left;
    /* display: flex; */
    margin-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-count: 14;
    -webkit-column-count: 14;
    column-count: 14;
    overflow: hidden;
}
ul.alphabetically_list li {/* width: calc(3.571% - 10px); float: left;*/ display: flex;border: 1px solid #e8dfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #fff;
    padding: 5px 0 8px;
    height: 42px;
    margin-bottom: 10px
     } 
 
/*ul.alphabetically_list li:nth-child(10n) { margin-left: 0; } 

ul.alphabetically_list li:nth-child(n + 20) { margin-bottom: 0; } */

ul.alphabetically_list li:hover, ul.alphabetically_list li.active { background: #dc3545; color:#fff } 

/*
.AuthorDetails {
    width: 100%;
    float: left;
    display: flex;
    position: relative;
    max-height: 220px;
}
*/

.AuthorDetails {
    height: 170px !important;
    overflow: auto;
}

.AuthorDetailsFull {
    width: 100%;
    float: left;
    display: flex;
    position: relative;
    height: 245px !important;
    overflow: auto;
    margin-top: 15px;
}

.overflowshow{
	overflow:visible; max-height:100%
}
.AuthorDetails:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4em;
}
/*
.AuthorDetailsBG:after {
    background: linear-gradient(to bottom, transparent, #eaeaea 100%);
}
.AuthorDetails.overflowshow:after {
    display: none;
}
*/
.author_dec b {
    z-index: 11;
    text-align: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #028ba7;
    margin-top: 7px;
    float: left;
    cursor: pointer;
}
.graybackground { background: #e6e6e6; }

.political_entities_list { width: 100%; float: left; display: flex; margin-top: 50px; flex-wrap: wrap; margin-bottom: 30px; } 
.political_entities_list li { width: calc(16.66% - 20px); float: left; display: inline-block; position: relative; } 
.breadcrumbs_row .political_entities_list li { margin: 0 10px; } 

/*.political_entities_list li:nth-child(6n) { margin-left: 0; } */
.political_entities_list li a { width: 100%; float: left; text-decoration: none !important; } 
.bl_pel_image_box, .bl_pel_readmore_box { width: 100%; float: left; display: flex; height: 260px; overflow: hidden; margin-bottom: 15px; } 
.bl_pel_image_box img, .bl_pel_readmore_box img { width: 100%; min-height: 100%;object-fit: cover; } 
.bl_pel_title { width: 100%; float: left; font-size: 18px; font-weight: bold; color: #000; } 
.bl_pel_number { width: 100%; float: left; font-size: 20px; color: #008ca2; margin-top: 0; } 
.bl_pel_readmore_box { position: relative; align-items: center; justify-content: center; } 
.bl_pel_readmore_box span { position: absolute; font-size: 20px; width: 90px; word-break: break-word; color: #fff; line-height: 24px; text-align: center; } 
/* End of Breadcrumbs Part CSS */

/* Start of Contact Us Page CSS */
.contact_us_row { width: 100%; float: left; display: flex; align-items: flex-end; justify-content: center; background: #fff; } 
.contact_us_box { width: 100%; float: left; display: flex; max-width: 1400px; flex-direction: column; position: relative; padding: 20px 0; } 
.cub_map_box { width: 100%; float: left; position: relative; height: 490px; border: 1px solid #ccc; overflow: hidden; display: flex; margin-bottom: 80px; } 
.cub_map_box #map { width: 100%; height: 100%; } 
.cub_map_box img { height: 100%; min-width: 100%; } 
.cub_textflxd_contact_box { width: 100%; float: left; display: flex; justify-content: space-between; } 
.cub_textfld_box { width: calc(75% - 40px); display: flex; flex-wrap: wrap; } 
.cub_textfld_box li { width: calc(33.33% - 20px); float: left; display: flex; flex-direction: column; margin-left: 30px; position: relative; align-items: center; margin-bottom: 30px; } 
.cub_textfld_box li:nth-child(3) { margin-left: 0; } 
.cub_textfld_box li.fullwidth { width: 100%; margin: 0 0 30px; } 
.cub_textfld_box li:last-child { margin-bottom: 0 !important; } 
.cub_text_fld { width: 100%; float: left; border: 1px solid #ccc; height: 50px; padding: 10px; font-size: 20px; font-weight: 600; color: #808080; } 
.cub_text_fld:focus { outline: 2px solid #29abe2; } 
.cub_text_lable { width: auto; float: left; margin: 0; text-align: center; font-size: 20px; color: #808080; font-weight: normal; padding: 0px 25px; background: #fff; position: relative; top: 12px; } 
.cub_textarea { height: 400px; resize: none; } 
.cub_submit_btn { margin-left: auto; float: left; padding: 0 40px 3px; display: flex; height: 45px; align-items: center; justify-content: center; border: 0px solid #028ba7; background: #B9191E; font-size: 18px; color: #fff; font-weight: 600; border-radius: 7px; cursor:pointer } 
.cub_submit_btn:hover { background: transparent; color: #028ba7; } 
.cub_contact_details_box { width: 25%; float: left; display: flex; flex-direction: column; align-items: flex-start; } 
.cub_contact_title { width: auto; float: left; font-size: 30px; font-weight: bold; color: #008ca2; position: relative; padding-bottom: 15px; margin-bottom: 30px; } 
.cub_contact_title::after { content: ""; float: left; width: 100px; height: 2px; background: #808080; position: absolute; bottom: 0; right: 0; } 
.cub_contact_list { width: 100%; float: left; } 
.cub_contact_list li { width: 100%; float: left; display: flex; align-items: center; margin-bottom: 15px; font-size: 16px; color: #808080; } 
.cub_contact_list li b { margin: 0 8px; font-weight: 600; } 
.cub_contact_list li a { font-weight: 300; color: #808080; text-decoration: none; } 
.cub_contact_list li a:hover { color: #29abe2; } 
.cub_social_links { width: 100%; float: left; display: flex; margin-top: auto; position: relative; padding-top: 25px; margin-bottom: 80px; } 
.cub_social_links::before { content: ""; float: left; width: 100px; height: 2px; background: #808080; position: absolute; top: 0; right: 0; } 
.cub_social_links li { width: auto; display: inline; margin-left: 20px; } 
.cub_social_links li img { height: 24px; } 
.cub_social_links li img:hover { opacity: 0.7; } 
/* End of Contact Us Page CSS */

/* Start of Listing and Filter Part CSS */
.listing_filter_list_rows { width: 100%; float: left; display: flex; align-items: center; justify-content: center; /*background: #fff;*/ margin-bottom:3rem } 
.listing_filter_box { width: 100%; float: left; display: flex; flex-wrap: wrap; max-width: 1400px; position: relative;padding: 20px;
    border-radius: 18px;
    margin-top: 50px;
    background-color: #fff; justify-content: space-between; } 
.listing_filter_box > h3 { width: 100%; float: left; font-size: 30px; margin: 0 0 30px; font-weight: bold; color: #008ca2; } 
.lf_listing_box { width: calc(75% - 30px); float: left; display: flex; flex-direction: column; } 
.lfl_header_box { width: 100%; float: left; border-radius: 5px; background: #F1F3F1; display: flex; align-items: center; justify-content: space-between; padding: 10px; height: 56px; } 
.lfl_header_box span { font-size: 20px; color: #000; margin-left: 15px; font-weight:bold } 
.lfl_header_box span span { font-weight: 600; font-size: 18px; margin: 0 10px;}
.lfl_header_box span b {
	color: #B9191E;
}
.lfl_select_box { width: 200px; border-radius: 7px; border: 1px solid #ccc !important; outline: none !important; font-size: 16px; height: 36px; padding: 0 7px; display:none } 
.lfl_view_box { margin-right: auto; display: flex; align-items: center; } 
.lfl_view_box img { width: 100%; } 
.lfl_view_box li { width: 36px; height: 36px; padding: 5px; border-radius: 5px; align-items: center; justify-content: center; border: 1px solid #ccc; display: flex; float: left; margin-left: 10px; cursor: pointer; } 
.lfl_view_box li:nth-child(2) { margin-left: 0; } 
.lfl_color { display: none; } 
.lfl_view_box li.active .lfl_color { display: block; } 
.lfl_view_box li.active .lfl_black { display: none; } 
.lfl_data_listing { width: 100%; float: left; display: flex; flex-wrap: wrap; padding: 20px; } 
.lfl_data_listing > li { width: calc(25% - 0px); float: left; display: flex; margin-left: 0px; margin-right: 0px; margin-bottom: 60px; flex-direction: column; } 
.lfl_data_listing > li:nth-child(3n) { margin-left: 0; } 
.lfl_data_listing > li > a { padding: 5px 15px 10px; display: flex; flex-direction: column; width: 100%; float: left; } 
.lfl_dl_image_box { width: 100%; float: left; display: flex; height: 275px; overflow: hidden; align-items: center; justify-content: center; border: 1px solid #ccc; background: #fff; } 
.lfl_dl_image_box img { width: 100%; height: 100%;     object-fit: cover; } 
.lfl_dl_content_box { width: 100%; float: left; display: flex; flex-direction: column; margin-top: 10px; } 
.lfl_dl_content_box h2 { margin: 0; font-size: 16px; font-weight: bold; color: #000 !important; line-height: 26px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } 
.lfl_dl_content_box h3 { margin: 8px 0 0; font-weight: 600; color: #4C4C4C !important; font-size: 15px; } 
.lfl_dl_content_box h4 { margin: 0; font-weight: 600; color: #000 !important; font-size: 20px; } 
.lfl_data_listing > li > a:hover { background: #f5fdff; } 
.lfl_dl_content_box > p, .lfl_dl_description { display: none; font-size: 16px; color: #4d4d4d; line-height: 22px; } 
    .lfl_dl_description > div {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
.lfl_breadcrumbs_list { width: 100%; float: left; display: none; align-items: center; margin: 7px 0; flex-wrap: wrap; } 
.lfl_breadcrumbs_list li { width: auto; float: left; display: flex; align-items: center; } 
.lfl_breadcrumbs_list li::after { content: ""; float: left; width: 18px; height: 14px; background-image: url(../images/breadcrumbsarrow-l-black.png); background-repeat: no-repeat; margin: 2px 13px 0; background-size: 100% auto; } 
.lfl_breadcrumbs_list li span { font-size: 17px; color: #4d4d4d; float: left; text-decoration: none; } 
.lfl_breadcrumbs_list li:last-child::after { display: none; } 
.lfl_data_listing.listview { flex-direction: column; } 
.lfl_data_listing.listview > li { width: 100%; margin: 0 0 20px; } 
.lfl_data_listing.listview > li .lfl_breadcrumbs_list, .lfl_data_listing.listview > li .lfl_dl_content_box > p, .lfl_data_listing.listview > li .lfl_dl_content_box > .lfl_dl_description { display: flex; } 
.lfl_data_listing.listview > li h3 { display: none; } 
.lfl_data_listing.listview > li > a { flex-direction: row; padding: 15px; border: 2px solid #ccc; border-radius: 10px; justify-content: space-between; } 
.lfl_data_listing.listview .lfl_dl_image_box { width: 110px; max-height: 150px; } 
.lfl_data_listing.listview .lfl_dl_image_box img { width:100%; height:auto}
.lfl_data_listing.listview .lfl_dl_content_box { width: calc(100% - 130px); } 
.lfl_data_listing.listview .lfl_dl_content_box h2 { font-size: 18px; color: #000 !important; line-height: 28px; } 
.lfl_dl_description > p { font-size: 16px; color: #4d4d4d; line-height: 18px; }

.lfl_navigation_listing, .pagination { width: 100%; float: left; display: flex; align-items: center; margin-top: 10px;    justify-content: center; } 
.lfl_navigation_listing li { display: flex; } 
.lfl_navigation_listing li a, .lfl_navigation_listing li span, .pagination span { margin-left: 10px; height: 30px; display: flex; align-items: center; justify-content: center; background: #cccccc; border-radius: 7px; font-size: 14px; font-weight: normal; padding: 0 12px; color: #333; cursor: pointer; text-decoration: none !important; } 
.lfl_navigation_listing li a:hover, .lfl_navigation_listing li.active a, .lfl_navigation_listing li span:hover, .lfl_navigation_listing li.active span, .pagination span:hover, span.pagination-button.page-num.active { background: #dc3545; color: #fff; } 
/*span.current.next, span.current.prev { display:none } */
.pagination { margin: 20px 0 0; } 
div#pagination-container, #pagination-container1 { width: 100%; float: left; display: flex; } 




.lf_filter_box { width: 25%; float: left; display: flex; flex-direction: column; } 
.lff_header_box { width: 100%; float: left; border-radius: 7px; background: #F1F3F1; display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; height: 56px } 
.lff_header_box img { display:none; }
.lff_header_box span { font-size: 20px; color: #000; font-weight:bold } 
.lff_accord_box { width: 100%; float: left; display: flex; flex-direction: column; height: 100%; margin-top: 15px; } 
.lff_accord_title_list { width: 100%; float: left; display: flex; align-items: center; justify-content: space-between; } 
.lff_accord_title_list > li { width: calc(33.33% - 4px); float: left; display: flex; align-items: center; justify-content: center; height: 50px; font-size: 16px; font-weight: 500; border: 1px solid #ccc; background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(129,129,129,0.5) 100%); cursor: pointer; } 
.lff_accord_title_list > li.active { background: #fff; border: none; } 
.lff_accord_title_list > li:hover { background: #028ba7; color: #fff; } 
.lff_accord_view_list { width: 100%; float: left; margin-top: 8px; display: flex; flex-direction: column; height: 100%; border: 1px solid #ccc; } 
.lff_accord_view_list > li { width: 100%; float: left; position: relative; display: none; height: 100%; list-style: none; } 
.lff_accord_view_list > li:nth-child(1)::before { content: ""; position: absolute; top: -65px; right: -1px; width: calc(33.33% - 3px); height: 65px; border: 1px solid #ccc; border-bottom: 1px solid #fff; } 
.lff_accord_view_list > li:nth-child(2)::before { content: ""; position: absolute; top: -65px; right: calc(33.33% + 2px); width: calc(33.33% - 3px); height: 65px; border: 1px solid #ccc; border-bottom: 1px solid #fff; } 
.lff_accord_view_list > li:nth-child(3)::before { content: ""; position: absolute; top: -65px; left: -1px; width: calc(33.33% - 3px); height: 65px; border: 1px solid #ccc; border-bottom: 1px solid #fff; } 
.lff_accord_view_list > li.active { display: flex; } 
.lff_accord_data_list { width: 100%; float: left; display: flex; flex-direction: column; padding: 0;max-height: 440px /*max-height: 1710px*/; overflow:auto;   margin-bottom: 35px; } 
.lff_accord_data_list li { width: 100%; float: left; display: flex; align-items: center; justify-content: start; padding: 15px 20px; font-size: 16px; font-weight: 400; color: #666666; cursor: pointer; } 
.lff_accord_data_list li:hover, .lff_accord_data_list li.active { background: #f5f5f5; } 
/* End of Listing and Filter Part CSS */

/* Start of Book Details Page CSS */
.book_details_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.book_details_box { width: 100%; float: left; display: flex; flex-wrap: wrap; max-width: 1400px; position: relative; padding-bottom: 50px; flex-direction: column; } 
.bd_pdf_link_box { width: 100%; float: left; display: flex; flex-direction: column; align-items: flex-end; } 
.bd_pdf_box { width: 100%; float: left; max-height: 775px; border-radius:12px; overflow: hidden; margin-bottom: 5px; position:relative } 
/*.bd_pdf_box:after { position: absolute; content: ""; background: #323639; top: 0; right: 0; width: 170px; height: 50px; } */
.bd_image_box { width: 100%; float: left; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px; }
.bd_image_box img { width: 250px; }

.bd_pdf_box img, .bd_pdf_box iframe { width: 100%; } 
.bd_pdf_box iframe { height:775px } 
.bd_link_box { width: auto; float: left; display: flex; align-items: center; } 
.bd_link_box li { width: auto; float: left; display: flex; align-items: center; font-size: 20px; color: #333333; margin-right: 15px; } 
.bd_link_box li a { width: auto; display: flex; align-items: center; color: #333333; text-decoration: none !important; } 
.bd_link_box li a:hover { color: #29abe2; } 
.bd_link_box li img { height: 18px; margin-right: 10px; } 
.bd_details { width: 100%; float: left; display: flex; justify-content: space-between; margin-top: 50px; } 
.bdd_left_box { width: calc(75% - 40px); float: left; display: flex; flex-direction: column; } 
.bdd_left_box > li { width: 100%; float: left; display: flex; flex-direction: column; padding: 30px 20px 10px; } 
.bdd_left_box > li h3 { margin: 0 0 14px; font-size: 20px; color: #809180; font-weight: bold; } 
.bdd_left_box > li p { font-size: 20px; color: #222; } 
.bdd_left_box > li p + p { margin-top: 20px; } 
.bdd_left_box > li.bluebox { background: #e5f3f6; border-radius: 12px; padding-bottom: 20px; } 
.bdd_left_box > li.bluebox p { font-size: 16px; } 

/*Newsletter doc details*/
.bdd_left_box1 { width: 100%; float: left; display: flex; flex-direction: column; padding-top: 30px; }
.bdd_left_box1 > li { width: 100%; float: left; display: flex; flex-direction: column; padding: 30px 20px 10px; } 
.bdd_left_box1 > li h3 { margin: 0 0 14px; font-size: 20px; color: #809180; font-weight: bold; } 
.bdd_left_box1 > li p { font-size: 20px; color: #000; } 
.bdd_left_box1 > li p + p { margin-top: 20px; } 
.bdd_left_box1 > li.bluebox { background: #e5f3f6; border-radius: 12px; padding-bottom: 20px; } 
.bdd_left_box1 > li.bluebox p { font-size: 16px; }
 
 
.bdd_right_box { width: 25%; float: left; display: flex; flex-direction: column; background: #F1F3F1; border-radius: 8px; padding: 20px 0; } 
.bdd_right_box > li { width: 100%; float: left; display: flex; flex-direction: column; padding: 20px 20px 10px; } 
.bdd_right_box > li h3 { margin: 0 0 14px; font-size: 20px; color: #809180; font-weight: bold; } 
.bdd_right_box > li p { font-size: 20px; color: #000; } 
.bdd_tag_listing { width: auto; float: left; display: flex; flex-wrap: wrap; align-items: flex-start; } 
.bdd_tag_listing li { width: auto; display: inline-block; margin-left: 10px; margin-bottom: 10px; padding: 10px 15px; font-weight: bold; font-size: 16px; border-radius: 8px; background: #ededed; color: #747474; cursor: pointer; } 
.bdd_tag_listing li:hover { background: #006aa2; color: #fff; } 
.bdd_social_listing { width: 100%; float: left; margin-top: 3px; } 
.bdd_social_listing li { width: auto; display: inline; margin-left: 20px; } 
.bdd_social_listing li a { text-decoration: none !important; } 
.bdd_social_listing li img { height: 32px; } 
.bdd_social_listing li img:hover { opacity: 0.7; } 
.other_entries_list_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.other_entries_list_box { width: 100%; float: left; display: flex; flex-wrap: wrap; max-width: 1400px; position: relative; padding: 20px 0 80px; flex-direction: column; } 
.other_entries_list_box h3 { margin: 0; font-weight: 600; color: #4C4C4C !important; font-size: 18px; position:relative } 
.other_entries_list_box h3:after { content: ""; width: calc(100% - 270px); height: 1px; background: #959595; float: left; position: absolute; top: 15px; left: 0; }
.other_entries_list { width: 100%; float: left; display: flex; margin-top: 40px; } 
.other_entries_list li { width: calc(16.67% - 20px); margin-left: 24px; float: left; display: inline-block; position: relative; } 
.other_entries_list li:last-child { margin-left: 0; } 
.other_entries_list li a { width: 100%; float: left; text-decoration: none !important; } 
.oel_image_box, .oel_readmore_box { width: 100%; float: left; display: flex; height: 240px; overflow: hidden; margin-bottom: 15px; border: 1px solid #ccc; } 
.oel_image_box img, .oel_readmore_box img { width: 100%; min-height: 100%; } 
.oel_title { width: 100%; float: left; font-size: 16px; font-weight: bold; color: #000; } 
.bl_tag { width: 100%; float: left; font-weight: 600; font-size: 16px; color: #4C4C4C !important;  margin: 10px 0 0; }
.oel_readmore_box { position: relative; align-items: center; justify-content: center; } 
.oel_readmore_box span { position: absolute; font-size: 20px; width: 90px; word-break: break-word; color: #fff; line-height: 24px; text-align: center; } 
/* End of Book Details Page CSS */

/* Start of Report Listing Page CSS */
.lfl_report_listing { width: 100%; float: left; display: flex; flex-wrap: wrap; padding: 10px 0; } 
.lfl_report_listing > li { width: calc(33.33% - 20px); float: left; display: flex; margin-left: 30px; margin-bottom: 30px; flex-direction: column; } 
.lfl_report_listing > li:nth-child(3n) { margin-left: 0; } 
.lfl_report_listing > li > a { padding: 5px 5px 10px; display: flex; flex-direction: column; width: 100%; float: left; } 
.lfl_rl_image_box { width: 100%; float: left; display: flex; height: 230px; overflow: hidden; align-items: center; justify-content: center; border: 1px solid #ccc; } 
.lfl_rl_image_box img { width: 100%; } 
.lfl_rl_content_box { width: 100%; float: left; display: flex; flex-direction: column; margin-top: 10px; } 
.lfl_rl_content_box h2 { margin: 0; font-size: 20px; font-weight: bold; color: #008ca2 !important; line-height: 24px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } 
.lfl_rl_content_box h3 { margin: 8px 0 3px; font-weight: 600; color: #008ca2 !important; font-size: 20px; } 
.lfl_rl_content_box span { margin: 0; color: #666666 !important; font-size: 17px; } 
.lfl_report_listing > li > a:hover { background: #f5f5f5; } 
#lff_report .lff_accord_view_list { height: auto; } 
.lff_report_list { width: 100%; float: left; display: flex; flex-direction: column; } 
.lff_report_list li { width: 100%; float: left; list-style: none; } 
.lff_report_list li a { width: 100%; float: left; display: flex; padding: 10px 20px; background: #fff; justify-content: space-between; } 
.lffr_image_box { width: 175px; float: left; display: flex; align-items: center; justify-content: center; height: 95px; overflow: hidden; } 
.lffr_image_box img { width: 100%; min-height: 100%; } 
.lffr_content_box { width: calc(100% - 190px); float: left; display: flex; flex-direction: column; align-items: flex-start; } 
.lffr_content_box span { font-size: 11px; color: #fff; background: #028ba7; width: auto; padding: 3px 7px; border-radius: 7px; } 
.lffr_content_box span.News { background: #008ca2; } 
.lffr_content_box span.SocialIssues { background: #f9d5c0; color: #4d4d4d; } 
.lffr_content_box span.Analysis { background: #29abe2; } 
.lffr_content_box span.Updates { background: #e2d7cb; color: #c1272d; } 
.lffr_content_box span.Issues { background: #008ca2; } 
.lffr_content_box h4 { margin: 8px 0 0; font-size: 17px; font-weight: normal; color: #4d4d4d; line-height: 20px; } 
.lf_statistics_tag_social_list { width: 100%; float: left; border: 1px solid #ccc; padding: 15px; height: 100%; } 
.lf_statistics_tag_social_list > li { width: 100%; float: left; padding: 30px 0; display: flex; flex-direction: column; border-bottom: 1px solid #008ca2; } 
.lf_statistics_tag_social_list > li:first-child() { padding:20px 0 45px } 
.lf_statistics_tag_social_list > li:last-child { border-bottom: none; } 
.lf_stsl_title { width: 100%; float: left; font-size: 18px; padding: 0 5px 10px; font-weight: bold; color: #008ca2; } 
.lf_stsl_description { width: 100%; float: left; font-size: 20px; color: #666666; padding: 0 5px; } 
.lf_stsl_description a { color: #29abe2; } 
.lf_statistics_list { width: 100%; float: left; display: flex; flex-direction: column; padding: 5px 0; } 
.lf_statistics_list li { width: 100%; float: left; display: flex; align-items: center; justify-content: space-between; padding: 12px 10px; font-size: 20px; font-weight: 400; color: #666666; cursor: pointer; } 
.lf_statistics_list li:hover { background: #f5f5f5; } 
.lf_tag_list { width: auto; float: left; padding: 0 5px; } 
.lf_tag_list li { width: auto; display: inline-block; margin-left: 10px; margin-bottom: 10px; padding: 10px 15px; font-weight: bold; font-size: 16px; border-radius: 10px; background: #8dcbd8; color: #006aa2; cursor: pointer; } 
.lf_tag_list li:hover { background: #006aa2; color: #fff; } 
.lf_social_link { width: 100%; float: left; margin-top: 3px; } 
.lf_social_link li { width: auto; display: inline; margin-left: 20px; } 
.lf_social_link li a { text-decoration: none !important; } 
.lf_social_link li img { height: 32px; } 
.lf_social_link li img:hover { opacity: 0.7; } 

.lfl_report_listing.listview { flex-direction: column; } 
.lfl_report_listing.listview > li { width: 100%; margin: 0 0 20px; } 
.lfl_report_listing.listview > li .lfl_breadcrumbs_list { display: flex; margin: 0; } 
.lfl_report_listing.listview > li h3 { color: #666666 !important; margin: 3px 0; font-weight: normal; } 
.lfl_report_listing.listview > li > a { flex-direction: row; padding: 15px; border: 2px solid #ccc; border-radius: 10px; justify-content: space-between; align-items: flex-start; } 
.lfl_report_listing.listview .lfl_rl_image_box { width: 110px; height: auto; } 
.lfl_report_listing.listview .lfl_rl_content_box { width: calc(100% - 130px); } 
.lfl_report_listing.listview .lfl_rl_content_box h2 { font-size: 18px; color: #000 !important; line-height: 28px; } 
/* End of Report Listing Page CSS */

/* Start of Articles Details Page CSS */
.articles_details_box { width: 100%; float: left; margin-top: 10px; } 
.ad_pdf_link_box { width: 100%; float: left; display: flex; flex-direction: column; align-items: flex-end; } 
.ad_pdf_box { width: 100%; float: left; max-height: 600px; border-radius:12px; overflow: hidden; margin-bottom: 5px; border: 1px solid #ccc; } 
.ad_pdf_box img { width: 100%; } 
.ad_link_box { width: auto; float: left; display: flex; align-items: center; } 
.ad_link_box li { width: auto; float: left; display: flex; align-items: center; font-size: 20px; color: #333333; margin-right: 15px; } 
.ad_link_box li a { width: auto; display: flex; align-items: center; color: #333333; text-decoration: none !important; } 
.ad_link_box li a:hover { color: #29abe2; } 
.ad_link_box li img { height: 18px; margin-right: 10px; } 
.ad_author_row { width: 100%; float: left; display: flex; margin: 20px 0; align-items: center } 
.ad_author_image { width: 60px; height: 60px; background: #eee; border-radius: 100%; overflow: hidden; display: flex; align-items: flex-start; justify-content: center; } 
 .ad_author_image img { width: 100%; } 
.ad_author_text { margin: 0 15px; font-size: 16px; } 
.ad_author_text span { margin: 0 5px; } 
.articles_description_box { width: 100%; float: left; } 
.articles_description_box p { font-size: 18px; line-height: 34px; color: #666666; } 
.articles_description_box p + p { margin-top: 25px; } 
.articles_comment_box { width: 100%; float: left; margin-top: 40px; } 

.articles_comment_box1 { width: 100%; float: left; margin-top: 30px; } 

.articles_comment_title_row { width: 100%; float: left; justify-content: space-between; display: flex; align-items: center; margin-bottom: 10px; } 
.articles_comment_title_row span { font-size: 18px; font-weight: bold; color: #809180; } 
.articles_comment_title_row span small {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}
.articles_comment_title_row a { color: #008ca2; text-decoration: none !important; } 
.articles_comment_list { width: 100%; float: left; display: flex; flex-wrap: wrap; justify-content: space-between; } 
.articles_comment_list li { width: calc(50% - 10px); float: left; display: inline-block; margin-bottom: 20px; } 
.articles_comment_list li.fullwidth { width: 100%; } 
.articles_comment_list li:last-child { margin-bottom: 0; } 
.articles_comment_inputfld { width: 100%; float: left; height: 50px; padding: 0 15px; font-size: 16px; border: 1px solid #ccc; border-radius: 7px; outline: none !important; } 
.articles_comment_inputfld:focus { border: 2px solid #028ba7; } 
.articles_comment_textarea { height: 130px; resize: none; padding: 10px; } 
/* End of Articles Details Page CSS */

/* Start of Our Partners Page CSS */
.our_partners_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.our_partners_box { width: 100%; float: left; display: flex; flex-wrap: wrap; max-width: 1400px; position: relative; padding: 50px 0; justify-content: space-between; align-items: flex-start; } 
.opb_left_box { width: calc(46% - 40px); float: left; display: flex; flex-direction: column; } 
.opb_image_box { width: 100%; float: left; display: flex; margin-bottom: 30px; max-width: 550px; } 
.opb_image_box img { width: auto; max-width: 100%; } 
.opb_desc_box { width: 100%; float: left; display: flex; flex-direction: column; max-width: 550px; } 
.opb_desc_box p { font-size: 16px; color: #808080; line-height: 30px; } 
.opb_desc_box a { margin-right: auto; float: left; display: flex; height: 50px; align-items: center; justify-content: center; border: 2px solid #028ba7; background: #028ba7; font-size: 20px; color: #fff; font-weight: 600; border-radius: 7px; width: 140px; text-decoration: none !important; margin-top: 30px; } 
.opb_desc_box a:hover { background: #fff; color:#028ba7; } 
.our_partners_list { width: calc(54% - 40px); float: left; display: flex; flex-wrap: wrap; } 
.our_partners_list li { width: calc(25% - 25px); float: left; margin-right: 25px; display: inline-block; margin-bottom: 20px; } 
.our_partners_list li a { width: 100%; float: left; display: flex; height: 180px; border: 1px solid #ccc; justify-content: center; padding: 15px; align-items: center; text-decoration: none !important; } 
.our_partners_list li a:hover { background: rgba(2,139,167,0.1); } 
/* End of Our Partners Page CSS */

/* Start of Collection Page CSS */
.collection_row_1 { width: 100%; float: left; padding: 30px 0 40px; width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff } 
.collection_box_1 { width: 100%; float: left; display: flex; flex-direction: column; max-width: 1400px; position: relative; } 
.collection1_list_box { width: 100%; float: left; overflow: hidden; } 
.collection1_list { width: calc(100% + 40px); float: left; margin-left: -20px; display: flex; flex-wrap: wrap-reverse; align-items: center; justify-content: center; } 
.collection1_list li { width: calc(25% - 40px); float: left; display: flex !important; flex-direction: column; margin: 0 20px; } 
.cl1_image_box { width: 100%; float: left; } 
.cl1_image_box img { width: 100%; } 
.cl1_content_box { width: 100%; float: left; color: #808080; margin-top: 15px; } 
.cl1_content_box h2 { margin: 0; font-size: 20px; font-weight: bold; } 
.cl1_content_box p { font-size: 17px; line-height: 18px; margin: 5px 0 0; } 
.collection1_arrow_box { width: 100%; float: left; display: flex; align-items: center; justify-content: center; margin-top: 40px; } 
.collection1_arrow_box img { width: 34px; } 
.cab_left_box, .cab_right_box { margin: 0 15px; cursor: pointer; } 
.collection_row_blue, .collection_row_white { width: 100%; float: left; display: flex; align-items: center; justify-content: center; padding: 80px 0 70px; } 
.collection_row_blue { background: #008ca2; } 
.collection_row_white { background: #e6e6e6; } 
.collection_box { width: 100%; float: left; display: flex; flex-direction: column; max-width: 1400px; position: relative; } 
.collection_webpart_title { width: 100%; float: left; font-size: 40px; font-weight: 600; color: #fff; margin-bottom: 50px; } 
.collection_row_white .collection_webpart_title { color: #008ca2; } 
.cr_collections_list { width: 100%; float: left; display: flex; } 
.cr_collections_list li { width: calc(16.67% - 20px); margin-left: 24px; float: left; display: inline-block; position: relative; } 
.cr_collections_list li a { width: 100%; float: left; text-decoration: none !important; } 
.crcl_image_box, .crcl_readmore_box { width: 100%; float: left; display: flex; height: 280px; overflow: hidden; margin-bottom: 15px; } 
.crcl_image_box img, .crcl_readmore_box img { width: 100%; min-height: 100%; } 
.crcl_title { width: 100%; float: left; font-size: 18px; font-weight: bold; color: #fff; } 
.crcl_number { width: 100%; float: left; font-size: 20px; color: #fff; margin-top: 10px; } 
.collection_row_white .crcl_title, .collection_row_white .crcl_number { color: #808080; } 
.cr_collections_list li:last-child { margin-left: 0; } 
.crcl_readmore_box { position: relative; align-items: center; justify-content: center; } 
.crcl_readmore_box span { position: absolute; font-size: 20px; width: 90px; word-break: break-word; color: #fff; line-height: 24px; text-align: center; } 
/* End of Collection Page CSS */

/* Start of Palestine Memory Page CSS */
.palestine_memory_video_box { width: 100%; float: left; padding: 30px 0 50px; width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #f9f9f9; } 
.palestine_memory_video_row { width: 100%; float: left; display: flex; max-width: 1400px; position: relative; justify-content: space-between; align-items: flex-start; } 
.pmvb_content_box { width: calc(60% - 45px); float: left; } 
.pmvb_content_box h4 { margin: 0; font-size: 28px; font-weight: normal; color: #028ba7; } 
.pmvb_content_box h2 { font-weight: bold; font-size: 42px; color: #028ba7; margin: 10px 0 15px; } 
.pmvb_content_box p { font-size: 20px; color: #4d4d4c; line-height: 32px; } 
.pmvb_video_box { width: calc(39% - 45px); float: left; } 
.pmvb_video_box iframe { width: 100%; min-height: 280px; } 
.pmvb_video_box img, .pmvb_video_box video { width: 100%; } 

.groups_list_row { width: 100%; float: left; padding: 50px 0 40px; width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #f9f9f9; } 
.groups_list_box { width: 100%; float: left; display: flex; flex-direction: column; max-width: 1400px; position: relative; } 
.groups_title { width: 100%; float: left; font-size: 40px; font-weight: 600; color: #008ca2; margin-bottom: 20px; } 
.groups_list { width: calc(100% + 40px); float: left; margin-right: -20px; display: flex; flex-wrap: wrap-reverse; align-items: center; justify-content: center; } 
.groups_list li { width: calc(25% - 40px); float: left; display: flex !important; flex-direction: column; margin: 0 20px; } 
.gl_image_box { width: 100%; float: left; } 
.gl_image_box img { width: 100%; } 
.gl_content_box { width: 100%; float: left; color: #808080; margin-top: 15px; } 
.gl_content_box h2 { margin: 0; font-size: 20px; font-weight: bold; } 
.gl_content_box p { font-size: 17px; line-height: 18px; margin: 5px 0 0; } 
.gl_arrow_box { width: 100%; float: left; display: flex; align-items: center; justify-content: center; margin-top: 40px; } 
.gl_arrow_box img { width: 34px; } 
.gla_left_box, .gla_right_box { margin: 0 15px; cursor: pointer; } 

.seememory_memorygoals_row { width: 100%; float: left; padding: 50px 0 60px; width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.seememory_memorygoals_box { width: 100%; float: left; display: flex; max-width: 1400px; position: relative; justify-content: space-between; align-items: flex-start; } 
.smb_seememory_box { width: calc(50% - 50px); float: left; flex-direction: column; } 
.smb_title { width: 100%; float: left; font-size: 38px; color: #008ca2; font-weight: bold; margin-bottom: 15px; } 
.smb_seememory_inner_box { width: 100%; float: left; border: 2px solid #ccc; border-left: 0; padding: 30px 30px 30px 0; } 
.smb_sm_image_box { width: 100%; float: left; margin-bottom: 15px; } 
.smb_sm_image_box img { width: 100%; } 
.smb_sm_content_box { width: 100%; float: left; color: #808080; font-size: 18px; line-height: 26px; } 
.smb_memorygoals_box { width: calc(50% - 50px); float: left; } 
.smb_memorygoals_list { width: 100%; float: left; border: 2px solid #ccc; border-left: 0; } 
.smb_memorygoals_list li { width: 100%; float: left; display: flex; padding: 36px 30px; border-bottom: 2px solid #ccc; justify-content: space-between; } 
.smb_memorygoals_list li:last-child { border-bottom: 0; } 
.smb_mg_image_box { width: 70px; min-width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; padding: 5px; background: #028ba7; margin-right: -70px; } 
.smb_mg_content_box { width: calc(100% - 20px); float: left; } 
.smb_mg_content_box h3 { margin: 0; font-size: 18px; font-weight: bold; color: #808080; } 
.smb_mg_content_box p { color: #808080; font-size: 18px; line-height: 24px; margin-top: 4px; } 

.iiam_row { width: 100%; float: left; padding: 50px 0 40px; width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.iiam_box { width: 100%; float: left; display: flex; flex-direction: column; max-width: 1400px; position: relative; } 
.iiam_title { width: 100%; float: left; font-size: 40px; font-weight: 600; color: #008ca2; margin-bottom: 40px; } 
.iiam_accord_list_title { width: auto; float: left; display: flex; } 
.iiam_accord_list_title li { width: auto; float: left; margin-left: 15px; border: 2px solid #ccc; font-size: 20px; font-weight: bold; color: #028ba7; height: 65px; padding: 0 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; } 
.iiam_accord_list_title li.active, .iiam_accord_list_title li:hover { background: #028ba7; color: #fff; border-color: #028ba7; } 
.iiam_accord_list_content { width: 100%; float: left; border: 2px solid #ccc; margin-top: -2px; } 
.iiam_accord_list_content li { width: 100%; float: left; display: none; list-style: none; padding: 15px; } 
.iiam_accord_list_content li p { width: 100%; float: left; font-size: 20px; line-height: 30px; color: #808080; } 
.iiam_accord_list_content li p + p { margin-top: 15px; } 
/* Start of Palestine Memory Page CSS */

.chronology_month_row { width: 100%; float: left; display: flex; align-items: flex-end; justify-content: center; background: #f9f9f9; padding: 20px 0 40px; } 
.cmr_container { width: 100%; float: left; display: flex; max-width: 1400px; flex-direction: column; position: relative; } 
.chronology_month_list_box { width: 100%; float: left; overflow: hidden; position: relative; margin-bottom:0 } 
.chronology_month_list { width: 100%; float: left; display: none; flex-wrap: wrap;  justify-content: space-between;} 
.chronology_month_list.flexbox { display:flex } 
.chronology_month_list li { float: left; width: calc(10% - 18px); display: flex; position: relative; padding: 15px 0 10px; margin-left: 20px; cursor: pointer; } 
.chronology_month_list li:nth-child(10n) { margin-left: 0; } 
#MonthList { display: flex; } 
#MonthList li { width: calc(8.33% - 18.33px); } 
#MonthList li:nth-child(10n) { margin-left: 20px; } 
#MonthList li:nth-child(12n) { margin-left: 0; } 
.chronology_month_list li a { width:100%; text-decoration:none !important } 
.cml_month { width: 100%; height: 65px; min-width: 75px; float: center; position: relative; display: flex; align-items: center; justify-content: center; border: 2px solid #e4e4db; flex-direction: column; padding-top: 16px; text-transform: uppercase; font-size: 18px; font-weight: bold; color: #e4e4db; } 
.cml_left_line { float: left; position: absolute; top: 8px; left: 25px; width: 4px; height: 20px; background: #e4e4db; } 
.cml_right_line { float: left; position: absolute; top: 8px; right: 25px; width: 4px; height: 20px; background: #e4e4db; } 
.cml_bottom_line { width: 100%; float: left; height: 4px; background: #e4e4db; position: absolute; top: 33px; left: 0; } 
.chronology_month_list li.active .cml_month { border: 4px solid #008ca2; color: #008ca2; } 
.chronology_month_list li.active .cml_left_line { background: #008ca2; } 
.chronology_month_list li.active .cml_right_line { background: #008ca2; } 
.chronology_month_list li.active .cml_bottom_line { background: #008ca2; } 
.cmr_title { width: 100%; float: left; padding-top: 30px; border-top: 2px solid #008ca2; margin-top: 30px; font-size: 22px; font-weight: 600; color: #008ca2; text-decoration: none; } 
.cmr_page_details { width: 100%; float: left; margin: 20px 0 15px; } 
.cmr_page_details h3 { font-size: 30px; font-weight: 600; color: #008ca2; margin: 0 0 10px; } 
.cmr_page_details p { width: 100%; float: left; font-size: 18px; line-height: 22px; color: #008ca2; } 


/* Start of SiteMap Part CSS */
.sitemap_page { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.sitemap_container { width: 100%; float: left; display: flex; flex-wrap: wrap; max-width: 1400px; position: relative; padding: 0 0 50px; flex-direction: column; } 
.sitemap_listing_box { width: 100%; float: left; } 
.sitemap_listing { width: 100%; float: left; display: flex; flex-direction: column; } 
.sitemap_listing > li { width: 100%; float: left; display: inline-block; margin-bottom: 60px; position: relative; } 
.sitemap_listing > li::before { content: ""; position: absolute; right:0; top: 0; width: 50px; height: 100%; border-radius: 10px; } 
.sitemap_listing > li:nth-child(odd)::before { background: #cce8ee; } 
.sitemap_listing > li:nth-child(even)::before { background: #e6e6e6; } 
.sl_title { width: 100%; float: left; font-size: 30px; font-weight: 600; margin-bottom: 15px; padding: 10px 20px; z-index: 1; position: relative; } 
.sitemap_listing > li:nth-child(odd) .sl_title { color: #006aa2; } 
.sitemap_listing > li:nth-child(even) .sl_title { color: #4d4d4d; } 
.sl_sub_listing { width: 100%; float: left; padding-right: 130px; } 
.sl_sub_listing li { width: calc(25% - 21px); float: left; display: inline-block; margin-left: 28px; margin-bottom: 15px; } 
.sl_sub_listing li:nth-child(4n) { margin-left: 0; } 
.sl_sub_listing li a { width: auto; float: right; text-decoration: none !important; font-size: 17px; font-weight: 600; } 
.sitemap_listing > li:nth-child(odd) .sl_sub_listing li a { color: #028ba7; } 
.sitemap_listing > li:nth-child(even) .sl_sub_listing li a { color: #4d4d4d; } 
.sl_sub_listing li a:hover { opacity: 0.7; text-decoration: underline !important; } 
/* End of SiteMap Part CSS */

/* Start of Register and Login Part CSS */
.register_page { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.register_container { width: 100%; float: left; display: flex; flex-wrap: wrap; max-width: 1400px; position: relative; padding: 0 0 70px; flex-direction: column; } 
.register_box { width: 100%; float: left; padding: 40px 60px 20px; border: 2px solid #808080; border-radius: 10px; display: flex; justify-content: space-between; } 
.rl_left_box { width: calc(50% - 80px); float: left; } 
.rl_right_box { width: calc(50% - 80px); float: left; } 
.register_box h4 { font-size: 20px; font-weight: bold; color: #028ba7; margin: 0 0 20px; } 
.register_input_list { width: 100%; float: left; } 
.register_input_list li { width: 100%; float: left; display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 20px; } 
.ril_label { width: 100%; float: left; color: #4d4d4d; font-weight: 600; font-size: 18px; } 
.ril_textfld { width: 100%; float: left; height: 50px; padding-left: 10px !important; border: 1px solid #808080 !important; border-radius: 10px; } 
.ril_checkbox_row { width: 100%; float: left; display: flex; margin: 8px 0; } 
.ril_checkbox { width: 18px; height: 18px; border: 1px solid #ccc; } 
.ril_checkbox_row label { width: auto; float: left; font-size: 16px; font-weight: normal; margin-right: 10px; } 
.ril_checkbox_row a { color: #29abe2; } 
.ril_button { width: 210px; float: left; height: 50px; border-radius: 10px; font-size: 20px; font-weight: 600; } 
.rl_left_box .ril_button { background: #808080; border: 2px solid #808080; } 
.rl_left_box .ril_button:hover { background: transparent; color: #808080; } 
.rl_right_box .ril_button { background: #028ba7; border: 2px solid #028ba7; color: #fff; } 
.rl_right_box .ril_button:hover { background: transparent; color: #028ba7; } 
.register2_box { width: 100%; float: left; padding: 20px 0; } 
.register2_box p { font-size: 18px; margin: 5px 0 15px; } 
.register2_box a { margin-top: 20px; width: 170px; float: right; display: flex; align-items: center; justify-content: center; height: 50px; border-radius: 10px; font-size: 20px; font-weight: 600; background: #028ba7; border: 2px solid #028ba7; color: #fff; } 
.login_page { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.login_container { width: 100%; float: left; display: flex; flex-wrap: wrap; align-items: center; max-width: 1400px; position: relative; padding: 0 0 70px; flex-direction: column; } 
.login_box { width: 100%; float: left; max-width: 560px; display: flex; flex-direction: column; align-items: center; margin-bottom: 100px; } 
.login_box h2 { font-size: 30px; color: #028ba7; margin: 0 0 30px; text-align: center; font-weight: bold; } 
.login_form_list { width: 100%; float: left; display: flex; flex-direction: column; } 
.login_form_list li { width: 100%; float: left; display: flex; align-items: center; justify-content: center; flex-direction: column; margin-bottom: 20px; } 
.login_label { font-size: 17px; color: #4d4d4d; } 
.login_input { width: 100%; float: left; height: 50px; border: 1px solid #666; border-radius: 10px; text-align: center; font-size: 20px; } 
.login_box > span { margin-top: 10px; width: 170px; float: right; display: flex; align-items: center; justify-content: center; height: 50px; border-radius: 10px; font-size: 20px; font-weight: 600; background: #028ba7; border: 2px solid #028ba7; color: #fff; } 
.login_box p { font-size: 16px; margin-top: 20px; } 
.login_box p a { color: #29abe2; font-weight: bold; } 
/* End of Register and Login Part CSS */

/* Start of Error Page CSS */
.error404_page { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.error404_container { width: 100%; float: left; display: flex; flex-wrap: wrap; align-items: center; max-width: 1400px; position: relative; padding: 0 0 100px; flex-direction: column; } 
.error404_box { width: 100%; float: left; display: flex; flex-direction: column; max-width: 790px; align-items: center; } 
.error404_box h1 { font-size: 110px; font-weight: bold; color: #008ca2; line-height: 80px; margin: 0 0 40px; } 
.error404_box h3 { font-size: 80px; text-align: center; line-height: 90px; margin: 0; font-weight: normal; color: #008ca2; } 
.error404_box h5 { font-size: 36px; text-align: center; line-height: 40px; margin: 30px 0; color: #008ca2; font-weight: normal; } 
.error404_box a { margin-top: 10px; width: 250px; float: right; display: flex; align-items: center; justify-content: center; height: 50px; border-radius: 10px; font-size: 24px; font-weight: 600; background: #028ba7; border: 2px solid #028ba7; color: #fff; text-decoration: none !important; } 
.error404_box a:hover { background: #fff; color: #028ba7; } 

.tooltip h2 { white-space: normal; margin: 0; font-size: 18px; line-height: 30px; font-weight: 600; color: #fff; } 
.tooltip-inner p { margin: 0; font-size: 15px !important; color: #fff !important; line-height: 20px; margin-top: 0; } 
.tooltip-inner { max-width: 100%; padding: 10px; text-align: left; min-width: 200px; } 
.tip { color: #1130c7 !important; text-decoration:underline; cursor:pointer; display:inline-block } 
.tooltip.top .tooltip-arrow { border-top-color: #363636; } 
.tooltip-inner { background-color: #363636; border:1px solid #bbb; text-align:right } 
.tooltip-inner p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } 
.highlight { background:orange; } 
.tooltip { max-width: 450px; margin-top: -15px; } 
.tooltip.top .tooltip-arrow { bottom: -4px; margin-left: -5px; border-width: 10px 10px 0; } 
.tooltip { word-break: break-all; } 

.uploaddocumnet_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background:#fff; padding-top: 20px; } 
.uploaddocumnet_container { width: 100%; float: left; max-width: 1400px; padding: 0 0 80px; } 
.uploaddocumnet_listing { width: 100%; float: left; display: flex; flex-wrap: wrap; } 
.uploaddocumnet_listing li { width: calc(33.33% - 20px); float: left; display: flex; flex-direction: column; margin-bottom:25px } 
.uploaddocumnet_listing li.marginleft30 { margin-left:30px } 
.uploaddocumnet_listing li.fullwidth { width:100% } 
.uploaddocumnet_listing li.widthof70per { width: calc(66.67% - 10px); } 
label.udl_label { width: 100%; float: left; font-size: 20px; font-weight: 700; margin: 0; line-height: 2; } 
label.udl_label span { color:#f00 } 
.udl_textfld { width: 100%; float: left; height: 44px; padding: 0 10px !important; font-size: 16px; } 
.udl_textarea { height: 150px; padding: 10px !important; } 
.udl_textarea1 { height: 90px; padding: 10px !important; } 

.publishedfile {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 17px;
}
.publishedfile #IsPublished {
    width: 20px;
    height: 20px;
    margin: 0;
}
.publishedfile label {
    margin: 0 10px;
    font-size: 14px;
    font-weight: normal;
}
ul.ud_languagelist {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    height:44px
    }
ul.ud_languagelist li {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 13px;
    width:auto
}
ul.ud_languagelist li label {
    font-size: 16px;
    font-weight: normal;
    float: left;
    margin: 0 5px 0 0 !important;
}
ul.ud_languagelist li input {
    width: 16px;
    height: 16px;
    margin: 0;
}
ul.ud_languagelist li:last-child {
    margin-left: 0;
}

.errorbox { width:100%; float:left; display:none; color:#f00; font-size:15px; } 
.errorbox.error { display:block } 
.uploaddocumnet_listing_box { width: 100%; float: left; display: flex; align-items: center; flex-direction: column; } 
.uploadFiles { width: 197px; height: 50px; border-radius: 12px; background: #B9191E; display: flex; align-items: center; justify-content: center; top: 0; left: 0; border: none !important; outline: none !important; font-size: 22px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0px; margin: 10px auto 0; float: left; cursor:pointer } 
#UpdateBtn { display:none } 
input#ThumbnailUpload, input#myfile { padding: 9px !important; } 
.cdb-upload-btn-box { width: 100%; float: left; display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; position: relative; padding: 5px; } 
/*input#myfile { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 0; background: transparent !important; border: none !important; z-index: 11; outline: none !important; padding: 0 !important; } */
label.upload-input-box { width: 100%; float: left; position: relative; top: 0; left: 0; background: #fff; z-index: 1; padding: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 3px dashed #028ba7; margin-bottom: 0; font-weight: normal; font-size: 18px; } 
.cdb-upload-btn-box.files:after { content: ""; float: left; width: 16px; background: #fff; position: absolute; top: 0; right: 0; height: 6px; z-index: 11; } 
label.upload-input-box img { width: 45px; margin-bottom: 10px; } 
label.upload-input-box img { width: 50px; margin-bottom: 20px; } 
#fileList { width: 100%; } 
.filelisting-list { width: 100%; float: left; border: 1px solid #ccc; border-bottom: none; } 
.filelisting-list li { width: 100%; float: left; display: inline-block; padding: 10px; border-bottom: 1px solid #cccc; font-size: 16px; font-weight: 500; } 

.loading-popup-box { position: fixed; top: 0; left: 0; width: 100%; background: rgba(0,0,0,0.3); height: 100%; z-index: 11; display: none; align-items: center; justify-content: center; } 
.loader { border: 10px solid #f3f3f3; border-radius: 50%; border-top: 10px solid #0092d5; width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } 
 
@-webkit-keyframes spin { 
 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } 
 }

@keyframes spin { 
 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } 
 }
 
.popup-page { position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); z-index: 11; width: 100%; height: 100vh; display: none; align-items: center; justify-content: center; } 
.popup-page.show { display: flex !important } 
.popup-box { width: 500px; background: #fff; } 
.popup-title { width: 100%; float: left; display: flex; justify-content: space-between; align-items: center; padding: 15px; border-bottom: 1px solid #ccc; } 
.popup-title h2 { font-size: 24px; font-weight: bold; margin: 0; } 
.popup-title img { width: 20px; float: left; cursor:pointer; } 
.popup-content { width: 100%; float: left; padding: 15px; } 
.confirmbtnrow { display: flex; align-items: center; justify-content: center; margin: 10px 0; float: left; width: 100%; } 
.popup-footer-btn { margin: 0 7px; font-size: 13px; padding: 7px 20px; text-transform: uppercase; letter-spacing: 0px; font-weight: 500; min-width: auto; cursor: pointer; border: 1px solid #ccc; } 
#confirmdelete, #savebtn { background:#b39552; border:1px solid #b39552; color:#fff } 
#confirmdelete:hover, .savebtn:hover { background:#fff; color:#b39552 } 
#cancelbtn { background:#58585a; border:1px solid #58585a; color:#fff } 
#cancelbtn:hover { background:#fff; color:#58585a } 
.confirmbox .popup-content p a { color: blue; } 
.confirmbox .popup-content p { text-align: left; width: 100%; font-size: 17px; font-weight: 600; } 
.flexbox { display:flex !important } 

.searchfullbox { width: 100%; float: left; display: flex; margin-bottom: 30px; flex-direction: column; } 
.serach_bar_row { width: 100%; float: left; display: flex; } 
.searchresultlist { width: 100%; float: left; display: flex; flex-direction: column; margin-top:20px } 
.searchresultlist li { width: 100%; float: left; display: flex; align-items: center; border:1px solid #ccc; margin-bottom:5px; background:#fff } 
.search_title { width: calc(100% - 200px); float: left; padding: 0 15px; font-size: 17px; font-weight: 600; height: 50px; display: flex; align-items: center; } 
.search_filebutton { width: 100px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 17px; background: red; border-right: 1px solid #ccc; } 
.sbr_textfld { width: 500px; height: 50px; font-size: 17px; padding: 10px; } 
.search_btn { width: 170px; height: 50px; background: #028ba7; display: flex; align-items: center; justify-content: center; top: 0; left: 0; border: none !important; outline: none !important; font-size: 20px; font-weight: 600; color: #fff; text-transform: uppercase; float: left; cursor: pointer; margin: 0 15px; } 
.search_filebutton { width: 110px; height: 34px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 15px; background: red; margin-left: 10px; font-weight: 600; color: #fff !important; letter-spacing: 1px; text-decoration:none !important } 
.st_deletebtn { background:#d33f3f; } 
.st_editbtn { background:#028ba7; } 

.richtex_menubtn { display: flex; width: 100%; flex-wrap: wrap; } 
.richtex_menubtn button { height: 40px; display: flex; min-width: 40px; margin: 0 2px; padding: 0; align-items: center; justify-content: center; font-size: 17px; } 
.openfilterpage { cursor: pointer; } 


.Create_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background:#fff } 
.Create_container { width: 100%; float: left; max-width: 1400px; padding: 30px 0; } 
.graybg { background:#f9f9f9;  border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;} 
.CreateButton { width: 200px; float: left; height: 50px; border-radius: 12px; background: #028ba7; display: flex; align-items: center; justify-content: center; top: 0; left: 0; border: none !important; outline: none !important; font-size: 18px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0px; margin: 0; float: left; cursor: pointer; } 

.uploadtitle { font-weight: 700; margin: 20px 0 30px; letter-spacing: -1px; color: #555; width:100%; float:left } 



.data_listing_page {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
        padding: 30px 0 40px;
}

.data_listing_container {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    max-width: 1400px;
}
.data_listing_box  {
    width: 100%;
    float: left;
}
.collectionlistingimage img {
	height:150px
}
.DocumentTypeIcon {
    background: #028ba7;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 10px;
}
.DocumentTypeIcon img {
	height:50px
}
 .dlb_add_title{
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:-42px;
    position: relative;
    z-index: 11;
}
.dlb_add_title > h3 {
    float: left;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}
.dlb_add_title > span {
    float: left;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: #809180;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 7px;
    padding: 0 25px;
        cursor: pointer;
}
ul.popupform_listing {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
ul.popupform_listing li {
    width: calc(50% - 10px);
    float: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
        margin-left: 20px;
}
ul.popupform_listing li:nth-child(even){
	margin-left:0
}
ul.popupform_listing li.pfl_buttonrow{
	    align-items: center;
    margin-bottom: 0;
        width: 100%;
}
ul.popupform_listing li.fullwidth{
	width:100%;
	margin-left:0
} 
.pfl_label{
	width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0;	
}
.pfl_textfld {
    width: 100%;
    float: left;
    height: 44px;
    padding: 0 10px !important;
    font-size: 16px;
    border:1px solid #000 !important
}
.pfl_textarea{
	height:130px;
}
.pfl_filefld{
	    padding: 8px !important;
}
.pfl_CreateButton {
    width: 180px;
    float: left;
    height: 44px;
    border-radius: 12px;
    background: #028ba7;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    border: none !important;
    outline: none !important;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0;
    float: left;
    cursor: pointer;
}
.editThumbnailData{
	width:150px; float:left; margin-top:15px; border:1px solid #ccc
}

.link_interface_row { width: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #fff; } 
.link_interface_box { width: 100%; float: left; display: flex; flex-wrap: wrap; max-width: 1400px; position: relative; align-items: flex-start; } 
.link_interface_list { width: 100%; float: left; display: flex; flex-wrap: wrap } 
.link_interface_list li { width: calc(25% - 24px); float: left; display: flex; margin:0 0 30px 30px; } 
.link_interface_list li:nth-child(4n) { margin-left: 0; } 
.link_interface_list li a { float: left; width: 100%; display: flex; flex-direction: column; align-items: center; } 
.ll_title { width: 80%; font-size: 18px; font-weight: 600; color: #fff; background: #809180; border-radius: 5px; text-align: center; padding: 5px; margin-bottom: -15px; z-index: 1; position: relative; } 
.ll_image_content { width: 100%; float: left; display: flex; flex-direction: column; background: #f1f3f1; padding: 40px 25px 25px; align-items: center; border-radius: 10px; -webkit-box-shadow: 0 1px 2px 0 rgb(0,0,0,0.15); box-shadow: 0 1px 2px 0 rgb(0,0,0,0.15); } 
.llic_image img { height: 80px; max-width: 100%; } 
.llic_content { float: left; width: 100%; text-align: center; font-size: 18px; font-weight: 600; margin-top: 20px; color: #4C4C4C} 


.FinancialApproval_textfld-error{
	float:left;width:100%; margin-top:5px; color:#f00; font-size:15px;display:none
}
.FinancialApproval_textfld-error.error{
	display:block !important
}

.comemnt_list_box { width: 100%; float: left; margin-top: 30px; } 
.comemnt_list { width: 100%; float: left; display: flex; flex-direction: column; } 
.comemnt_list > li { width: 100%; float: left; display: flex; position: relative; border: 1px solid #ccc; margin-bottom: 10px; flex-direction: column; padding: 15px; } 
.cl_user_comment_box { width: 100%; float: left; display: flex; align-items: flex-start; } 
.cm_user_icon { width: 70px; height: 70px; float: left; display: flex; align-items: center; justify-content: center; border-radius: 100%; overflow: hidden; border: 1px solid #ccc; } 
.cm_user_comment { width: calc(100% - 85px); float: left; margin-right: 15px; } 
.cm_user_title_time { width: 100%; float: left; display: flex; align-items: center; justify-content: space-between; font-size: 16px; margin-bottom: 0; } 
.cm_comment_data { width: 100%; float: left; font-size: 15px; line-height: 22px; } 
.cm_textarea_box { width: 100%; float: left; background: #eee; margin-top: 15px; padding: 10px 85px 10px 10px; display: none; } 
.cm_textarea { width: 100%; float: left; font-size: 15px; padding: 10px !important; height: 80px; margin-bottom: 10px; } 
.cl_reply_arrpove_reject_list { width: 100%; float: left; padding-right: 85px; display: flex; align-items: center; margin: 15px 0 0; font-size: 16px; } 
.cl_reply_arrpove_reject_list li { width: auto; float: left; display: flex; margin-left: 10px; font-size: 14px; cursor: pointer; padding: 7px 15px 9px; border-radius: 10px; color: #fff; } 
li.reply { background: #2473c5; } 
li.Approve { background: #009304; } 
li.Reject { background: #eb3232; } 
.replybox { width: 100%;
    float: left;
} 
 ul.replybox li {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    padding-right: 85px;
    border-top: 1px solid #ccc;
}
 ul.replybox li .cm_user_icon {
    width: 50px;
    height: 50px;
}
 ul.replybox li .cm_user_comment {
    width: calc(100% - 65px);
    float: left;
    margin-right: 15px;
}
 ul.replybox li .cm_user_title_time {
    font-size: 14px;
    margin-bottom: 0;
}
 ul.replybox li .cm_comment_data {
    font-size: 14px;
    line-height: 22px;
}

table.dataTable tbody td > span{
	cursor:pointer
}


.advance_search_box { width: 100%; float: left; display: flex; flex-direction: column; } 
.asb_document_type_list_box { width: 100%; float: left; overflow: hidden; margin: 40px 0 50px; } 
.asb_document_type_list { width: 100%; float: left; display: flex; justify-content: space-between; padding: 0 50px; overflow: hidden; position: relative; } 
.asb_document_type_list li { width: calc(14.28% - 30px); float: left; margin: 0 15px; display: inline-block; position: relative; cursor: pointer; } 
.asb_document_type_list li label { width: 100%; float: left; display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none !important; cursor: pointer; } 
.asb_dtl_icon_box { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; background: rgb(2 139 167 / 36%); border-radius: 100%; margin-bottom: 5px; } 
.asb_dtl_icon_box img { max-height:36px; max-width:36px } 
.asb_document_type_list li:hover .asb_dtl_icon_box { background:#028ba7 } 
.asb_document_type_list li:hover .asb_dtl_icon_box img { filter: invert(1); } 
.asb_dtl_text { width: 100%; float: left; text-align: center; font-size: 17px; font-weight: 600; color: #028ba7; margin-bottom: -2px; } 
.asb_dtl_count { font-size: 14px; color: #028ba7; font-weight: 500; } 
.asb_document_type_list_box .slick-prev.slick-arrow, .slick-next.slick-arrow { background: transparent; width: 40px; height: 40px; } 
.slick-prev.slick-arrow::after { background-image: url(../Images/slick-next-icon-black.png); background-size: 30px; } 
.slick-next.slick-arrow::after { background-image: url(../Images/slick-prev-icon-black.png); background-size: 30px; } 
.asb_dtl_radio_btn { width: 100%; height: 100%; position: absolute; left: 0; top: 0; visibility: hidden; } 
.asb_dtl_radio_btn:checked ~ label .asb_dtl_icon_box { background:#028ba7 } 
.asb_dtl_radio_btn:checked ~ label .asb_dtl_icon_box img { filter: invert(1); } 

.asb_input_list_box { width: 100%; float: left; } 
.asb_input_list { width: 100%; float: left; display: flex; flex-wrap: wrap; } 
.asb_input_list li { width: calc(33.33% - 20px); float: left; display: flex; flex-direction: column; margin-left: 30px; margin-bottom: 25px; } 
.asb_input_list li:nth-child(3n) { margin-left: 0; } 
.asb_input_list li label { width: 100%; float: left; font-size: 17px; font-weight: 700; margin: 0; line-height: 2; } 
.asb_input_fld { width: 100%; float: left; height: 44px; padding: 0 10px !important; font-size: 16px; } 
.asb_input_button { width: 197px; height: 50px; border-radius: 12px; background: #B9191E; display: flex; align-items: center; justify-content: center; top: 0; left: 0; border: none !important; outline: none !important; font-size: 22px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0px; margin: 60px auto 0; float: left; cursor: pointer; } 
.asb_input_list_box { width: 100%; float: left; display: flex; flex-wrap: wrap; } 



/* Start of LTR Text Chages */
.EnglishLangauge .header_row1 { padding-left: calc(100% - 990px); padding-right: 15px; } 
.EnglishLangauge .header_social_link_list { flex-direction: row; } 
.EnglishLangauge .header_social_link_list li { margin-left: 0; margin-right: 10px; } 
.EnglishLangauge .header_language_box { flex-direction: row-reverse; margin-left: 30px; margin-right: 0; } 
.EnglishLangauge .signin_signup_box { margin-left: 30px; margin-right: auto; } 
.EnglishLangauge .hp_advance_searchfld_box input { padding: 0 50px 0 15px; } 
.EnglishLangauge .hp_advance_searchfld_box a { left: auto; right: 0; } 
.EnglishLangauge .hp_blog_list li { margin-left: 0; margin-right: 10px; } 
.EnglishLangauge .hpbl_image_box { margin-left: 0; margin-right: 20px; } 
.EnglishLangauge .sb_contribute_box { padding: 35px 60px 35px 0; } 
.EnglishLangauge .sb_contribute_box span, .EnglishLangauge .sb_subscribe_box > span { margin-right: 50px; margin-left: 0; } 
.EnglishLangauge .hp_private_collection_list li, .EnglishLangauge .hp_miscellaneous_collections_list li { margin-left: 0; margin-right: 24px; } 
.EnglishLangauge .hp_private_collection_list li:last-child, .EnglishLangauge .hp_miscellaneous_collections_list li:last-child { margin-right: 0; } 
.EnglishLangauge .sb_subscribe_box { padding: 35px 0 35px 100px; border-right: none; border-left: 2px solid #91b5c3; } 
.EnglishLangauge .sb_subscribe_textfld { padding: 0 130px 0 15px; } 
.EnglishLangauge .sb_subscribe_button { left: auto; right: 0; } 
.EnglishLangauge .sb_subscribe_button span { margin-left: 0; margin-right: 20px; } 
.EnglishLangauge .footer_listing > li:nth-child(1) { padding-right: 70px; padding-left: 0; } 
.EnglishLangauge .footer_listing > li:nth-child(2), .EnglishLangauge .footer_listing > li:nth-child(3) { padding-right: 120px; padding-left: 30px; } 
.EnglishLangauge .fl_social_link li { margin-left: 0; margin-right: 30px; } 
.EnglishLangauge .most_searched_list li { margin-left: 0; margin-right: 10px; } 
.EnglishLangauge .searchbar_banner_box { padding-right: 0; padding-left: 410px; } 
.EnglishLangauge .sb_searchbox_fld_box input { padding: 0 50px 0 15px; } 
.EnglishLangauge .sb_searchbox_fld_box a { left: auto; right: 0; } 
.EnglishLangauge .breadcrumbs_list li::after { background: url(../images/breadcrumbsarrow-r.png) no-repeat; margin: 3px 13px 0; } 
.EnglishLangauge .cub_textfld_box li { margin-left: 0; margin-right: 30px; } 
.EnglishLangauge .cub_textfld_box li:nth-child(3) { margin-left: 0; margin-right: 0; } 
.EnglishLangauge .cub_textfld_box li.fullwidth { width: 100%; margin: 0 0 30px; } 
.EnglishLangauge .cub_contact_title::after { right: auto; left: 0; } 
.EnglishLangauge .cub_social_links::before { right: auto; left: 0; } 
.EnglishLangauge .cub_social_links li { margin-left: 0; margin-right: 20px; } 
.EnglishLangauge .political_entities_list li { margin-left: 0; margin-right: 24px; } 
.EnglishLangauge .political_entities_list li:nth-child(6n) { margin-left: 0; margin-right: 24px; } 

.EnglishLangauge .lfl_data_listing > li { margin-left: 0; margin-right: 30px; } 
.EnglishLangauge .lfl_data_listing > li:nth-child(3n) { margin-left: 0; margin-right: 0; } 
.EnglishLangauge .lfl_navigation_listing li { margin-left: 0; margin-right: 10px; } 
.EnglishLangauge .lff_accord_view_list > li:nth-child(1)::before { right: auto; left: -1px; } 
.EnglishLangauge .lff_accord_view_list > li:nth-child(3)::before { left: auto; right: -1px; } 
.EnglishLangauge .ad_link_box li img { margin-left: 10px; margin-right: 0; } 
.EnglishLangauge .lfl_header_box span { margin-left: 0; margin-right: 15px; } 
.EnglishLangauge .lfl_view_box { margin-right: 0; margin-left: auto; } 
.EnglishLangauge .lfl_view_box li { margin-left: 0; margin-right: 10px; } 
.EnglishLangauge .lfl_view_box li:nth-child(2) { margin-left: 0; margin-right: 0; } 
.EnglishLangauge .bd_link_box li { margin-right: 0; margin-left: 15px; } 
.EnglishLangauge .bd_link_box li img { margin-right: 0; margin-left: 10px; } 
.EnglishLangauge .bdd_tag_listing li { margin-left: 0; margin-right: 10px; } 
.EnglishLangauge .bdd_social_listing li { margin-right: 20px; margin-left: 0; } 
.EnglishLangauge .other_entries_list li { margin-left: 0; margin-right: 24px; } 
.EnglishLangauge .other_entries_list li:last-child { margin-left: 0; margin-right: 0; } 
.EnglishLangauge .lf_tag_list li { margin-left: 0; margin-right: 10px; } 
.EnglishLangauge .lf_social_link li { margin-left: 0; margin-right: 20px; } 
.EnglishLangauge .ad_link_box li { margin-right: 0; margin-left: 15px; } 
.EnglishLangauge .cub_submit_btn { margin-left: 0; margin-right: auto; } 
.EnglishLangauge .lfl_breadcrumbs_list li::after { background-image: url(../images/breadcrumbsarrow-r-black.png); } 
.EnglishLangauge .lfl_report_listing > li { margin-left: 0; margin-right: 30px; } 
.EnglishLangauge .lfl_report_listing > li:nth-child(3n) { margin-left: 0; margin-right: 0; } 
.EnglishLangauge .our_partners_list li { margin-right: 0; margin-left: 25px; } 
.EnglishLangauge .cr_collections_list li { margin-left: 0; margin-right: 24px; } 
.EnglishLangauge .cr_collections_list li:last-child { margin-left: 0; margin-right: 0; } 

.EnglishLangauge .smb_seememory_inner_box { border-right: none; border-left: 2px solid #ccc; padding: 30px 0 30px 30px; } 
.EnglishLangauge .smb_memorygoals_list { border-left: 2px solid #ccc; border-right: 0; } 
.EnglishLangauge .smb_mg_image_box { margin-right: 0; margin-left: -70px; } 
.EnglishLangauge .collection1_arrow_box, .EnglishLangauge .gl_arrow_box { flex-direction: row-reverse; } 
.EnglishLangauge .iiam_accord_list_title li { margin-left: 0; margin-right: 15px; } 

/* End of LTR Text Chages */






/* Haneen edits */

/* section Header */
.hidden{
	display:none
}
.sectionHeader{
  height: 650px;
 /* margin: 0 0 90px;*/
  background-color: #809180;
  color:#fff;
  padding:0
  }
  
 .sectionHeader .container {
    height: 100%;
}
  .setionTitle-desc{
	    /* position: relative; */
    display: flex;
    /* align-items: end; */
    flex-direction: column;
    /* text-align: right; */
    /* align-items: flex-start; */
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 10vh;
    padding-right: 10vh;
    width: 90%;
    }

  .sectionHeader .setionTitle-desc h2{
	 font-size: 38px;
  font-weight: bold;
  color:#fff !important ;
      margin-right: 0;
      margin-bottom: 15px;
} 

.groupPageHero .DocumentDesc {
    text-align: center;
}

.sectionBigImg {
    height: 650px;
    width: 100%;
}
.sectionHeader img{
	height:100%;
	width:100%;
	object-fit:cover
}



.groupPageHero{
	  height: 650px;
 /* margin: 0 0 90px;*/
  background-color: #809180;
  color:#fff;
  padding:0;
  position:relative
}
.sectionBigImgBG{
    position: relative;
    z-index: 0;
    height: 650px;
}

.sectionBigImgBG::after{
position:absolute;
content:"";
height:100%;
width:100%;
top:0;
left:0;
	-webkit-box-shadow: inset 0px -250px 87px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: inset 0px -250px 87px 0px rgba(0,0,0,0.60);
box-shadow: inset 0px -250px 87px 0px rgba(0,0,0,0.60);
}


.setionGroupTitle-desc{
	position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 0 ;
    left: 50%;
}
.setionGroupTitle-desc .breadcrumbs_list{
	 justify-content: center; 
}
.setionGroupTitle-desc .breadcrumbs_list li a,.setionGroupTitle-desc .breadcrumbs_list li::after  {
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    }
    
.setionGroupTitle-desc h2 {
    text-align: center;
    color: #fff !important;
    font-size: 45px;
}



.documentBlock{
	margin-bottom:60px;
	    overflow: hidden;
}
.GroupData {
    margin-top: 50px;
}
section.GroupData .container {
    padding:5%;
  
overflow:hidden;
    border-radius: 18px;
    background-color: #fff;
    margin-bottom: 61px;
}

.filterList h5{
	
}

filterList  .accordion-button {
    color: #000000 !important;
    font-size: 18px;
    border: 0 !important;
    font-weight: 500;
}

filterList  .accordion-item:first-of-type {
    border-bottom: 1px solid #d4d4d4 !important;
}

.accordion-button::after {
    margin-right: 7%;
}
ul.lff_accord_view_list_1, .lff_accord_view_list_2 {
    list-style-type: none;
}

.fl-title{
	margin-left:10px
}

.tns-outer {
    direction: ltr;
}

.tns-item {
    font-size: 16px;
    position: relative;
}

#filterList .accordion-button {
    color: #000 !important;
    font-size: 20px !important;
    justify-content: space-between;
        border-bottom: 1px solid #6e7f6e80 !important;
    }


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: transparent;
    background-color: transparent;
    padding: 0;
    min-width: 10px;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;}
    
.explore-toggler-icon{
	display:none
}    

.accordion-button:focus {
    box-shadow: none;
}

input[type=button]:active, input[type=reset]:active, input[type=submit]:active, button:active {
  border-color: #c0c0c0;
    background-color: #c0c0c04a;
    background-color: #c0c0c04a;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button:hover {
    border-color: #c0c0c0;
    background-color: #c0c0c04a;
    background-color: #c0c0c04a;
}

.MostViewedBlock, .newPostBlock{
	direction:rtl
}

#s4-workspace{
overflow-x:hidden
}


.GroupData .lfl_view_box {
    justify-content: end;
   /* display:none*/
   margin-bottom: 2rem;
}

.documentBlock .lfl_dl_image_box,
.documentBlock .bl_pel_image_box 
 {
    height: 360px;
    border:1px solid #d1cdcd
    }

.lfl_view_box{
	
}

.footerlogos img{
	max-height:48px
}


.footerlogos> div img {
    max-height: 42px;
}

.footerlogos .d-flex img:first-child {
    margin-left: 15px;
    max-height: 70px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
    background: rgb(110 127 110);
}

::-webkit-scrollbar-track {
    background: rgb(241 243 241 / 42%);
}
.filledBtn {
    border-color: #809180 !important;
    font-size: 18px;
    background-color: #809180 !important;
    color: #fff !important;
    font-weight: 500;
}

#DocumentList a span, .date{
    color: #6c757d;
    font-weight: 500;
    font-size: 13px;
}

.to-reveal .date{
	color:#fff
}

#groupsCard a img {
    object-fit: cover;
}

.titleCont{
	background-color:#f7f7f7
}


.noAccess{
	    height: 450px;
    width: 100%;
    background-color: lightgray;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#navbarSupportedContent .navbar-nav .nav-item {
    /* width: 170px; */
    width: max-content;
}
/*////////*/
 .lfl_data_listing.listview > li > a,
  #DocumentList.listview .documentBlock > a,
  #SubGroupDataList.listview .documentBlock > a {
    border: 1px solid #ccc;
}
.lfl_data_listing > li > a:hover,
 #DocumentList .documentBlock  a:hover,
 #SubGroupDataList .documentBlock  a:hover {
    background: #f1f3f1;
}

 #DocumentList.listview, #SubGroupDataList.listview { flex-direction: column; } 
 #DocumentList.listview > div , #SubGroupDataList.listview > div{
    width: 100% !important;
    /* margin: 0 0 20px; */
}

 #DocumentList.listview  .documentBlock ,
  #SubGroupDataList.listview  .documentBlock{
    margin-bottom: 20px;
    }
 #DocumentList.listview .documentBlock .lfl_breadcrumbs_list,
   #DocumentList.listview .documentBlock .lfl_dl_content_box > p,  
   #DocumentList.listview .documentBlock .lfl_dl_content_box > .lfl_dl_description,
    #SubGroupDataList.listview .documentBlock .lfl_breadcrumbs_list,
   #SubGroupDataList.listview .documentBlock .lfl_dl_content_box > p,  
   #SubGroupDataList.listview .documentBlock .lfl_dl_content_box > .lfl_dl_description { display: flex;   margin-top: 20px; } 
   
 #DocumentList.listview .documentBlock h3,#SubGroupDataList  .documentBlock h3 { display: none; } 
 #DocumentList.listview .documentBlock > a ,
  #SubGroupDataList.listview .documentBlock > a { flex-direction: row; padding: 15px; border-radius: 10px; justify-content: space-between;
    display: flex;
    overflow: hidden; } 
 #DocumentList.listview .lfl_dl_image_box,#SubGroupDataList.listview .lfl_dl_image_box ,.listview .bl_pel_image_box{ width: 110px; max-height: 150px; } 
 
 #DocumentList.listview .lfl_dl_image_box img , #SubGroupDataList.listview .lfl_dl_image_box img, .listview .bl_pel_image_box img{
  width:100%; 
  object-fit: cover;
  height: 100%;
    }
 #DocumentList.listview .lfl_dl_content_box , #SubGroupDataList.listview .lfl_dl_content_box{ width: calc(100% - 130px); } 
 #DocumentList.listview .lfl_dl_content_box h2, #SubGroupDataList.listview .lfl_dl_content_box h2 { font-size: 18px; color: #000 !important; line-height: 28px; } 
 
 .tns-nav{
    text-align: center;
    margin: 10px 0;
}

 .tns-nav button {
    height: 15px !important;
    width: 15px !important;
    border-radius: 50%;
    display: inline-block;
    min-width: 15px;
    min-height: 15px;
    padding: 0;
    margin: 2px;
    border: transparent;
    background-color: #212529;
}

.tns-nav-active {
    background-color: #e20613;
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dot {
    min-width: 15px;
    margin: 3px;
}

.owl-dot span {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
}

.owl-dot.active span {
    background-color: #e20613;
}

.ms-signInLink {
    display: none !important;
}

#aspnetForm .col-lg-3 span {
    font-weight: 500;
    font-size: 14px;
    color: #444444;
}

.owl-nav {
    font-size: 100px;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    color: #eee;
    transform: translate(0%,-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: 100%;
    z-index:-1
}

.owl-nav button {
    min-width: 0;
}


ul:nth-child(1) > li:nth-child(7) {
    padding-bottom: 0;
}

#back-to-up {
background-color: #e20613;
    color: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid #e20613;
    min-width: 40px;
    line-height: 2.2;
    left: auto;
    right: 40px;
    z-index: 999;}
    
    
.chronology_month_list li {
    margin-bottom: 30px;
    float: none;
    width: 25%;
    display: block;
    position: relative;
    padding: 0 15px;
    margin-left: 0;
    cursor: pointer;
}

.chronology_month_list li a {
    display: block;
}

.chronology_month_list li img{
	height: 100% !important;
    object-fit: cover;
}
    section > div > div > ul span {
    position: relative;
    bottom: 0;
}
#MonthList li {
    margin-bottom: 0;
    padding: 0;
    margin-top:10px 
}
.cml_bottom_line {
    top: 16px;
    }
    .cml_left_line , .cml_right_line{
	    top: -7px;
	}