.feature-area .about-desc {
    color: #f7e68a;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.48px;
    width: 97%;
    margin-top: 0px;
    margin-bottom: 33px;
}
.feature-area .about-desc-1 {
    margin-bottom: 24px;
}
.single_result {
    background: #2b2e2e;
    padding: 24px 24px 12px;
    text-align: center;
    color: #f7e68a;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 64, 0.2);
    margin-bottom: 30px;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.18);
    transition: 0.6s;
    position: relative;
    background: -moz-linear-gradient(left, #141415 0%, #2b2e2e 23%, #2b2e2e 68%, #141415 100%); 
	background: -webkit-linear-gradient(left, #141415 0%, #2b2e2e 23%, #2b2e2e 68%, #141415 100%); 
	background: linear-gradient(to right, #141415 0%, #2b2e2e 23%, #2b2e2e 68%, #141415 100%);
}

.single_result h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
    color: #f7e68a;
    text-transform: uppercase;
}

.single_result ul {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

.single_result ul li {
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    width: 32%;
}

.single_result ul li p {
    padding: 10px 0;
    font-size: 29px;
    color: #f7e68a;
    margin: 0;
}

.g_rtime p {
    text-align: left;
    color: #f7e68a;
    margin: 0;
}

.g_rtime p span {
    float: right;
}

.shaded-bg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.shaded-bg::after {
    height: 100%;
    width: 50%;
    position: absolute;
    background: rgba(227, 239, 252, 0.4);
    content: "";
    top: 0;
    left: 0;
    transform: skewX(-40deg);
    z-index: -1;
}
.pb50 {
    padding-bottom: 50px;
}
.pt50 {
    padding-top: 50px;
}
.time-table table tr th {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    color: #f7e68a;
    border: 1px solid #000000;
    width: 59px;
    padding: 14px 0;
    background: #000000;
}
.time-table table {
    background: rgba(255, 255, 255, 0.85);
}

.table td, .table th {
    padding: .75rem;
    text-align: center;
    font-weight: 500;
    vertical-align: top;
    border-top: 1px solid #2b2e2e;
    color: #2b2e2e;
}

.table td a, .table th a {
    padding: .75rem;
    vertical-align: top;
    color: #000;
}

.table td a:hover, .table th a:hover {
    padding: .75rem;
    vertical-align: top;
    color: #f7e68a;
    font-weight: 500;
}

.bg-parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.opacity-8 {
    opacity: 0.8;
}
.color-overlay {
    background: #222D39;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.aboutIntroText h2 {
    font-size: 45px;
}
.white_txt, .white_txt p, .white_txt h1, .white_txt h2, .white_txt h3, .white_txt h4, .white_txt h5, .white_txt h6 {
    color: #fff;
}
.rate_list_ul {
    position: relative;
    list-style: none;
}
.rate_list_ul li:first-child {
    margin-top: 0;
}
.rate_list_ul li {
    margin-top: 15px;
    font-weight: 700;
    color: #f7e68a;
    letter-spacing: 1px;
    font-size: 16px;
    padding-left: 34px;
    line-height: 24px;
    background: #2b2e2e;
    border-radius: 4px;
    background: -moz-linear-gradient(left, #141415 0%, #2b2e2e 23%, #2b2e2e 68%, #141415 100%); 
	background: -webkit-linear-gradient(left, #141415 0%, #2b2e2e 23%, #2b2e2e 68%, #141415 100%); 
	background: linear-gradient(to right, #141415 0%, #2b2e2e 23%, #2b2e2e 68%, #141415 100%);
}
.rate_list_ul li i {
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    font-size: 20px;
    color: #fff !important;
    /* background: #7b00ff; */
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.1);
    box-shadow: 0 10px 16px 0 rgba(0, 51, 204, 0.1);
}
.how-works-item {
    position: relative;
    z-index: 1;
}

.how-works-item .icon-outer {
    border: 1px dashed #4285F4;
}
.how-works-item .icon-outer {
    color: #4285F4;
}
.how-works-item .icon-outer {
    display: inline-table;
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background-color: #ffffff;
    color: #346afe;
    line-height: 90px;
    font-size: 40px;
    margin-bottom: 25px;
    border: 1px dashed #346afe;
}
.how-works-item .title {
    font-size: 22px;
    font-weight: 400;
}
.how-works-item:after, .how-works-item:before {
    border-color: #4285f4;
}
.how-works-item:after, .how-works-item:before {
    content: '';
    width: 50%;
    border-top: 1px solid;
    position: absolute;
    top: 45px;
    transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
    z-index: -1;
}
.how-works-item::before {
    right: 50%;
}
.how-works-item:first-child::before {
    border-color: transparent;
}
.how-works-item:last-child::after {
    border-color: transparent;
}
.how-works-item:hover .icon-outer{
    background: #4285F4;
}
.how-works-item:hover .icon-outer {
    background: #346afe;
    color: #ffffff;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}

.dtm_box {
    border: 1px solid #000;
    text-align: center;
}

.dtm_box {
    background: #fff;
}

.dtm_title {
    border-bottom: 1px solid #000;
    margin: 0;
    color: black;
    font-weight: 700;
    text-align: center;
}

.aboutIntroText p {
    font-size: 18px;
    line-height: 30px;
}

.row_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row_col>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.pr-0, .px-0 {
    padding-right: 0!important;
}

.pl-0, .px-0 {
    padding-left: 0!important;
}
.plr-0{
    padding-left: 0!important;
    padding-right: 0!important;
}
.d-table {
    display: table;
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.dtm_box_inner font {
    color: black;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: black;
    font-weight: 700;
}

.dtm_box_mid {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.d-table-cell {
    display: table-cell!important;
}


.dtm_box_inner h4 {
    margin-bottom: 0;
    color: black;
    font-weight: 700;
}