@font-face {
  font-family: MyriadPro-Regular;
  src: url(../font/MyriadPro-Regular.otf);
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../font/Montserrat/Montserrat-Medium.ttf);
}

body {
    margin: 0 0;
    /*font-family: MyriadPro-Regular;*/
    font-family: 'Open Sans',sans-serif;
    position: relative;
    width: 100%;
    float: left;
}
.btn-rounded, .btn-rounded:hover{
	border-radius: 0px;
	padding: 0.20rem 1.5rem;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	background-color: #db5c27;
	border-color: #db5c27;
	color: #fff !important;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}
.btn-rounded-outline, .btn-rounded-outline:hover{
	border-radius: 0px;
	padding: 0.20rem 1.5rem;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	background-color: transparent;
	border-color: #db5c27;
	color: #db5c27 !important;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}
.btn-active, .btn-active:hover{
	border-radius: 0px;
	padding: 0.20rem 1.5rem;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	background-color: #db5c27;
	border-color: #db5c27;
	color: #fff !important;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}
p{margin-bottom: 0px;}

/*******Start Navbar********/

.navbar-custom{
	background-color: #fff;
	color: #0f5881;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
}
.nav_contact{
	position: absolute;
    top: 20px;
    right: 12px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(170,198,55, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
  border-color: #aac637;
} 
/*.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    border-bottom: 3px solid #aac637;
    overflow: hidden;
}*/
/*.nav_menu li a.nav-link::before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #aac637;
    transition: width .5s;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}

.nav_menu li a.nav-link:hover::before {
    width: 100%;
    transition: width .3s;
}*/
.navbar-custom li.nav-item{
	border-right: 1px solid #0f5881;
}
.navbar-custom li.nav-item:last-child{
	border-right: none;
}
.navbar-custom a{
	color: #0f5881;
    position: relative;
    text-transform: capitalize;
    font-size: 13px;
    padding: 0rem .4rem !important;
}
.login-btn {
    margin-left: 35px;
}
/*.dropdown-menu{
    background-color: #FF7200;
}*/
.navbar-custom .dropdown-menu a{
    padding: 0.5rem .4rem !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0f5881;
}


.dash_main_menu .dropdown-menu{
    right: 0;
    left: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);
    border-radius: 10px;
    min-width: 22rem;
    padding: 1.3rem 0 0.5rem;
}
.dash_main_menu_left .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 20rem;
    padding: .2rem 0 0.2rem;
}
.dash_main_menu_left .list-group-item{
    background-color: transparent;
}
.dash_main_menu .dropdown-menu a{
    color: #29255d;
}
.dash_main_menu .user_img_circle{
    border-radius: 50%;
    border:1.5px solid #db5c27;
    background-color:#fff;
}
.dash_main_menu .account_btn{
    margin: 10px 0px;
}
/******End Navbar*********/


.main_div{
	float: left;
	width: 100%;
	padding: 50px 0px;
	position: relative;
}
.top_main{
	float: left;
	width: 100%;
	background-color: #0f5881;
	color: #a9c537;
	padding: 10px 0px;
}
.top_main a{
	color: #fff;
}

.slider_main{
    height: 80vh;
    padding: 0 0;
    background-image: url(../images/slider2/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_caption{
    color: #fff;
    width: 70%;
    text-align: center;
    margin: 40px auto;
}
form.search-form {
    width: 70%;
    margin: 0 auto;
}
form.search-form .input-group, form.search-form .form-control{
    height: 60px;
}
.btn-secondary, .btn-secondary:hover{
    background-color: #db5c27;
    border-color: #db5c27;
    padding: .375rem 2.25rem;
}
.search_within_search, .search_within_search:hover{
    background-color: #0f5881;
    border-color: #0f5881;
    padding: .375rem 1rem;
}



.footer_main{
	float: left;
	width: 100%;
	padding: 20px 0px;
	background-color: #0f5881;
}
.footer_main h5{
	color: #ffffff;
	border-bottom: 2px solid #002e3a;
	position: relative;
    line-height: 32px;
}
.footer_main h5::after{
	height: 0px;
    display: block;
    width: 100px;
    border-bottom: 2px solid #aac637;
    content: '';
    position: absolute;
    bottom: -2px;
}
.footer_main ul{
	list-style: none;
	color: #ffffff;
	font-size: 14px;
	padding-left: 20px;
}
.footer_main ul a{
	color: #ffffff;
    line-height: 24px;
}
.footer_main h5.social_title{
	text-align: center;
	border-bottom: none;
}
.footer_main h5.social_title::after{
	height: 0px;
    display: block;
    width: 100px;
    border-bottom: none;
    content: '';
    position: absolute;
    bottom: -2px;
}
.footer_contact_details{
    padding: 0 0 !important;
}
.footer_contact_details li{
    margin: 10px 0px;
    float: left;
    width: 100%;
}
.footer_contact_details li span.info-icon {
    color: #db5c27;
    background-color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.footer_contact_details li span.info-text {
    white-space: pre-line;
    margin-top: 5px;
    float: left;
    width: 75%;
}
ul.social_link {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul.social_link li{
	display: inline-block;
}
ul.social_link li a{
	color: #db5c27;
    background-color: #fff;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.footer_copyright_main{
	float: left;
	width: 100%;
	padding: 20px 0px;
	background-color: #0f81c1;
	color: #fff;
	text-align: center;
}
.footer_copyright_main a{
	color: #fff;
}


.contact_popup{
	padding: 0;
	/*height: 400px;*/
}
.contact_popup button.close {
    padding: 10px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.contact_popup_content{
	background: #db5c27;
	color:#fff;
	padding: 4%;
	/*border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;*/
}
.contact-info{
	margin-top:10%;
}
.contact-info img{
	margin-bottom: 15%;
}
.contact-info h2{
	margin-bottom: 10%;
}
.contact_popup_form_main{
	background: #fff;
	padding: 3%;
	/*border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;*/
}
.contact-form label{
	font-weight:600;
}
.contact-form button, .contact-form button:hover{
	background: #25274d;
	color: #fff;
	font-weight: 600;
	width: 25%;
}
.contact-form button:focus{
	box-shadow:none;
}
.btn_inquirypopup, .btn_inquirypopup:hover{
    position: fixed;
    left: 0;
    top: 40%;
    background-color: #0f81c1;
    color: #fff;
    z-index: 2;
    border-radius:0px;
}
.btn_inquirypopup2, .btn_inquirypopup2:hover{
    position: fixed;
    left: 0;
    top: 48%;
    background-color: #4fce5d;
    color: #fff;
    z-index: 2;
    border:none;
    border-radius:0px;
}



/**Tender king**/

.sectionClass {
    float: left;
    width: 100%;
    position: absolute;
    bottom:0;
    display: block;
    opacity:0.7;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 0px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: #db5c27;
}

.projectFactsWrap .item:nth-child(2){
  background: #db5c27;
}

.projectFactsWrap .item:nth-child(3){
  background: #db5c27;
}

.projectFactsWrap .item:nth-child(4){
  background: #db5c27;
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}


#what-we-do{
    background:#ffffff;
}
#what-we-do .card{
    padding: 1rem!important;
    border: none;
    margin-bottom:1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#what-we-do .card:hover{
    -webkit-box-shadow: 0px 0px 8px 0px rgb(158, 158, 158);
    -moz-box-shadow: 0px 0px 8px 0px rgb(158, 158, 158);
    box-shadow: 0px 0px 8px 0px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
    padding-left: 70px;
    position: relative;
}
#what-we-do .card .card-block a{
    color: #0f5881 !important;
    font-weight:700;
    text-decoration:none;
}
#what-we-do .card .card-block a i{
    display:none;
    
}
#what-we-do .card:hover .card-block a i{
    display:inline-block;
    font-weight:700;
    
}
#what-we-do .card .card-block:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #0f5881;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0a1";
}
#what-we-do .card .block-2:before{
    content: "\f2b5";
}
#what-we-do .card .block-3:before{
    content: "\f0ea";
}
#what-we-do .card .block-4:before{
    content: "\f0e3";
}
#what-we-do .card .block-5:before{
    content: "\f15c";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);  
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}


