.blue_bg {
	background: #135cfd !important;
	border-color: #135cfd;
	color: #fff;
}

.blue_bg:hover {
	background: #3cedb7 !important;
	border-color: #3cedb7;
	color: #101E42 !important;
}

.backgroundBlue {
	background: #135cfd;
}

.yellow_bg {
	background: #3cedb7;
}

.bg-deepblue {
	background: #101e42;
}

.text-blue {
	color: #135cfd;
}

.btn-transparent-dark-blue {
	background-color: #135cfd;
	color: #fff;
}

.btn-transparent-dark-blue:hover {
	background: #3cedb7;
	color: #101E42;
}

.howworke_Sec::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background: #101e42;
	height: 70%;
}

.howworke_Sec {
	background: #fff;
	/* padding: 80px 0; */
}

.howworks {
	box-shadow: 0 8px 30px 0 rgba(103, 151, 255, .11), 0 12px 50px 0 rgba(103, 151, 255, .11);
	border: 1px solid #ebf0f3;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	margin: 40px;
	margin-top: 0;
}

.bonolo-pgination .swiper-pagination-bullet-active {
	background: #135cfd;
}

.bonolo-pgination {
	bottom: 0 !important;
}

.blue_foote * {
	color: rgb(255 255 255 / 75%);
}

.blue_foote *:hover {
	color: rgb(255 255 255 / 100%);
}

.footer-logo {
	max-height: 45px;
}

.border-radius-top-6 {
	border-radius: 6px 6px 0 0;
}

/*======7 April 2021 redesigned homepage=====*/


/*==about-us-sec===*/

