/**
 * Created by Arnab Kumar Ghosh
 */
/**
 * Table of Contents
 *
 * 1.0 - Common CSS
 *      1.1 - Font
 *      1.2 - Html tag
 *      1.3 - Callout
 *      1.4 - Advertise Box
 *      1.5 - Scroll to top link
 *      1.6 - Spinner
 *      1.7 - Background
 *      1.8 - Height
 *      1.9 - Width
 *      1.10 - Alert
 * 2.0 - Header
 *      2.1 - Logo
 *      2.2 - Navigation Menu
 * 3.0 - Content Section
 *      3.1 - Common CSS of Content Section
 *      3.2 - Details page
 * 4.0 - Pages
 *      4.1 - Homepage
 *      4.2 - Profile Page
 *      4.3 - Category wise article page
 *      4.4 - Author
 *      4.5 - Business
 * 5.0 - Footer
 *      5.1 - Footer Content
 *      5.2 - Copyright
 * 6.0 - Media Queries
 */

/**
 * 1.0 - Common CSS
 */

.ajax-loader {
    display: none;
}

/**
 * 1.1 - Font
 */

@font-face {
    font-family: 'Kalpurush';
    src: url('../fonts/kalpurush/Kalpurush.eot');
    src: url('../fonts/kalpurush/Kalpurush.eot?#iefix') format('embedded-opentype'),
    url('../fonts/kalpurush/Kalpurush.woff') format('woff'),
    url('../fonts/kalpurush/Kalpurush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi/SolaimanLipi.eot');
    src: url('../fonts/SolaimanLipi/SolaimanLipi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SolaimanLipi/SolaimanLipi.woff2') format('woff2'),
    url('../fonts/SolaimanLipi/SolaimanLipi.woff') format('woff'),
    url('../fonts/SolaimanLipi/SolaimanLipi.ttf') format('truetype'),
    url('../fonts/SolaimanLipi/SolaimanLipi.svg#SolaimanLipi') format('svg');
    font-weight: normal;
    font-style: normal;
}

.priyo-eng-font {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, fira sans, Ubuntu, Oxygen, oxygen sans, Cantarell, droid sans, apple color emoji, segoe ui emoji, segoe ui emoji, segoe ui symbol, lucida grande, Helvetica, Arial, sans-serif;
}

.text-priyo {
    color: #bb1919 !important;
}

.text-red {
    color: #BB1919;
}

.f-10 {
    font-size: 0.625rem;
}

.f-12 {
    font-size: 0.75rem;
}

.f-14 {
    font-size: 0.875rem;
}

.f-16 {
    font-size: 1rem;
}

.f-18 {
    font-size: 1.125rem;
}

.f-20 {
    font-size: 1.25rem;
}

.f-22 {
    font-size: 1.375rem;
}

/**
 *
 */

a {
    color: #000000;
}

a.default-link, .default-link a {
    color: #007bff;
}

html {
    font-size: 16px;
}

body {
    font-family: "Kalpurush", "Roboto", "Lucida Grande", Verdana, Arial, sans-serif !important;
    /*background: #eee;*/
    background: #f0f0f0;
}

.btn-priyo-2 {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    max-width: 480px;
    overflow: hidden;
    outline-width: 2px;
    transition-property: background-color, box-shadow, color;
    vertical-align: middle;
    color: #BB1919;
    box-shadow: inset 0 0 0 1px #BB1919;
    background: transparent;
    min-height: 40px;
    line-height: 20px;
    padding: 10px 16px;
}

.btn-priyo {
    color: #fff;
    background-color: #BB1919 !important;
    border-color: #BB1919 !important;
}

.btn-face {
    color: #3b5998;
}

.btn-face {
    font-size: 16px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 10px) / 2);
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.select2-container {
    width: 100% !important;
}

/**
 * 1.7 - Background
 */

.bg-priyo {
    background-color: #bb1919 !important;
}

.news-section .feed-horizontal:last-child .border-bottom {
    border-bottom: none !important;
}

/**
 * 1.8 - Width
 */
.h-12 {
    height: 12px !important;
}

.h-16 {
    height: 16px !important;
}

.h-20 {
    height: 20px !important;
}

.h-24 {
    height: 24px !important;
}

/**
 * 1.9 - Width
 */
.w-m-50 {
    max-width: 50px;
}

.w-m-70 {
    max-width: 70px;
}

.w-m-100 {
    width: 100px;
}

.w-p-40 {
    width: 40%;
}

.w-p-45 {
    width: 45%;
}

.thumb-50 {
    width: 50px;
    height: 50px;
}

.thumb-100 {
    width: 100px;
    height: 100px;
}

/**
 * 1.10 - Alert
 */
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/**
 *  - sidebar
 */

.aside-left-on {
    transition: all 0.3s ease;
    left: 0 !important;
}

.sidebar-menu-box {
    position: fixed;
    width: 220px;
    display: block;
}

.sidebar-menu {
    padding: 0;
    margin-top: 15px;
}

.sidebar-menu li {
    list-style: none;
    padding: 8px 5px 8px 10px;
}

.sidebar-menu li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.sidebar-menu li:hover {
    background: #eeeeee;
    text-decoration: none;
    color: #000000;
}