#services{
    background-color: #f7f7f7;
}
#services .section-title {
    position: relative
}
#services .section-title p {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
#latest_tenders{
   background-color: #0f5881; 
}
#free_register_home{
   background-color: #db5c27; 
}
#latest_tenders h4{
   color: #fff; 
}
#free_register_home h4{
   color: #fff; 
}
#services .section-title h4, #why_tk .section-title h4, #what-we-do .section-title h4, .register_form .section-title h4,#latest_tenders .section-title h4,#free_register_home .section-title h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    display: inline-block
}
#services .section-title h4:before, #why_tk .section-title h4:before, #what-we-do .section-title h4:before, .register_form .section-title h4:before{
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
#latest_tenders .section-title h4:before{
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #db5c27;
    bottom: 0;
    left: 50%;
    margin-left: -40px; 
}
#latest_tenders .section-title h4:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
#free_register_home .section-title h4:before{
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #d8d8d8;
    bottom: 0;
    left: 50%;
    margin-left: -40px; 
}
#free_register_home .btn-rounded{
   background-color: #ffffff;
    border-color: #db5c27;
    color:#000 !important;
}
#free_register_home .section-title h4:after{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.tender_list_home{
    max-height: 350px;
    overflow-y: auto;
}
#services .section-title h4:after, #why_tk .section-title h4:after, #what-we-do .section-title h4:after, .register_form .section-title h4:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #0f5881;
    left: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
