/*!
Theme Name: searchsoldigi
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: searchsoldigi
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.

searchsoldigi 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/
*/
/**Mega Menu **/
.navbar .container {
  position: relative;
}

.navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
}

.navbar-nav li {
  font-weight: 400;
  font-size: 16px;
}
.navbar-nav li a {
  /*color: gray !important;*/
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/*.navbar-nav li a:hover {*/
/*  text-decoration: underline;*/
/*}*/
/*.navbar-nav li ul li a {*/
/*  color: gray !important;*/
/*  font-weight: 400;*/
/*  font-size: 16px;*/
/*}*/
/*.navbar-nav li ul li a:hover {*/
/*  color: gray !important;*/
/*  font-weight: 400;*/
/*}*/

.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  right: auto;
}

.menu-item-has-children .dropdown-menu {
  width: auto !important;
}

/* Make dropdown visible on hover */
@media (min-width: 1200px) {
  .navbar .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    background-color: #09bc8a;
    padding: 2rem;
    list-style: none;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    opacity: 0;
    margin-top: 7px !important;
    display: block;
    visibility: hidden;
    min-width: 150px;
    transition: all 0.4s ease-in-out;
  }

  .navbar .dropdown:hover > .dropdown-menu {
    visibility: visible;
    display: block;
    opacity: 1;
    margin-top: 6px !important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all 0.4s ease-in-out;
  }

  .mega-menu-parent.dropdown .dropdown-menu {
    position: absolute;
    background-color: #06A3DA !important;
    right: 0;
  }
}
.dropdown-menu{
     background-color: #06A3DA !important;
}

.megamenu-inner-dropdown p a{
    color: white !important;
    list-style-type: circle;
}
.megamenu-inner-dropdown p a:hover{
    color: white !important;
    list-style-type: circle;
}
#mega-menu-359{
    width: 100% !important;
}
#mega-menu-2330{
    width: 100% !important;
}
/* background color change */
/* .navbar-nav .dropdown-menu {
  background-color: #282f41 !important;
} */

/* nav link hover color and simple core */
/* .menu-mega-nav-link-col {
  color: #2F2B2B !important;
  font-weight: 400;
  margin: 0px 0.4rem;
  font-size: 1rem;
}
.menu-mega-nav-link-col:hover {
  margin: 0px 0.4rem;
  text-decoration: underline;
  color: white !important;
} */

/* caret added at top */
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em dashed;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    /*font-family: 'Nunito', sans-serif;*/
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    /*font-weight: 600;*/
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h2 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h2 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h2 {
        color: var(--primary);
    }
}
/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