.sidebar-menu li:hover a {
    text-decoration: none;
    color: #000000;
}

.sidebar-menu li a i {
    display: inline-block;
    margin-right: 5px;
}

/**
 *  - Login page
 */
.auth-card {
    max-width: 498px;
    font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif !important;
}

/**
 *  - Home Page
 */
.homepage.section-wrap {
    max-width: 100% !important;
}

.section-wrap {
    padding-top: 10px;
}

/**
 * 4.2 - Profile Page
 */
.user-search {
    position: relative;
}

.user-search-list {
    background: white;
    border: 1px solid #ced4da;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none !important;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.user-search-list a {
    text-decoration: none;
}

.user-search-list .user-search-item {
    padding: 10px;
}

.user-search-item img {
    max-width: 25px;
}

.user-search-item:hover {
    cursor: pointer;
    background: #e9ecef;
}

.btn-rounded {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 50px !important;
}

.card {
    -moz-border-radius: 0.45rem;
    -webkit-border-radius: 0.45rem;
    -khtml-border-radius: 0.45rem;
    border-radius: 0.45rem;
}

.home-navigation .card-body:hover {
  cursor: pointer;
}

.card-title {
    padding: 20px;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,0);
    border-top: 1px solid rgba(0,0,0,.125);
    font-size: .875rem;
}
.card-footer:hover {
    background-color: rgba(0,0,0,.03);
    text-decoration: none;
}
a.card-footer-link:link { text-decoration: none; }
a.card-footer-link:visited { text-decoration: none; }
a.card-footer-link:hover { text-decoration: none; }
a.card-footer-link:active { text-decoration: none; }

.home-navigation .card-title {
    padding: 0px;
    font-size: 1.5rem;
    font-weight: bold;
}

.suggest-user h6, small, p {
    margin-bottom: 0 !important;
}

.suggest-user img {
    height: 50px;
    width: 50px;
}

.user-search-input {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.user-search-form .input-group-append span {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#experienceModal {
    max-height: calc(100vh - 64px);
}

#experienceModal .modal-dialog {
    max-width: 650px;
    max-height: 100%;
    overflow-y: scroll;
}

.edit-education, .edit-experience, .edit-skill, .edit-job-reff {
    cursor: pointer;
}

.profile-entity-title {
    font-size: 1.1rem;
}

/**
 * 5.0 - Footer
 */
/**
 * 5.1 - Footer Content
 */

footer ul {
    padding: 0;
    list-style: none;
}

.footer-social {
    background: #f1f1f1;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.footer-social-links a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #c3c4c5;
    color: #000;
    text-align: center;
    margin-right: 7px;
}

.footer-social-links i {
    color: #000;
    font-size: 1.3rem;
    line-height: 38px;
}

.app-badge {
    width: 109px;
    height: 32px;
    display: inline-block;
}

.app-badge img {
    width: 100%;
    height: 100%;
}

.footer-app-badges, .brands-site-logo {
    text-align: center;
}

.auth-card {
    border-radius: 10px;
    /*box-shadow: 0 10px 10px #0000004f;*/
    margin-top: 50px !important;
    border: none;
}

/**
 * 6.0 - Media Queries
 */
@media (min-width: 1440px) {
    .home-navigation .card {
        width: 48%;
    }
    .home-navigation {
        margin: auto 10%;
    }
}

@media (min-width: 1024px) {
    #main-content {
        margin-left: 220px;
    }

    .section-wrap {
        max-width: 1120px;
        padding-left: 48px;
        padding-right: 48px;
    }

    #sidebar {
        left: 0px !important;
        background: #ffffff !important;
        color: #000000 !important;
    }

    .sidebar-menu li a {
        color: #000000 !important;
    }

    .profile-content {
        max-width: 75%;
    }
}

@media (min-width: 768px) {
    .home-navigation .card {
        width: 48%;
    }
}

@media (min-width: 320px) {
    #sidebar {
        height: 100%;
        left: -220px;
        transition: all 0.3s ease;
        z-index: 100;
        overflow-y: auto;
        background: #343a40;
        color: white;
    }

    .sidebar-menu li a {
        color: #fff;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width : 640px) {
    .service-box .col-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .service-box .col-9 {
        padding-left: 0;
    }
}

.color-blue{
    color: #1473e6;
}

.profile-content {
    margin: 5px auto;
}

.card-body .container {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
}
.card-body .container .row {
    font-size: .975rem;
    font-weight: 400;
    color: rgb(60,64,67);
}
.card-body .container .row .info-value {
    font-size: .995rem;
    font-weight: 500;
    color: rgb(60,64,67);
}
.profile-photo #image-show {
    width: 68px;
    height: 68px;
}
.container .col-sm .badge {
    padding: 0.5em 0.5em;
}
.container .div-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-info .card-title {
    margin-bottom: 0;
    padding-bottom: 0;
}
.btn-sm-rounded {
    padding: 0.155rem 0.55rem;
    font-size: 0.845rem;
    line-height: 1.3;
    border-radius: 20px !important;
    background: #EFEFEF;
    margin-top: 2px;
}
.navbar-brand {
    color: #ffffff;
    display: inline-block;
    font-family: "Product Sans",Arial,sans-serif;
    font-size: 1.75rem;
    line-height: 30px;
    font-weight: 800;
}