#services .pt-100 {
    padding-top: 100px;
}
#services .pb-100 {
    padding-bottom: 100px;
}
#services .mb-100{
    margin-bottom:100px;
}
#services .services {
    background-color: #FBFBFB;
}
#services .single-service {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 30px 20px;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}
#services .single-service:before {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #0f5881;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}
#services .single-service:after {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #0f5881;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}
#services .single-service:hover:after,
#services .single-service:hover:before {
    width: 50%;
    height: 2px;
    -webkit-transition: .3s;
    transition: .3s
}
#services .single-service:hover {
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}
#services .single-service i.fa {
    font-size: 40px;
    width: 90px;
    height: 90px;
    border: 1px solid #db5c27;
    color: #db5c27;
    line-height: 90px;
    margin-bottom: 30px;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}
#services .single-service:hover i.fa {
    background-color: #0f5881;
    color: #fff;
    border-color: #0f5881;
    border-radius: 0;
}
#services .single-service h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}
#services .single-service p {
    font-size: 15px;
    line-height: 1.8;
}



#why_tk .wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
    margin-bottom: 2rem;
    transition: all 0.5s;
}

#why_tk .wrap:hover {
    background: linear-gradient(135deg,#FF7200 0%,#c75b03 100%);
    color: white;
}

#why_tk .ico-wrap {
    margin: auto;
}

#why_tk .mbr-iconfont {
    font-size: 4.5rem !important;
    color: #0f5881;
    margin: 1rem;
    padding-right: 1rem;
}

#why_tk .wrap:hover #why_tk .mbr-iconfont{
    color: #000;
}

#why_tk .vcenter {
    margin: auto;
}

#why_tk .mbr-section-title3 {
    text-align: left;
}
#why_tk h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
#why_tk .display-5 {
    font-size: 1.4rem;
}
#why_tk .mbr-bold {
    font-weight: 700;
}

#why_tk p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
#why_tk .display-6 {
    font-size: 1rem;
}

.register_form{
    padding: 15px 15px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(158, 158, 158);
    -moz-box-shadow: 0px 0px 8px 0px rgb(158, 158, 158);
    box-shadow: 0px 0px 8px 0px rgb(158, 158, 158);
}



