/*!
Theme Name: Procurement iNET Theme
Author: C&K Management Ltd
Author URI: https://www.procurementinet.org
Description: Welcome to the world’s largest initiative in capacity building for Public Procurement!
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: procurement-inet
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Custom CSS */

body.home #main{
	margin-top: 0px;
}

header{
	padding: 4px 0;
}

.custom-nav{
    height: 96px;
}

.custom-nav .nav-link.active, .custom-nav .nav-link.show{
	color: #169af3;
}

.custom-nav .navbar-brand img.inet-logo{
	height: 84px;
    margin-right: 0px;
    border-right: 1px solid #ccc;
    padding-right: 16px;
}

.custom-nav .navbar-brand img.wb-logo{
    margin-top: 6px;
    margin-left: 10px;
	height: 50px;
}

.custom-nav ul.navbar-nav li a{
	color: #333333;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 16px !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}


.full-slider{
	padding:0%;
  }
  
  @media only screen and (max-width : 1440px) {
	  .full-slider{
		  padding:0 0;
	  }
  } 
  
  
  .full-slider .carousel-item {
	height: 46vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  }
  
  .carousel-control-next, .carousel-control-prev{
	width: 10%;
  }
  
  
  .custom-indicators{
		position: absolute;
	  right: 0;
	  bottom: 34.7%;
	  left:initial;
	  z-index: 99;
	  display: -ms-flexbox;
	  display:initial;
	  -ms-flex-pack: center;
	  justify-content: center;
	  padding-left: 0;
	  margin-right: 3%;
	  margin-left: 15%;
	  list-style: none;
  }
  
  .custom-indicators li {
	  box-sizing: content-box;
	  -ms-flex: 0 1 auto;
	  flex: initial;
	  width: 4px;
	  height: 0px;
	  margin-bottom: 5px;
	  margin-top: 5px;
	  text-indent: -999px;
	  cursor: pointer;
	  background-color: #fff;
	  background-clip: inherit;
	  /* border-top: 10px solid transparent; */
	  border-bottom: 6px solid transparent;
	  opacity: .5;
	  transition: opacity .6s ease;
	  border-radius: 2px;
  }
  
  .carousel-indicators .active{
	height: 10px;
  }
  
  .full-slider .carousel-caption{
  position: absolute;
	  bottom: 10%;
	  left: 0%;
	  background: rgba(0, 0, 0, 0.5);
	  color: #fff;
	  text-align: center;
	  padding: 20px 50px 20px 20px;
	  max-width: 574px;
	  border-right: 3px solid #ffffff;
	  border-top-right-radius: 24px;
	  border-bottom-right-radius: 24px;
	}
  
  .full-slider .carousel-caption{
	bottom: 13%;
  }
  
  .full-slider .carousel-caption h2 {
	  font-weight: 600;
	  font-family: 'Open Sans', sans-serif;
	  font-size: 20px;
	  text-align: left;
	  line-height: 32px;
	  margin-bottom: 0px;
  }
  
  .banner-link {
	  padding: 8px 20px;
	  border-radius: 30px;
	  color: #fff;
	  border: 1px solid #fff;
	  font-size: 14px;
	  transition-duration: 0.1s;
  }
  
  .full-slider .caption-animate .carousel-item.active .carousel-caption {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  .full-slider .caption-animate  .carousel-item.active .carousel-caption.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }
  
  .full-slider .caption-animate  .carousel-item.active .carousel-caption.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
  }
  
  .full-slider .caption-animate .carousel-item.active .carousel-caption.flipOutX,
  .full-slider .caption-animate .carousel-item.active .carousel-caption.flipOutY,
  .full-slider .caption-animate .carousel-item.active .carousel-caption.bounceIn,
  .full-slider .caption-animate .carousel-item.active .carousel-caption.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
  }
  .full-slider .caption-animate .carousel-item .carousel-caption.fadeIn,
  .full-slider .caption-animate .carousel-item .carousel-caption.fadeInDown,
  .full-slider .caption-animate .carousel-item .carousel-caption.fadeInDownBig,
  .full-slider .caption-animate .carousel-item .carousel-caption.fadeInLeft,
  .full-slider .caption-animate .carousel-item .carousel-caption.fadeInLeftBig,
  .full-slider .caption-animate .carousel-item .carousel-caption.fadeInRight,
  .full-slider .caption-animate .carousel-item .carousel-caption.fadeInRightBig,
  .full-slider .caption-animate .carousel-item .carousel-caption.fadeInUp,
  .full-slider .caption-animate .carousel-item .carousel-caption.fadeInUpBig{
	opacity:0;
  }
  
  .full-slider .owl-carousel .owl-item{
		  -webkit-filter: blur(2px);
	  filter: blur(2px);
	  transition-duration: 0.1s;
	  border-radius: 30px;
	  overflow: hidden;
  }
  
  .full-slider .owl-carousel .owl-item.active{
		  -webkit-filter: blur(0px);
	  filter: blur(0px);
	  transition-duration: 0.1s;
  }
  
  .full-slider .owl-carousel .owl-nav{
	opacity: 0.4;
	transition-duration: 0.1s;
  }
  
  .full-slider:hover .owl-carousel .owl-nav{
	opacity: 1;
	transition-duration: 0.2s;
  }
  
  .full-slider .owl-carousel .owl-nav button.owl-next, .full-slider .owl-carousel .owl-nav button.owl-prev, .full-slider .owl-carousel button.owl-dot{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff6b !important;
	border-radius: 60px;
	line-height: 30px !important;
	transition-duration: 0.1s;
  }
  
  .full-slider .owl-carousel .owl-nav button.owl-next:hover, .full-slider .owl-carousel .owl-nav button.owl-prev:hover, .full-slider .owl-carousel button.owl-dot{
	background: #ffffff !important;
	transition-duration: 0.2s;
  }
  
  .full-slider .owl-carousel .owl-prev span, .full-slider .owl-carousel .owl-next span {
	  color: #2B2D42;
	  font-size: 34px;
	  text-align: center;
	  margin: 0 auto;
	  padding: 14px;
  }
  
  .full-slider .owl-carousel .owl-next {
	  right: 50px;
  }
  
  .owl-carousel .owl-prev {
	  left: 50px;
  }

  .banner-links a{
	border-color: #fff !important;
    color: #fff !important;
    padding: 8px 20px !important;
	font-weight: 600 !important;
  }

  .banner-links a:hover{
	border-color: #fff;
	background-color: #ffffff !important;
	color: #000 !important;
  }

  .full-slider .wp-block-buttons{
	text-align: left;
  }

  .full-slider .cop-logo{
  width: 50%;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 13px;
  margin-left: -20px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-left: 20px;
}

