/*  Plugin: hs Menu (Modern Mega Menu)
 *   Frameworks: jQuery 3.3.1 & Material Design Iconic Font 2.0
 *   Author: Asif Mughal
 *   GitHub: https://github.com/CodeHimBlog
 *   URL: https://www.codehim.com
 *   License: MIT License
 *   Copyright (c) 2018 - Asif Mughal
 */
/* File: hs-menu.css */

/*.hs-menubar {
    background: #555;
    width: 100%;
    height: 50px;
    color: #fff;
    position: relative;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.hs-menubar.sticky {
}
*/
/* Mega Menu Start */

.megamenu .menu-panel-wrapper ul,
.single-menu {
  margin: 0;
  padding: 0
}

.megamenu .menu-panel-wrapper ul li a,
.single-menu .dropdown-item a {
  font-weight: 400;
  line-height: 1.428571429;
  font-size: 14px;
  display: block;
}

.menu-large {
  position: static !important
}

.megamenu .dropdown-item.active,
.megamenu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
}

.megamenu {
  padding: 20px;
  width: 100%;
  border: 0;
  font-size: inherit;
  top: 98%;
  z-index: 1050;
  left: 0;
  right: 0;
  border-top: 1px solid #19429f4d;
  border-radius: 0px;
}

.megamenu .menu-panel-wrapper {
  margin: 0 auto;
}

.megamenu .dropdown-item:focus,
.megamenu .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #fff;
}

.megamenu .menu-panel-wrapper ul li {
  list-style: none;
  vertical-align: top;
}

.megamenu .menu-panel-wrapper ul li a {
  padding: 5px 0;
  clear: both;
  color: #1B43A0;
  white-space: normal;
}

.megamenu .menu-panel-wrapper ul li a span, .m-menu ul li a span {
  color: #8DA1CF;
}

.m-menu ul li a.btn-primary span {
    color: #ffffff;
}


.megamenu .menu-panel-wrapper ul li a:focus,
.megamenu .menu-panel-wrapper ul li a:hover {
  text-decoration: none;
  color: #EF4136;
}

.megamenu.disabled a,
.megamenu.disabled a:focus,
.megamenu.disabled a:hover {
  color: #999;
}

.megamenu.disabled a:focus,
.megamenu.disabled a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.single-menu {
  border-radius: 0;
  border: 0;
  z-index: 1040;
  min-width: 175px;
}

.single-menu .dropdown-item {
  padding: 0;
  position: relative;
}

.single-menu .dropdown-item a {
  color: #333;
  padding: 1.1rem 2rem 1.1rem 1.3rem;
  text-decoration: none;
}

.single-menu .dropdown-item.active,
.single-menu .dropdown-item:active,
.single-menu .dropdown-item:focus,
.single-menu .dropdown-item:hover {
  color: #333;
  text-decoration: none;
  background-color: #fff;
}

.single-menu .dropdown-item a:focus,
.single-menu .dropdown-item a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #004b8d;
}

.dropdown-menu-inner {
  display: none;
  position: absolute;
  background: #fff;
  left: auto;
  top: 0;
  right: 100%;
}
.megamenu h4{
  color: #3A393B;
  font-size: 16px;
}

.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hamburger.is-sm {
  font-size: 1rem;
}
.hamburger.is-md {
  font-size: 1.5rem;
}
.hamburger.is-lg {
  font-size: 2rem;
}
.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.125em;
  border-radius: 0.125em;
  background: #1B43A0;
  transition: inherit;
}
.hamburger.is-lg:hover> .hamburger-line:nth-child(1), .hamburger.is-lg:hover> .hamburger-line:nth-child(3), .hamburger.is-lg:hover> .hamburger-line{
  width: 100%;
  background: #EF4136;
}
.hamburger-line:nth-child(1) {
  top: 0.125em;
  width: 0.625em;
  height: 0.140em;
}
.hamburger.is-active .hamburger-line:nth-child(1), .w-nav-button.w--open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
  width: 100%;
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.hamburger.is-active .hamburger-line:nth-child(2), .w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
  left: 0;
  height: 0.140em;
}
.hamburger.is-active .hamburger-line:nth-child(3), .w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}

/* Mega Menu End */
.hs-navigation {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    position: fixed;
    top: 47px;
    left: -102%;
    z-index: 1700;
    overflow-y: auto;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 30%);
    overflow-x: hidden;
    padding-bottom: 100px;
}

.hs-navigation.open {
    left: 0;
}

.hs-navigation,
.hs-navigation.open {
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
}

.hs-menubar,
.hs-navigation
{
    font-family: 'Nanum Gothic', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hs-user {
    right: 50px;
    overflow: hidden;
}

.hs-user img {
    width: 32px;
    height: 32px;
    transition: .3s;
}

.hs-user img:hover {
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    transform: scale(1.1);
    transition: .3s;
}

.user-penal {
    width: 130px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.33);
    background: #fff;
    list-style: none;
    position: fixed;
    display: none;
    top: 50px;
    right: 10px;
    line-height: 1.5;
    z-index: 100;
}

.user-penal li a {
    font-size: 12px;
    text-decoration: none;
    color: #666;
    display: block;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s
}

.user-penal li .zmdi {
    font-size: 14px;
    padding-right: 10px;
}

.user-penal li a:hover {
    background: rgba(0, 0, 0, 0.1);
    transition: .3s;
}


/* More trigger for user penal*/

.search-trigger:hover,
.menu-trigger:hover,
.grid-trigger:hover,
.more-trigger:hover {
    outline: 0;
    transition: .3s;
}