.title_banner {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
}
.title_banner img {
    width: 100%;
    object-fit: cover;
}
.title_banner h1 {
    position: absolute;
    top: 40%;
    white-space: pre-line;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #aac637;
    padding-left: 9%;
    padding-right: 1%;
}
.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title::after {
    background: #fdb801 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 54px;
}
.aboutus-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #db5c27;
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #fdb801;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.feature .feature-box{
    margin-bottom:15px;
}
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
}
.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}


.box1{background: rgb(76, 175, 80, 0.6);}
.box2{background: rgb(192, 192, 200, 0.6);}
.box3{background: rgb(255, 0, 0, 0.6);;}

.contact_location{
    background-color:#fff !important;
}
.contact_form_box{
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
    padding:20px 20px;
}
.social_media{
    background-color:#ededed;
}
.social_media h3{
    color:#000;
}
.social_media a{
    color:#000;
}
.social_media a:hover{
    color:#FF7200;
}

.tenderlisting_badge{
    background-color: #0f5881;
    margin: 0px 0;
    padding: 15px 0;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    position: sticky;
    top: 60px;
    z-index: 3;
}
.btn.btn-white {
    background-color: #ffffff;
    color: #0f5881;
}

.scrollbar_main{
    padding: 0px 0px 0px 10px;
    background-color: #efefef;
    position: sticky;
    top: 20px;
    /*-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);*/
}
.tender_filter_main {
    max-height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: scroll;
    transition: overflow 2s;
}

/* width */
.tender_filter_main::-webkit-scrollbar, .tender_list_home::-webkit-scrollbar{
  width: 7px;
  opacity:0;
}

/* Track */
.tender_filter_main::-webkit-scrollbar-track {
    background: #fff;
}
.tender_list_home::-webkit-scrollbar-track{
    background: #fff;
}
/* Handle */
.tender_filter_main::-webkit-scrollbar-thumb {
    background: rgba(15, 88, 129, 0.7);
    /*border:3px solid #0f5881;*/
    visibility: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tender_list_home::-webkit-scrollbar-thumb{
    background: rgba(15, 88, 129, 0.7);
    /*border:3px solid #0f5881;*/
    visibility: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.scrollbar_main:hover .tender_filter_main::-webkit-scrollbar-thumb, .scrollbar_main:hover .tender_list_home::-webkit-scrollbar-thumb {
    visibility: visible;
}
/* Handle on hover */
/*.tender_filter_main::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
.tender_list_home::-webkit-scrollbar-thumb:hover{
    background: #fff;
}*/
.tender_filter_main .card{
    border:none;
    border-radius: 20px 20px 0 0;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    margin: 10px 10px 0px 0px;
}
.tender_filter_main .card-header{
    padding: .50rem .50rem;
    margin-bottom: 0;
    background-color: #0f5881;
    border-bottom: none;
    color: #fff;
    font-size: 18px;
    border-radius: 0px 0px 0 0;
    cursor: pointer;
}
.tender_filter_main .card-header .btn_clear, .tender_filter_main .card-header .btn_clear:hover, .tender_count .btn_clear, .tender_count .btn_clear:hover{
    border-radius:0px;
    color:#fff;
    font-weight:900;
    background-color:#0f81c1;
    border-color:#0f81c1;
    padding:.15rem .30rem;
}
.tender_filter_main .form-control, .tender_sorting .form-control{
    /*border: 1.4px solid #0f5881;*/
    border: none;
    border-bottom: 1px solid #0f5881;
    border-radius: 0px;
}
.within_text{
   border: 1px solid #0f5881 !important; 
}
.tender_filter_main .value_search{
    margin-bottom: 5px;
}
.search_filter_text_scroll {
    max-height: 150px;
    overflow-y: auto;
}
/* width */
.search_filter_text_scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.search_filter_text_scroll::-webkit-scrollbar-track {
  background: rgba(15, 88, 129, 0.7);
}

/* Handle */
.search_filter_text_scroll::-webkit-scrollbar-thumb {
  background: rgba(15, 88, 129, 0.9);
  /*border:3px solid #0f5881;*/
}

/* Handle on hover */
.search_filter_text_scroll::-webkit-scrollbar-thumb:hover {
  /*background: #fff;*/
}
.tender_sorting {
    /*margin-bottom: 15px;*/
}
.tender_sorting h3{
    color: #0f5881;
}
ul#myTab_status {
    border: 1px solid #0F587C;
}
ul#myTab_status li {
    border-right: 1px solid #fff;
}
ul#myTab_status li:last-child {
    border-right: none;
}
ul#myTab_status li a.active{
    background-color: #fff;
    color: #0f5881;
    border:none;
}
ul#myTab_status li a{
    background-color: #0f5881;
    color: #fff;
    border:none;
}
.tender_count{
    background-color: #fff;
    color: #0f5881;
    padding: 10px 15px;
    margin-top: -1px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    border-bottom: 1px dotted #0f5881;
    border-top: 1px solid #0f5881;
}
.tender_count h5{
    margin-bottom: 0;
}