body.home section {
    padding: 60px 0;
}

.bg-transperant{
	background-color: transparent !important;
}

.sectionh1 mark{
	padding: 0px;
}

.top-features{
	padding: 20px 20px !important;
    min-height: 270px;
    border-radius: 200px;
    border: 1px solid #e0e0e0;
    background: #e6e7f9;
}

.top-features h5 mark{
	font-size: 28px;
	padding: 0px;
}

.top-features img{
	width:42px;
}

.top-features p{
	margin-bottom: 0px;
}

.top-features .wp-block-image{
	margin-bottom: 6px;
	margin-top: 10px;
}

.top-features-block{
	gap:1em;
}

.more-btn a{
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: 600 !important;
	padding: 16px 26px !important;
	margin: 0px 0px 16px 0px !important;
	color: #ffffff !important;
	letter-spacing: 0.25px;
	transition-duration: 0.2s;
	background: #004370 !important;
}

.inet-feaut-icon figure{
	width: 70px;
    height: 70px;
    border: 1px dashed #6b6b6b;
    border-radius: 50%;
    padding: 12px 12px;
}

.inet-feaut-icon figure img {
    width: 68px;
}

section.top-features-inet{
	padding: 40px 0 20px !important;
}

.inet-functions{
	padding: 36px 14px;
    min-height: 250px;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    position: relative;
}

.inet-functions .inet-feaut-icon {
    width: 70px;
    height: 70px;
    border: 1px dashed #6b6b6b;
    border-radius: 50%;
    padding: 12px 12px;
}

.inet-functions .inet-feaut-cont>h4 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 0;
    transition: 0.5s;
    line-height: 24px;
}

.inet-functions .inet-feaut-cont p {
    font-size: 15px;
    margin-top: 12px;
    transition-duration: 0.3s;
    margin-bottom: 0px;
}

.blo-li {
    color: inherit;
}

.blo-li .home-news {
    border-radius: 12px;
    margin-bottom: 14px;
    transition-duration: 0.4s;
    min-height: 226px;
    padding: 0px;
    border: 1px solid #00000013;
    background-color: #f1f1f1;
}

.blo-li .web-cont {
    padding: 24px 20px;
}

