﻿/* import Google font OpenSans */
@import url("OpenSans_Google_font.css");

/* body layout */
body {
    
    padding: 0;
 
}

/* reset */
#mega_menu ul,
#mega_menu li,
#mega_menu a,
#mega_menu p,
#mega_menu hr,
#mega_menu h1,
#mega_menu h2,
#mega_menu h3 {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-decoration: none;
    line-height: normal;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* mega menu container */
#mega_menu {
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 999;
    font-family: "OpenSans Regular", serif;
    font-size: 1em;
    clear: both;
    max-width:1120px;
    width: 100%;
}


/****** menu default blue color setting start *********/

#mega_menu > ul,
#mega_menu ul .title a,
#mega_menu .list-items li .dropdown:after {
    background-color: #204197;
}

#mega_menu .dropdown img:hover {
    outline: 1px solid rgba(52, 152, 219, 0.50);
}

#mega_menu .list-items li .dropdown:after {
    border: 1px solid #204197;
}

#mega_menu .list-items li .dropdown li:hover > a {
    color: #207CB8;
}

#mega_menu .dropdown .vertical-tabs > ul li.active a,
#mega_menu .dropdown .vertical-tabs > ul li:hover a {
    color: #204197;
}

#mega_menu ul .list-items > li:hover > a,
#mega_menu ul .list-items > li.active > a,
#mega_menu ul .list-items > li > a.active,
#mega_menu .list-items li .dropdown,
#mega_menu .dropdown .vertical-tabs > ul li.active a,
#mega_menu .dropdown .vertical-tabs > ul li:hover a,
#mega_menu .dropdown .vertical-tabs-content{
    background-color: #68cdec;
}

#mega_menu .dropdown .vertical-tabs > ul:before {
    background: #dcdbd7;
}

#mega_menu ul .title a,
#mega_menu ul .list-items > li > a,
#mega_menu .social-icons li a,
#mega_menu .list-items li > .indicator-dropdown,
#mega_menu > ul .click-button{
    color: #ffffff;
}

#mega_menu .social-icons li span {
    border: 2px solid #ffffff;
}

#mega_menu ul .list-items > li:hover > a,
#mega_menu ul .list-items > li.active > a,
#mega_menu ul .list-items > li > a.active,
#mega_menu h1,
#mega_menu h2,
#mega_menu h3,
#mega_menu .panel-content,
#mega_menu .list-items li .dropdown li a,
#mega_menu .dropdown .vertical-tabs > ul li a{
  
}

#mega_menu .dropdown ol li a{
    color: rgba(0, 0, 0, 0.80) !important;
}

#mega_menu .dropdown a p,
#mega_menu .dropdown .vertical-tabs {
    color: rgba(0, 0, 0, 0.80);
}

/****************** color setting end ******************/


/* ul tag layout */
#mega_menu > ul {
    float: left;
    height: 32px;
    width: 100%;
    text-align: center;
}

/******** grid system *********/
#mega_menu .row {
    margin: 0;
    padding: 0 10px;
    float: left;
    clear: both;
    display: block;
    width: 100%;
    min-height: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mega_menu .row:nth-child(1) {
    padding-top: 15px;
}

#mega_menu .row span {
    background: rgba(0, 0, 0, 0.10);
    width: 100%;
    display: inline-block;
    color: rgba(0, 0, 0, 0.40);
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#mega_menu .col-1,
#mega_menu .col-2,
#mega_menu .col-3,
#mega_menu .col-4,
#mega_menu .col-5,
#mega_menu .col-6 {
    margin: 0 0 15px;
    padding: 0 10px;
    float: left;
    display: block;
    min-height: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    white-space: normal;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

#mega_menu .col-1 {
    width: 16.66666666666667%;
}

#mega_menu .col-2 {
    width: 33.33333333333333%;
}

#mega_menu .col-3 {
    width: 50%;
}

#mega_menu .col-4 {
    width: 66.66666666666667%;
}

#mega_menu .col-5 {
    width: 83.33333333333333%;
}

#mega_menu .col-6 {
    width: 100%;
}

/* grid system end */

