/*Sohail CSS*/
*, ::after, ::before{box-sizing: border-box;font-family: system-ui}
::selection{background-color: #2e4562; color: #fff}
body{margin: 0px;font-family: system-ui;-webkit-font-smoothing: antialiased}
a{text-decoration: none;transition: all ease .3s}
a:hover{transform: scale(1.02);font-family: system-ui}
h1,h2,h3,h4,h5,h6{margin-top: 0;margin-bottom: .5rem;font-weight: 500;line-height: 1.2;font-family: system-ui}
p{margin-top: 0px;font-family: system-ui}
strong{font-weight: 500!important;font-family: system-ui}
.t-white{color: #fff}
.t-black{color: #000}
.t-black1{color: #333}
.t-black2{color: #2f2f2f}
.t-black3{color: #3c3a3a}
.t-black4{color: #111}
.t-grey{color: #555}
.t-blue{color: #0868ad}
.t-blue1{color: #0667ac}
.t-red{color: #D82500}
.t-yellow{color: #ffbf00}
.bg-white{background-color: #fff}
.bg-grey1{background-color: #ced4da}
.bg-grey2{background-color: #f9f8f8}
.bg-grey3{background-color: #eee}
.bg-blue{background-color: #c4dff0}
.font11{font-size: 11px}
.font12{font-size: 12px}
.font13{font-size: 13px}
.font14{font-size: 14px}
.font15{font-size: 15px}
.font16{font-size: 16px}
.font18{font-size: 18px}
.font20{font-size: 20px}
.font24{font-size: 24px}
.font26{font-size: 26px}
.font28{font-size: 28px}
.font30{font-size: 30px}
.font32{font-size: 32px}
.font36{font-size: 36px}
.radius4{border-radius: 4px}
.radius10{border-radius: 10px}
.radius15{border-radius: 15px}
.radius50{border-radius: 50px}
.radius100{border-radius: 100px}
.bold300{font-weight: 300}
.bold400{font-weight: 400}
.bold500{font-weight: 500}
.bold700{font-weight: 700}
.lh-20{line-height: 20px}
.lh-22{line-height: 22px}
.lh-24{line-height: 24px}
.lh-28{line-height: 28px}
.img-fluid{max-width: 100%;height: auto}
.position-relative{position: relative}
.text-center{text-align: center}
.text-end{text-align: right}
.w-50{width: 50%}
.w-100{width: 100%}
.border-green {border-color: #5dbb2d !important}
.border-red {border-color: #f53131 !important}

/*Header CSS*/
.nav_row{position: relative;z-index: 3}
.header_logo_link{padding: 6px 0px;height: 60px}
a.header_logo_link:hover {transform: scale(1);}
.search_icon_div{width: 35px;height: 35px;cursor: pointer;margin-right: 24px;padding: 6px 0 0 6px;border-radius: 50px;transition: all ease .3s}
.search_icon_div:hover{background-color: #f4f4f4;transform: scale(1.06)}
.login_btn{background-color: #0079b2;color: #fff;padding: 2px 5px;border: 1px solid #0079b2;border-radius: 4px;transition: all ease .3s}
.login_btn:hover{background-color: #0079b2;color: #fff;text-decoration: none;transform: scale(1.02)}
.menu{cursor: pointer;width: 119px;height: 60px;position: relative}
.menulines{position: relative; width: 100%; height: 100%}
.menu .menu-line{background: #000; border: none; height: 2px; width: 25px; position: absolute; top: 22px; left: 15px; -webkit-transition: all .35s ease; transition: all .35s ease}
.menu span:nth-of-type(2){top: 31px}
.menu span:nth-of-type(3){top: 40px}
.menu-text{color: #000; font-size: 16px; text-align: left; padding: 0; margin: 0 0 0 55px; font-weight: normal; text-transform: uppercase; line-height: 60px} 
.rotateMenuLines .top-line{-webkit-transform: translateY(6px) translateX(0) rotate(45deg);transform: translateY(6px) translateX(0) rotate(45deg);background: #000}
.rotateMenuLines .middle-line{opacity: 0;background: #ff0}
.rotateMenuLines .bottom-line{-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);transform: translateY(-12px) translateX(0) rotate(-45deg);background: #000}

/*Search Dropdown*/
.search_row{width: 100%;position:absolute;top:-2000%;z-index: 2;transition: all 0.3s ease}
.search_row_active{top:100%}
.search_content_div{border:none;border-radius:0px 0px 8px 8px}
.search_content_div form{position: relative}
.search_content_div form input{color:#333;font-size:24px;border-style: none;border-bottom: 1px solid #b3b8bd;border-radius: 0px;background: transparent;padding: 15px 60px 15px 15px;height: 60px;display: block;width: 100%;outline: none}
.search_content_div form input:focus{box-shadow: none;background:transparent;border-color:#b3b8bd}
.search_btn_div{position: absolute;top: 18px;right: 60px}
.header_search_btn{background: transparent;border-style:none;cursor: pointer;transition: all ease .3s}
.header_search_btn:hover{transform: scale(1.06)}
.search_result p{font-size:18px;padding: 20px 14px;font-weight: 700;border-bottom: 1px solid #b3b8bd}
.search_result a{display: block;font-size:18px;padding: 20px 14px;border-bottom: 1px solid #b3b8bd}
.search_result a:hover{color: #0a58ca}

/*Menu Dropdown*/
.menu_row{width: 100%;position:absolute;top:-2000%;z-index: 2;transition: all 0.3s ease}
.menu_row_active{top:100%}
.menu_content_div{border:none;border-radius:0px 0px 8px 8px}
.all_cat_links,.site_links{padding-top: 4px}
.all_cat_links .cat_list a{padding-bottom: 14px} 
.all_site_links .site_links a{padding-bottom: 14px}
.all_cat_links .cat_list a:hover,.all_site_links a:hover{text-decoration: none;color: #0a58ca}
.all_cat_btn_div a{background: transparent;color: #0f68a4;border:none;border-radius:50px;padding: 8px 30px;display:inline-block;transition: all ease .3s}
.all_report_btn_div a{background: transparent;color: #000;border:none;border-radius:50px;padding: 8px 15px;display:inline-block;transition: all ease .3s}
.all_cat_btn_div a:hover,  .all_report_btn_div a:hover{background:transparent;color: #0f68a4;text-decoration: none;transform: scale(1.02)}
.all_cat_btn_div a svg{position: relative;top: 4px;left: 4px}

/*Banner*/
/*.banner{background-color:#2e4562;padding:0px 0px 30px;min-height: 172px}*/
.banner{background: url(../images/listing-4/section_6_bg2_1_1.webp) no-repeat #2e4562;background-position: right 0px;background-size: 24%;padding:0px 0px 30px;min-height: 172px}
.breadcrumb_sec{background-color:#ced4da;padding:10px 0px}
.breadcrumb{display: inline;}
.breadcrumb a,.breadcrumb p,.breadcrumb span{font-size: 14px;color: #444;margin: 0px;padding: 0px;display: inline}
.breadcrumb a:after{content:'/';padding: 0px 6px}
.breadcrumb a:hover{transform: scale(1)}
.banner_img img{width: 130px;filter: brightness(56.5);padding: 20px 0px;margin: 0px -15px}

.request_sample_btn{background-color: #FFA41C;color: #0F1111;border: 1px solid #c57805;display: inline-block;width: 100%;text-align: center;padding: 13px 0px;cursor: pointer;transition: all ease .3s}
.request_sample_btn:hover{background-color: #FFA41C;color: #0F1111;border: 1px solid #c57805;transform: scale(1.02)}
.banner_btn_1{background-color: #eef8fc;color: #0f68a4;border: 1px solid #0f68a4;display: inline-block;width: 100%;text-align: center;padding: 13px 0px;cursor: pointer;transition: all ease .3s}
.banner_btn_1:hover{background-color: #eef8fc;color: #0f68a4;transform: scale(1.02)}
.banner_btn_1 svg{stroke: #D82500}
.banner_btn_1:hover svg{stroke: #D82500}

/*Report Section*/
.report_section{padding: 1px 15px 0px}
.report_section_row{/*max-width: 1200px;*/margin: 0 auto;background-color: #fff;margin-top: -20px;border-radius: 4px 4px 0px 0px;padding: 16px 15px 45px}
.report_tabs{border-bottom: 2px solid #dfdfdf}
.report_tabs .tab{background-color: #fff;color: #717171;border: none;border-bottom: 4px solid transparent;font-size:18px;font-weight:400;width: 100%;padding: 8px 0px;line-height: 30px;cursor: pointer;outline: none}
.report_tabs .tab_active{background: #fafafa;color: #0667ac;border-bottom: 4px solid #91c63e;font-size: 18px;font-weight:400;}
.report_tabs .tab_1.tab_active{border-bottom: 4px solid #0868ad}
.report_tabs .tab_2.tab_active{border-bottom: 4px solid #F0572B}
/*.report_tabs .tab_3.tab_active{border-bottom: 4px solid #F0572B}*/
.report_tabs .tab_4.tab_active{border-bottom: 4px solid #8e278c}
.tab_content .tab_div{padding-top: 24px;line-height: 30px}
.tab_content .tab_div h2,
.tab_content .tab_div h3.report_content_title{font-size: 22px;color: #0667ac;margin-bottom: 16px;font-weight: 400}
.tab_content .tab_div h2::after,
.tab_content .tab_div h3.report_content_title::after{content: "";display:block;width: 60px;height: 3px;background-color: #0f68a4;margin: 10px 0px}
.tab_content .tab_div h3,
.tab_content .tab_div h5{font-size: 17.6px;line-height: 30px;color: #0667ac;font-weight: 400}
.tab_content .tab_div h4{font-size: 17.6px;line-height: 30px;color: #0667ac;font-weight: 400}
.tab_content .tab_div p{font-size: 16px;color: #333;line-height: 30px}
.tab_content .tab_div p strong{font-weight: 500}
.tab_content .tab_div a{display:inline-block;color: #bc2f06;text-decoration: underline;transition: all ease .3s}
.tab_content .tab_div a:hover{transform: scale(1)}
.tab_content .tab_div ul li{color:#333}
.tab_content .tab_div table{width: 100%;/*border: 1px solid #cbcbcb;*/margin: 16px auto 24px;border-collapse: separate;text-align: left}
.tab_content .tab_div table tr:nth-child(odd) th,
.tab_content .tab_div table tr:nth-child(odd) td{background-color:#eceef8;color:#333}
.tab_content .tab_div table tr:nth-child(even) th,
.tab_content .tab_div table tr:nth-child(even) td{background-color:#f6f8ff;color:#333}
.tab_content .tab_div table th{font-weight: 500!important}
.tab_content .tab_div table th,
.tab_content .tab_div table td{padding: 13px 8px}

/*Aside Coloum*/
.report_info_box{background: #f6f8ff;border:none}
.report_info_box p{font-size: 13px;color: #1c1c1c;margin-bottom: 8px;display: flex}
.report_info_box p span.sprite_icon{display: inline-block;background: url(../images/report-info-box-sprite.webp);width: 30px;height: 25px;margin-right: 10px;background-repeat: no-repeat;background-size: 25px;}
.report_info_box p span.span1{background-position: 4px 2px}
.report_info_box p span.span2{background-position: 3px -33px}
.report_info_box p span.span3{background-position: 4px -93px;background-size: 23px}
.report_info_box p span.span4{background-position: 4px -125px;background-size: 23px}
.report_info_box p span.span5{background-position: 3px -66px}
.report_info_box p span.span6{background-position: 4px -173px}
.report_info_box p a{font-size: 13px;color: #1c1c1c}
.report_info_box p a:hover{color: #343a40}
.report_info_box p.a-Name2{margin-bottom: 0px}
.report_info_box p.a-Name2 a{display: block;margin-top: 2px}
.quick_contact_box{border:none; margin: 30px 0px 25px;background-color: #f6f8ff}
.quick_contact_box a.contact{display: flex;align-items: center;color: #4c4c4c;font-size: 16px;padding:14px 12px;border-top: 1px dashed #9b9b9b}
.quick_contact_box a.contact svg{color: #264997;margin-right: 10px}
.quick_contact_box a.whatsapp svg{color: #10b414}
.quick_contact_box a.contact:hover{color: #408bc0}
.buy_btn_div .buy_btn{width:100%;font-size: 18px;background-color: #ffd814;color: #111;border: 1px solid #ffd814;padding: 13px 40px;font-weight:500;display: inline-block;border-radius: 15px;cursor:pointer;transition: all ease .3s}
.buy_btn_div .buy_btn:hover{background-color: #ffd814;color: #111;transform: scale(1.02)}

/*CTA Banner One CSS*/
.r-Banner-one{padding: 18px 0px;line-height: 24px;border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb}
.r-Banner-one p.p1{font-size: 22px!important;color: #1a1a1a;line-height: 24px}
.r-Banner-one p.p2{font-size: 14px!important;color: #1a1a1a;line-height: 24px}
.r-Banner-one button.banner_one_btn{background-color:#ffa41c;color:#111;border: 1px solid #c57805;font-size: 18px;font-weight:500;padding: 13px 10px;width: 225px;transition: none;border-radius: 15px;cursor: pointer;transition: all ease .3s}
.r-Banner-one button.banner_one_btn:hover{background-color: #ffa41c;border: 1px solid #c57805;transform: scale(1.02)}
/*CTA Banner Two CSS*/
.r-Banner-two{padding: 18px 0px;border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb}
.r-Banner-two .r-banner-child2 p.p1{font-size: 22px}
.r-Banner-two .r-banner-child2 p.p2{font-size: 14px;color: #1c1c1c;line-height: 18px}
.r-Banner-two button.banner_two_btn{background-color: #ffa41c;color: #111;border: 1px solid #c57805;font-size:18px;font-weight:500;padding: 13px 10px;width: 225px;border-radius: 15px;cursor: pointer;transition: all ease .3s}
.r-Banner-two button.banner_two_btn:hover{background-color:#ffa41c;color: #111;transform: scale(1.02)}
/*CTA Banner Three CSS*/
.r-Banner-three{padding: 18px 0px;border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb}
.r-Banner-three p.p1{color: #1a1a1a;font-size: 22px}
.r-Banner-three p.p2{color: #1a1a1a;font-size: 14px;text-align: left;line-height: 20px;font-weight: 400}
.r-Banner-three p.p2 span{font-size: 18px}
.r-Banner-three button.banner_three_btn{background-color: #ffa41c;color: #111;border: 1px solid #c57805;font-size:18px;font-weight:500;padding: 13px 0px;width: 225px;border-radius: 15px;cursor: pointer;transition: all ease .3s}
.r-Banner-three button.banner_three_btn:hover{background-color: #ffa41c;transform: scale(1.02)}


/*TOC Section*/
#tab_2_body{display: none}
#tab_2_body h3{font-size: 24px}
pre{line-height: 0px;font-size: 0.95rem;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight: 400;color: #333;overflow-x: auto;overflow-y: hidden;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word}
