﻿body {
    /*font-family: unset !important;*/
    font-family: 'Roboto', sans-serif !important;
}
.alertMsg {
    padding: 6px 12px;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    display: inline-block;
    margin-left: 15px;
}

    .alertMsg::before {
        display: block;
        float: left;
        font-family: FontAwesome;
        margin-right: 5px;
    }

    .alertMsg.success {
        color: #4CAF50;
        border-color: #4CAF50;
        background: #ebffec;
    }

        .alertMsg.success::before {
            content: '\f00c';
        }

    .alertMsg.failed {
        color: #f44336;
        border-color: #f44336;
        background: #fff1f1;
    }

        .alertMsg.failed::before {
            content: '\f129';
        }

.errorMsg {
    bottom: -15px;
    position: absolute;
    left: 15px;
    font-size: 11px;
}
.fs{
    font-size:2.5rem;
}
.btn {
    padding: 9px 17px !important;
}
:root {
    --primary-color: #ffffff;
    --primary-color-light: #ff48a5;
    --font-color: #333333;
    --black-color: #000000;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.tns.tns-default .tns-outer {
    margin: 0 auto;
    display: table;
}

/* Top Bar */
.topbar {
    background: #000000;
    border-bottom: 1px dashed #ffffff5e;
}

.topbar__area {
    display: flex;
    justify-content: space-between;
    padding: 5px
}

.topbar ul {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

    .topbar ul li {
        list-style-type: none;
    }

        .topbar ul li a {
            color: #fff;
            display: block;
            margin-right: 10px;
            text-decoration: none;
        }
/*Top bar closed here*/

/* Tender Style*/

.container-tender {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}


.box {
    position: relative;
    min-width: 250px;
    /* box-shadow: 2px 3px 30px rgba(0,0,0,0.05); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px;
    position: relative;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    background: #ffffff;
}

    .box:hover {
        box-shadow: 5px 7px 5px #26263c;
        transform: scale(1.1);
    }

.content i {
    font-size: 70px;
    border-radius: 50%;
    vertical-align: sub;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}


.heart-btn {
    position: absolute;
    top: 25px;
    right: 20px;
    padding: 1rem;
    display: none;
}


.content img {
    width: 45px;
    height: 45px;
    /* border-radius:100px; */
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .content strong {
        font-weight: 500;
        color: #141414;
        margin-top: 10px;
        display: block;
        margin-top: 29px;
        text-align: center;
    }

    .content p {
        font-size: 0.9rem;
        color: #7a7a7a;
        margin: 4px 0px 10px 0px;
        cursor: pointer;
    }

        .content p:hover {
            text-decoration: underline;
        }

    .content a {
        text-decoration: none;
        font-size: 19px;
    }



.color1 {
    color: skyblue !important
}

.color2 {
    color: orange !important
}

.color3 {
    color: cadetblue !important
}

.color4 {
    color: #3b3bcb !important;
}

.color5 {
    color: cornflowerblue !important;
}

.color6 {
    color: #31afc5 !important;
}

.color7 {
    color: brown !important;
}

.inte {
    color: #7e7e9d !important;
}
.sociallist li{
    margin: 1px 6px;
}
    .sociallist li i {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 21px;
    }
        .sociallist li i:hover {
            border: 1px solid orange;
            cursor: pointer;
        }
.sociallist .fa-instagram {
    background: #0568b1;
    color: #fff;
}
.sociallist .fa-linkedin {
    background: #0568b1;
    color: #fff;
}
.sociallist .fa-facebook {
    background: #0568b1;
    color: #fff;
}
.sociallist .fa-instagram {
    background: #0568b1;
    color: #fff;
}
.sociallist .fa-youtube {
    background: red;
    color: #fff;
}
.sociallist .fa-square-x-twitter {
    background: #0568b1;
    color: #fff;
}
/* Tender style closed here*/


/* For Mobile Responsive Code */

@media(min-width:992px) {
    #diaporama {
        margin: auto;
        overflow: hidden;
        width: 1200px;
        height: 430px;
       /* box-shadow: 0 0 20px #ff8da8;*/
    }

    .flex-column-mob {
        flex-direction: column;
    }
}

@media(max-width:992px) {
    #diaporama {
        margin: auto;
        overflow: hidden;
        width: 100%;
        height: 300px;
        box-shadow: 0 0 30px black;
    }

    .menu2 {
        padding-left: 0;
    }

    .topbar__area .menu2 li {
        margin-bottom: 6px;
    }

    .navbar .container {
        padding: 0;
    }

    .landing-header .logo-default {
        height: 37px !important;
        border: 0;
        width: 231px !important;
    }

    .navbar-brand-media {
        color: #f8285a;
        font-family: cursive;
        font-size: 15px;
        font-weight: bolder;
        padding: 0;
        width: 84%;
    }

    .mixSlide-container .top-right {
        top: unset !important;
    }

    .footer-dark-bg .d-flex {
        flex-direction: column;
    }

    .sociallist {
        flex-direction: row !important;
    }

        .sociallist li {
            margin: 1px 5px;
        }

    .landing-header .navbar {
        background: #112e51;
        padding: 10px !important;
    }

    .menu-gray-600 {
        padding: 10px;
    }

    .order-md-1 {
        background: #000;
        padding: 10px;
        width: 100%;
        color: #fff;
    }
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 91vh);
    overflow-y: auto;
}