/* CSS Document */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,img, input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Poppins', sans-serif;
	-webkit-text-stroke: 0.1px;
}
a:link, a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
html {
	overflow: auto;
}

body {
	line-height: 1.3;
}

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
 }

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a img {
	border: none
}
ul{
list-style:none;
}
a{
text-decoration:none;
}
ul {
    list-style: outside none none;
}
body{
background-color:#f3f3f3;
}
input {
    border-radius: 0;
/*    -webkit-appearance: none;
*/}
.cnts{
position:relative;
float:left;
width:100%;
}
.cntsMenu{
background-color:#B20000;
}
.cntsIn{
width:96%;
margin:0 auto;
}
.cntsBox{
position:relative;
float:left;
width:100%;
}
.logoImg, .logoImgFooter{
position:relative;
float:left;
height:100px;
width:180px;
background-image:url(../images/Logo_white_high.png);
background-position:center left;
background-repeat:no-repeat;
background-size:contain;
}
.topMenuArea{
position:relative;
float:left;
width: 132px;
padding: 20px;
 
height:100%;
border-radius: 5px;
background-color: #FFF;
margin-top:20px;
    min-height: calc(100vh - 200px);
}
.homeIcon{
position:relative;
float:left;
width:18px;
height:20px;
background-image:url(../images/iconmonstr-home-6-240.png);
background-position:center;
background-repeat:no-repeat;
background-size:contain;
}
.topMenuLink{
position:relative;
float:left;
line-height:1.4;
color:#000;
font-size:16px;
font-weight: 500;
margin-bottom: 10px;
}
.topMenuLink:hover{
text-decoration:underline;
}
.menuTopArea, .topSearchArea{
position:relative;
float:right;
margin-top:10px;
}
.menuTopLink{
position:relative;
float:left;
height:20px;
line-height:21px;
color:#FFF;
font-size:13px;
margin-left:21px;
background-image:url(../images/iconmonstr-log-out-2-240.png);
background-position:center left;
background-repeat:no-repeat;
background-size:13px;
padding-left:18px;
font-weight:300;
}
.menuTopLinkLogout{
background-image:url(../images/iconmonstr-log-out-7-240.png);
}
.menuTopLinkUser{
background-image:url(../images/iconmonstr-user-1-240.png);
}
.menuTopLink:hover{
text-decoration:underline;
-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.menuTopLanguagesArea{
position:relative;
float:left;
padding:4px;
margin-top:-4px;
}
.menuTopLanguagesAreaSelected{
position:relative;
float:left;
height:20px;
line-height:19px;
color:#FFF;
font-size:13px;
cursor:pointer;
background-image:url(../images/iconmonstr-arrow-25-240.png);
background-position:center right 4px;
background-repeat:no-repeat;
background-size:12px;
padding-right:24px;
font-weight:300;

}
.menuTopLanguagesAreaOtherOptions{
position:absolute;
z-index:9;
background-color:#FFF;
top: 23px;
right: 0;
padding:4px;
padding-left:10px;
padding-right: 28px;
padding-bottom:0;
border-radius:1px 0 1px 1px;
display:none;
}
.menuTopLanguagesAreaOtherOptionsDivs{
position:relative;
float:left;
color:#B20000;
height:20px;
line-height:19px;
font-size:13px;
cursor:pointer;
width:100%;
background-size:12px;
padding-right:10px;
margin-bottom:4px;
font-weight:300;
text-align:right;
}
.menuTopLanguagesAreaOtherOptionsDivs:hover{
text-decoration:underline;
}
.menuTopLanguagesAreaClicked{
background-color:#FFF;
}
.menuTopLanguagesAreaClicked .menuTopLanguagesAreaOtherOptions{
display:block;
}
.menuTopLanguagesAreaClicked .menuTopLanguagesAreaSelected{
color:#B20000;
padding-left:10px;
background-image:url(../images/iconmonstr-arrow-25-240-red-up.png);
}
.topSearchArea{
margin-top:5px;
}
.searchTop {
    position: relative;
    float: left;
    width: 120px;
    height: 30px;
    font-size: 14px;
    background-color: #FFF;
    line-height: 30px;
    color: #1f1f1f;
    padding-left: 10px;
    background-image: url(../images/iconmonstr-magnifier-4-240.png);
	background-image: url(../images/iconmonstr-search-thin-240Sup.png);
	background-size:18px;
    padding-right: 30px;
    background-position: right 5px center;
    background-repeat: no-repeat;
	border-radius:1px;
}
.searchTop:focus{
width:220px;
-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.topMenuRightArea, .bottomMenuRightArea{
position:relative;
float:right;
}
.liner{
position:relative;
float:right;
width:100%;
height:1px;
}
.searchIconBtn, .searchIconBtnIn{
position:absolute;
right:0;
height:30px;
width:32px;
top:0;
cursor:pointer;
z-index:1;
}
#searchSuggestions, #searchSuggestions2, #searchSuggestions3 {
    position: absolute;
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(255,255,255,1);
    color: #1f1f1f;
    font-size: 13px;
    display: none;
    top: 31px;
    overflow: hidden;
    z-index: 999;
	border-bottom:2px solid #f3f3f3;
}
.firsSearchResult:link, .firsSearchResult:hover, .firsSearchResult:visited, .firsSearchResult:active, .firsSearchResult:focus {
position:relative;
float:left;
width:100%;
color: #1f1f1f;
position: relative;
    float: left;
    width: 100%;
    line-height: 1.3;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #f3f3f3;
    font-size: 13px;
}
.firsSearchResult:hover{
text-decoration:underline;
}
.cntsFooter{
background-color:#4c4c4c;
}
.footerRight{
position:relative;
float:right;
font-size:12px;
color:#f3f3f3
}
.bottomMenuRightAreaLinds{
position:relative;
float:right;
margin-top:35px;
margin-bottom:5px;
}
.bottomMenuLink, .bottomMenuLinkNo{
position:relative;
float:left;
margin-left:15px;
font-size:12px;
text-align:right;
color:#f3f3f3
}
.bottomMenuLink:hover{
text-decoration:underline;
}
.headAlert{
display:none !important;
}
.newsPostPublisher{
    margin-bottom: 10px !important
}
.fixedPopUp{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    background-color: #00000099;
    display: none;
}
html, .fixedPopUp, .wheelerPopUpOr{
overflow-y:auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
scrollbar-color: #DBDBDB transparent;
scrollbar-width: thin;
}
html::-webkit-scrollbar, .fixedPopUp::-webkit-scrollbar, .wheelerPopUpOr::-webkit-scrollbar {
width: 8px;
height:100%;
cursor: ew-resize;
}
html::-webkit-scrollbar{
width: 8px;
}
html::-webkit-scrollbar-track, .fixedPopUp::-webkit-scrollbar-track, .wheelerPopUpOr::-webkit-scrollbar-track {
background: rgba(219, 219, 219,.5);
}
html::-webkit-scrollbar-thumb, .fixedPopUp::-webkit-scrollbar-thumb, .wheelerPopUpOr::-webkit-scrollbar-thumb {
background: #DBDBDB;
}
.exfd-hidden-scroll {
overflow-y: hidden;
}
.popupCnt{
   position: relative;
    float: left;
    width:calc(90% - 40px);
    padding: 20px;
    margin-left: 5%;
    margin-top: 10vh;
    margin-bottom: 10vh;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: rgb(0 0 0 / 30%) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgb(0 0 0 / 30%) 0 1px 3px;
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.leftAreaTopCntTxt{
    width:50% !important;
}
.rightAreaTopCntTxt {
    width:calc(50% - 20px);
    margin-left:20px;
}
.leftAreaImgCnt{
    width: 100%;
}
.leftAreaImgTxtCnt .leftAreaImg {
   
    max-width: 100%;
    width: 100%;
}
.closePopUpBtn{
    position:relative;
    float: right;
    
     height: 20px;
     line-height: 20px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #FFF;
    border-color: #ffffff00;
    background-color: #0000000d;
    color: #000000e6;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 20px;

}
.closePopUpBtn:hover{
   background-color:#0000001a;
}
.closePopUpBtn:before{
    position: relative;
    float: left;
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
    background-image: url(../images/iconmonstr-x-mark-lined2.svg);
}
.rightAreaMiddleCntTitleTxt{
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
}
.rightAreaMiddleCntTitleTxt2{
    color: #00000099 !important;
        font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    margin-top: 10px !important;
}
.rightAreaMiddleCntTitleTxt3{
     color: #000000e6 !important;
        font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    margin-top: 3px !important;
}
.subDataCnt{
    position: relative;
    float: left;
    width:100%;
    margin-top: 40px;
}
.rightAreaMiddleCntTitleTxt3 span{
    position: relative;
    float: left;
    width: 150px;
     color: #000000e6 !important;
}

.rightAreaMiddleCntDesc {
    color: #000000e6 !important;
    line-height: 1.3 !important;
    font-size: 14px !important;
}
.rightAreaMiddleCntDescDD{
    margin-top: 40px !important;
    color: #000000e6 !important;
    font-size: 20px  !important;
    font-weight: bold  !important;
}
.rightAreaTopCntTxt{
       width: calc(50% - 20px) !important;
    margin-left: 20px !important;
}
.divider{
    position: relative;
    float: left;
    width: 100%;
}
.rightAreaMiddleCntTitle{
    margin-top:0 !important;
}
.rightAreaTopCntTxtMenuCnt{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #00000026;
}
.getNewsContentBtn{
    position: relative;
    float: left;
    padding: 1rem .75rem !important;
        gap: .5rem;
    flex-wrap: wrap;
    white-space: nowrap;
    font-size: 13px;
    cursor: pointer;
    line-height: 22px;
        display: inline-flex;
            border-bottom: 3px solid transparent;
        top: 1px;
}
.getNewsContentBtnActive{
    border-bottom: 3px solid #000000e6;
}
.getNewsContentBtnPhoto:before{
    position: relative;
    float: left;
    margin: 3px;
    width: 16px;
    height: 16px;
    margin-right:0;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/iconmonstr-photo-camera-7-2402.png);
}
.getNewsContentBtnVideo:before{
    position: relative;
    float: left;
    margin: 3px;
    width: 16px;
    height: 16px;
    margin-right:0;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/iconmonstr-video-camera-14-240.png);
}
.getNewsContentBtn:hover{
    border-radius: 5px 5px 0 0;
background-color: #0000000d;
border-bottom: 3px solid #000000e6;
}
.videoCnt{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.topMenuArea .topMenuLink{
width:100%;
}
.menuTopLanguagesAreaOther{
    margin-left: 15px !important
}
.menuTopLanguagesAreaOther.menuTopLanguagesAreaClicked{
    width: 130px;
}