/*
  Theme Name: 
  Author: 
  Description: 
  Version: 1.0
*/
/* -------------------------------------
indexing of css
========================================

----------------------------------------- */

/* -------------------------------------
importing google fonts
----------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
/* -------------------------------------
defualt css
----------------------------------------- */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #444;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #131313; 
}
h2 {
    font-size: 38px;
    line-height: 47px;
}
h3 {
    font-size: 30px;
}
a, a:hover {
    text-decoration: none;
    color: #444;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
a:hover {
    color: #444;
}
button {
    cursor: pointer;
    border: 0px;
}
*:focus, button, .btn, .btn:focus, input, button:focus, input:focus {
    outline: none;
    box-shadow: none;
}
/*ul {
    padding: 0;
    margin: 0;
    list-style: none;
}*/

blockquote {
    font-style: italic;
    font-weight: 400;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 4px solid #888;
}

.note-box a {
	color: #007bff;
}

.note-box figure img {
    max-width: 100%;
}

.theme-btn-1 {
    padding: 20px 50px;
    background: #FAA819;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}
.theme-btn-1:hover {
    color: #fff;
}

.theme-btn-4 {
    padding: 10px 25px;
    background: #FAA819;
    color: #fff;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 1rem 0.25rem;
}
.theme-btn-4:hover {
    color: #FAA819 !important;
    background-color: #fff;
}

.theme-btn-5 {
    padding: 10px 25px;
    background: #FAA819;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}
.theme-btn-5:hover {
    color: #fff;
}

.theme-btn-6 {
    padding: 6px 15px;
    background: #FAA819;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
}
.theme-btn-6:hover {
    color: #fff;
}

.button-footer {
    margin-top: auto;
    padding-top: 10px;
    text-align: center;
}

.margin-box {
    display: flex;
    flex-direction: column;
}

.green-btn {
    background: #54a268;
}

/* -------------------------------------
preloader css
----------------------------------------- */
.preloader-active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    overflow: hidden;
}
.preloader, .preloader-react {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999999999;
}
.preloader-spinner, .preloader-spinner-react {
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    border-top-color: #f70068;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -ms-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}
.preloader-spinner, .preloader-spinner-react,
.preloader-spinner::before, .preloader-spinner-react::before,
.preloader-spinner::after, .preloader-spinner-react::after {
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
}
.preloader-spinner::before, .preloader-spinner-react::before {
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #f09819;
    -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 3s linear infinite;
    -ms-animation: loader 3s linear infinite;
    -o-animation: loader 3s linear infinite;
    animation: loader 3s linear infinite;
}
.preloader-spinner::after, .preloader-spinner-react::after {
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #441066;
    -webkit-animation: loader 1.5s linear infinite;
    -moz-animation: loader 1.5s linear infinite;
    -ms-animation: loader 1.5s linear infinite;
    -o-animation: loader 1.5s linear infinite;
    animation: loader 1.5s linear infinite;
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* -------------------------------------
header css
----------------------------------------- */
.header {
    padding: 10px 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-bottom: 1px solid #f9f9f9;
}
.logo {
    width: 160px;
}
.header .navbar-light .navbar-nav .nav-link {
    color: #444;
    font-size: 18px;
    padding: 0 25px;
}
.header .navbar-light .navbar-nav .nav-link:hover {
    color: #FAA819;
}
.header-icons {
    display: flex;
    align-items: center;
}
.header-icons li {
    display: inline-block;
}
.header-icons li button,
.header-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #444;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: 30px;
}
.header-icons li a.user {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
}
.header-icons .search-btn {
    margin-left: 0px;
}
.search-form {
    transition: .3s;
    padding: 10px 0px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.input-s {
    padding: 10px 30px;
    border: 1px solid #eee;
    border-right: none;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.main-menu {
    text-align: center;
    margin-top: 30px;
}
.main-menu li {
    display: inline-block;
    padding: 20px;
}
.main-menu li a {
    font-size: 18px;
}


/*====================================
project list section
======================================*/
.section-padding {
    padding: 70px 0px;
}
.project-list-wrapper {
    flex-wrap: wrap;
    justify-content: start;
    flex-flow: row wrap;
    width: 1500px;
    margin: auto;
}
.project-list-wrapper .project-list-box {
    margin: 15px;
    width: auto;
    flex-basis: 18%;
    max-width: 18%;
}
.project-list-box {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.project-list-img {
    margin-bottom: 30px;
}
.project-list-content h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}
.project-list-content p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    word-break: break-word;
}
.project-list-content h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0px;
}
.rating {
    font-size: 10px;
}
.rating .meta {
    background: #FAA819;
    padding: 3px 6px;
    color: #fff;
    border-radius: 2px;
}
.review {
    font-weight: 300;
}
.rating .start-full {
    font-size: 8px;
    color: #FAA819;
}

.rating .start-base {
    font-size: 8px;
}

.completion {
    font-size: 10px;
}

.pagination-nav li a {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #444;
    margin: 0px 3px;
    border-radius: 2px;
}
.pagination-nav li a.active,
.pagination-nav li a:hover {
    border: 1px solid #FAA819;
    background: #FAA819;
    color: #fff;
}

.favorite-proveedor {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.favorite-proveedor img {
    width: 25px;
    height: 25px;
}

.favorite-proveedor:hover img {
    width: 26px;
    height: 26px;
}

.crawled-proveedor {
    position: absolute;
    top: 10px;
    left: 10px;
}

.crawled-proveedor img {
    width: 25px;
    height: 25px;
}

/*======================================
sign-up page
========================================*/
.hero-section {
    padding: 100px 0px;
}
.hero-content h1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 30px;
}
.hero-content p {
    font-size: 20px;
    font-weight: 500;
    padding-right: 10px;
}
.hero-btn a.sign-in {
    color: #FAA819;
    font-weight: 500;
}

/*======================================
product list page
========================================*/
.btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}
.btn-wrapper .back-btn {
    width: 30px;
}
.theme-btn-2 {
    background: #FAA819;
    color: #fff;
    padding: 10px 15px;
}
.theme-btn-2:hover {
    color: #fff;
}
.product-list-box {
    margin-bottom: 30px;
    display: block;
    position: relative;
}
.product-list-inner-box {
    background: #036BC9;
    padding: 70px 0px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.product-list-inner-box h5 {
    margin: 0;
    padding: 20px 0px;
    border: 2px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.product-list-box h6 {
    font-weight: 500;
    text-align: center;
}

/*======================================
upload file page
========================================*/
.upload-section-header {
    background: #036BC9;
    text-align: center;
    padding: 70px 10px 120px;
}
.upload-section-header h3 {
    color: #fff;
    margin-bottom: 50px;
}
.upload-section-header p {
    font-size: 18px;
    line-height: 28px;
    color: #f2f2f2;
    margin-bottom: 50px;
}
.upload-form-wrapper {
    background: #fff;
    padding: 50px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .06);
    border-radius: 10px;
    margin-top: -120px;
}
.upload-form input, .upload-form textarea {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 20px 30px;
    border-radius: 5px;
}
.upload-form input[type=file] {
    border-style: dashed;
}
.upload-form h4 {
    margin-bottom: 30px;
}
.upload-form p {
    margin-bottom: 30px;
}


/*======================================
project-description page
========================================*/
.project-description-section {
    background: #f6f6f6;
}
.description-content h4 {
    font-weight: 500;
    margin-bottom: 20px;
}
.description-item {
    margin-bottom: 30px;
}
.project-note input {
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    padding: 15px 30px;
    width: 60%;
}

.project-note textarea {
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    padding: 15px 30px;
    width: 60%;
    margin-bottom: -16px;
}

.note-inner-box.note-reply-box {
    margin-left: 60px;
}
.note-inner-box {
    padding: 15px 0px;
}
.note-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.note-admin {
    font-weight: 700;
    color: #131313;
}
.note-content {
    margin-left: 60px;
}
.note-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.note-meta {
    font-size: 12px;
    font-weight: 300;
}
.note-meta .reply-btn {
    font-weight: 500;
    margin-left: 20px;
    background: #fff;
    border-radius: 2px;
}

/*===================================
suppliers details page
=====================================*/

.suppliers-img {
    padding: 70px 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    /*background-image: url('../img/suppliers-bg.jpg');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.suppliers-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
    border-radius: 10px;
}
.suppliers-info {
    margin-left: 20px;
}
.suppliers-btns {
    display: flex;
    justify-content: start;
}
.theme-btn-3 {
    background: #FAA819;
    color: #fff;
    padding: 20px 25px;
}
.theme-btn-3:hover {
    color: #fff;
}
.suppliers-info h6 {
    margin-bottom: 20px;
}
.suppliers-info h6 span {
    font-weight: 400;
    margin-left: 15px;
}



.contact-info, .files-section,
.feedback-section {
    background: #f6f6f6;
}
.section-title h3 {
    margin-bottom: 50px;
}
.contact-info-box {
    background: #fff;
    border-radius: 10px;
    padding: 40px 40px 25px;
    font-size: 0.9rem;
}
.contact-info-box h4 {
    font-weight: 500;
    margin-bottom: 30px;
}
.contact-info-box p span {
    margin-left: 15px;
}

.contact-info-box input, .contact-info-box select {
    font-size: 0.9rem;
    height: calc(2rem + 2px);
}


.file-item-box {
    background: #fff;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    word-break: break-word;
    overflow: hidden;
    height: 200px;
}
.file-item-box a {
    font-size: 100px;
}

.rating-content p {
    margin-bottom: 30px;
}
.rating-star span {
    margin: 5px;
    color: #FAA819;
    font-size: 20px;
}


.feedback-box {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 28px;
}
.feedback-info {
    text-align: right;
}
.feedback-info .feedback-name {
    margin-bottom: 5px;
    font-size: 18px;
}
.feedback-info p {
    font-size: 16px;
    margin-bottom: 0;
}
.feedback-info {
    margin-top: 25px;
}
.feedback-wrapper {
    margin-bottom: 70px;
}
.add-feedback h4 {
    margin-bottom: 30px;
}
.add-feedback textarea {
    width: 100%;
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
}







/*================================
message list page
==================================*/

.message-btns {
    padding-bottom: 50px;
    border-bottom: 1px solid #b8b8b8;
}
.message-btns .btn {
    background: none;
    border: 1px solid #b8b8b8;
    padding: 10px 40px 10px 20px;
    position: relative;
}
.message-btns .btn::after {
    border: none;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    right: 30px;
    font-size: 12px;
    top: 15px;
}

.message-list-wrapper {
    margin-top: 70px;
}
.message-name h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.message-name h5 span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FAA819;
    display: inline-block;
    margin-left: 5px;
}
.message-name p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1;
}
.message-img {
    margin-right: 20px;
}
.message-list-box {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
    align-items: start;
    border-bottom: 1px solid #f2f2f2;
}
.message-info {
    flex: 1;
}
.message-content {
    flex: 2;
}

/*====================================
message page
======================================*/

.message-box {
    display: flex;
    margin: 15px 0px;
}
.message-profile {
    margin-right: 30px;
}
.message-content-box {
    border: 1px solid #b8b8b8;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}
.message-content-box .time {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}
.message-content-box::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #b8b8b8;
    left: -8px;
    top: 12px;
    transform: rotate(44deg);
    background: #fff;
    border-top: 0;
    border-right: 0;
}
.message-reply .message-profile {
    margin-right: 0px;
    margin-left: 30px;
}
.message-reply .message-content-box {
    background: #f2f2f2;
}
.message-reply .message-content-box::before {
    right: -8px;
    left: auto;
    background: #f2f2f2;
    transform: rotate(225deg);
}
.message-content-box textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #b8b8b8;
    background: #f2f2f2;
}
.message-btn .btn {
    padding: 10px 20px;
}
/* -------------------------------------
scroll-top css
----------------------------------------- */
.scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 16px;
    cursor: pointer;
    z-index: 4;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    background: #FAA819;
}

.selected-header {
    border-bottom: 2px solid #FAA819;
}

.show-p {
    cursor: pointer;
    background-color: #f1f1f1;
    padding-top: 10px;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.badge {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 20px;
    border: 3px solid white;
    background-color: red;
    color: white;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    vertical-align: middle;
}

.badge.small {
    width: 1.3rem;
    height: 1.3rem;
    border: none;
    top: unset;
    bottom: 0;  
}

.badge.small i {
    font-size: 0.8rem;
}

.badge.left {
   right: auto;
   left: -0.5rem;
   padding: 0.4rem 0.3rem;
}

.badge.left span {
    font-size: 1rem;
    font-weight: bold;
    padding: 1px;
}

.badge.button {
   right: -20px;
   top: -20px;
}

.multi-select ul {
    width: 100%;
}

.multi-select .select-item {
    width: 100%;
}

.multi-select.full .dropdown-content {
    z-index: 2;
}

@media only screen and (max-width: 767px){
    h3 {
      font-size: 1.5rem;
    }
}