.search-trigger,
.menu-trigger,
.grid-trigger,
.hs-user,
.more-trigger {
    position: relative;
    transition: .3s;
    z-index: 100;
    right: 10px;
    float: right;
    top: 0px;
}
.mobile-phone-icon{
    color: #3a3a3a;
    position: relative;
    float: right;
    right: 30px;
    top: 5px;
}
.mobile-phone-icon i{
    font-size: 20px;
}
.compare {
	position: relative;
    float: right;
    right: 55px;
    top: 3px;
}
.nav-item .compare{
    position: relative;
    float: none;
    right: auto;
    top: 14px;
}
.compare a{
	color: #3a3a3a;
    font-size: 20px;
    display: block;
    text-align: center;
}
.compare a span{top: 5px;}
.search-trigger {
    left: 50px;
}
.chat-button{
    border: 0;
    font-size: 21px;
    background: transparent;
    position: relative;
    float: right;
    right: 37px;
    top: 2px;
    color: #3a3a3a;
}
.grid-trigger {
    right: 90px;
}
.more-trigger {
    right: 12px;
}

/* Grid Items */

.grid-items {
    width: 230px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.33);
    background: #fff;
    padding-top: 10px;
    position: fixed;
    right: 80px;
    top: 50px;
    text-align: center;
    display: none;
    z-index: 120;
}
.grid-items li.grid {
    list-style: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    box-sizing: border-box;
    margin: 2px;
    border-radius: 50%;
    font-size: 11px;
}

/* View More Button for grid items */

li.more-btn {
    height: 32px;
    line-height: 32px;
    margin: 15px 15px 5px 15px;
    box-sizing: border-box;
    display: block;
    position: relative;
}
li.more-btn a {
    text-decoration: none;
    background: #e41b17;
    color: #fff;
    font-size: 13px;
    display: block;
    cursor: pointer;
    border-radius: 20px;
}
li.more-btn a:hover {
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
}
.grid-title {
    border: 1px red solid;
}

/* Brand Logo */
.brand-logo {
    display: block;
    text-align: center;
}
.brand-logo img {
    width: 100px;
    height: auto;
    margin-top: 12px;
}

/* Ripple Effect*/

@-webkit-keyframes ripple-out {
    from {
        opacity: 1;
        -webkit-opacity: 1;
    }
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes ripple-out {
    from {
        opacity: 1;
        -webkit-opacity: 1;
    }
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.ripple-out {
    /*display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
}

.ripple-out:before {
    content: '';
    position: absolute;
    border: rgba(255, 255, 255, 0.3) solid 6px;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: ripple-out .4s linear forwards;
    -webkit-animation: ripple-out .4s linear forwards;
}


/* Fade in Up */

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation: fadeInUp .4s ease forwards;
    -webkit-animation: fadeInUp .4s ease forwards;
}


/* Background Fadding */

.dim-overlay {
    display: none;
}

.dim-overlay:before {
    content: "";
    background-color: rgba(0, 0, 10, .4);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}


/* Search Box */

.search-box {
    position: absolute;
    height: 50px;
    background: #555;
    white-space: nowrap;
    overflow: hidden;
    width: 0px;
    top: 0;
    z-index: 500;
    left: 100px;
}

.search-box button.search-submit,
.search-box input[type="text"] {
    padding: 6px;
    border: 0;
    outline: 0;
}

.search-box input[type="text"] {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
}

button.search-submit {
    -webkit-appearance: none;
    background: #e41b17;
    color: #fff;
    text-shadow: 0.1px 0.1px #444;
    margin-left: -5px;
    border-radius: 4px;
    font-size: 13px;
}

button.search-submit:disabled {
    background: #888;
    color: #555;
}


/* Navigation Controls */

.nav-controls {
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.12);
    text-align: right;
	display: none;
}

.nav-controls .nav-full,
.nav-controls .nav-fixed {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1;
    outline: 0;
    border: 0;
    margin: 0 3px;
}

.nav-controls .nav-full:hover,
.nav-controls .nav-fixed:hover {
    opacity: .8;
    -webkit-opacity: .8;
}


/* User Info*/

.user-info {
    position: fixed;
    top: 50px;
    right: 30px;
    width: 230px;
    background: #fff;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
    padding: 10px;
    text-align: center;
    line-height: 1;
    display: none;
}

.user-info li {
    padding: 10px;
    list-style: none;
}

.user-info .profile-pic img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.user-info .user-name {
    font-size: 14px;
    color: #222;
}

.user-info .user-bio {
    font-size: 11px;
    color: #555;
    padding-bottom: 0;
}


/* Nav Links */

.nav-links {
    list-style: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
	padding-left: 0px;
	padding-bottom: 60px;
}

.nav-links .its-parent {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color: #1B43A0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    cursor: pointer;
}
.nav-links li a {
    display: block;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    color: #1B43A0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    text-transform: capitalize;
}
.nav-links sup{
	position: relative;
    top: 0px;
    left: 2px;
}
.nav-links .its-parent:hover,
.nav-links li a:hover {
    color: #dc3545;
}

.nav-links .icon {
    font-size: 18px;
    padding-right: 20px;
}

.nav-links .has-child ul li {}

.nav-links ul .its-parent:before,
.nav-links .has-child ul li a:before {
    /*content: "--";
    display: inline-block;
    font-size: 10px;
    color: #666666;
    width: 10px;
    height: 10px;
    position: relative;
    right: 15px;
    top: -3px;*/
}

.nav-links .has-child ul {
    margin-left: 15px;
    /*border-left: 1px dashed #666666;*/
    padding-left: 1px;
}

.nav-links .its-children {
    display: none;
    list-style: none;
}

.its-parent:after {
    content: "\f078";
    font-family: "Font Awesome 7 Pro";
    float: right;
    font-weight: 900;
    margin-right: 20px;
    transition: .4s;
    font-size: 16px;
}

.its-parent.downed {
    color: #dc3545;
}

.its-parent.downed:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(360deg);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
