body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    line-height: 1.5;
}

* {
    box-sizing: border-box;
    margin: 0px;
}

.login-pop {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1099;
    background-color: gray;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}

.login-pop.show {
    visibility: visible;
    opacity: 1;
}

.login-pop .box {
    background-color: rgb(255, 255, 255);
    /* width: 700px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;

}

.login-pop .box .img-area {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-pop .box .img-area .img {
    position: absolute;
    background-image: url(../images/pivotal-devaan-1.jpg);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    animation: ZoomInOut 5s infinite;
}

@keyframes ZoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

}

.login-pop .box .Form {
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
    padding: 50px;

}

.login-pop .box .Form .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 25px;
    cursor: pointer;
}

.login-pop .box .Form h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

.login-pop .box .Form .form-control {
    height: 45;
    margin-bottom: 30px;
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    font-size: 18px;
    color: gray;
}

.login-pop .box .Form button {
    width: 100%;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    background-color: blueviolet;
    color: white;
    line-height: 40px;
    margin-top: 8px;
    cursor: pointer;
}

/* resposive  */
@media(max-width:767px) {
    .login-pop .box {
        width: 80%;


    }

    .login-pop .box .img-area {
        display: none;
    }

    .login-pop .box .Form {
        flex: 0 0 100%;
        max-width: 100%;


    }
}

.management-quta {
    background-color: #A57529;
    text-align: center;
    height: 50vh;
    justify-content: center;
}

.management-quta p {
    padding-top: 10px;
    font-size: 42px;
    color: rgb(255, 255, 255);

}

.management-quta button {
    margin-top: 45px;
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid black;
    color: black;
    background-color: white;
    text-decoration: blink;
    animation: blink 2s infinite;


}

.management-quta button:hover {
    animation: none;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
        background-color: rgb(255, 255, 255);
    }

    20% {
        opacity: 1;
        background-color: rgb(221, 255, 26);
    }

    40% {
        opacity: 1;
        background-color: rgb(3, 184, 255);
    }

    60% {
        opacity: 1;
        background-color: rgb(221, 255, 26);
    }

    80% {
        opacity: 1;
        background-color: rgb(255, 255, 255);
    }

    /* 100% {
        opacity: 1;
        background-color: rgb(255, 0, 0);
    } */
}

.btn-info,
.btn-info:hover {
    background-color: #005481 !important;
    border-color: #005481 !important;
}

.container-box {
    display: inline-block;
    padding: 0px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #fff;
    position: fixed;
    top: 71%;
    left: 0;
    z-index: 99;

}

.visit {
    display: inline-block;
    padding: 0px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #fff;
    position: fixed;
    top: 45%;
    left: 0;
    z-index: 99;

}

.container-box .btn-lg {
    padding: 5px 14px;
}

.modal-content {
    background: rgba(255, 255, 255, .7);
}


.rotated {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: top left;
}

.color-fill .modal-title {
    color: #000000;
}

@media (max-width:767px) {


    .container-box .btn-lg {
        padding: 1px 14px;
    }

    .visit {
        top: 41%;
    }

}


.project-table table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border: 1px solid #e9e9e9;
    line-height: 1.4;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
}

.project-table>tr>span {
    color: #737373;
    font-size: 18px;
}








.twit {
    background: #005481 !important;
}



/* Floating Social Media Bar Style Starts Here */



.width100 {
    width: 100%;
    font-size: 13px;
    padding: 4px 2px;
}




@media (min-width: 768px) {
    .fill {
        float: right;
    }
}

@media (max-width: 767px) {
    #form .col-sm-6 {
        text-align: center;
        padding: 3px;
    }
}