/* .title class */
#mega_menu ul .title a {
    float: left;
    font-family: "OpenSans Bold", serif;
    line-height: 52px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.25em;
    outline: none;
}

#mega_menu ul .title.hide {
    display: none;
}

/* .list-items default align left */
#mega_menu ul .list-items {
    float: left;
}

#mega_menu ul .list-items > li {
    font-family: "OpenSans Regular", serif;
    float: left;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

#mega_menu ul .list-items > li.hide {
    border-left: none;
}

#mega_menu ul .list-items > li:last-child.hide {
    border-right: none;
}

#mega_menu ul .list-items > li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

#mega_menu ul .list-items > li > a {
    font-size: 14px;
    text-align: center;
    width: 100%;
    line-height: 32px;
    padding-right: 28px;
    padding-left: 28px;
    outline: none;
    position: relative;
    cursor: pointer;
    /* animation */
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    -ms-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    -webkit-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}

/* hover .list-items animation */
#mega_menu ul .list-items > li:hover > a,
#mega_menu ul .list-items > li.active > a,
#mega_menu ul .list-items > li > a.active{
  
}

/* .indicator class */
#mega_menu li a .indicator,
#mega_menu li a .indicator-dropdown {
    font-size: 1.25em;
    padding: 0px 5px 0;
    line-height: normal;
    font-family: "OpenSans Bold", serif;
    display: inline-block;
    margin: 0;
}

#mega_menu .dropdown .indicator {
    float: right;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 0;
    margin: 0;
    /* animation */
    transition: right 0.2s linear 0s;
    -moz-transition: right 0.2s linear 0s;
    -o-transition: right 0.2s linear 0s;
    -ms-transition: right 0.2s linear 0s;
    -webkit-transition: right 0.2s linear 0s;
}

#mega_menu .dropdown li:hover > a > .indicator {
    right: 5px;
}

/* fontAwesome icons */
#mega_menu .indicator i,
#mega_menu .indicator-dropdown i {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 32px;
}

#mega_menu .dropdown .indicator i {
    margin: 0;
    padding: 0px;
    line-height: normal;
    position: relative;
    top: -2px;
    left: -1px;
}

/* heading tags layout */
#mega_menu h1,
#mega_menu h2,
#mega_menu h3 {
    margin: 0;
    padding: 5px 0 10px;
    display: block;
    text-align: left;
    font-family: "OpenSans Regular", serif;
    -webkit-text-stroke: 0px;
}

#mega_menu h3 {
    font-size: 15px;
}

#mega_menu h2 {
    font-size: 18px;
}

#mega_menu h1 {
    font-size: 20px;
}


/* hr tag layout */
#mega_menu .dropdown hr {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* order list tag layout */
#mega_menu .dropdown ol {
    margin: 0;
    padding: 0;
}

#mega_menu .dropdown ol li {
    list-style: disc;
    display: list-item;
    line-height: normal;
    margin: 5px 0 5px 17px;
    padding: 0;
}

#mega_menu .dropdown ol.decimal li {
    list-style: decimal;
}

#mega_menu .dropdown ol li a {
    margin: 0;
    padding: 0 !important;
    line-height: normal;
    font-size: 12px !important;
    float: none !important;
}

/* images layout */
#mega_menu .dropdown img {
    margin: 0;
    padding: 2px;
    display: block;
    width: 100%;
    float: left;
    background-color: rgb(249, 249, 249);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 1px solid rgba(52, 152, 219, 0);
    -webkit-transition: opacity 200ms linear 0ms, outline 200ms linear 0ms;
    -moz-transition: opacity 200ms linear 0ms, outline 200ms linear 0ms;
    -ms-transition: opacity 200ms linear 0ms, outline 200ms linear 0ms;
    -o-transition: opacity 200ms linear 0ms, outline 200ms linear 0ms;
    transition: opacity 200ms linear 0ms, outline 200ms linear 0ms;

}

#mega_menu .dropdown img:hover {
    opacity: 0.9;
}

#mega_menu .dropdown a p {
    padding-top: 10px;
}

/* vertical line for dropdown */
#mega_menu .dropdown .vertical-line:after {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    height: 1000%;
    width: 1px;
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
    top: -100px;
    right: 10px;
}

