.discl-1 {
    padding: 50px 0 0;
}

.sb-hd-1 h1 {
    white-space: nowrap;
    color: #1c5ca9;
    line-height: 1;
}

.hd-stl-3 h1 {
    text-align: center;
    width: auto;
 
    font-weight: 400;
}
.dis-1a table td.sml-cls {
    text-transform: lowercase;
}
.dis-1a1 {
    margin-top: 40px;
}
.mpd-cntnt-1{
    margin-top: 40px;
}
.ln-hd {
    background: #ff3300;
    width: 200px;
    height: 3px;
    margin: auto;
}

.ldrshp-main h2 {
    color: #ff9900;
    width: auto;
    font-size: 45px;
    font-weight: 400;
}

section.dis-1 {
    padding: 100px 0 70px;
    background: linear-gradient(180deg, rgb(75 158 255 / 15%) 0.95%, #FFF 100%);
    position: relative;
    overflow: hidden;
}

.dis-1 .shape.s1 {
    top: -2px;
}

.dis-1 .shape {
    position: absolute;
    pointer-events: none;
    left: 0;
    z-index: 2;
    width: 100%;
    display: flex;
}

.dis-1a table thead th {
    padding: 15px;
    font-size: 20px;
    background:#ed8d16;
    color: #fff;
        text-transform: uppercase;
}

.dis-1a table td {
    padding: 15px 10px;
    font-size: 16px;
    width: 45%;
    text-transform: uppercase;
        vertical-align: middle;
        color: #000;
}
.dis-1a table td  a{
    text-decoration: none;
          color: #000;
}
td.mail-tbl a {
    text-transform: lowercase;
}
td.pdf-upld img {
    width: 25px;
}

.bg-ds-3 table td:nth-last-child(1){
    text-align: center;
}
.bg-ds-2 table td:nth-last-child(1){
    text-align: center;
}



.dis-1a table td:nth-last-child(1) i {
    color: #2c5e88;
}
.dis-1a table th {
    text-align: center;
    align-items: center;
    vertical-align: middle;
}

.dis-1a h2 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}


.bg-img-1 {
    position: absolute;
    right: 25px;
    max-width: 100px;
    max-height: 100px;
}

.bg-img-1 img {
    width: 60px;
    height: 60px;
}


.bg-img-2 {
    position: absolute;
    left: 25px;
    top: 100px;
}

.bg-img-2 img {
    width: 60px;
    height: 60px;
}



.an-rotate-1 {
    transition: all 0.5s ease-in;
    animation-name: rotate1;
    animation-duration: 5.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes rotate1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}


@-webkit-keyframes rotate1 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

section.dis-2 {
    padding: 100px 0 70px;
    background: linear-gradient(180deg, rgb(255 235 59 / 27%) 0.95%, #FFF 100%);
    position: relative;
    overflow: hidden;
}

.dis-2 .shape {
    top: -2px;
}

.dis-2 .shape {
    position: absolute;
    pointer-events: none;
    left: 0;
    z-index: 2;
    width: 100%;
    display: flex;
}

section.dis-1.bg-ds-3 {
    background: linear-gradient(180deg, rgb(59 244 255 / 27%) 0.95%, #FFF 100%);
}

section.dis-2.bg-ds-4 {
    background: linear-gradient(180deg, rgb(101 59 255 / 7%) 0.95%, #FFF 100%);
}


@media (max-width:767.9px) {

    .dis-1a h2 {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .ldrshp-main h2 {
        font-size: 25px;
    }

    .bg-img-2 img {
        width: 30px;
        height: 30px;
    }

    .dis-1a1 {
        margin-top: 10px;
    }

    .bg-img-1 img {
        width: 30px;
        height: 30px;
    }

    .shape.s1 img {
        width: 100%;
        height: 20px;
    }

    .shape.s2 img {
        width: 100%;
        height: 20px;
    }

    section.dis-1 {
        padding: 35px 0 30px;
    }

    section.dis-2 {
        padding: 35px 0 30px;
    }

    .dis-1a table td {
        padding: 6px 3px;
        font-size: 13px;
        width: 45%;
    }

    .dis-1a table thead th {
        padding: 5px;
        font-size: 13px;
    }

    .bg-img-2 {

        left: 25px;
        top: 40px;
    }






}