/* form section start */
.custom-search-bar-container .branding {
    text-align: center;
    margin: 20px;
}
.custom-search-bar-container .branding img {
	filter: drop-shadow(0px 0px 3px #000000);
}
.custom-search-bar-container .s130 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: 'Poppins', sans-serif;
}

.custom-search-bar-container .s130 form {
	position: relative;
	width: 100%;
	max-width: 790px;
}

.custom-search-bar-container .s130 form .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 34px;
  overflow: hidden;
}

.custom-search-bar-container .s130 form .inner-form .input-field {
  height: 68px;
}

.custom-search-bar-container .s130 form .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 5px 10px 70px;
  font-size: 16px;
  color: #000;
}

.custom-search-bar-container .s130 form .inner-form .input-field input.placeholder {
  color: #222;
  font-size: 16px;
}

.custom-search-bar-container .s130 form .inner-form .input-field input:-moz-placeholder {
  color: #222;
  font-size: 16px;
}

.custom-search-bar-container .s130 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #222;
  font-size: 16px;
}

.custom-search-bar-container .s130 form .inner-form .input-field input:hover, .custom-search-bar-container .s130 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.custom-search-bar-container .s130 form .inner-form .input-field.first-wrap {
	position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
}

.custom-search-bar-container .s130 form .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.custom-search-bar-container .s130 form .inner-form .input-field.first-wrap .svg-wrapper {
	position: absolute;
	pointer-events: none;
  min-width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.custom-search-bar-container .s130 form .inner-form .input-field.first-wrap svg {
  width: 36px;
  height: 36px;
  fill: #222;
}

.custom-search-bar-container .s130 form .inner-form .input-field.second-wrap {
  min-width: 216px;
}

.custom-search-bar-container .s130 form .inner-form .input-field.second-wrap .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  z-index: 0;
  background: #021731;
  transition: all .2s ease-out, color .2s ease-out;
}

.custom-search-bar-container .s130 form .inner-form .input-field.second-wrap .btn-search:hover {
  background: #fecd00;
  color: #000;
}

.custom-search-bar-container .s130 form .inner-form .input-field.second-wrap .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

.custom-search-bar-container .s130 form .correction {
  font-size: 15px;
  color: #000;
  padding-left: 26px;
  margin-top: 25px;
  margin-bottom: -10px;
}
.custom-search-bar-container .s130 form .correction a {
  font-weight: 500;
}

.custom-search-bar-container .s130 form .correction a:hover {
	color: #fecd00;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.91);
}