/* buttons layout */
#mega_menu [class*='btn'] {
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: 1px 2px 0 rgba(0, 0, 0, .04), inset 0 -2px 0 rgba(0, 0, 0, .15);
    border: none;
    padding: 12px 8%;
    margin: auto;
    display: block;
    cursor: pointer;
    color: #204197;
    font-family: "OpenSans Bold", sans-serif;
    font-size: 13px;
    white-space: normal;
    -webkit-text-stroke: 0px;
    outline: none;
    /* animation */
    -webkit-transition: box-shadow 200ms linear 0ms;
    -moz-transition: box-shadow 200ms linear 0ms;
    -ms-transition: box-shadow 200ms linear 0ms;
    -o-transition: box-shadow 200ms linear 0ms;
    transition: box-shadow 200ms linear 0ms;
}

#mega_menu [class*='btn']:hover {
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0), inset 0 -2px 0 rgba(0, 0, 0, 0);
}

#mega_menu .btn-blue {
    background-color: #3ec2da;
    color: #ffffff;
}

#mega_menu .btn-green {
    background-color: #92cb2e;
    color: #ffffff;
}

#mega_menu .btn-light-blue {
    background-color: #7ec4f4;
    color: #ffffff;
}

#mega_menu .btn-orange {
    background-color: #f59a0a;
    color: #ffffff;
}

#mega_menu .btn-red {
    background-color: #e74b3b;
    color: #ffffff;
}

/* alert box layout */
#mega_menu [class*='alert-box'] {
    white-space: normal;
    font-size: 13px;
    border-radius: 5px;
    background-clip: padding-box;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-family: "OpenSans Regular", sans-serif;
    border: 1px solid;
}

#mega_menu .alert-box-red {
    background-color: #F2DEDE;
    border-color: #f0d0d5;
    color: #A94442;
}

#mega_menu .alert-box-orange {
    background-color: #FCF8E3;
    border-color: #f0e2c4;
    color: #8A6D3B;
}

#mega_menu .alert-box-blue {
    background-color: #D9EDF7;
    border-color: #b9e7f0;
    color: #31708F;
}

#mega_menu .alert-box-green {
    background-color: #DFF0D8;
    border-color: #d0e3c0;
    color: #3C763D;
}

/* panel box layout */
#mega_menu .panel-box-red,
#mega_menu .panel-box-orange,
#mega_menu .panel-box-blue,
#mega_menu .panel-box-green {
    font-size: 13px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid;
    white-space: normal;
}

#mega_menu .panel-box-red {
    border-color: #f0d0d5;
}

#mega_menu .panel-box-orange {
    border-color: #f0e2c4;
}

#mega_menu .panel-box-blue {
    border-color: #b9e7f0;
}

#mega_menu .panel-box-green {
    border-color: #d0e3c0;
}

#mega_menu .panel-box-red .panel-heading {
    background-color: #F2DEDE;
    border-bottom: 1px solid #f0d0d5;
    color: #A94442;
    padding: 10px 15px;
}

#mega_menu .panel-box-orange .panel-heading {
    background-color: #FCF8E3;
    border-bottom: 1px solid #f0e2c4;
    color: #8A6D3B;
    padding: 10px 15px;
}

#mega_menu .panel-box-blue .panel-heading {
    background-color: #D9EDF7;
    border-bottom: 1px solid #b9e7f0;
    color: #31708F;
    padding: 10px 15px;
}

#mega_menu .panel-box-green .panel-heading {
    background-color: #DFF0D8;
    border-bottom: 1px solid #d0e3c0;
    color: #3C763D;
    padding: 10px 15px;
}

#mega_menu .panel-content {
    padding: 15px;
}

/******** dropdown layout start *****/
#mega_menu .list-items li .dropdown {
    position: absolute;
    top: auto;
    left: auto;
    border: 1px solid rgba(0, 0, 0, 0.10);
    white-space: nowrap;
    display: none;
    min-width: 200px;
    cursor: default;
    padding: 0;

}

