.TxtArea {
    padding: 70px 10px 30px;
    margin-bottom: 20px;
}
.clearfix{
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
}

.contentBuilder .column{
    width: 26.3%;
}
.contentBuilder .column h2 {
    color: #111;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 38px;
    text-align: left;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 20px;
}
.contentBuilder .column ul.bgNumList {
    list-style: none;
    counter-reset: numli;
    padding-left: 0;
    padding-top: 30px;
    border: solid #00000021 1pt;
    padding: 15pt 15pt 15pt 15pt;
    margin-left: 0;
    margin-right: 0cm;
    margin-top: 20px;
}

.contentBuilder .column ul.bgNumList li {
    position: relative;
    padding-left: 45px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    color: #484848
}

.contentBuilder .column ul.bgNumList li::before {
    border-radius: 50%;
    color: #fff;
    counter-increment: numli;
    content: "";
    display: block;
    line-height: 28px;
    text-align: center;
    position: absolute;
    width: 22px;
    height: 1px;
    background: #00a0e9;
    top: 40%;
    left: 0;
}

.contentBuilder .column .subtitle {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #00a0e9;
    letter-spacing: .8px;
    padding: 0px 0 0;
}
.contentBuilder .two-third{
    padding-left: 5%;
    width: 66.7%;
}
.contentBuilder .two-third p,.contentBuilder .column p {
    font-size: 16px;
    line-height: 190%;
    letter-spacing: 0;
    color: #626262;
    font-weight: 400;
}
.contentBuilder .two-third p,.contentBuilder .column p.section {
      margin: 80px 0 100px;
}
.fourthArea .Img {
    position: relative;
    padding: 0 0 110px;
}
 .fourthArea .Img .imgFull {
    height: 440px;
}
.fourthArea .Img > img {
    width: 340px;
    height: 180px;
    position: absolute;
    top: 330px;
    right: -244px;
    object-fit: contain;
}
.fourthArea .imgFull img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fourthArea .column.half{width: 50%;}
.fourthArea .column.Txt{padding: 30px 0 0 50px;}
.fourthArea .column.Txt span{
    color: #020202;
    font-size: 20px;
}

.fourthArea .column.Txt .show{
    position: absolute;
    bottom: 50px;
}
.fourthArea .column.Txt .show .text{
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #00a0e9;
    letter-spacing: .8px;
    padding: 0px 0 0;
}


.fourthArea .column.Txt .btn {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  letter-spacing: 1px;
}
.fourthArea .column.Txt .btn a {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  padding: 12px 40px 12px 20px;
  border: 1px solid #3a4856;
  background-color: #3a4856;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  display: flex;
}
.fourthArea .column.Txt .btn a span {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 14px;
}
.fourthArea .column.Txt .btn a::before {
  content: "";
  width: 0px;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #00a0e9;
}
.fourthArea .column.Txt .btn a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 20px;
    margin-left: -12px;
    margin-top: -4px;
    z-index: 10
}
.fourthArea .column.Txt .btn a:hover {
  border: 1px solid #00a0e9;
}
.fourthArea .column.Txt .btn a:hover::before {
  width: 100%;
}


#businessitems{
    margin-top: 90px;
}
#businessitems h5{
    color: #111;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 38px;
    font-family: 'Poppins',sans-serif;
    margin-bottom: 20px;
    text-align: center;
    }
.anchorBox {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 14px;
  color: #bdbdbd;
  margin-top: 50px;
}

.anchorBox::after {
  content: "";
  position: absolute;
  left: calc((-100vw + 1340px)/2);
  top: 8px;
  z-index: -1;
  width: 100vw;
  height: 1px;
  background-color: #efefef;
}
.anchorBox li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 35px;
  text-align: center;
  width: calc(100% /3);
}
.anchorBox ul.infoList{
    margin-top: 20px;
}
.anchorBox li.items {
  position: relative;
  padding-left: 30px;
  padding-right: 0;
  padding-top: 0px;
  font-weight: 400;
  text-align: left;
  width: 100%;
}
.anchorBox li.items::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #54cf10;
    display: none;
}
.anchorBox li span {
  display: inline-block;
  transition: all 0.5s ease-in-out;
  text-align: center;
  font-size: 22px;
  letter-spacing: 2.5px;
  font-weight: 500;
}
.anchorBox li.infotitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #cecece;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.anchorBox li.current, .anchorBox li:hover,.anchorBox li a:hover {
  color: #839682;
}
.anchorBox li.current span, .anchorBox li:hover span {
  transform: scale(1.2);
  transform-origin: center;
}
.anchorBox li.current::before, .anchorBox li:hover::before {
  border-color: #299f24;
}


@media (max-width: 1180px) {
  .anchorBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  }
  .anchorBox li::before{
    left: 0;
    top: 7px;
}
  .anchorBox li{
    padding-top: 0;
    margin: 10px 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
  .anchorBox ul.infoList {
    margin-top: 0px;
    width: calc(100% - 100px);
}
  .anchorBox li.items{
    padding-left: 20px;
    margin: 4px 0;
}
  .anchorBox::after{
    left: 13px;
    width: 1px;
    height: 100vw;
    display: none;
}
  .anchorBox li span{
    text-align: inherit;
    letter-spacing: 0;
    width: 110px;
    margin: 3px 0;
    text-align: initial;
    font-size: 20px;
}
.anchorBox li.infotitle::before{
    left: 0;
    top: 12px;
    display: none;
}
.contentBuilder .two-third p, .contentBuilder .column p{
    margin: 20px 0 40px;
}
    .clearfix{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
    .contentBuilder .column {
    width: auto;
}
    .contentBuilder .two-third {
    padding-left: 0;
    padding-top: 20px;
    width: auto;
}
    .fourthArea .column.Txt {
    padding: 0px 0 0 0px;
}

.fourthArea .column.half {
    width: 100%;
}
  .TxtArea {
    padding: 70px 10px 30px;
    margin-bottom: 10px;
}
  .contentBuilder .column h2{
    font-size: 28px;
    margin-bottom: 10px;
}
  #businessitems {
    margin-top: 30px;
}
  #businessitems h5{font-size: 28px;}
    .fourthArea .Img > img{
    right: 10px;
    width: 410px;
    height: 220px;
    top: auto;
    bottom: 30px;
}
   .fourthArea .Img .imgFull {
    height: 490px;
}
  .fourthArea .column.Txt .show{
    position: relative;
    bottom: 0;
    margin-top: 30px;
}
}

@media (max-width: 560px) {
  .fourthArea .Img .imgFull{
    height: 100%;
}
  .fourthArea .Img > img{
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
}
  .fourthArea .Img{
    padding: 0 0 30px;
}
  .TxtArea{
    padding: 30px 10px 20px;
}
  .contentBuilder .column ul.bgNumList li{
    font-size: 18px;
}
}