﻿
@media only screen and (max-width:720px) {
    .navbar {
        background: linear-gradient(135deg,rgba(168,34,191,1) 0,rgba(168,34,191,1) 30%,rgba(252,8,252,1) 62%,rgba(252,8,252,1) 100%);
        color: white;
    }

    .fluid-container {
        width: 100%;
    }

    card {
        width: auto;
        height: auto;
    }

    .buttonheading {
        margin-top: 25%;
        display: flex;
        margin-left: 1px;
    }

    .mainnav {
        text-align: center !important;
    }

    .card2 {
        margin-top: 7%;
    }

    .card3 {
        margin-top: 10%;
    }

    .logo {
        display: none;
    }

    .nav1 {
        margin-bottom: 100%;
        padding-top: 8%;
        background: linear-gradient(135deg,rgba(168,34,191,1) 0,rgba(168,34,191,1) 30%,rgba(252,8,252,1) 62%,rgba(252,8,252,1) 100%);
    }
}

@media only screen and (min-width:320px) and (max-width:720px) {
    .navbar {
        background: linear-gradient(135deg,rgba(168,34,191,1) 0,rgba(168,34,191,1) 30%,rgba(252,8,252,1) 62%,rgba(252,8,252,1) 100%);
        color: white;
    }

    .card1, .card2, .card3 {
        margin-left: -22px;
        width: 18rem !important;
    }

    .fluid-container {
        width: 100%;
    }

    .col-md-4.contract {
        margin-top: 35px;
    }

    html {
        overflow-x: hidden !important;
    }

    .box {
        margin-left: -15px;
    }

    .techno {
        width: 20rem;
        height: auto;
    }

    .html {
        height: 100%;
    }

    .logo {
        display: none;
    }

    a.navbar-brand.mainnav {
        margin-left: -10px;
        font-size: 15px;
    }

    button.navbar-toggler {
        margin-left: -14px;
    }

    .mainnav {
        font-size: 16px;
    }

    .fixed-top.buttonheading {
        margin-left: 5px;
        margin-top: -.1%;
    }

    .nav1 {
        margin-bottom: 100%;
        padding-top: 15%;
        background: linear-gradient(135deg,rgba(168,34,191,1) 0,rgba(168,34,191,1) 30%,rgba(252,8,252,1) 62%,rgba(252,8,252,1) 100%);
    }
}

.fluid-container {
    margin-left: 10%;
    margin-right: 10%;
}

.card1, .card2, .card3 {
    width: 20rem;
    border: 1px solid #ee92f1;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.2);
    transition: 0.2s;
    font-size: 14px;
    height: 99% !important;
}

    .card1:hover, .card2:hover, .card3:hover {
        transform: scale(1.1);
        border: 1.5px solid #a822bf;
    }

.colo {
    width: 20%;
    margin-left: 40%;
}
.nav-lin {
    margin-left: 15px;
    color: #a822bf !important;
    text-decoration: none !important;
    margin-right:12px;
}

.nav2 {
    margin-top: 32px;
    background: linear-gradient(135deg,rgba(168,34,191,1) 0,rgba(168,34,191,1) 30%,rgba(252,8,252,1) 62%,rgba(252,8,252,1) 100%);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nav-link {
    font-size: 15px !important;
    margin-left: 20px;
    color: white !important;
    
}
.navbar-nav {
    margin-right: 29px;
}

    a {
        text-decoration: none !important;
    }
    a:hover {
        color: black !important;
    }

.active{
    color:black !important;
}
.mainnav{
    color:white !important;
    margin-left:15px;
}
h5 {
    text-align: center;
    color: black;
}
.do{
    text-align:center;
}

.footalign {
    background: linear-gradient(135deg,rgba(168,34,191,1) 0,rgba(168,34,191,1) 30%,rgba(252,8,252,1) 62%,rgba(252,8,252,1) 100%);
    color: black !important;
    font-size: 12px;
    font-weight: bold;
   
    padding-bottom: 1px;
}
#demo{
    text-align:center;
}
.right {
    margin-left: 10%;
    margin-right: 10%;
}
.imgconsult{
    text-align:start;
}

.imgconsult {
    color: #a822bf;
    font-size: 16px;
}

b.active {
    color: white !important;
}

b.bgv {
    color: black;
}

button.btn.crm {
    background: white !important;
    border: 1px solid #a822bf;
}

button.btn.bgv {
    background: #a822bf !important;

}

button.btn.active {
    background: white !important;
    border: 1px solid #1acbfd;
}

button.btn.hrm {
    background: white !important;
    border: 1px solid #f938a1;
}
.buttonheading{
    margin-top:6%;
    margin-left:10%;
}
.line {
    border: .5px solid #a822bf;
}
img.logo {
    position: fixed;
    width: 9%;
    margin-top: -56px;
    border-radius: 45%;
    margin-left: -11px;
}