﻿/*#divLogoMain {
    border-collapse: collapse;
    width: 100%;
    direction: rtl;
    margin-right: 10px;
}
*/
:root {
  --green0: #475569;
  --green1: #475569;
  --green2: #77879d;
  --green4: #77879d;
}
.header-section {background-color: transparent;}
.TableMain1 {background-color: transparent;}
/*.Master-footer {background-image: unset;}*/
.SubHeader3, .TableSub>tbody>tr>th {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--green1)), to(var(--green2)));
    color: white;
}
#services .title a {
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: white;
}
#services .icon i {text-shadow: 1px 1px 0px #ffffff;}
.mGrid img {width:20px;}
footer {
    color: inherit;
    font-size: inherit;
}

.about-section {
    background-color: #ededed;
}
.about-section .about-content p {
    color: #666666;
}
.about-section .about-content li img {
    width: unset;
    max-height: 45px;
    margin-bottom: 10px;
    display: block;
}