
.tg-fig{
    margin-bottom: 13px;
}

.company-section{
    padding: 20px 0 60px;
}

.company-left {
    background-color: rgba(4, 43, 107, 0.95);
    padding: 22px 40px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.company-left::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-many.jpg);
    z-index: -1;
}

.company-left h3{
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
}

.company-left ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.company-left ul li a{
    color: white;
    font-size: 16px;
    position: relative;
}

.company-left ul li a:hover{
    opacity: 0.7;
}

.company-left ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    width: 10px;
    background: url(../images/tab-arrow.png) no-repeat center / contain;
}

.compny-scnd{
    margin-top: 20px;
    background-color: rgba(193, 130, 4, 0.95);
}

.compny-right{
    height: 100%;
}

.new-left{
    height: 100%;
}

.compny-scnd ul{
    display: flex;
    flex-wrap: wrap;
}

.compny-scnd ul li {
    width: 33%;
}

.right-company ul{
    display: flex;
    flex-wrap: wrap;
}

.right-company ul li{
    width: 45%;
}

.company-tble-lists {
    width: 100%;
    color: white;
    margin-top: 42px;
}

.company-tble-lists td, .company-tble-lists th{
    padding: 12px 7px;
}

.company-tble-lists td {
    border: 1px solid #eeeeee38;
    border-right: 0;
    border-left: 0;
    font-size: 15px;
}

.company-tble-lists th{
    border: 2px solid #eeeeee38;
    border-right: 0;
    border-left: 0;
    font-size: 16px;
    padding: 16px 7px;
}

.company-tble-lists th:last-child, .company-tble-lists td:last-child{
    text-align: center;
}

.company-tble-lists tbody tr:nth-child(odd){
    background: #383838;
}

.glance-section{
    padding: 60px 0;
}

.glnce-dtls ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.glnce-dtls ul li{
    width: 20%;
    padding: 8px;
}

.glnce-lists {
    /* border: 1px solid black; */
    padding: 15px 12px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    transition: 0.4s all;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.glnce-lists:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.glnce-lists p {
    font-size: 18px;
    font-weight: 500;
}

.glnce-lists h4{
    font-size: 24px;
    font-weight: 700;
    margin: 6px 0;
    
}

.glnce-lists i {
    height: 45px;
    width: 45px;
    color: white;
    background: #393f5c;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 5px;
}

.glance-section .offer-info h2{
    color: black;
}

.new-invlb.new-invlb.new-invlb{
    background: #2e2d2c;
}

.about-us.about-us .about-info-left::after {
    left: 40px;
}

.glnce-dtls ul li:nth-child(1) .glnce-lists, .glnce-dtls ul li:nth-child(8) .glnce-lists{
    background: #5281ce;
}

.glnce-dtls ul li:nth-child(2) .glnce-lists, .glnce-dtls ul li:nth-child(9) .glnce-lists{
    background: #998ceb;
}

.glnce-dtls ul li:nth-child(3) .glnce-lists, .glnce-dtls ul li:nth-child(7) .glnce-lists{
    background: #67c5d7;
}

.glnce-dtls ul li:nth-child(4) .glnce-lists, .glnce-dtls ul li:nth-child(10) .glnce-lists{
    background: #ff9a9f;
}

.glnce-dtls ul li:nth-child(5) .glnce-lists{
    background: #bae8ac;
}

.glnce-dtls ul li:nth-child(6) .glnce-lists{
    background: #3666c2;
}

@media only screen and (max-width: 1560px) {
    .company-left {
        padding: 20px 30px;
    }

    .glnce-lists h4 {
        font-size: 18px;
        margin: 6px 0;
    }

    .sectn-neew.sectn-neew.sectn-neew{
        padding-top: 0;
    }
}