
/* @import url('../css/css2.css');

* {
  font-family: "Jost", sans-serif !important;
} */
body {
	padding: 0 !important;
}

.search {
    position: absolute;
    z-index: 1;
    border-radius: 150px;
}
.bg-home {
   
    border-radius: 8px;
    position: relative;
    z-index: 9;
}
.bg-home:before {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.bg-home .form-control {
   
    border: 0 !important;
    
}

.form-control:focus {
        box-shadow : none;
}

.bg-home .form-select {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pt{
    padding-top: 150px;
}


.w-18{
    width: 116px;
}



.twm-bnr-center-section {
    width: 75%;
}
.tab_list {
    margin-left: 47px;
}
.ai-theme .main-tab-btn.active {
    background: #000 !important;
    color: #fff !important;
}
.main-tab-btn {
    border: none;
    border-radius: 7px 7px 0 0;
    padding: 7px 20px;
    font-size: 15px;
    background: #dbdbdb;
    color: #000;
}
.tender-tab-index{
    position: relative;
}
.twm-inputicon-box {
    display: -webkit-box;
   
    display: flex;
    width: 100%;
}
.amin-search-bar {
    width: 100%;
    position: relative;
}
.search-icon {
    position: absolute;
    top: 12px;
    left: 17px;
}
.main-search {
    border: 1px solid #ddd;
    border-radius: 100px;
    padding: 14px 40px 14px 46px;
    margin: 0;
    height: auto;
    background: #fff;
    box-shadow: 0 1px 6px 0 #d3d3d3;
}
input#txt_advanceSearchResultMain, input#txtadvanceSearchMain, input#txt_advanceSearchResultMain {
    color: #464646;
    font-size: 14px;
}
.search-action-btn a {
    width: 128px !important;
}
.search-action-btn a {
    width: 128px !important;
}
.search_btn {
    background: #404040;
    border-radius: 100px;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    color: #fff !important;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    border: none !important;
    width: 115px;
    justify-content: center;
}
.search-option {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
    align-items: center;
    margin-right: 23px;
}
.searchbar{ 
    width: 100%;
    height: 43px;
    cursor: pointer;
    background: url(../assets/images/selectbg.png) 87% 55% / 12% no-repeat #47a1d9;
    color: #fff;
    border: 0;
    padding: 10px 45px 10px 30px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    border-radius: 30px;
    appearance: none;
}
.advanced-search {
  color: #efe7e7;
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
  white-space: nowrap;
}

.keyword {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#searchFrm {
    position: relative;
    padding: 1rem;
}

.bg-home .left {
    padding-right: 0;
}
.bg-home .right {
    padding-left: 0;
}

#product_list {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    width: calc(100% - 116px);
}

#product_list ul {
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}

#product_list li {
    padding: 0.3rem 1rem;
    cursor: pointer;
    color: #2f1635;
    border-bottom: 1px solid rgb(47 22 53 / 10%);
    transition: 0.5s all;
}

#product_list li:hover {
    background-color: #d97321;
    color: #ffff;
}

.top-content {
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}

.top-content .left {
    display: flex;
    flex-wrap: wrap;
}

.top-content .left > div {
    margin-right: 30px;
    position: relative;
}

.top-content .left > div:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 1px;
    height: 18px;
    background: rgb(217 115 33 / 40%);
    transform: translateY(-50%);
}

.top-content .left > div:last-child:before {
    margin-right: 0;
    width: 0;
    height: 18px;
    background: transparent;

}

.share i, .location i {
    margin-right: .5rem;
    font-size: 1.1rem;
}



.share i.fa-whatsapp {
    color: #17980e;
    margin-right: .2rem;
}

.primary-color {
    color: #d97321;
}

.single-tag {
    display: inline-block;
    background: #ccc;
    color: #000;
    text-transform: uppercase;
    font-size: .8rem;
    padding-left: 10px;
    padding-right: 10px;
        padding-top: 0;
    padding-bottom: 0;
    border-radius: .2rem;
    cursor: pointer;
    font-weight: 700;
}

