/*!
Theme Name: blagha


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

blagha is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* .page-path a {line-height: 1;} */

/* .page-path ol{overflow: hidden;text-align: center;}
.page-path li{display: inline-block;}
.page-path li:not(:last-child):after{content: '/';} */

/* .links ul li {
  float: right;
  width: 50%;
  padding-left: 15px;
  list-style: none;
}
 */

.pagination {
  justify-content: center;
  margin-top: 40px;
}

.pagination .page-link {
  color: #017afc;
}

.pagination .active > .page-link,
.pagination .page-link.active {
  background: #017afc;
  border-color: #017afc;
  color: #fff;
}

.custom_navbar .logo_links li a {
  white-space: nowrap;
}

.nav-item.menu-item-has-children.dropdown:hover > ul {
  display: block;
}

.btn_submit {
  margin-top: 20px;
}
.btn_submit .btn {
  background-color: #fa9f1c;
  width: 400px;
  max-width: 100%;
  padding: 15px 22px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}

.fast_links li{
  list-style-image: './assets/images/tringle.svg';
}



.our_partner_card img {
  height: 90px;
  object-fit: contain;
  object-position: center;
}

.form_style .button_click .wpcf7-submit{
      background-color: rgb(255, 150, 0);
        color: rgb(255, 255, 255);
        display: block;
        width: fit-content;
        padding: 6px 40px;
        border-radius: 50px;
        margin: auto;
        border: 0;
}
.service_card h5{color:#000}
.custom_navbar .links ul li {
  min-width: auto;}
.custom_header .header_content h5 {
  max-width: 850px;
  margin-bottom: 20px;
}
.competition_details_page .come_details p , .competition_details_page .come_details h5{
  color: #1d1d1d;
}

.card_body h5,.pdf_files_card h5 {
  color: #000;

}