﻿.welcome-logo {
    margin-top: 0px !important;
}

.navHeader {

border-color: var(--primary-color);
}

.orDiv
{
    padding-left: 11px;
}
.MainContent
{
    min-height: auto;
    /* padding: 0px 0px 0px !important; */
    padding-top: 80px;
}

.LoginCardContainer {
  max-width: 800px;
  margin: auto;
}
.hide{
    display: hidden;
}

.LoginBottomBar {
  border-radius: 4px;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  background-image: -webkit-linear-gradient(
    -262deg,
    rgba(183, 14, 42, 1) 0%,
    rgba(129, 0, 21, 1) 100%
  );
  background-image: -moz-linear-gradient(
    -262deg,
    rgba(183, 14, 42, 1) 0%,
    rgba(129, 0, 21, 1) 100%
  );
  background-image: -o-linear-gradient(-262deg, rgba(183, 14, 42, 1) 0%, rgba(129, 0, 21, 1) 100%);
  background-image: linear-gradient(-262deg, rgba(183, 14, 42, 1) 0%, rgba(129, 0, 21, 1) 100%);
  color: #fff;
  margin-top: -7px;
}

.Padding25 {
  padding: 15px;
  height: 80px;
}

.ImgMargin {
  margin-top: -7px;
}

.NewsDiv {
  color: dimgray;
  font-size: small;
  font-weight: 900;
  line-height: 20px;
  background: transparent;
}

.ViewAll {
  cursor: pointer;
}

.announcement-item {
    display: inline-block;
    overflow: hidden;
    width: 33.3%;
    margin-top: 14px;
    height: 160px;
}

body.en-US .announcement-item {
  float: left;
}

body.ar-AE .announcement-item {
  float: right;
}

.item-header {
  color: rgba(188, 139, 75, 1);
  font-weight: 500;
  font-size: 12px;
}

.item-content {
  height: 120px;
  width: 351px;
  line-height: 20px;
  text-align: justify;
}

.item-content > span.margin-0 > p {
  margin: 0px;
}

.ReadMore {
  font-weight: 200;
  font-size: 10px;
  color: black;
  font-weight: 700;
  background: maroon;
  color: white;
  border-radius: 20px;
  padding: 1px 5px 0px 5px;
}

.announcements-list {
  height: 180px;
  overflow: hidden;
  transition: height 0.25s ease-in;
}

.announcements-list.expand {
  height: 438px;
  overflow: hidden;
  transition: height 0.25s ease-in;
}

.welcom-title {
  font-size: 50px;
  font-family: "Dubai-Light";
}

.announcement-container {
  width: 1200px;
  margin: auto;
  margin-top: 80px;
}

.link-golden {
  display: block;
  color: rgba(188, 139, 75, 1);
  cursor: pointer;
  font-family: "Dubai-Medium";
  margin-top: 13px;
  text-underline-position: under;
}

.rowBorder {
  border-bottom: 2px solid #dcdcdc;
  padding: 0px;
}
@media screen and (max-width: 1024px){
#EmaratechSG_Theme_wt4_block_wtMainContent_wtCntAnnouncement>div>span.font-size-24{
    font-size: 19px;
}
.sc-btn.sc-btn-primary {
    /*border: solid 2px rgba(121, 11, 6, 1);*/
}
a.Header_ButtonMenu{
    width: 48px !important;
        position: absolute;}
}

.sc-btn-primary-home {
    background-color: maroon;
    background-color: var(--primary-color);
    border-radius: 17px;
    border: solid 1px maroon;
    border: solid 1px var(--primary-color);
    height: 35px;
    color: #f6f9fc;
    color: var(--primary-color);
    padding: 9px 15px;
    line-height: 15px;
    cursor: pointer;
}
/*
:focus {
    border: 2px solid black;
 }
*/

@media screen and (max-width: 600px) {
    .MainContent
{
    padding: 0px 0px 0px 0px;
}
}
.Title_Section_Home {
    display: none;
}

.chat-bot-cont{
    bottom: 60px;
}