/*
Theme Name: 'hajj_umrah_agency'
Description: Prime Business. theme 
Author: 'NONAME'
Author URI: #
*/


/*-----------------------------------------------------------------------Inner page*/

.alignleft{
	float:left;
	margin:8px 20px 20px 0;
}
.alignright{
	float:right;
	margin:8px 0 20px 20px;
}
.aligncenter{
	display:block;
	margin:0 auto;
}


/*** Navbar ***/
.nav li a {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
	display: inline-block;
}

.sticky-top.navbar-light .navbar-nav .nav li a {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav li a:hover,
.navbar-light .navbar-nav .nav li.current_page_item a {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}


.nav li.menu-item-has-children{
	position:relative;
}
.nav li.menu-item-has-children a::after{
	display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.nav li ul.sub-menu {
	position: absolute;
	left: -9999px;
	top: 150px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, top .25s ease;
	-moz-transition: opacity .3s ease, top .25s ease;
	-ms-transition: opacity .3s ease, top .25s ease;
	-o-transition: opacity .3s ease, top .25s ease;
	transition: opacity .3s ease, top .25s ease;
	z-index: 1000;
	min-width: 10rem;
	margin:0;
	padding:0;
	list-style:none;
	background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0px;
}
.nav > li:hover > ul {
	left: auto;
	top: 98px;
	opacity: 1;
  
}

.nav ul li{
	width:100%;
	margin:0;
	background:none;
	line-height:normal !important;
	text-align:left;
}
.nav li ul li a {
	display: block;
  width: 100%;
  padding: .25rem 1rem !important;
  clear: both;
  font-weight: 400;
  color: #808B8D !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.nav li.menu-item-has-children ul li a::after, .nav li.menu-item-has-children ul li a::before {
	display:none;
}
.nav li ul li a:hover {
	background-color:#E9ECEF;
}
.footer .company-nav {
	margin:0;
	padding:0;
	list-style:none;
}
.footer .company-nav li a {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .company-nav li a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .company-nav li a:hover {
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .footer-nav{
	margin:0;
	padding:0;
	list-style:none;
}
.footer .footer-nav li {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
	display:inline-block;
}
.footer .footer-nav li a {}
.footer .footer-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

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

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }
    .navbar-light .navbar-nav .nav li{
		display:block;
		width: 100%;
	}
    .navbar-light .navbar-nav .nav li a,
    .sticky-top.navbar-light .navbar-nav .nav li a {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
	.nav > li:hover > ul {
	left: auto;
	top: 0px;
	opacity: 1;
  
}
.nav li ul.sub-menu {
  position: inherit;
  left: 0;
  top: 0;
  opacity: 1;
  transition: none;
  z-index: 0;
  min-width: 10rem;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
}
.nav li.menu-item-has-children a::after {
	display: none;
}
.nav li ul.sub-menu li a:hover {
  background-color: transparent;
}
}

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

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

    .navbar-light .navbar-nav .nav li a:hover::before,
    .navbar-light .navbar-nav .nav li.current_page_item a::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav li a.nav-contact::before {
        display: none;
    }
}