.about_section {
    background-image: url(../img/webp/abt-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center 50px;
    padding: 100px 0;
}

.about_section h3, .about_section p  {
	color: #fff;
}

.abt-img {
	width: 90%;
}

/*===vendor sec css===*/

.vendor-sec {
    background-image: url(../img/webp/vendor_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center center;
    padding-top: 0;
}

.vendor_slider {
    padding:100px 0 80px;
    margin-bottom: 50px;
}

.vendor-div {
    text-align: center;
    transform: scale(0.7);
}

.vendor-div h2 {
    color: #135cfd;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}

.vendor-div p {
	font-size: 22px;
	color: #000;
}

.vendor_slider .swiper-slide-active {
    transform: scale(2.5);
}

.swiper-pagination-bullet {
	transform: scale(0.6);
}


.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#135cfd !important;
	transform: scale(1.2);
}



section.procurement-sec {
    padding: 60px 0 30px;
    margin-top: -160px;
}



.efficient-div ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}


.efficient-div ul li {
    border: 1px solid #ddd;
    box-shadow: 0 0 20px #ddd;
    width: 23%;
    position: relative;
    padding: 20px 20px 20px 60px;
    list-style: none;
}

.efficient-div li:nth-child(1) {
	padding:20px 20px 20px 70px;
}

.efficient-div li img {
    position: absolute;
    left: 4%;
    top: 38%;
    width: 35px;
}

.efficient-div li:nth-child(1) img {
	width: 45px;
	top:35%;
}

.efficient-div ul li h5 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

.efficient-div ul li p {
	margin: 0;
	line-height: 1.5;
}

/*===rfp slider===*/

.public_rfp_section {
    position: relative;
    padding: 100px 0;
}

.public_rfp_section::before {
    content: "";
    background-image: url(../img/webp/rfp_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    top: 42%;
}

.publicrfp_swiper-container{
  margin-top: 40px;
}

.rfpCard {
	background: #F0F0F0;
	padding: 10px;
	text-align: center;
}

.rfp-img {
	width: 180px;
	height: 150px;
	object-fit: cover;
}

.rfpContent {
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rfpCard h6 {
    font-size: 19px;
    margin: 10px 0 0;
    line-height: 1.2;
}


/*.rfpCard:nth-child(odd) {
	margin-left: 60px !important;
	margin-right: 0px !important;
}


.rfpCard:nth-child(even) {
	margin-top: 30px !important;
}
*/

#blogs {
    padding-bottom: 100px;
}


#bonolo-wrks-video {
    height: 565px;
    object-fit: cover;
}

.client-sec {
    padding: 0 0 80px;
}

.client-sec .owl-stage-outer {
	padding-bottom: 50px;
}


.client-div {
    display: flex;
    position: relative;
    padding: 0 120px;
}

.client-div img {
	position: relative;
	top:50px;
	width: 50% !important;
}

.client-slider::before {
    content: "";
    background: #135cfd;
    height:145px;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 100px;
}

.client-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.client-inner {
	 background:#101E42;
	 padding: 30px;
}


.client-content h6 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.client-content h3 {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 30px;
}

.client-btn {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    line-height: 1;
}

.client-btn:hover {
    background: #135cfd;
    color: #fff;
    border-radius: 0;
}

.client-slider .owl-nav i {
    font-size: 45px;
    font-weight: 400;
    color: red;
}

.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover {
	background:transparent;
	padding: 0;
	margin:0;
}

.client-slider .owl-nav i {
    font-size: 45px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 26%;
}

.client-slider .owl-nav i.ti-angle-left { 
	left: 30px;
}

.client-slider .owl-nav i.ti-angle-right { 
	right: 0px;
}

/*footer css*/


.footer_bg {
	background-image: url(../img/webp/rfp_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}


.contact_form {
	background-image: url(../img/webp/vendor_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -190px;
    box-shadow: 0 0 9px #ddd;
}

.footer-form .form-control {
    border-radius: 0;
    border-width: 1px;
    padding-left: 0;
    background: transparent;
}

.footer-form span.labspan {
    left: 0 !important;
}


/*===advantages sec===*/

.advantage-sec {
    width: 100%;
    height: 650px;
    margin: 50px 0;
    position: relative;
}

.advantage {
    height: 650px;
    padding-top: 30px;
}

.advantage.left-panel {
	background-image: url(../img/webp/full_bg_blue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.advantage h6 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom:5px;
    color: #135cfd;
    font-family: 'Montserrat';
}

.advantage h3 {
    text-align: center;
    color: #135cfd;
    font-weight: 600;
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.left-panel .heading-advantage {
    left: 25%;
    position: relative;
    top: 20px;
}

.right-panel .heading-advantage {
    right: 25%;
    position: relative;
    top: 20px;
}

.seller-images img {
    position: absolute;
}

.handshake-img {
    right: 0;
    top: 0;
    text-align: center;
    transform: translateX(50%) translateY(55%);
    z-index: 1;
    max-width: 300px;
}

.pot-img {
    right: 60px;
    bottom: 122px;
    z-index: 2;
    max-width: 175px;
}

.seller-img {
    right: 190px;
    bottom: 120px;
    max-height: 420px;
}

.buyer-img {
    left: 190px;
    bottom: 120px;
    max-height: 420px;
    position: absolute;
}

.advantage-points ul li {
    font-size: 23px;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.2;
}


.white-text ul li {
	color: #fff;
}

.advantage-points {
    padding-top: 30px;
    padding-left: 85px;
    font-family: 'Montserrat';
}



.advantage {
    height: 700px;
    padding-top: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    transition:1s ease-in-out;
    overflow: hidden;
	cursor: pointer;
}

.left-panel {
	left: -50%;
	transition: 1s ease-in-out;
	z-index: 1;
}

.right-panel {
	right: -50%;
	background: #FBFBFB;
	z-index: 0;
	transition: 1s ease-in-out;
}

.left-panel.active_div {
	left: 0%;
	z-index: 9;
}


.right-panel.active_div {
	right: 0%;
	z-index: 9;
}

.advantage-points {
	opacity: 0;
	width: 50%;
}

.active_div .advantage-points {
	opacity: 1;
}

.active_div.left-panel .heading-advantage {
    left: -30%;
    transition: 1s ease-in-out;
}

.active_div.right-panel .heading-advantage {
    transition: 1s ease-in-out;
    left: 52%;
    display: inline-block;
    right: auto;
}

.right-panel.active_div .advantage-points {
    position: relative;
    float: right;
    padding-left: 0;
    width: 50%;
}

.buyer-images .handshake-img {
    position: absolute;
    left: 0;
    transform: translate(-50%, 55%);
    top: 0;
}



.circle-hand-img {
    position: absolute;
    right: 0;
    margin: 0 auto;
    transform: translateX(50%) translateY(47%);
    z-index: 1;
    max-width: 300px;
    top:19%;
}

.buyer-images .circle-hand-img {
    right: auto;
    left: 0;
    transform: translateX(-50%) translateY(47%);
}

.left-panel .border-img {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 120px;
    z-index: 1;
}

.right-panel .border-img {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 120px;
    z-index: 1;
}


.right-panel.active_div .buyer-images .handshake-img{
	opacity: 1;
}

.thought-img {
    right: 28%;
    top: 40px;
    opacity: 0;
}

.right-panel .thought-img {
	left: 28%;
	top: 40px;
    opacity: 0;
    position: absolute;
}

.active_div.left-panel .thought-img, .active_div.right-panel .thought-img{
	opacity: 1;
	transition: 0.5s ease-in-out;
}


.mid-circle {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


#userProfile {
	margin-top: -3px;
}

#viewRFP .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

/*===================================responsive start here================================================*/
@media only screen and (min-width: 1800px) {

	section, footer, header, nav {
	    max-width: 1920px;
	    margin: 0 auto !important;
	    width: 100% !important;
	}

     

}
    
/*============================= Tablet landscape size to standard 960  =============================*/
@media only screen and (min-width: 959px) and (max-width: 1024px) {
      
      .advantage-points ul li {
		    font-size: 22px;
	  }

	  header nav .navbar-nav>li>a {
		    margin: 0 15px;
	 }

	 .tab_video {
	    height: 500px !important;
	    object-fit: cover;
	}

}



/* =============================global tablet and mobile== ===========================*/
@media only screen and (max-width: 959px) {


	.efficient-div ul {
	    display: inline-block;
	    margin: 0;
	    padding: 0;
	}
      

    .efficient-div ul li {
		    width: 48%;
		    float: left;
		    margin-right: 12px;
		    margin-bottom: 12px;
	}

	#bonolo-wrks-video {
	    object-fit: contain;
	    width: 100vw;
	    height: auto;
	    min-height: 100%;
	}

      

}
    

/* ================Tablet Portrait size to standard 960 (devices and browsers) ================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

        section {
          padding: 35px 0;
        }

        .tab_video {
        	height: auto !important; 
        }

        .about_section {
		    background-position: -65px 45px;
		}

		.client-div {
			padding: 0;
		}

		.contact_form {
			top:-230px;
		}

		.thought-img {
		    display: none;
		}

		.advantage-points {
		    padding-left: 20px;
		}

		.advantage-points ul li {
		    font-size: 20px;
		}

		.active_div.left-panel .heading-advantage {
		    left: -25%;
		}

		.vendor-div p {
		    font-size: 17px;
		    margin-bottom: 0;
		}

		.vendor_slider {
		    padding: 60px 0 70px;
		    margin-bottom: 75px;
		}

		.seller-img {
		    right: 170px;
		    max-height: 360px;
		}

		.buyer-img {
    	  left: 170px;
		  max-height: 360px;
		}
		
  



}

    /* ==================All Mobile Sizes (devices and browser) ==================*/
@media only screen and (max-width: 767px) {

	body {
	    font-size: 16px;
	    line-height: 25px;
	}

	.about_section {
   		 background-position: -70px 35px;
	}
    
    .vendor-div p {
   		font-size: 16px;
   		margin-bottom: 0;
	}

	.vendor-div h2 {
	    font-size: 25px;
	    letter-spacing: 1px;
	    line-height: 1;
	}

	

	.efficient-div ul li {
	    width: 100%;
	    margin-bottom: 15px;
	}

	section.procurement-sec {
	    margin-top: -70px;
	}

	.procurement-sec h6 {
	    margin-top: 30px;
	}

	

	.client-div {
	    display: inline-block;
	    padding: 0;
	    text-align: center;
	    margin: 0 auto;
	}

	.client-content h3 {
	    position: absolute;
	    right: 0;
	    top: -100px;
	    width: 65%;
	}

	.client-slider::before {
		content: none;
	}

	.client-sec {
	    padding: 0 !important;
	}

	.contact_form {
	    position: inherit;
	    top: 30px;
	}

	.public_rfp_section::before {
		top:46%;
	}

	.public_rfp_section {
	    padding: 0;
	}

	/*===advantage section===*/

	.thought-img , .pot-img, .border-img{
	    display: none;
	}

	.advantage h6 {
	    font-size: 15px;
	    margin-bottom: 0;
	}

	.advantage h3 {
	    font-size: 34px;
	}

	.advantage-points {
	    width: 100% !important;
	    padding-left: 0;
	    position: relative;
	    z-index: 1;
	}

	.advantage-points ul li {
	    font-size: 18px;
	}

	.active_div.left-panel .heading-advantage {
	    left: 0;
	}

	.active_div.right-panel .heading-advantage {
		left: 30%;
	}

	.seller-img {
	    right: 25px;
	    max-height: 280px;
	    bottom: 70px;
	}

	.buyer-img {
	    left: 15px;
	    bottom: 70px;
	    max-height: 280px;
	}

	.handshake-img, .circle-hand-img {
		max-width: 200px;
	}

	.circle-hand-img {
	    top: 25%;
	}

	.handshake-img {
	    transform: translate(50%, 100%);
	}

	.buyer-images .handshake-img {
	    transform: translate(-50%, 100%);
	}

	.client-slider .owl-nav i.ti-angle-left {
	    left: 20px;
	}

	.client-slider .owl-nav i.ti-angle-right {
	    right: 20px;
	}

	.client-slider .owl-nav i {
		font-size: 25px;
		bottom: 45%;
	}

	



						                             


}

    /* ===================Mobile Landscape Size to Tablet Portrait (devices and browsers)=================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .efficient-div ul li {
	    width: 48%;
	    float: left;
	    margin-right: 12px;
	}

}


    /* =====================Mobile Portrait Size to Mobile Landscape Size (devices and browsers)===================== */
@media screen and (max-width: 479px) {

	.vendor_slider {
    	padding: 70px 0 70px;
	    margin-bottom: 0px;
	}



}