.single-tag .form-check-input {
    margin-top: 6px;
}
.right-btn-list {
    display: flex;
}
.right-btn-list .dropdown {
    margin-left: 0.5rem;
}

.right-btn-list .search-text {
    margin-right: 0.7rem;
}

.tender-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    /* background-color: rgb(217 115 33 / 10%); */
    background-color: #fbf1e8;
    z-index: 9;
    padding: 1rem;
    border-radius: .25rem;
    position: sticky;
    top: 73px;
}

.tender-list .left {
    display: flex;
}

.tender-list .left button {
    margin-right: .25rem;
}

.primary-button, .primary-button:focus, .primary-button:hover {
    background-color: #d97321;
    color: #fff;
    border: 0 !important;
    box-shadow: none;
}

/* .primary-button:hover {
    background-color: #864109;
    color: #fff;
    border: 0;
    box-shadow: none;
}

.primary-button.active {
background-color: #864109;
    color: #fff;
    border: 0;
    box-shadow: none;
} */

.event-section {
    padding: 15px 0;
    background-image: none;
}

.breadcrumb-section {
    background: url(../images/resource/event-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
        background-position: top;
    padding: 10px 0;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #2f1636;
    border-color: #2f1636;
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.single-filter-box {
    padding: 0.5rem 0;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.single-filter-box select {
    display: inline-block;
    width: 100%;
    height: 48px;
    background-color: #f6f6f6;
    padding: 0px 20px;
    border-width: 1px solid transparent;
}
.single-filter-box .ms-options-wrap > button:focus, .single-filter-box .ms-options-wrap > button {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    background-color: #f6f6f6;
    border-radius: .25rem;
}
.select2-container {
    display: block !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    display: block !important;
    min-height: 48px !important;
    background-color: #f6f6f6 !important;
    border-radius: .25rem !important;
}

.mobile-filter {
    display: none;
    margin-bottom: 1rem;
}

.single-filter-box .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    top: 11px;
    left: 20px;
}
.single-filter-box .ms-options-wrap > .ms-options > ul label {
    padding-left: 38px;
    color: #000;
}



.single-filter-box .ms-options-wrap > .ms-options > .ms-search input {
    padding-left: 20px;
}

.single-filter-box .ms-options-wrap > .ms-options > .ms-search input::placeholder {
    color: #ddd;
}

.single-filter-box .ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 0;
    width: 100%;
    padding: 5px 5px 5px 20px;
}

.single-filter-box .content {
    display: none;
}


.toggle-btn {
    display: block;
    color: #000;
    font-weight: 500;
    width: 100%;
    position: relative;
}

.toggle-btn:before {
    content: '\f107';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #d97321;
}

.single-filter-box .content label {
    color: #838383;
}


.single-filter-box input.form-control {
    display: inline-block;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    background-color: #f6f6f6;
}



.filter-box {
    filter: drop-shadow(0px 5px 10px rgba(111, 111, 111, 0.08));
    background-color: #ffffff;
    border: 1px solid rgba(85, 85, 85, 0.1);
    padding: 18px 30px 30px 18px;
    margin-bottom: 30px;
}

.mobile-filter button {
    padding: .5rem 2rem;
    background: #d97321;
    border: 0;
    border-radius: .25rem;
    color: #fff;
    transition: .5s all;
}

.blr-div {
        -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: flex;
}

.single-content thead th:first-child, .single-content tbody td:first-child {
    width: 200px;
}

.single-content {
    margin-bottom: 3rem;
}

.single-contact-box {
    position: relative;
    margin-bottom: 1rem;
}

.single-contact-box label {
    color: #000;
}

.single-contact-box .form-control {
    /* font-size: 0.5rem; */
    line-height: normal;
    padding: 0.8rem;
}

.single-contact-box label span {
    color: #f00;
}

.single-contact-box .primary-button {
    display: block;
    width: 100%;
}

.fixed {
	position: fixed;
	top: 8rem;
	width: 100%;
}

.single-info {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1rem;
}

.single-info p {
    margin-bottom: 0;
}

.single-info .icons {
    width: 30px;
}

.modal-body h6 {
    color: #d97321;
    margin-bottom: 1rem;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    background: radial-gradient(ellipse at center, #fcf2eb 0%, #fcf2eb 38%, #ffffff 100%);
}

.login-page {
    position: relative;
    display: flex;
    height: 100%;
    overflow: hidden;
}

.login-page > div {
    width: 50%;
    padding: 1rem;
}

.login-page .right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page .left {
    background: #FFFFFF;
/* background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(217, 115, 33, 1) 100%); */
    background: radial-gradient(ellipse at center, #fcf2eb 0%, #fcf2eb 38%, #ffffff 100%);
}

.login-page .left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-detail h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 2rem;
}

.login-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    border-left: 8px solid #000;
    z-index: 3;
}

.login-page.website .left {
    background: #d97321;
    padding-top: 5rem;
    padding-bottom: 6rem;
    overflow: hidden;
    position: relative;
}

.login-detail ui:before {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.login-detail li {
    margin-top: 1rem;
    font-size: 1.1rem;
}

.login-page .right .content {
    width: 400px;
    text-align: center;
}

.login-page .right .submit-btn {
    width: 100%;
}

.login-page .right .logo {
    margin-bottom: 2rem;
}

.user-crd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-crd a {
    color: #ffab67;
}

.user-crd a:hover {
    color: #000;
}

.single-box-icon i {
    color: #d97321;
    font-size: 2rem;
}

.single-feature-box {
    height: 100%;
    margin-bottom: 0;
}
.single-feature-box:hover {
    border-top-color: #864109;
}

.gem-logo img {
    max-width: 100%;
}


.single-feature-box .number {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #d97321;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
}

.feature-content h4 {
    font-size: 1rem;
}

.single-feature-box::before {
    background-image: none;
    background-color: #d97321;
}

.single-feature-box:hover .number {
    background-color: #fff;
    color: #000;
}

.accordion .accordion_content {
    transition: all 0.25s ease-out;
    display: none;
    font-size: 0.8rem;
    padding-top: 1rem;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    opacity: 0;
}

.accordion.accordion_active .accordion_content {
    display: block;
    opacity: 1;
    transition: all 0.25s ease-out;
}

.accordion_active .accordion_intro h4:after {
    transform: rotate(180deg);
}


.accordion_images img {
    max-width: 100%;
    display: none;
}

.accordion_images img.active {
    display: block;
}

.accordion {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

.accordion_intro h4 {
    cursor: pointer;
    font-size: 1.1rem;
    color: #d97321;
    margin: 0;
    position: relative;
    transition: all 0.25s ease-out;
}

.accordion_intro h4:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    top: -5px;
}

.row.upper {
    background: #ad7f2f;
    background: linear-gradient(0deg,rgba(173, 127, 47, 1) 0%, rgba(125, 60, 6, 1) 100%);
    border-radius: 1rem;
}

.subscribe-area .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.subscribe-area .img-wrapper img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.subscribe-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.subscribe-content p {
    color: #d5d5d5;
}

.offer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Customize Owl Carousel arrows */
.owl-carousel .owl-nav button {
  background: none;  /* Remove default background */
  border: none;  /* Remove default border */
  color: #333;  /* Set text color */
  font-size: 30px;  /* Adjust size of arrow */
  position: absolute;  /* Position relative to the carousel */
  top: 50%;  /* Vertically center */
  transform: translateY(-50%);  /* Perfect centering */
  z-index: 10;  /* Ensure the arrows appear above the carousel */
}

.owl-nav {
    margin-top: 2rem;
}

/* Left Arrow */
.owl-carousel .owl-nav .owl-prev {
    left: 46%;
    bottom: 0;
    top: auto;
    font-size: 0;
    line-height: normal;
    width: 40px;
    height: 40px;
    border: 2px solid #d97321;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Right Arrow */
.owl-carousel .owl-nav .owl-next {
    right: 46%;
    bottom: 0;
    top: auto;
    font-size: 0;
    line-height: normal;
     width: 40px;
    height: 40px;
    border: 2px solid #d97321;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Optional: Hover effects */
.owl-carousel .owl-nav button:hover {
  color: #FF6347;  /* Change color on hover */
}
/* Left Arrow using Font Awesome */
.owl-carousel .owl-nav .owl-prev:before {
  content: '\f104';  /* Font Awesome left arrow icon */
  font-family: 'Font Awesome 5 Free';  /* Use Font Awesome Free */
  font-weight: 900;  /* Set to solid weight for better icon rendering */
  font-size: 1rem;
  color: #d97321;
}

/* Right Arrow using Font Awesome */
.owl-carousel .owl-nav .owl-next:before {
  content: '\f105';  /* Font Awesome right arrow icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  color: #d97321;
}


.detail-section {
    position: relative;
    background-color: #e8e8e8;
}

.detail-section .bg-section {
    min-height: 400px;
    /* background-color: #f00; */
    background-image: url(http://127.0.0.1:8000/assets/images/resource/footer-bg.png);
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.detail-section .bg-section h2 {
    color: #fff;
    margin-bottom: 1rem;
}

.detail-section .bg-section p {
    color: #a1a1a1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.detail-section .main-info-div {
    position: relative;
    padding-bottom: 5rem;
}

.detail-section .single-content {
    position: relative;
    background: #fff;
    padding: 1rem;
    text-align: center;
    margin-bottom: 0;
    margin-top: -100px;
    border-radius: 0.25rem;
}

.detail-section  h4 {
    margin-bottom: 1rem;
    color: #d97321;
}

.button-div {
    position: relative;
    width: 100%;
    clear: both;
}

.button-div .about-button {
    float: none;
}

.detail-section .single-content button {
    background: #d97321;
    border: 0;
    color: #fff;
    border-radius: 0.25rem;
    padding: 0.4rem 1rem;
}

.tender-area {
    position: relative;
}

.tender-area h6 {
    color: #d97321;
    border-left: 6px solid #d97321;
    padding-left: 1rem;
}

.tender-area ul {display: flex; flex-wrap: wrap; list-style: none;}

.tender-area a.view-btn {
    color: #fff;
    font-size: 0.8rem;
}

.tender-area li > a {
    position: relative;
    color: #818181;
    font-size: 0.8rem;
    padding-right: 12px;
    line-height: normal;
    transition: 0.5s all;
}

.tender-area li > a:after {
    content: '|';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}

.tender-area li:last-child a:after {
    display: none;
}

.tender-area a:hover {
    color: #d97321;
}
.dash-line{
    border-bottom: 2px dashed #d97321;
}
.breadcrumb-item.active a{
    color: #d97321  ;
}

.CustomerButton {
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}



/*-----------*/
.login-detail.advanced-detail li {
    color: #3f3f3f;
    font-size: 1rem;
}

.footer-section {
    padding: 20px 0 0px;
}

.select_time_wrapper label {
    position: relative;
    background-color: #ffffff;
    width: auto;
    margin-right: 8px;
    color: rgb(47 22 54 / 50%) !important;
}

.select_time_wrapper label span {
    border: 1px solid rgb(47 22 54 / 50%);
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
}

.select_time_wrapper label input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.select_time_wrapper input:checked + span {
    border: 1px solid #d97321;
    background-color: #d97321;
    color: #F7F7F7;
    width: 100%;
    height: 100%;
}
.label_p{
	font-weight:400;
}
.custom-control-label::after{
    border-radius: 50%!important;
    width: 24px;
    height: 24px;
    top: 0px;
    color: transparent;
}
.form_bot_wrapper .custom-control-label::before{
    background-color: #ebebeb;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    top: 0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	    background-color: #ebebeb;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-row > div {
    width: 100%;
    max-width: 700px;
}

.bg-home.header-home #search_data {
    min-width: 340px;
}

.header-home #searchFrm {
    padding: 0;
}

.header-home.bg-home:before {
    display: none;
}

.header-top-section {
    padding: 4px;
}

.bg-home.header-home .form-select {
    padding: 0 32px 0 10px;
    line-height: normal;
    height: 38px;
    width: 140px;
}

._menu>ul>li>a {
    margin: 20px 10px;
}

.header-home .input-group .btn {
    background: #fff;
    color: #000;
    filter: opacity(0.5);
}

.advanced-search-area a {
    padding: 7px 12px;
    height: 38px;
    display: inline-block;
    margin-left: 10px;
    background: rgb(255 255 255 / 80%);
    border-radius: .25rem;
}

.header-top-info.header-button {
    margin-top: 0;
}

.header-top-info.header-button a {
    height: 38px;
    display: inline-flex;
    align-items: center;
    border-radius: 0.25rem !important;
    padding: 0 30px;
    overflow: hidden;
}

nav._menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.menu-areas {
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
}
._menu ul {
    display: flex;
    flex-wrap: wrap;
}

._menu ul li a {
    padding: 0 12px;
}

._nav_manu {
    padding: 4px 0;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    z-index: 999999999999;
}
.header-top-info:before {
    display: none;
}
.desc{ font-size: 14px !important;}
select#tenderStatus {
    border: 1px solid #d97321;
}
.footer-section{
    background-color: rgb(244 224 209) !important;
    background: none;
}

.footer-widget-description p{
    color: #555555;
}
.footer-color{
    color: #555555;
}
.footer-social-icon ul li a{
    background-color: #555555;
}
.footer-widget-title h3{
    color: #555555;
}
.footer-widget-menu ul li a{ 
     color: #555555;
}
.footer-widget-menu ul li span{
     color: #555555;
	 font-size: 12px; 
	     line-height: 20px;
}
.copyright-description p {
    color: #555555;
    margin: 0;
    padding: 10px 0;
}

.footer-widget-menu {
	padding-top: 0;
}

.footer-widget-menu ul li {
    padding-bottom: 6px;
	font-size: 12px; 
	     line-height: 20px;
}

.modern_apertment {
    background-color: rgb(255, 255, 255);
    position: relative;
    border-radius: 3px;
    padding: 55px 15px 50px 45px;
}
.call-do-action-area {
    padding: 15px 0px 42px;
}
.modern_apertment p i
{
    background: #d97321;
    border-radius: 50px;
    color: #ffff;
    margin-right: 8px;
    font-size: 18px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
}
.listNav .ln-letters {
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    padding: 20px 20px 15px;
    margin-bottom: 20px;
    background: #fbf1e8;
    border: 1px solid #e3e9ed;
}
.listNav .ln-letters .ln-selected {
    color: #d97321;
    border-color: #f5e1d3;
    background-color: #cfc6bf;
}
.listNav .ln-letters span {
    font-weight: 500;
    font-size: 15px;
    border-radius: 4px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    color: #9a4306 !important;
    border: 1px solid #f5e1d3;
    background-color: rgb(242, 234, 234);
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
    float: none;
    display: inline-block;
    cursor: pointer;
}
.single-team-boxs {
    text-align: center;
    background: url(../images/resource/team-bg.jpg);
    padding:5px !important;
    filter: drop-shadow(rgba(61, 61, 61, 0.05) 0px 6px 10px);
    border: 1px solid rgba(85, 85, 85, 0.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}
.single-team-boxs a{
    color: #7b7b7b;
}
.advanced-section {
    padding: 3rem 0;
}
.lablefont{
    color: #7b7b7b;
}
.p.section-dsc-1{
    margin-top:12px;
}
.btn-whatsapp-pulse {
    background: #22c55e;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 50%;
    animation: pluse 5s infinite;
    animation-duration: 1.5s;
    animation-timing-function:ease-out;
    animation-iteration-count: infinite;
    z-index: 100000;

}
.btn-whatsapp-pulse img {
    width: 35px;
    height: 35px;
}
@keyframes pluse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }
.draw-right-new {
    position: fixed;
    top: 50%;
    right: -85px;
    z-index: 999;
    transform: translateY(-50%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0/20%);
    box-shadow: 0 0 10px rgb(0 0 0/20%);
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
.draw-right-new .btn-draw-right {
    color: #fff;
    background: #d97321;
    padding: 10px 12px; 
    display: flex;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    align-items: center;
}
.draw-right-new span {
    padding: 0 10px;
    position: relative;
    top: -1px;
    opacity: 1;
    color: #fff;
}
.draw-right-new:hover {
    right: 0px;
}
.draw-right-new .btn-draw-right {
    color: #fff;
    background: #d97321;
    padding: 10px 12px; 
    display: flex;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    align-items: center;
}

.highlight{
	background-color: rgb(255, 192, 142);
    border-radius: 5px;
    padding: 0px 6px;
    font-style: normal;
}
.fs-12{
    font-size: 12px;
}
.h-20px{
    height: 20px;
}

.footer-col p {
    margin-top: 0;
}

.footer-col {
    padding-top: 2rem;
}

.footer-col .footer-widget-menu {
    padding-top: 0;
}

.footer-col .footer-widget-title h3 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
}

.mega-dropdown {
    margin-top: 1rem;
}

.main-mega-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-mega-menu .dropdown {
    margin-right: 1rem;
}

.main-mega-menu .dropdown-toggle {
    border: 2px solid #d97321;
    background-color: rgb(217 115 33 / 5%);
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    padding: 0.4rem 1rem;
    font-size: 1rem;
}

.main-mega-menu .dropdown-menu {
    width: 680px;
    border: 0;
}

.main-mega-menu .drp-content {
    padding: 1rem;
    background-color: #fff;
}
.main-mega-menu .dropdown-menu:after {
    content: '';
    position: fixed;
    right: 0;
    width: 1000000000000000px;
    height: 1000045px;
    background-color: rgb(217 115 33 / 20%);
    z-index: -1;
    top: 7px;
    left: -5001px;
}

.drp-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.drp-title h5 {
    margin: 0;
    font-size: 1.1rem;
    color: #2f1635;
    font-weight: 500;
}

.drp-title .btn-close {
    font-size: 12px;
}

.dropdown-menu .scroll-area {
    max-height: 300px;
    overflow: auto;
}

.dropdown-menu .form-list-item {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-menu .single-col {
    width: 50%;
}

.dropdown-menu .form-check label {
    color: #8d8d8d;
}

.dropdown-menu .modal-footer {
    margin-top: 1rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.dropdown-menu .single-filter-box {
    border: 0;
}


.dropdown-menu .drp-label {
    color: #8d8d8d;
}






































/* ----------------------- Responsive -------------------------------- */

@media only screen and (max-width: 991px) {
    .bg-home .form-select, #search_data {
        border-radius: .25rem;
    }
    .bg-home .left {
        padding-right: calc(var(--bs-gutter-x) * .5);
        margin-bottom: 1rem;
    }
    .bg-home .right {
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-bottom: 1rem;
    }
    .sticky {
        position: fixed !important;
    }
    .single-box-icon {
        top: 100px;
    }
    .mobile-filter {
        display: flex;
        justify-content: flex-end;
    }
    .filter-box {
        display: none;
    }
    .bid-list .left {
        order: 2;
    }
    .bid-list .right {
        order: 1;
    }
    .subscription-form .left {
        order: 2;
    }
    .subscription-form .right {
        order: 1;
    }
    .tender-list .left {
        order: 1;
    }
    .tender-list .right {
        order: 2;
    }
    .breadcrumb-section {
        padding-top: 5rem;
        padding-bottom: 0;
    }
    .breadcrumb-section h2 {
        font-size: 1.5rem;
    }

    .breadcrumb-item {
        font-size: .8rem;
    }

    .event-section {
        padding-top: 0px;
    }
    .login-page .left {
        display: none;
    }

    .login-page > div {
        width: 100%;
    }
    .menu-areas, .logo_img {
        display: none;
    }
    #sticky-header{
    display: none;
    }
    .mobile-menu-area.sticky{
        top: 0 !important;
    }
}


@media only screen and (max-width: 480px) {
    .breadcrumb-section {
        padding-top: 70px !important;
        padding-bottom: 0;
    }
}












.animated-area, .circles {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.circles {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255 255 255 / 10%);
    animation: animate 25s linear infinite;
    animation-duration: 25s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: animate;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    bottom: -150px;
}
@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;


    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;

    }
  }


