
html {
    scroll-behavior: smooth;
}

.container-fullwidth {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.search-holder{
  position: absolute;
right: 9%;
top: 5%;
width: 80%;
}

@media (min-width: 576px) {
    .container-fullwidth {
        max-width: 540px;
    }
 
}

@media (min-width: 768px) {
    .container-fullwidth {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-fullwidth {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-fullwidth {
        max-width: 1500px;
    }
}

a:hover {
    text-decoration: none;
}

.search-icon{
  width: 20px;
}

.section-header {
    text-align: center;
    position: relative;
    margin-bottom: 3.6rem;
}

.section-header.has-bottom-sep {
    padding-bottom: 2.1rem;
    position: relative;
}

.header-logo a {
  display: block;
  margin: 15px;
  width: 16rem;
}

.site-logo{
  background-image: url("../images/logo-2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
}
.site-logo-1{
  background-image: url("../images/logo-2.png");
}

.search-icon{
  background-image: url("../images/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  position: relative;
  top: 7px;
}

.search-icon-black{
  background-image: url("../images/search-black.svg");
}

.border-bottom-header {
    border-bottom: 1px solid #ffffff24!important;
}

.section-header.has-bottom-sep::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 550px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 700px) {
    .section-header.has-bottom-sep::before {
        width: 100%;
    }
}

.s-header {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: 0.5s;
}

.s-header .container-fullwidth {
    display: flex;
}

.header-nav {
    background: #0c0c0c;
    color: rgba(255, 255, 255, .25);
    font-size: 1.3rem;
    line-height: 1.846;
    height: 100%;
    width: 22%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateZ(0);
    /* -webkit-backface-visibility: hidden; */
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}

@media (max-width: 700px) {
    .header-nav {
        width: 100%;
    }
}

.header-nav a,
.header-nav a:visited {
    color: rgba(255, 255, 255, .5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: var(--base-color);
}

.header-nav h3 {
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: .9rem;
    color: var(--base-color);
}

.header-category{
    position: absolute; 
    bottom: 0; 
    background: none !important;
}


.dropdown-menu {
    min-width: 18rem;
    left: -13rem;
}

.dropdown:hover>a {
    color: #fff;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    margin-left: 48%;
}

.dropdown:hover>.dropdown-menu .dropdownmenu {
    opacity: 1;
    min-height: 220px;
    background: #ffffff;
    border-radius: 0.25em;
}

.dropdownmenu li a {
    color: #000000 !important;
}

.dropdownmenu li:hover a {
    color: var(--base-color) !important;
}

.header-nav p {
    margin-bottom: 2.7rem;
}

.header-nav__content {
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
    color: #fff;
    background: var(--base-gradient);
}

.header-nav__list {
    font-size: 1.2rem;
    margin: 0rem 0;
    padding: 0 1rem 1.8rem;
    list-style: none;
}

.header-nav__list li {
    padding-left: 0;
    line-height: 3.5rem;
}

.header-nav__list a,
.header-nav__list a:visited {
    color: #fff;
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 1.8rem;
    position: absolute;
    left: 40%;
    transform: translate(-40%, 0);
}

.header-nav__social li {
    margin-right: 0;
    padding-left: 0;
    display: inline-block;
}

.header-nav__social li a {
    color: rgba(255, 255, 255, .5);
    font-size: 20px;
}

#mySidenav {
    /* background-image: url('../img/side-header.jpg'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background:var(--base-color);
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: #fff;
}

.header-nav__social li:last-child {
    margin: 0;
}

.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}

.header-nav__close span::before,
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    left: 0;
}

.header-menu-toggle {
    position: relative;
    right: 38px;
    top: 22px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #5a5a5a;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-menu-toggle.opaque {
    background-color: #000;
}

.header-menu-toggle.opaque .header-menu-text {
    background-color: #000;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
    color: #5a5a5a;
}

.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}

.header-menu-icon {
    display: block;
    width: 30px;
    height: 3px;
    margin-top: -1px;
    position: absolute;
    left: 15px;
    /* border-radius: 50%; */
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-menu-icon::before,
.header-menu-icon::after {
    content: '';
    width: 30px;
    height: 3px;
    /* border-radius: 50%; */
    background-color: inherit;
    position: absolute;
    left: -.3px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-menu-icon::before {
    top: -9px;
}

.header-menu-icon::after {
    bottom: -9px;
}

@media only screen and (max-width:600px) {
    .s-header {
        height: auto;
        padding: 10px 0;
    }
    .header-logo {
        left: 0px;
        padding: 0;
        padding-left: 4px;
    }
    .header-menu-toggle {
        right: 25px;
        position: absolute;
    }
    .header-logo a {
          display: block;
          margin: 0px;
          width: 7rem;
      }
}

@media only screen and (max-width:400px) {
    .header-menu-text {
        display: none;
    }
    .header-logo a {
          display: block;
          margin: 0px;
          width: 10rem;
      }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    background: var(--base-color);
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    transition: 0.5s;
}

header .logo {
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    float: left;
    font-weight: bold;
}

header nav {
    float: right;
}

header nav ul {
    display: block;
    margin: 0;
    padding: 0;
}

header nav ul li {
    list-style: none;
    position: relative;
}

header nav ul li .sub-menu:before {
    content: "\f0d7";
    position: absolute;
    font-family: fontAwesome;
    line-height: 50px;
    color: #fff;
    right: 20px;
}

header nav ul li.active .sub-menu:before {
    content: "\f0d8";
}


/*dropdown-starts*/


header nav ul li.active ul {
    opacity: 1;
    height: auto;
}

header nav ul li.active a.sub-menu {
    color: var(--base-color);
}

header nav ul li ul li {
    display: block;
    width: 100%;
}

header nav ul li a {
    text-decoration: none;
    padding: 8px 16px;
    display: block;
    text-align: left;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

header nav ul li a:active {
    text-decoration: none;
 
}
.txtclr a{
    color: #fff;
}

header nav ul li a:hover {
    color: #ffffff;
    background: #ffffff47;
    border-radius: 200px;
  
}

.menu-active{
    background: transparent !important;
    border-radius: 0px !important;
}


header nav ul li a:active {
    color: #ffffff;
    background: var(--secondary-color);
    border-radius: 200px;
}

header.sticky nav ul li a:hover {
    color: #fff;
}

@media (max-width: 1500px) {
    header nav ul li a {
        font-size: 14px;
    }
}

header nav ul li a:hover {
    text-decoration: none;
}

header nav ul li a.active {
    color: #ffffff;
    background: var(--base-color);
    border-radius: 200px;
    padding: 8px 20px;
}

.menu-toggle {
    color: #636363;
    float: right;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

@media (max-width: 991px) {
    header {
        padding: 10px 20px;
    }
    .menu-toggle {
        display: block;
    }
    header nav.active {
        left: 0;
    }
    header nav ul {
        display: block;
        text-align: center;
    }
    header nav ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    header nav ul li.active ul {
        position: relative;
        background: #000000;
    }
    header nav ul li ul li {
        width: 100%;
    }
}

#mySidenav::-webkit-scrollbar {
    width: 0;
}

.top_navbar {
    padding: 17px 0;
    margin: 0 2% 0 auto;
    position: relative;
}

.sticky {
    color: #fff;
    transition: 0.5s;
    background: rgb(63,81,181);
background: -moz-linear-gradient(56deg, rgba(63,81,181,1) 19%, rgba(76,175,80,1) 100%);
background: -webkit-linear-gradient(56deg, rgba(63,81,181,1) 19%, rgba(76,175,80,1) 100%);
background: linear-gradient(56deg, rgba(63,81,181,1) 19%, rgba(76,175,80,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f51b5",endColorstr="#4caf50",GradientType=1);
}

.dropdown-mega-menu{
    min-width: 58rem !important;
}

@media screen and (max-width:1180px) and (min-width:750px) {
    .header-menu-toggle {
        position: absolute;
        right: 38px;
        top: 45px;
    }
}

.line-height-20{
    line-height: 20px;
}
