
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: 1815px;
    }
}

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: 13rem;*/
      display: block;
    width: 285px;
}

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

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

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

.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: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    border-top: 5px solid #303030;
    padding-top: 10px;
    box-shadow: 0px 0px 5px #ccc;
}

.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: #4051b5;
}

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

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

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

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

.dropdown:hover>.dropdown-menu .dropdownmenu {
    opacity: 1;
    height: auto;
    background: #ffffff;
}

.dropdownmenu li a {
    color: #000000;
}

.dropdownmenu li:hover a {
    color: #4051b5;
}

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

.header-nav__content {
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
    color: #fff;
}

.header-nav__list {
    font-size: 1.2rem;
    margin: 3rem 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:#3f51b5;
}

.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: black;
    /* -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: black;
    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: 10rem;
      }
}

@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: #e3e5e1;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
}

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 ul {
    position: relative;
    left: 0;
    background: #333;
    display: block;
    opacity: 0;
    height: 0;
    transition: height 0.9s ease-in;
}

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

/*header nav ul li.active ul li a {*/
/*    font-size: 17px*/
/*}*/

header nav ul li.active a.sub-menu {
    color: #4051b5;
}

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

header nav ul li a {
    text-decoration: none;
    padding: 0 16px;
    line-height: 38px;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

header nav ul li a:active {
    text-decoration: none;
    padding: 0 16px;
    line-height: 38px;
    display: block;
    text-align: left;
    font-size: 14px;
    color: red;
    font-weight: 600;
}
.txtclr a{
    color: #000;
}

header nav ul li a:hover {
    color: #ffffff !important;
    background: #2dbaf1;
    border-radius: 2px;
}

header nav ul li a:active {
    color: #ffffff;
    /*background: #aacd00;*/
    border-radius: 2px;
}

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

@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: #aacd00;
    border-radius: 2px;
}

.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: #586bd1;
}
    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;
}
header .sticky {
     background: #fff;
}
.sticky {
    color: #000;
    box-shadow: -webkit-box-shadow -1px 14px 54px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 14px 54px -15px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 14px 54px -15px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
   
}

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


header .navbar-nav a{
    color:#000 !important;
}