* {
    font-family: 'Roboto';
}

@media (min-width: 1366px) and (max-width: 1399px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

@media (min-width: 1366px) and (max-width: 1399px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

/* 
@media (min-width: 1400px) and (max-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
} */


body {
    background-color: #F2F5FA;
}

section {
    padding: 0 10px;
}

.navbar {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.navbar-brand img {
    width: 50px;
}

#navbarSupportedContent {
    justify-content: space-between;
}

.main-search {
    width: 400px;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.main-search input {
    background-color: #FAFAFA;
}

.main-search input:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #FAFAFA;
}

.main-search span {
    background-color: #FAFAFA !important;
}

.adSearch {
    border: none;
    background-color: #fff;
    color: #4C4C4C;
    font-size: 14px;
}

#searchValue {
    height: 40px;
}

.adSearch:hover,
.adSearch:active,
.adSearch:focus-visible,
.adSearch:focus-within {
    border: none;
}

#navbarSupportedContent .navbar-nav li.nav-item {
    margin-right: 20px;
}

#navbarSupportedContent .navbar-nav li.nav-item a {
    color: #4C4C4C;
    font-size: 18px;
}

.company-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-box .c-logo {
    flex: 1;
    padding: 5px;
}

.company-box .c-logo img {
    max-width: 50px;
}

.company-box .c-box {
    flex: 2;
}

.company-box .notification {
    flex: 1;
    flex: 1;
    padding: 10px 20px;
}

.company-box .c-box h5 {
    font-size: 18px;
    margin-bottom: 0;
    white-space: nowrap;
}

.company-box .c-box p {
    color: #999;
    margin-bottom: 0;
}

.breadcrumb-section {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #F2F5FA
}

.breadcrumb {
    margin: 10px 0;

}

.breadcrumb-item a {
    color: #333;
    text-decoration: none;
    font-weight: 600
}

.breadcrumb-item a.active {
    font-weight: 400;
}