.tender_filter_main .main { 
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 16px;
    color: #0f5881; 
} 
  
/* Hide the default checkbox */ 
.tender_filter_main input[type=checkbox] { 
    visibility: hidden; 
} 
  
/* Creating a custom checkbox 
based on demand */ 
.tender_filter_main .geekmark { 
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: 1px solid #0f5881;
    border-radius: 5px;
} 
.tender_filter_main .main input:checked ~ .geekmark { 
    background-color: #0f5881; 
} 
.tender_filter_main .geekmark:after { 
    content: ""; 
    position: absolute; 
    display: none; 
} 
.tender_filter_main .main input:checked ~ .geekmark:after { 
    display: block; 
} 
.tender_filter_main .main .geekmark:after { 
    left: 8px; 
    bottom: 6px; 
    width: 6px; 
    height: 12px; 
    border: solid white; 
    border-width: 0 4px 4px 0; 
    -webkit-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    transform: rotate(45deg); 
}

.tender_list .card{
    border:none;
    border-radius: 0px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.5);
    transition: transform .4s;
    border-bottom: 1px dotted #0f5881;
}
.tender_list .card:hover{
    /*transform: scale(1.01);*/
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
.tender_list .card-body p.org_main, .tender_list .card-body p.location_sector{
    color: #000;
    font-size: 14px;
}
.tender_list .card-body p.org_main span.date_status{
    color: #db5c27;
}
.tender_list .card-body p.org_main span.date_status, .tender_list .card-body p.location_sector span.sector {
    border-left: 1px solid #0f5881;
}
.tender_list .card-body p.desc a{
    color: #000;
    font-size: 14px;
}
.tender_list .card-body p.desc a:hover{
    color: #db5c27;
}
.tender_list .card-body p.desc a span{
}
p.close_date{
    color: #db5c27;
}
p.price, p.tenderid{
    color: #000;
    font-size: 14px;
}
/*p.view_link span, p.view_link span:hover*/
p.view_link a, p.view_link a:hover{
    background-color: #0f5881;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 15px;
}
.live_indicator{
    font-weight:900;
    animation:blinkingText 1s infinite;
    margin-left: 10px;
}
@keyframes blinkingText{
    0%{     color: #db5c27;    }
    49%{    color: #db5c27; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #db5c27;    }
}
.load_more_tender, .load_more_tender:hover{
    background-color: #0f5881;
    color: #ffffff;
    font-size: 20px;
    border-radius: 0px;
    padding: 5px 25px;
}
#openall{
    display: none;
}
.show-filter ul{
    cursor: pointer;
    margin-bottom: 0px;
}
.bg_fcolor{
    background: #0f5881;
    color: #fff;
    font-size: 10px;
}
.inner_filter{
    background-color: #fff;
    color: #0f5881;
    font-size: 10px;
    padding: 3px 5px;
    cursor: pointer;
}
#reportrange{
    height: auto;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #0f5881;
    background: #0f5881;
    font-weight: normal;
    color: #0f5881;
}
.ui-widget-header {
    border: 1px solid #0f5881;
    background: #0f5881;
    color: #0f5881;
    font-weight: bold;
}
.ui-widget.ui-widget-content {
    border: 1px solid #0f5881;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*.top_main, .navbar-custom, .footer_main, .footer_copyright_main{
    display:none;
}*/


.tenderlisting_searchbar {
    background-color: #0f81c1;
    margin: 0px 0;
    padding: 10px 0;
    position: sticky;
    top: 0px;
    z-index: 3;
    /*border-top: 1px solid #fff;*/
    /*border-bottom: 1px solid #fff;*/
}
.tenderlisting_searchbar .input-group, .tenderlisting_searchbar .form-control{
    height:40px !important;
}
.tenderlisting_searchbar .home_searchbar_btn{
    background-color:#0f5881;
    border-color: #0f5881;
    padding: .375rem 1.25rem;
}
/*.search-form {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}*/


.ui-widget.ui-widget-content {
    border: 1px solid #006d86;
    border-radius: 0px;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ui-menu .ui-menu-item a {
    /*font-family: Montserrat-Regular;*/
    font-size: 15px;
}
.ui-widget-content a {
    color: #006d86;
}
.ui-menu-item a.ui-state-focus {
    background: #db5c27;
    color:#fff !important;
    border-color:#db5c27;
    border-radius:0px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none !important;
    background: none !important;
    /*font-family: Montserrat-Bold !important;*/
    font-weight:bold;
}
.ui-menu-item a.ui-state-focus span.ui-state-highlight{
    color:#fff;
}

.tender_service{
    background-image: url(../images/nationaltenders_about_us_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:0 0;
}
.tender_service_content{
    position: relative;
    z-index: 2;
    background-color: #0f5881;
    color:#fff;
    padding: 50px 50px;
}


#grad1 {
    background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 31.5%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f0f7"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f156"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f00c"
}

/*#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}*/

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.mobile_counter{
    display:none;
    position:relative;
}
.mobile_contact_info{
    display:none;
}

#mobile_close_filter, #btn_apply_filter {
    background-color: #db5c27;
    border-color: #db5c27;
    color: #fff !important;
    display: none;
    border-radius: 0px;
    border: 1px solid #db5c27;
}
.mobile_filter_main {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: none;
}
.mobile_other_btn, .mobile_filter_btn_main {
    width: 50%;
    float: left;
    border: 1px solid #006d86;
}
.mobile_filter_main .btn {
    border-radius: 0px;
}
.mobile_apply_filter {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/***************/

@media only screen and (max-width: 767px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
    .slider_main {
        height: 50vh;
    }
    .banner_caption {
        width: 90%;
        margin: 30px auto;
    }
    .banner_caption h1{
        font-size:1.5rem;
    }
    form.search-form {
        width: 90%;
    }
    .navbar-custom li.nav-item {
        border-right:none;
        border-bottom: 1px solid #0f5881;
        padding: 8px 0px;
    }
    .mobile_counter{
    display:block;
    opacity:1;
    }
    .desktop_counter{
    display:none;
    }
    .desktop_contact_info{
        display:none;
    }
    .mobile_contact_info{
        display:inline-block;
    }
    .btn-rounded, .btn-rounded:hover {
        padding: 0.20rem 0.4rem;
        font-size: 12px;
    }
    .tender_count h5 {
        margin-bottom: 7px;
        font-size: 0.96rem;
    }
    .tenderlisting_badge {
        display: none;
    }
    .sidemenu {
        display: none;
        padding: 0 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
    }
    #mobile_close_filter, #btn_apply_filter {
        display: block;
    }
    .mobile_filter_main {
        display: block;
    }
    .mobile_apply_filter {
        display: block;
    }
    .price{
        float:left;
    }
    .filter_btn_top{
        display:none;
    }
    .sortby_center{
        text-align:center !important;
    }
}