﻿.Aboutlogo {
    height: 145px;
    width: 145px;
}
.img-Licenses {
    width: 100%;
    box-shadow: 0px 0px 15px #b1aeae;
    border-radius: 10px;
}
.img-Rewards {
    width: 100%;
    box-shadow: 0px 0px 15px #b1aeae;
    border-radius: 10px;
}
.right-60 {
    right: -60px !important;
}
.left-60{
    left:-60px !important;
}

.carousel-indicators .active {
    background-color: #22cfc5 !important;
}
.carousel-indicators li {
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    box-shadow: 0px 0px 7px #b1aeae;
}
.carousel-indicators {
    right: unset !important;
    left: unset !important;
    bottom: -61px;
    padding:0px !important;
}
.Aboutborder:after {
    content: " ";
    position: absolute;
    border-left: 3px #b3b3b3 solid;
    top: 15%;
    right: 0;
    height: 70%;
    margin-top: auto;
    margin-bottom: auto;
}