.initial-info-box {
    display: flex;
    padding: 20px;
    margin: 20px 0;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.initial-info-box .i-info {
    flex: 1;
    display: flex;
    align-self: center;
    align-items: center;
    border-right: 1px solid #D8D8D8;
    padding-right: 10px;
}

.initial-info-box .i-info .i-logo {
    padding: 10px;
}

.initial-info-box .i-detail {
    align-self: center;
}

.initial-info-box .i-detail h2 {
    color: #268BBF;
    margin-bottom: 5px;
    font-size: 22px;
}



.initial-info-box .i-detail p {
    margin-bottom: 0;
    font-weight: 500;
    white-space: nowrap;
}

.initial-info-box .i-address {
    flex: 2;
    align-self: center;

}

.initial-info-box .i-address ul {
    list-style: none;
    margin-bottom: 0;
}

.initial-info-box .i-address ul li {
    margin-bottom: 8px;
    color: #666
}

.initial-info-box .i-options {
    flex: 1;
    display: grid;
}

.initial-info-box .i-options .i-update {
    margin-top: auto;
    align-self: end;
    text-align: end;
}

.initial-info-box .i-options .i-update a {
    color: #066D8C;
    text-decoration: none;
}

.initial-info-box .i-logo img {
    width: 110px;
}

.option-dots {
    color: #000;
    text-decoration: none;
}

.i-btn-group {
    display: flex;
    align-items: flex-start;
}

.i-btn-group a {
    margin-right: 5px
}

.link-section {
    margin: 20px 0;
}

.links-sec {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.link {
    padding: 15px;
}

.link a {
    text-decoration: none;
    color: #4C4C4C;
    font-size: 14px;
}


.link a svg {
    margin-right: 5px;
    color: #4C4C4C;
}

.link:hover svg,
.link:hover a {
    color: #066D8C
}


.info-card {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 0;
}

.info-card .card-body {
    padding: 20px 20px;
}

.company-details {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
}

.company-details .c-icon {
    padding-right: 10px;

}


.info-card .card-body h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4C4C4C;
}

.social-icons {
    text-align: left;
}

.social-icons svg {
    font-size: 20px;
}

.social-icons .in {
    color: #0076B2;
}

.social-icons .fb {
    color: #1877F2;
}

.social-icons .tw {
    color: #1DA1F2;
}

.s-link {
    padding: 7px 20px;
    border-radius: 10px;
    border: 1px solid #333;
    margin-bottom: 10px;
    font-size: 14px;
}

.s-link span {
    font-weight: 700;
    margin-right: 5px;
}

.s-links {
    text-decoration: none;
    font-size: 14px;
    color: #066D8C;
    line-height: 16px;
    display: block;
    margin-top: 20px;
}

.myTabContent {
    margin-bottom: 10px;
}

.executive {
    display: flex;
    border: 1px solid #B3B3B3;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 5px;
}

.executive .e-name {
    font-size: 16px;
    font-weight: 700;
}

.executive img {
    padding: 10px;
    background-color: #ccc;
    border-radius: 10px;
    /* margin: 5px; */
}

.executive .e-name {
    color: #066D8C;
}

.executive .e-designation {
    color: #4C4C4C;
    margin: 0;
    font-size: 12px;
}

.e-contact {
    /* display: grid; */
    flex: 2;
    width: 100%;
}

.e-contact .e-contact-links {
    display: flex;
    /* margin-right: 5px; */
    font-size: 12px;
    /* display: inline-block; */
}

.e-contact .e-contact-links .fill {
    background: #066D8C;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    min-width: 50%;
    margin-right: 5px;
    font-weight: 700;
    text-align: center;
    /* display: inline-block; */
}

.e-contact .e-contact-links .outer {
    border: 1px solid #066D8C;
    padding: 5px 10px;
    text-decoration: none;
    min-width: 50%;
    margin-right: 5px;
    color: #066D8C;
    font-weight: 700;
    text-align: center;
    /* display: inline-block; */
}

.executive-names {
    padding: 0 5px;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.e-option {
    align-self: end;
    text-align: end;
}

.e-option a {
    text-decoration: none;
    color: #066D8C !important;
}

.e-option svg {
    color: #066D8C !important;
    align-self: end;
}

.executive-links {
    text-decoration: none;
    font-size: 14px;
}

.accordion {
    margin-bottom: 20px;
}

.attribute-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.attribute-links h3 {
    font-size: 14px !important;
}

.attribute-links h3 a {
    text-decoration: none;
    color: #333;
}

.attribute-links h3 a:hover {
    color: #066D8C;
}

.accordion-button {
    border: 1px solid #B3B3B3;
}

.accordion-item {
    border-radius: 0 !important;
    border: none;
    margin-bottom: 10px;
}


button.accordion-button {
    color: #066D8C;
    font-weight: 700;
    padding: 12px 15px;
    /* margin-bottom: 10px; */
    /* border-radius: 0; */
    border-radius: 5px !important;
}

button.accordion-button svg {
    margin-right: 20px;
}

/* CSS LOADER */
.loader-wrapper {
    position: relative;
    z-index: 9999;
}

.loader-container {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}

.loader-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #4EBAE9;
    border-bottom: 16px solid #4EBAE9;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 9999;
}

ul#myTab {
    margin-bottom: 10px;
    border-bottom: 0;
}

#myTab .nav-link {
    font-size: 14px;
    padding: 5px 20px;
    border: 1px solid #066D8C !important;
    color: #4C4C4C;
    border-radius: 0;
    font-weight: 400;
    border-radius: 0 !important;
    min-width: 60px !important;
}

#myTab .nav-link:hover {
    color: #333;
}

#myTab .nav-link.active {
    border: 1px solid #066D8C !important;
    padding: 5px 20px;
    color: #066D8C !important;
    font-weight: 600;
    border-radius: 0;
    border-bottom: 1px solid #066D8C !important;
    background: rgba(6, 109, 140, 0.1) !important;
    font-size: 14px;
}

.initial-info-box .i-detail p a {
    color: #268BBF;
    text-decoration: none;
}

.feed-section {
    margin: 20px 0;
}

.main-sec {
    display: none;
}

.main-sec.show {
    display: block;
}

.general-sec {
    display: none;
}

.general-sec.show {
    display: block
}

/* SIMILAR COMPANIES */
.info-card .card-body h3 {
    margin-bottom: 10px;
}

.competitors-section {
    margin: 20px 0;
}