/* show border bottom dropdown */
#mega_menu .list-items li .dropdown:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: -1px;
    height: 1px;
    left: -1px;
    margin: 0;
    padding: 0;
}

#mega_menu .dropdown.col-1 li a,
#mega_menu .dropdown.col-2 li a,
#mega_menu .dropdown.col-3 li a,
#mega_menu .dropdown.col-4 li a,
#mega_menu .dropdown.col-5 li a,
#mega_menu .dropdown.col-6 li a {
    float: left;
    width: auto;
    clear: both;
    padding-left: 0 !important;
}

/* dropdown float left */
#mega_menu .list-items li .dropdown.float-left {
    left: 0;
}

/* dropdown float right */
#mega_menu .list-items li .dropdown.float-right {
    right: 0;
}

#mega_menu .list-items > li > .dropdown {
    border-top: none;
    -webkit-text-stroke: 0.2px;
}


#mega_menu .list-items li .dropdown li {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}

#mega_menu .list-items li .dropdown li a {
    text-align: left;
    font-size: 13px;
    font-family: "OpenSans Regular", serif;
    padding: 10px 30px 10px 15px;
    -webkit-text-stroke: 0.2px;
    position: relative;
    left: 0;
    /* animation */
    transition: left 0.2s linear 0s;
    -moz-transition: left 0.2s linear 0s;
    -ms-transition: left 0.2s linear 0s;
    -o-transition: left 0.2s linear 0s;
    -webkit-transition: left 0.2s linear 0s;
}

#mega_menu .list-items li .dropdown li:hover > a {
    left: 5px;
}

#mega_menu .list-items li .dropdown li .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}


/* .social-icons layout */
#mega_menu ul .social-icons {
    float: right;
    padding-right: 15px;
    padding-left: 15px;
}

#mega_menu ul .social-icons li {
    float: left;
}

#mega_menu .social-icons li a {
    padding-right: 5px;
    padding-left: 5px;
    line-height: 55px;
    font-size: 1.2em;
    margin-left: 1px;
}

#mega_menu .social-icons li span {
    background-color: rgba(31, 37, 45, 0.20);
    border-radius: 100px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    font-size: 0.8em;

    transition: background-color 200ms ease 0s;
    -ms-transition: background-color 200ms ease 0s;
    -moz-transition: background-color 200ms ease 0s;
    -webkit-transition: background-color 200ms ease 0s;
    -o-transition: background-color 200ms ease 0s;
}

#mega_menu .social-icons li span:hover {
    background-color: rgba(31, 37, 45, 0.60);
}

/* click button to show dropdown on mobile mode */
#mega_menu > ul .click-button {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

#mega_menu .list-items li .indicator-dropdown {
    display: none;
}

/* vertical-tabs layout */
#mega_menu .dropdown .vertical-tabs {
    white-space: normal;
    text-align: left;
    width: 100%;
    float: left;
}

#mega_menu .dropdown .vertical-tabs > ul {
    float: left;
    width: 16.66666666666667%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#mega_menu .dropdown .vertical-tabs > ul:before {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 16.66666666666667%;
}

#mega_menu .dropdown .vertical-tabs > ul li a {
    font-size: 13px;
    font-family: "OpenSans Bold", serif;
    text-align: right;
    padding: 10px 25px 10px 10px;
    cursor: pointer;
    text-indent: 0;
    position: relative;
    left: 0;
    width: 100%;
    /* animation */
    -webkit-transition: background 200ms ease 0ms;
    -moz-transition: background 200ms ease 0ms;
    -ms-transition: background 200ms ease 0ms;
    -o-transition: background 200ms ease 0ms;
    transition: background 200ms ease 0ms;
    /* user select text none */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#mega_menu .dropdown .vertical-tabs > ul li.active a,
#mega_menu .dropdown .vertical-tabs > ul li:hover a {
    left: 0;
}

#mega_menu .dropdown .vertical-tabs > ul li a i {
    font-size: 0.6em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    height: 0.7em;
    margin: auto;
    text-align: center;
}

/* vertical tabs content class */
#mega_menu .dropdown .vertical-tabs-content {
    width: 83.33333333333333%;
    float: right;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