.blo-li .icon-news i {
    background: #bdbdbd;
    border-radius: 40px;
    padding: 12px;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    font-size: 14px;
    opacity: 0.3;
    margin-bottom: 20px;
}

.blo-li .cdd h4 {
    font-size: 19px;
    color: #000000;
    margin-top: 0px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    min-height: 80px;
    transition-duration: 0.2s;
}

.blo-li .cdd span.post-type {
    font-size: 12px;
    font-weight: 600;
    color: #169af3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.blo-li .round-dot {
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: #a9a9a9;
    margin: 6px 10px;
}

.blo-li .date-new {
    font-size: 12px;
    font-weight: 600;
    color: #00000099;
    text-transform: uppercase;
}

.blo-li:hover .cdd h4 {
    color: #169af3;
    text-decoration: underline;
    transition-duration: 0.2s;
}

.blo-li:hover .home-news .icon-news i {
    opacity: 1;
    transition-duration: 0.2s;
    background-color: #169af3;
    color: #fff;
}


.footer-middle {
    background-color: #012740;
}

.copy-ri-footer {
    background-color: #001624;
    padding: 12px;
}

.footer-middle-links>li>a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.footer-middle-links>li>a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.footer-middle-links .list-inline-item:not(:last-child) {
    margin-right: .4rem;
    border-right: 1px solid #cccccc;
    padding-right: 12px;
    line-height: 14px;
}

.list-inline-item:not(:last-child) {
    margin-right: .0rem;
}

.footer-middle-links>li>a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.footer-middle-links {
    padding-top: 10px;
    margin-bottom: 10px;
}


.footer-middle-links ul li a {
    color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

.copy-ri>p {
    color: #ffffff;
    opacity: 0.5;
    font-size: 14px;
    margin-bottom: 0px;
}

.desi-dev>p {
    color: #ffffff;
    opacity: 0.5;
    font-size: 14px;
    margin-bottom: 0px;
}

.desi-dev>p>a {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1 !important;
}

.news-header-new {
    background: url(assets/images/newsviews_img.png) fixed;
    background-repeat: no-repeat;
}
.inner-page-header-new {
    text-align: center;
    padding: 0px 0;
    min-height: 200px;
    position: relative;
}

.page-head1 {
    padding: 60px 0;
}

.page-head1>h3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
}

.navbarinner {
    width: 100%;
    min-height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: left;
    position: absolute;
    bottom: 0;
	padding: 12px 0;
}

.breadcrumbs-container .breadcrumbs{
	color: #fff;
	font-size: 14px;
}

.breadcrumbs-container .breadcrumbs a{
	color: #f79b18;
}

.breadcrumbs-container .breadcrumbs .fa-chevron-right{
	font-size: 11px;
    margin: 0 4px;
}

.archive-resources{
	padding: 60px 0;
}

#main{
	margin-top: 0px !important;
}

.filters-resources{
	background-color: #f1f1f1;
	padding: 20px 0;
	text-align: center;
}

.filters-resources select{
    border-radius: 20px;
    height: 40px;
    padding: 0px 16px;
    margin-right: 10px;
}

section.page-content{
	padding: 60px 0;
}

figure.rounded img{
	border-radius: 20px;
}

button#clear-filters{
	border-radius: 20px;
    padding: 6px 16px;
    border: 1px solid #b7b7b7;
    background: #cccccc;
    font-size: 14px;
}

/* For devices with a maximum width of 768px (tablets and smaller screens) */
@media (max-width: 768px) {
    .custom-nav .navbar-brand img.inet-logo{
		height: 54px;
		padding-right: 6px;
	}
	.custom-nav .navbar-brand img.wb-logo{
		margin-left: 2px;
		height: 33px;
	}
	#navbar{
		z-index: 9;
		background: rgb(255, 255, 255);
	}
	.sectionh1{
		font-size:28px !important;
	}
}

/* For devices with a maximum width of 600px (smaller mobile screens) */
@media (max-width: 600px) {
    /* Your styles for small mobile screens here */
}

/* For devices with a maximum width of 480px (very small devices or older phones) */
@media (max-width: 480px) {
    /* Your styles for very small mobile screens here */
}

/* For devices with a maximum width of 375px (iPhone 6/7/8 screen size) */
@media (max-width: 375px) {
    /* Your styles for specific small screens like iPhone 6/7/8 */
}

/* For devices with a maximum width of 320px (older and very small screens) */
@media (max-width: 320px) {
    /* Your styles for small phones like older iPhones or Androids */
}