.cLetter {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    margin-right: 10px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.similar-link {
    display: flex;
    align-items: center;
    justify-content: start;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 25px;
}

.similar-link h4 {
    color: #4C4C4C;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

.card-body>h3 {
    margin-bottom: 30px;
}

.similar-link img {
    margin-right: 20px;
    width: 40px;
}

.c-row {
    margin-top: 20px;
}

/* Employees Section */
.employee-section {
    margin: 20px 0;
}

.employees-stats {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.employees-stats .e-box {
    padding: 5px 25px;
    color: #4C4C4C;
}

.e-box b {
    font-size: 16px;
    font-weight: 700;
}

.e-card {
    border: 1px solid #CDCDCD;
}

.e-card .e-head {
    display: flex;
    background-color: #fff;
    align-items: center;
    padding: 15px 20px;
}

.e-card .e-head .e-img {
    padding: 8px 10px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    margin-right: 10px;
}

.e-card .e-head .e-name .name {
    font-size: 18px;
    font-weight: 700;
    color: #066D8C;
    margin-bottom: 0;
}

.e-card .e-head .e-name .designation {
    color: #4C4C4C;
    font-size: 14px;
    margin-bottom: 0;
}

.e-card .e-body {
    background: #F7F7F7;
    padding: 15px 20px;
}

.e-card .e-body .phone a {
    text-decoration: none;
    color: #4C4C4C;
    display: block;
    margin-bottom: 20px;
}

.e-card .e-body .phone a svg {
    color: #268BBF;
    margin-right: 10px;
}

.e-card .e-body .phone a:hover {
    color: #268BBF;
}

.similar-links {
    text-decoration: none;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(min-width: 992px) and (max-width: 1024px) {
    .initial-info-box .i-info {
        padding-right: 15px;
    }
}


@media(min-width: 577px) and (max-width: 991px) {
    .links-sec {
        flex-wrap: wrap;
    }

    .initial-info-box {
        flex-wrap: wrap;
    }

    .company-box {
        text-align: center;
    }

    .main-search {
        width: 100%;
    }

    .adSearch {
        white-space: nowrap;
    }

    .i-info {
        min-width: 50%;
    }

    .initial-info-box .i-address {
        min-width: 50%;
    }

    .similar-link h4 {
        font-size: 12px;
    }
}


@media(max-width: 576px) {
    section {
        padding: 0;
    }

    .initial-info-box {
        display: block;
    }

    .initial-info-box .i-info {
        display: block;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #D8D8D8;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .initial-info-box .i-info .i-logo {
        text-align: center;
    }

    .initial-info-box .i-detail {
        text-align: center;
    }



    .initial-info-box .i-address ul {
        padding-left: 0;
        margin: 10px 0;
    }

    .initial-info-box .i-options .i-update {
        text-align: center;
        margin-top: 10px;
    }

    .links-sec {
        flex-wrap: wrap;
    }

    .initial-info-box {
        padding: 15px;
    }

    .initial-info-box .i-address ul li {
        margin-bottom: 12px;
        display: flex;
    }

    .initial-info-box .i-address ul li svg {
        margin-top: 5px;
        margin-right: 0px;
        min-width: 32px;
    }

    .link {
        padding: 12px 12px;
        min-width: 33%;
    }

    .attribute-links {
        justify-content: start;
        flex-wrap: wrap;
    }

    .info-card .card-body h3 {
        min-width: 50%;
    }

    .links-sec {
        justify-content: start;
    }

    .executive {
        flex-wrap: wrap;
    }

    .e-img {
        min-width: 30%;
    }

    .executive-names {
        min-width: 70%;
    }

    .e-contact {
        display: flex;
        flex-direction: column-reverse;
    }

    #searchForm {
        margin: 10px 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 5px
    }

    .company-box {
        text-align: center;
        border-top: 1px solid #ccc;
        padding-top: 5px;
        margin-top: 5px
    }

    .main-search {
        width: 100%;
    }

    .social-icons {
        text-align: center;
    }


    .employees-stats {
        flex-wrap: wrap;
    }

    .employees-stats .e-box {
        padding: 10px 0px;
        color: #4C4C4C;
    }

    .e-box {
        max-width: 33%;
        min-width: 33%;
    }
}

.d-badges {
    padding: 20px 0;
    max-height: 250px;
    overflow-y: auto;
}

.d-badges .badge {
    background: #F7F7F7;
    color: #000000;
    font-size: 12px;
    line-height: 12px;
    border: 0.25px solid #066D8C;
    border-radius: 6px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
    margin-right: 5px;
    padding: 5px;
}


/* Technology && Attributes */
.technology-section {
    margin: 20px 0;
}

.myInput {
    /* background-image: url(/css/searchicon.png); */
    background: #F4F3F3;
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #B3B3B3;
    margin-bottom: 12px;
    height: 40px;
    border-radius: 5px;
    color: #ADADAD;
}

.myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    height: 300px;
}

.myUL li a {
    /* border: 1px solid #ddd; */
    margin-top: -1px;
    /* background-color: #f6f6f6; */
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #4C4C4C;
    display: block;
}

.myUL li a:hover:not(.header) {
    background-color: #eee;
    /* Add a hover effect to all links, except for headers */
}

.input-box {
    position: relative;
}

.input-box svg {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #ADADAD;
}

.data-rows {
    padding-top: 50px;
}

.data-rows h2 {
    font-family: 'Roboto';
    font-size: 28px;
    line-height: 30px;
    color: #4C4C4C;
    margin-bottom: 20px;
}

.video-box {
    padding: 0 40px;
}

.video-desc {
    padding: 10px 60px;
    overflow-y: scroll;
    height: 350px;
}

.video-desc p {
    color: #4C4C4C;
    size: 16px;
}

.video-head-row {
    border-top: 1px solid #333;
    padding-top: 40px;
    margin-top: 30px;
}

.video-head {
    text-align: center;
    color: #4C4C4C;
}

.video-desc a {
    background-color: #066D8C;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 40px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.video-desc a:hover {
    background-color: #268BBF;
}

@media(max-width: 991px) and(min-width: 577px) {
    .video-desc {
        padding: 10px 30px;
    }
}

@media(max-width: 576px) {
    .data-rows {
        padding-top: 10px;
    }

    .video-box {
        padding: 20px 0;
    }

    .video-desc {
        padding: 10px;
        height: auto;
    }
}

/* Funding History */
.funding-history {
    margin: 20px 0;
}

.sub-text {
    font-size: 13px;
    color: #4C4C4C;
}

.card-body>h3 {
    margin-bottom: 30px;
}


.c-row {
    margin-top: 20px;
}

.dept-card {
    display: flex;
    padding: 50px 25px;
    align-items: center;
    border: 1px solid #066D8C;
    border-radius: 15px;
    align-items: center;
    margin: 10px 0;
    justify-content: center;
}

.dept-card .icon-box {
    margin-right: 20px;
}

.icon-text h4 {
    margin-bottom: 0;
}

.dept-card .icon-text p {
    margin-bottom: 0;
}

.icon-box img {
    max-width: 50px;
}

.funding-table thead td {
    color: #4C4C4C;
    font-weight: 700;
}

.funding-table tbody td {
    color: #4C4C4C;
    font-weight: 400;

}

.funding-table svg {
    margin-right: 5px;
}

.funding-table td {
    padding-left: 10px;
}

@media(max-width: 576px) {
    .funding-table thead td {
        white-space: nowrap;
        padding: 5px 10px;
    }
}


.emp-box {
    display: flex;
    padding: 10px 0;
    align-items: center;
    cursor: pointer;
}

.employee-resume {
    border: 3px solid #CDCDCD;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.emp-box .img-box {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emp-box .img-box img {
    border-radius: 50%;
    height: 46px;
    width: 46px;
}

.emp-box .emp-name {
    padding-left: 15px;
}

.emp-box .emp-name h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.emp-box .emp-name p {
    color: #8E8E8E;
    font-size: 14px;
    margin-bottom: 0;
}

.employee-name {
    margin-bottom: 00px;
}

.employee-name p {
    color: #333333;
    font-size: 24px;
    margin-bottom: 0px;
}

.employee-name h5 {
    color: #066D8C;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
}

.employee-head {
    background: #E6E6E6;
    padding: 20px 30px;
}

.employee-detail {
    margin-bottom: 20px;
    font-size: 15px;
}

.employee-contacts {
    display: flex;
    flex-wrap: wrap;
}

.employee-contact svg {
    margin-right: 10px;
    color: #066D8C;

}

.employee-contacts .employee-contact {
    min-width: 33%;
    color: #4C4C4C;
    margin-bottom: 10px;
    font-size: 12px;
}

.emp-degree-detail p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 5px;
}

.emp-degree-meta {
    color: #636363;
}

.employee-body {
    padding: 30px;
}

.emp-degree-detail p {
    color: #000000;
}

.emp-h {
    color: #066D8C;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.degree-h {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}

.emp-degree-meta {
    color: #636363;
    font-size: 10px;
    margin-bottom: 0;
}

.employee-img-name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.employee-img-name img {
    border-radius: 50%;
    margin-right: 10px;
    width: 100px;
    margin-right: 10px;
}

.emp-degree-img img {
    width: 45px;
    height: 45px;
}

#employeeSkills {
    max-height: 250px;
    overflow-y: auto;
}

/* .employee-degree {
    display: flex;
    align-items: center;
    justify-content: center;
  } */
#searchText h2 {
    font-size: 26px;
    margin: 20px 0;
    color: #2F8CC9;
}