.title .title {
    position: relative;
    display: block;
    color: #2b283a;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 11px 0 0;
  color:#fff;
}

.mycontent h6 {
    color: #e2dee7;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.mycontent h6 span {
    color: #ffa200;
    font-size: 50px;
    font-weight: 700;
}

.mycontent ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 25px;
    padding-top: 27px;
    padding-bottom: 35px;
    border-top: 2px solid rgba(255, 255, 255, 0.10);
}

.mycontent ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #e2dee7;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
}

.mycontent ul li::before {
  	font-family: FontAwesome;
    position: absolute;
    top: 14px;
    left: 0;
    content: "\f00c";
    color: #ffa200;
    font-size: 12px;
    line-height: 12px;
}

.about .title h3, .contact .title h3  {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
  text-transform: capitalize;}

.about .company-info p {
    color: #c5c2d3;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
}

.contact p {
    color: #c5c2d3;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-weight: 100 !important;
}

td > p {
    margin-top: 0;
    margin-bottom: 0 !important;
}