header {
    width: 100%;
    z-index: 9999;
  }

  
header .logo a {
    display: block;
  }

  header .logo img{max-width: 280px;}
  
  header.header-2 {
    position: relative;
  }
  
  header.header-2 .main-menu ul {
    line-height: 1;
  }
  
  header.header-2 .main-menu ul > li {
    display: inline-block;
    line-height: 1;
  }
  
  header.header-2 .main-menu ul > li > a {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    padding: 40px 20px;
    overflow: hidden;
    color: #fff;
  }
  
  header.header-2 .main-menu ul > li > a i {
    margin-left: 5px;
  }
  
  header.header-2 .main-menu ul > li:hover > a {
    color: #ff2036;
  }
  
  header.header-2 .main-menu ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  
  header.header-2 .main-menu ul > li > ul {
    position: absolute;
    top: 100%;
    width: 230px;
    background-color: #272b55;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
            box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px 0px;
  }
  
  header.header-2 .main-menu ul > li > ul li {
    display: block;
  }
  
  header.header-2 .main-menu ul > li > ul li a {
    display: block;
    color: #fff;
    padding: 12px 25px;
  }
  
  header.header-2 .main-menu ul > li > ul li a:hover {
    color: #fff;
  }
  
  header.header-2 .main-menu ul > li > ul ul {
    left: 100%;
    top: 0;
  }
  
  header.header-2 .top-header {
    background-color: #f1f2f6;
    position: relative;
    z-index: 1;
    padding: 6px 50px;
  }
  
 
  
  @media (max-width: 1199px) {
    header.header-2 .top-header {
      padding: 6px 30px;
    }
  }
  
  @media (max-width: 991px) {
    header.header-2 .top-header {
      background: #272b55;
      padding: 6px 15px;
    }
  }
  
  header.header-2 .top-header::before {
    position: absolute;
    content: "";
    height: 100%;
    background: #272b55;
    width: 714px;
    -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
    top: 0;
    left: 0;
  }
  
  @media (max-width: 991px) {
    header.header-2 .top-header::before {
      display: none;
    }
  }
  
  header.header-2 .top-header .header-cta ul {
    margin: 0;
    padding: 0;
  }
  
  header.header-2 .top-header .header-cta ul li {
    display: inline-block;
    padding-right: 25px;
    position: relative;
    margin-right: 25px;
  }
  
  header.header-2 .top-header .header-cta ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    width: 2px;
    height: 20px;
    right: 0;
  }
  
  header.header-2 .top-header .header-cta ul li:last-child::before {
    display: none;
  }
  
  header.header-2 .top-header .header-cta ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
  }
  
  header.header-2 .top-header .header-cta ul li a i {
    margin-right: 5px;
  }
  
  header.header-2 .top-header .header-right-cta {
    color: #272b55;
  }
  
  @media (max-width: 991px) {
    header.header-2 .top-header .header-right-cta {
      color: #fff;
    }
  }
  
  header.header-2 .top-header .header-right-cta .social-profile a {
    color: #696969;
    margin-left: 15px;
    font-size: 15px;
  }
  
  header.header-2 .top-header .header-right-cta .social-profile a:hover {
    color: #272b55;
  }
  
  @media (max-width: 991px) {
    header.header-2 .top-header .header-right-cta .social-profile a {
      color: #fff;
    }
  }
  
  @media (max-width: 500px) {
    header.header-2 .header-btn-cta {
      display: none;
    }
  }
  
  header.header-2 .main-header-wraper {
    background-color:#272b55;
    position: relative;
    padding: 0px 50px;
  }
  
 
  
  @media (max-width: 1199px) {
    header.header-2 .main-header-wraper {
      padding: 15px 30px;
    }
  }
  
  @media (max-width: 991px) {
    header.header-2 .main-header-wraper {
      padding: 15px;
    }
  }
  
  @media (max-width: 1191px) {
    header.header-2 .main-header-wraper .theme-btn {
      padding: 15px 30px;
      font-size: 13px;
    }
  }
  
  @media (max-width: 500px) {
    header.header-2 .main-header-wraper .theme-btn {
      padding: 14px 25px;
      font-size: 12px;
    }
  }


  
.mobile-nav {
    position: fixed;
    right: -380px;
    top: 0;
    width: 320px;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-y: scroll;
    -webkit-transition: right .5s ease-in;
    transition: right .5s ease-in;
    background-color:#272b55;
    padding: 20px;
    z-index: 9999;
    -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
            box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    /* Vertical Menu Style */
  }
  
  .mobile-nav.show {
    right: 0px;
  }
  
  .mobile-nav .close-nav {
    border: 0;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  
  .mobile-nav .sidebar-nav {
    margin-top: 30px;
  }
  
  .mobile-nav .sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
  }
  
  .mobile-nav .sidebar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .mobile-nav .sidebar-nav .metismenu > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .mobile-nav .sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 10px 15px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
    color: #fff;
    outline-width: 0;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .mobile-nav .sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 35px;
    position: relative;
  }
  
  .mobile-nav .sidebar-nav .metismenu ul a:hover {
    padding-left: 40px;
  }
  
  .mobile-nav .sidebar-nav .metismenu ul a:hover::before {
    background-color: #fff;
  }
  
  .mobile-nav .sidebar-nav .metismenu ul a::before {
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    content: "";
    top: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .mobile-nav .sidebar-nav .metismenu ul ul {
    list-style-type: circle !important;
  }
  
  .mobile-nav .sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 45px;
  }
  
  .mobile-nav .sidebar-nav .metismenu a:hover,
  .mobile-nav .sidebar-nav .metismenu a:focus,
  .mobile-nav .sidebar-nav .metismenu a:active {
    text-decoration: none;
    color: #f8f9fa;
    background: #ff2036;
  }
  
  #hamburger {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    text-align: right;
    display: none;
  }
  
  #hamburger i {
    cursor: pointer;
  }
  
  @media (max-width: 1199px) {
    #hamburger {
      display: block;
    }
  }


  .action-bar {
    margin-top: 30px;
    padding-left: 20px;
  }
  
  .action-bar a {
    color: #fff;
    display: block;
    margin-top: 12px;
  }
  
  .action-bar a i {
    margin-right: 10px;
  }
  
  .action-bar a.theme-btn {
    text-align: center;
  }
  
  