#mega_menu .dropdown .vertical-tabs-content.active {
    display: block;
}

#mega_menu .dropdown .vertical-tabs-content span {
    text-align: center;
}

/* p tag */
#mega_menu .dropdown p {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 20px;
    float: left;
}

/* animation zoom */
#mega_menu > ul > .list-items > li .dropdown.animation_zoom.start {
    -webkit-animation: ZoomAnimation 200ms linear 100ms both;
    -moz-animation: ZoomAnimation 200ms linear 100ms both;
    -ms-animation: ZoomAnimation 200ms linear 100ms both;
    -o-animation: ZoomAnimation 200ms linear 100ms both;
    animation: ZoomAnimation 200ms linear 100ms both;
}

@keyframes ZoomAnimation {
    0% {transform: scale(0.8, 0.8); opacity: 0; visibility: hidden;}
    100% {transform: scale(1.0, 1.0); opacity: 1; visibility: visible;}
}

@-ms-keyframes ZoomAnimation {
    0% { -ms-transform: scale(0.8, 0.8); opacity: 0; visibility: hidden;}
    100% { -ms-transform: scale(1.0, 1.0); opacity: 1; visibility: visible; }
}

@-moz-keyframes ZoomAnimation {
    0% { -moz-transform: scale(0.8, 0.8); opacity: 0; visibility: hidden; }
    100% { -moz-transform: scale(1.0, 1.0); opacity: 1; visibility: visible; }
}

@-webkit-keyframes ZoomAnimation {
    0% { -webkit-transform: scale(0.8, 0.8); opacity: 0; visibility: hidden; }
    100% { -webkit-transform: scale(1.0, 1.0); opacity: 1; visibility: visible; }
}

@-o-keyframes ZoomAnimation {
    0% { -o-transform: scale(0.8, 0.8); opacity: 0; visibility: hidden; }
    100% { -o-transform: scale(1.0, 1.0); opacity: 1; visibility: visible; }
}

/* animation drop up */
#mega_menu > ul > .list-items > li .dropdown.animation_drop_up.start {
    -webkit-animation: DropUp 300ms ease 100ms both;
    -moz-animation: DropUp 300ms ease 100ms both;
    -ms-animation: DropUp 300ms ease 100ms both;
    -o-animation: DropUp 300ms ease 100ms both;
    animation: DropUp 300ms ease 100ms both;
}

@keyframes DropUp{
     0% {transform: translate3d(0px, 50px, 0px); opacity: 0; visibility: hidden}
     100% {transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible}
}

@-ms-keyframes DropUp{
    0% {-ms-transform: translate3d(0px, 50px, 0px); opacity: 0; visibility: hidden}
    100% {-ms-transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible}
}

@-moz-keyframes DropUp{
    0% {-moz-transform: translate3d(0px, 50px, 0px); opacity: 0; visibility: hidden}
    100% {-moz-transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible}
}

@-webkit-keyframes DropUp{
    0% {-webkit-transform: translate3d(0px, 50px, 0px); opacity: 0; visibility: hidden}
    100% {-webkit-transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible}
}

@-o-keyframes DropUp{
    0% {-o-transform: translate3d(0px, 50px, 0px); opacity: 0; visibility: hidden}
    100% {-o-transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible}
}

/* drop left */
#mega_menu > ul > .list-items > li .dropdown.animation_drop_left.start {
    -webkit-animation: DropLeft 300ms ease 100ms both;
    -moz-animation: DropLeft 300ms ease 100ms both;
    -ms-animation: DropLeft 300ms ease 100ms both;
    -o-animation: DropLeft 300ms ease 100ms both;
    animation: DropLeft 300ms ease 100ms both;
}

@keyframes DropLeft {
    0% { transform: translate3d(50px, 0px, 0px); opacity: 0; visibility: hidden; }
    100% { transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible; }
}

@-o-keyframes DropLeft {
    0% { -o-transform: translate3d(50px, 0px, 0px); opacity: 0; visibility: hidden; }
    100% { -o-transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible; }
}