@media screen and (max-width: 992px) {
  .custom-search-bar-container .s130 form .inner-form .input-field {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .custom-search-bar-container .s130 form .inner-form .input-field.first-wrap .svg-wrapper {
    min-width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 10px;
  }
  .custom-search-bar-container .s130 form .inner-form .input-field.first-wrap svg {
    width: 26px;
    height: 26px;
    fill: #222;
  }
  .custom-search-bar-container .s130 form .inner-form .input-field.second-wrap {
    min-width: 100px;
  }
  .custom-search-bar-container .s130 form .inner-form .input-field.second-wrap .btn-search {
    font-size: 13px;
  }
  .custom-search-bar-container .s130 form .inner-form .input-field input {
	padding: 10px 0 10px 45px;
  }
}

/* form section end */

/* heading of top section start */
.custom-search-bar-container h2.heading-line::after, .custom-search-bar-container .heading-line-top .wp-block-group__inner-container::after {
  left: inherit!important;
  right: 0;
}
.custom-search-bar-container h2.heading-line::before, .custom-search-bar-container h2.heading-line::after, .custom-search-bar-container .heading-line-top .wp-block-group__inner-container::before, .custom-search-bar-container .heading-line-top .wp-block-group__inner-container::after {
  content: '';
  width: 295px;
  height: 1px;
  background: #ddd;
  display: inline-block;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.custom-search-bar-container h2.heading-line span, .heading-line-top h2 {
  font-family: Oswald;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #02020b;
  background: #fff;
  display: inline;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.custom-search-bar-container h2.heading-line, .heading-line-top .wp-block-group__inner-container {
  padding: 0;
  position: relative;
  width: 721px;
  max-width: 100%;
  text-align: center;
  margin: auto auto 20px auto;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 400;
}

/* heading of top section end */

/* Content section start */
.custom-search-bar-container .services-headding, .search-bar-container a {
	font-family: "Montserrat", Sans-serif;
	font-weight: 600;
	margin: 0;
	color: #021731;
	font-size: clamp(0.9375rem, 0.8654rem + 0.3846vw, 1.25rem);
	width: 100%;
}
.custom-search-bar-container .search-bar-container a:hover {
	color: #fecd00;
	/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.91);*/
}
.custom-search-bar-container .articles-time, .services-description {
	line-height: 1.3em;
    font-size: 12px;
    color: #adadad;
	font-family: "Roboto Slab";
	font-weight: 400;
	    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-search-bar-container .search-articles {
	display: flex;
	gap:10px;
}
.custom-search-bar-container .search-articles a {
	width: 100%;
	margin: auto;
}
.custom-search-bar-container .search-bar-container .row img:hover {
	transform: scale(1.08);
}
.custom-search-bar-container .search-bar-container .row img {
	transition: transform 0.5s;
	border-radius: 5px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.custom-search-bar-container .search-articles-contents {
	width:100%;
}
@media (max-width: 992px) {
	.custom-search-bar-container .search-bar-container .search-main-content .col-lg-3 {
		display: flex;
		gap: 10px;
		padding: 10px;
	}
}
@media (min-width: 992px) {
	.custom-search-bar-container .search-bar-container .search-main-content .services-headding {
		margin-top: 10px;
	}
}
.custom-search-bar-container .services-headding a, .custom-search-bar-container .custom-heading a {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 400px) {
	.custom-search-bar-container .search-bar-container .row img {
		height: 90px;
	}
}
@media (min-width: 401px) and (max-width: 767px) {
	.custom-search-bar-container .search-bar-container .row img {
		height: 120px;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.custom-search-bar-container .search-bar-container .row img {
		height: 186px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.custom-search-bar-container .search-bar-container .row img {
		height: 124px;
	}
}
@media (min-width: 1200px) {
	.custom-search-bar-container .search-bar-container .row img {
		height: 140px;
	}
}
.custom-search-bar-container #notfoundimg {
    width: 100%;
	height: auto;
	margin: auto;
}
.custom-search-bar-container #notfound {
	line-height: 30px;
}
.custom-search-bar-container #notfoundcontentimg {
	width: 100%;
	height: auto;
}
.custom-search-bar-container .search-bar-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    padding: 15px 0px;
    margin: 50px -50vw;
    background: #dff5ff;
}

.custom-search-bar-container .custom-heading a {
	font-size: clamp(1rem, 0.8125rem + 1vw, 1.5625rem);
	font-family: "Montserrat", Sans-serif;
	font-weight: 600;
	margin: 0;
	color: #021731;
	width: 100%;
}
.custom-search-bar-container .custom-thumbnail {
	width: 50%;
}
.custom-search-bar-container .custom-content {
	width: 100%;
}
.custom-search-bar-container .custom-thumbnail img {
	height: auto!important;
}
@media (min-width: 992px) {
	.custom-search-bar-container .custom-search-container {
		margin: 0 30px;
	}
}
@media (max-width: 992px) {
	.custom-search-bar-container .custom-thumbnail {
		width: 100%;
	}
}

.custom-search-bar-container .custom-search-container .col-lg-12 {
	gap: 10px;
	margin: 10px;
}

.suggestions {
	position: absolute;
	left: 0;
	right: 0;
	border-top: none;
	border-radius: 0px 0px 34px 34px;
	background-color: #fff;
	max-height: 180px;
	overflow-y: auto;
	display: none;
	z-index: 99;
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.15);
}
.suggestion-item {
	padding: 10px 20px;
	cursor: pointer;
	color: #000;
	width: 100%;
}
.suggestion-item:hover {
	background-color: #fecd00;
	color: #000;
}

@media (min-width: 992px) {
  .custom-search-bar-container .custom-content {
    padding: 0 10px;
  }

  .search-articles-contents {
    padding: 0 10px;
  }
}