/*!
Theme Name: avtech
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avtech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

avtech is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/


.insight-single .banner .banner-content{
    width: 80%;
}
.blog-content .blog-description a{
	font-weight: 400;
	color: #f2a83e;
	text-decoration: underline;
	text-transform:inherit;
}
.contact-mail{
	font-weight: 700;
}
.dropdown-menu {
	display: none; /* Hide by default */
}

.nav-item:hover .dropdown-menu {
  background: transparent;
  display: block;
  position: absolute;
  top: 30px;
  left: -7px;
/* Adjust positioning as needed */
}
.dropdown-item{
  color: #fff;
}
.book_event_btn a:hover span{
  width: 110%;
}
header .navbar .navbar-nav > .book_event_btn.nav-item > .nav-link:hover::after{
  width: 0;
}
header .navbar .navbar-nav .book_event_btn .hover{
	left: -7px;
}
.blog-content p strong{
	font-weight: 600;
}
.slide-content  p strong{
	font-weight: 600;
}
.blog-description .wp-block-list{
	list-style-type: circle !important;
	list-style: circle !important;
}
.blog-description .wp-block-list li{
	padding: 5px 0;
}
.slide-wrapper .col-md-12{
	padding-top: 50px;
}
.expertise-slider .splide__track--fade>.splide__list>.splide__slide .slide-wrapper .row h4{
	font-family: 'QubicGrid', sans-serif !important;
	font-weight: 600;
}