@-moz-keyframes DropLeft {
    0% { -moz-transform: translate3d(50px, 0px, 0px); opacity: 0; visibility: hidden; }
    100% { -moz-transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible; }
}

@-webkit-keyframes DropLeft {
    0% { -webkit-transform: translate3d(50px, 0px, 0px); opacity: 0; visibility: hidden; }
    100% { -webkit-transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible; }
}

@-o-keyframes DropLeft {
    0% { -o-transform: translate3d(50px, 0px, 0px); opacity: 0; visibility: hidden; }
    100% { -o-transform: translate3d(0px, 0px, 0px); opacity: 1; visibility: visible; }
}

/* this class for match the media query with js */
#mega_menu .javascript-media-query {
    display: block;
}

/* menu position fixed class */
.megaMenu-position-fixed > ul {
    position: fixed;
    width: 90% !important; /* menu fixed position width change here */
    left: 5%;
}

/* media query */
@media screen and (min-width: 768px) {

    #mega_menu ul .list-items,
    #mega_menu ul .social-icons {
        display: block !important;
    }

    #mega_menu ul .list-items .indicator-dropdown {
        display: none;
    }

    #mega_menu ul .list-items .indicator {
        display: inline-block;
    }

}

/* media query */
@media screen and (max-width: 767px) {

    /* this class for match the media query with js */
    #mega_menu .javascript-media-query {
        display: none;
    }

    #mega_menu{
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        min-width: 150px; 
    }

    #mega_menu > ul {
        float: left;
        width: 100%;
    }

    #mega_menu ul .list-items {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        display: none;
        overflow: auto; background-color:white; color:black; margin-top:31px
    }

    #mega_menu ul .list-items li:last-child{
        border-right: none;
    }

    /* .title class layout */
    #mega_menu ul .title {
        width: 100%;
        position: relative;
    }

    #mega_menu ul .title a {
        width: 70%;
        text-align: left;
        padding-left: 15px;
    }

    #mega_menu .list-items li {
        float: left;
        width: 100%;
        text-align: left;
        position: relative;
    }

    #mega_menu .list-items > li {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    #mega_menu ul .list-items > li {
        border-left: none;
        border-right: none; 
    }

    #mega_menu ul .list-items li a {
        text-align: left;
        position: relative;
        line-height: normal;
        padding-top: 12px;
        padding-bottom: 12px;color:black
    }

    #mega_menu ul .list-items li > a{
        padding-right: 60px;
    }

    #mega_menu ul .social-icons {
        float: left;
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        display: none;
    }

    #mega_menu ul .social-icons li {
        float: none;
        display: inline-block;
    }

    #mega_menu .list-items li .dropdown {
        position: relative;
        top: auto;
        left: 0px;
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        min-width: 100%;
        z-index: 9999;
        display: none;
        text-align: center;
        white-space: normal;
        border: none;
    }

    #mega_menu .list-items li .dropdown:after{
        display: none;
    }

    #mega_menu .list-items li .dropdown li .dropdown {
        white-space: normal;
    }


    #mega_menu .list-items li .dropdown .dropdown li a {
        padding-left: 40px;
    }

    #mega_menu .list-items li .dropdown .dropdown .dropdown li a {
        padding-left: 60px;
    }

    #mega_menu .list-items li .dropdown .dropdown .dropdown .dropdown li a {
        padding-left: 80px;
    }

    #mega_menu .list-items li .dropdown li .dropdown {
        position: relative;
        left: 0;
        top: 0px;
    }

    #mega_menu .list-items > li.toggle-show .indicator-dropdown i {
        color: #606060;
    }

    #mega_menu li a .indicator {
        display: inline-block;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0px;
        z-index: 99;
        height: 100%;
        padding: 0 25px 0 30px;
        overflow: hidden;
    }

    #mega_menu li a .indicator i{
        line-height: 48px;
        display: block;
    }

    #mega_menu ul .list-items li .dropdown li a{
        position: static;

        -webkit-transition: margin-left 200ms linear 0ms;
        -moz-transition: margin-left 200ms linear 0ms;
        -ms-transition: margin-left 200ms linear 0ms;
        -o-transition: margin-left 200ms linear 0ms;
        transition: margin-left 200ms linear 0ms;
    }

    #mega_menu ul .list-items li .dropdown li:hover > a {
        margin-left: 10px;
    }

    #mega_menu ul .list-items li .dropdown li a .indicator{
        float: right;
        display: block;
        height: 100%;
        padding: 0 25px 0 30px;
        right: 0;
        top: 0;
    }

    #mega_menu ul .list-items li .dropdown li a .indicator i{
        line-height: 45px;
        text-align: center;
        display: block;
    }

    #mega_menu ul .list-items li .dropdown li{
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }


    #mega_menu .list-items li > .indicator-dropdown {
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.00) 1.04%, rgba(0, 0, 0, 0.05) 100%);
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.00) 1.04%, rgba(0, 0, 0, 0.05) 100%);
        background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.00) 1.04%, rgba(0, 0, 0, 0.05) 100%);
        background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0.00) 1.04%, rgba(0, 0, 0, 0.05) 100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 1.04%, rgba(0, 0, 0, 0.05) 100%);
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        max-height: 80px;
        z-index: 999;
        text-align: center;
        cursor: pointer;
        display: block;
        -webkit-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        padding-right: 20px;
        padding-left: 60px;
        line-height: 54px;
    }

    #mega_menu .list-items li .dropdown .indicator-dropdown i {
        color: #606060;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        line-height: 40px;
        padding-right: 20px;
        padding-left: 60px;
    }

    #mega_menu .list-items li:hover .indicator-dropdown i,
    #mega_menu .list-items li.active .indicator-dropdown i {
        color: #606060;
    }

    #mega_menu li .indicator-dropdown:before {
        content: "";
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        right: 60px;
        background: rgba(0, 0, 0, 0.05);
        width: 1px;
        height: 100%;
    }

    #mega_menu li .dropdown li a .indicator-dropdown {
        padding-right: 20px;
        padding-left: 60px;
        line-height: 20px;
    }

    /* click button to show dropdown on mobile mode */
    #mega_menu > ul .click-button {
        display: block;
        line-height: 34px;
        width: 70px;
        height: 53px;
        font-size: 1.75em;
        cursor: pointer;
        margin: 0;
        padding: 0 0 0 20px;
        -webkit-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
    }

    #mega_menu .col-1,
    #mega_menu .col-2,
    #mega_menu .col-3,
    #mega_menu .col-4,
    #mega_menu .col-5,
    #mega_menu .col-6 {
        width: 100%;
    }

    /* vertical line for dropdown */
    #mega_menu .dropdown .vertical-line:after {
        display: none;
    }

    #mega_menu .dropdown .vertical-tabs > ul {
        position: relative;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    #mega_menu .dropdown .vertical-tabs > ul li a {
        text-align: left;
        padding-left: 20px !important;
        width: 100% !important;
    }

    #mega_menu .dropdown .vertical-tabs > ul li{
        border-top: 1px solid rgba(0, 0, 0, 0.03) !important;
    }

    #mega_menu .dropdown .vertical-tabs > ul li:last-child{
        border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
    }

    #mega_menu .dropdown .vertical-tabs > ul li:hover > a{
        margin-left: 0 !important;
    }

    #mega_menu .dropdown .vertical-tabs > ul li a i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 18px;
    }


    #mega_menu .dropdown .vertical-tabs > ul:before {
        width: 100%;
    }

    /* vertical tabs content class */
    #mega_menu .dropdown .vertical-tabs-content {
        width: 100%;
        float: right;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }

    #mega_menu .dropdown .vertical-tabs-content a{
        float: left !important;
        width: auto;
    }

    #mega_menu .dropdown .vertical-tabs-content li{
        border: none !important;
    }

    #mega_menu .dropdown .vertical-tabs .vertical-tabs-content ol li a{
        float: none !important;
        margin-right: 150px;
    }

    #mega_menu .dropdown .row span {
        text-align: center;
    }

    #mega_menu .list-items li .dropdown li a {
        float: left;
        width: auto;
    }

}

/* media query */
@media screen and (max-width: 300px) {

    #mega_menu ul .title a {
        font-size: 0.9em;
    }
}