/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    height: 100%;
    /* background: #dde4fd; */
    font-family: 'Montserrat-Regular';
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    font-style: Normal;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
}

#particles-js {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    opacity: 0.5;
}
.inter-text-para {
    text-align: center;
    padding: 0;
}

.inter-text-para img {
       width: 200px;
    margin-bottom: 22px;
}

.sub-tag {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 70px;
}
.newgif{
    position: relative;
}

.inter-text-para h1 {
    color: #707070;
    font-size: 28px;
    text-align: center;
    /* font-family: 'Montserrat-ExtraBold'; */
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.inter-text-para h1 span{
       color: #3b3b3b;
    font-weight: 600;
}

.body-comming {
    display: flex;
    align-items: center;
    height: 91.6vh;
}
.up-head {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.up-head img.prismaailogo{
    width: 120px; 
    margin-left: 15px; 
    margin-bottom: 5px;
}
.mail {
    font-size: 20px;
    margin-top: 50px;
    padding: 10px 0;
    font-family: 'Montserrat-Regular';
}

.mail b{
    font-family: 'Montserrat-Bold';
    font-size: 26px;
    color: #000000;
}
.mail-add {
    font-size: 20px;
    margin: 11px 0;
}
.mail-cont a,
.mail-add a {
    color: #000000;
    text-decoration: none;
    padding: 0 30px;
}
.mail-cont a:first-child
{
    border-right: 1px solid #616161;
}

.border-right {
    border-right: 1px solid #c5c5c5;
}

.mail-add i, .mail-cont i {
    color: #000000;
}

.uniply-logo {
    width: 250px !important;
}

.inter-text-para h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 4px;
    font-weight: 700;
}

.inter-text-para h3 {
    color: #026a39;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
}

.inter-text-para p {
    font-size: 34px;
    line-height: 60px;
    color: #111;
    margin-bottom: 0;
    margin-top: 49px;
}

.inter-text-para p a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}


img.gifloding {
    width: 500px;
    margin: 0;
}

/* footer */

.footer {
    background: #59595b;
    padding: 12px 0;
}
.copyright-info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0;
}

.footer ul li a {
    border-right: 0px solid #fff;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 28px;
}
.footer ul li {
    list-style: none;
    flex: 0 0 100%;
}

.footer ul li a.ft-other-link.lastlink{
     border-right: 0px solid #fff;
}
.footer ul li a.copyname {
    font-size: 20px;
}
@media screen and (max-width: 991px){
    .footer ul li a {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (max-width: 767px) {
    .content h1 {
        font-size: 40px;
    }

    .content img {
        width: 100%;
    }

    ul {
        padding-left: 0;
    }

    li {
        width: 100%;
        margin: 0;
        height: auto;
        text-align: center;
    }

    .border-right {
        border-right: 0px solid #c5c5c5;
        border-bottom: 1px solid #c5c5c5;
    }

    .inter-text-para p {
        font-size: 22px;
        line-height: 37px;
        color: #111;
        margin-bottom: 0;
        margin-top: 49px;
    }

    .mail {
        font-size: 20px;
    }

    .inter-text-para h2 {
        font-size: 35px;
        line-height: 48px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .inter-text-para h3 {
        color: #026a39;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .inter-text-para {
        text-align: center;
        padding: 25px 0;
    }
    .inter-text-para img {
        width: 60%;
        margin-bottom: 40px;
    }
    img.gifloding {
        width: 100%;
        margin: 0;
    }
    .inter-text-para h1 {
        color: #707070;
        font-size: 19px;
        top: 35%;
    }
    .up-head {
       font-size: 15px;
    }

    .mail-cont a, .mail-add a {
        color: #fff;
        text-decoration: none;
        padding: 0 3px;
        width: 100%;
        position: relative;
        display: block;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .body-comming {
        display: flex;
        align-items: center;
        height: 85.5vh;
    }
    .copyright-info ul {
        flex-wrap: wrap;
    }
   
    .footer ul li a {
        border-right: 0px solid #fff;
    }

    .up-head img.prismaailogo {
        width: 105px;
        margin-left: 10px;
        margin-bottom: 8px;
    }
}