/* ---------------------------------
    Offset Canvas Menu Style 
------------------------------------*/
.offset-menu {
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    right: -30%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #272b55;
    -webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
            box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  }
  
  .offset-menu.show {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  
  .offset-menu .offset-menu-wrapper {
    width: 360px;
    padding: 80px 30px;
  }
  
  .offset-menu .theme-btn {
    padding: 20px 45px;
    font-weight: 500;
    margin-top: 40px;
  }
  
  .offset-menu .offset-menu-section {
    margin-top: 40px;
  }
  
  .offset-menu .offset-menu-section h3, .offset-menu .offset-menu-section h4, .offset-menu .offset-menu-section h5 {
    line-height: 1;
    margin-bottom: 20px;
  }
  
  .offset-menu .offset-menu-section a {
    margin-bottom: 10px;
  }
  
  .offset-menu .offset-menu-section ul li {
    margin-bottom: 5px;
  }
  
  .offset-menu .offset-menu-section ul li span {
    margin-right: 10px;
  }
  
  .offset-menu #offset-menu-close-btn {
    position: fixed;
    right: 30px;
    font-size: 28px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 9;
    top: 20px;
  }
  
  .offset-menu #offset-menu-close-btn:hover {
    color: #ff5e14;
  }
  
  .offset-menu .offset-menu-footer {
    margin-top: 35px;
  }
  
  .offset-menu .offset-menu-social-icon a {
    font-size: 16px;
    background: #272b55;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
  }
  
  .offset-menu .offset-menu-social-icon a:hover {
    background: #ff2036;
  }
  
  .offset-menu img {
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
  }

  
.overlay {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 40%;
    opacity: 0;
    visibility: hidden;
    cursor: url("../img/icon/close-icon.svg") 15 15, auto;
  }
  
  .overlay.active {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    z-index: 99;
    opacity: .5;
    visibility: visible;
  }
  
  .dark-bg {
    background-color: #000;
  }
  
  .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg a {
    color: #FFF;
  }
  
  .dark-bg p {
    color: #cacaca;
  }

  .btnd, .theme-btn, .video-btn {
    line-height: 1;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
  }
  
  .theme-btn {
    color: #FFF;
    padding: 20px 40px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #ff2036 ;
    border: 1px solid #ff2036 ;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .theme-btn.theme-2 {
    background-color: #ff5e14;
    border: 1px solid #ff5e14;
    color: #fff;
    border-radius: 50px;
    padding: 22px 40px;
  }
  
  .theme-btn.theme-2:hover {
    background-color: #272b55;
    border: 1px solid #272b55;
  }
  
  .theme-btn.theme-2.white {
    background: #fff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
    color: #272b55;
    border-color: #fff;
  }
  
  .theme-btn.theme-2.white:hover {
    background-color: #272b55;
    color: #fff;
    border-color: #272b55;
  }
  
  @media (max-width: 767px) {
    .theme-btn {
      padding: 17px 30px;
      font-size: 13px;
    }
  }
  
  @media (max-width: 580px) {
    .theme-btn {
      padding: 16px 26px;
    }
  }
  
  @media (max-width: 480px) {
    .theme-btn {
      padding: 15px 25px;
    }
  }
  
  .theme-btn i {
    margin-left: 10px;
  }
  
  .theme-btn.no-fil {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    margin-left: 15px;
  }
  
  @media (max-width: 500px) {
    .theme-btn.no-fil {
      margin-left: 0;
    }
  }
  
  .theme-btn.no-fil:hover {
    background-color: #ff2036;
    border: 1px solid #ff2036;
  }
  
  .theme-btn.black {
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    color: #FFF;
  }
  
  .theme-btn.black:hover {
    background-color: #ff2036;
    border: 1px solid #ff2036;
  }
  
  .theme-btn.minimal-btn {
    color: #272b55;
    border: 1px solid #ffd2d6;
    background: transparent;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
  
  .theme-btn.minimal-btn:hover {
    background-color: #ff2036;
    border: 1px solid #ff2036;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    color: #FFF;
  }
  
  .theme-btn.off-white {
    background-color: #efeff1;
    color: #272b55;
    border: 1px solid #efeff1;
  }
  
  .theme-btn:hover {
    background-color: #272b55;
    border: 1px solid #272b55;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    color: #FFF;
  }