.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#masthead{
  /*background: #FFFFFF;*/
  background: transparent;
}
.menu-container {
  width: 100%;
  /*background: #FFFFFF;*/
  /*padding: 5px 0px;*/
  background: transparent;
  transition: all 500ms ease-in;
  margin-left: -35px;
  position: fixed;
  z-index: 99;
  /*border-bottom: 1px solid #ccc;*/
}
.menu-container.animated {
  background: #000;
  box-shadow: 0px 2px 5px rgba(0,0,0,.7);
}
/*@keyframes menuScroll {
  0%{
    transform: translate3d(0px, -20px, 0px);
  }
  100%{
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes menuScroll {
  0%{
    transform: translate3d(0px, -20px, 0px);
  }
  100%{
    transform: translate3d(0px, 0px, 0px);
  }
}
@-moz-keyframes menuScroll {
  0%{
    transform: translate3d(0px, -20px, 0px);
  }
  100%{
    transform: translate3d(0px, 0px, 0px);
  }
}*/
.menu-container.scrollM {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
  z-index: 9999;
  /*background: #24242F;
  position: fixed;
  animation-name: menuScroll;
  -webkit-animation-name: menuScroll;
  -moz-animation-name: menuScroll;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;*/
}
.menu-container-inner {
  margin: 0 auto;
  width: 1280px;
}
.menu-part-left {
    float: left;
}
.menu-part-right {
    float: right;
}
.menu-part1, .menu-part2, .menu-part3, .menu-part4  {
  float: left;
}
.menu.menu-part3 .fa.fa-search {
  color: #000;
  cursor: pointer;
  font-size: 1.3em;
  padding: 27px 15px 0 0;
}
.menu.menu-part3 .fa.fa-search:hover{
  color: #ee2424;
}
#masthead .menu-part1 .logo{
 /* padding: 8px 0 0px !important; */
}
#masthead .menu-part1 .logo > img{
  max-height: 50px !important;
}
.menu-part2 {
  /*margin-left: 10%;*/
}
.req-demo-btn {
  padding-top: 16px;
  display: inline-flex;
}
.req-demo-btn a {
  background: #ee2424;
  border: 2px solid #ee2424;
  color: #fff;
  font-family: 'Roboto';
  font-size: 1.1em;
  font-weight: 400; 
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  padding: 17px 20px 17px 20px;
  line-height: 0px;
}

.menu-mobile {
  display: none;
  padding: 20px;
}

.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  float: left;
  /*background: #e9e9e9;*/
  /*padding: 40px 15px;*/
  margin: 0;
}
.menu > ul > li span.sep {
  padding: 33px 15px 0px 0px;
  display: inline-block;
  height: auto;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
  font-family: "Rubik";
}
.menu > ul > li.donate-btn a {
  padding: 0px;
}
.menu > ul > li a {
/*  border-bottom: 3px solid transparent; */
  text-decoration: none;
  padding: 0px 0px;
  margin: 30px 14px 0px;
  display: block;
  font-family: 'Rubik';
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  cursor: default;
}
.menu > ul > li .search-ico {
  float: left;
  height: 15px;
  width: 15px;
  fill: #fff;
  margin-top: 33px;
}
.menu > ul > li a .arrow-down {
  float: right;
  position: relative;
  bottom: 5px;
}
.menu > ul > li a .arrow-down path {stroke: #fff; stroke-width: 1;}
.menu > ul > li a.site-search {
  float: left;
  padding: 0px;
  margin-top: 30px;
  padding-left: 0px;
  margin-left: 5px;
}
.menu > ul > li a.site-search.active{ border: none; }
.menu > ul > li a.register-main-btn {
  border: none;
  background: transparent;
  /*padding: 13px 14px 0px 0px;*/
  margin: 30px 14px 0px 110px;
  color: #fff;
  border-radius: 7px;
  font-weight: 300;
}
.menu > ul > li a.register-main-btn.active {
  color: #ee2424;
  border: none;
}
.menu > ul > li a.donate-main-btn {
  border: 2px solid #fff;
  padding: 12px 25px;
  margin: 15px 0px 0px 10px;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  background: transparent;
}
.menu > ul > li a.donate-main-btn.active{background: #F36A22; color: #fff; border: 2x solid #F36A22;}
.menu > ul > li a:hover, .menu > ul > li a.active{
  color: #F36A22;
  cursor: pointer;
  background: transparent;
}
.menu > ul > li a:focus{outline: none;}
.menu > ul > li:hover {
  /*background: url('images/menu-bg.png') #f5f5f5;*/
}
.menu > ul > li > ul {
  display: none;
  top: 70px;
  width: 100%;
  /*background-image: url('images/menu-bg.png');*/
  background-color: #f7f5f5;
  padding: 0px 0px 20px 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  box-shadow: 1px 2px 2px #3e3e3e;
  border-radius: 10px;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
  margin: 0px;
  padding-bottom: 0;
  list-style: none;
  width: 31%;
  background: none;
  float: left;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li:last-child{border: none;}
.menu > ul > li > ul > li a {
  color: #000;
  padding: 1em 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  font-family: 'Benton Sans Medium';
  text-transform: capitalize;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 7px 0px;
  margin: 0;
  font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
  font-size: 1.5em;
  font-family: 'Roboto';
  text-transform: none;
  padding: 0px !important;
  border: 0;
  color: #333;
  cursor: pointer;
}
.menu > ul > li > ul > li > ul > li a:hover{border: none;}
.menu > ul > li > ul.normal-sub {
  width: auto;
  left: auto;
  padding: 0px 10px;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  color: #333;
  border: 0;
  padding: 12px 0px !important;
  font-family: 'Rubik';
  font-size: 1.1em;
  cursor: pointer;
  margin: 0px 0px 0px 25px;
  font-weight: 400;
  width: auto;
}

.sub-menu.end-to-end{
  position: fixed;
  padding-bottom: 0px;
  left: 28%;
  /*width: 60%;*/
  width: 45%;
}
.sub-menu.custom-prod {
  width: 145%;
}
.sub-menu.custom-prod > li{width: 30%;}
.sub-menu.end-to-end > li {
  /*width: 22%;*/
  width: 30%;
  float: none;
  display: inline-table;
}
.sub-menu.custom-prod > li{}
.sub-menu-title {
  font-family: 'Roboto';
  font-size: 1.2em;
  font-weight: 500;
  padding-top: 20px;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  width: 100%;
}
.sub-menu.custom-prod > li span.sub-menu-title {min-height: 45px;}
.menu > ul > li > ul.normal-sub > li a:hover{
  color: #ee2424;
}
.menu-promotion {
  padding: 20px 0px 20px 0px;
  margin: 10px 0px 0px;
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
}
.custom-prod .menu-promotion {
  padding-bottom: 0px;
}
.menu-promotion .left {
  float: left;
  width: auto;
}
.custom-prod .menu-promotion .left {
  width: auto;
  margin-right: 20px;
}
.menu-promotion .right {
  float: left;
  margin-left: 15px;
  width: 75%;
}
.custom-prod .menu-promotion .right {
  width: 65%;
}
.menu-promotion .right .promo-type{
  font-family: 'Benton Sans Light';
  color: #686868;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.menu-promotion .right .promo-title{
  font-family: 'Benton Sans Medium';
  color: #000;
  font-size: 1.4em;
  margin: 7px 0px;
}
.menu-promotion .right.prod .promo-title {
  color: #333;
  font-family: 'Roboto';
  font-size: 1.2em;
  font-weight: 500;
}
.menu-promotion .right .promo-title-sub{
  font-family: 'Benton Sans Light';
  font-size: 1.2em;
  margin: 7px 0;
}
.promo-btn {
  display: inline-block;
}
.menu .promo-btn a {
  color: #fff !important;
  width: auto;
  background: #ee2424;
  border-radius: 50px;
  padding: 8px 20px 5px !important;
  border: 2px solid #ee2424;
  font-family: 'Benton Sans Medium';
  cursor: pointer;
}
.menu-promotion .right.prod .promo-btn a {
  padding: 0px !important;
  background: transparent;
  color: #ee2424 !important;
  text-transform: capitalize;
  border: none;
  font-size: 1.3em;
  font-weight: 400;
  font-family: 'Roboto';
  display: inline-block;
}
}
.menu .promo-btn a:hover{background: transparent;color: #ee2424 !important;border: 2px solid #ee2424;}
.menu-promotion .right.prod .promo-btn a:hover{text-decoration: underline;}
.sub-menu.normal-sub.single-col {
  width: 200px;
  padding: 0px;
}
.sub-menu.normal-sub.single-col::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f5f5;
  position: absolute;
  top: -10px;
  left: 25%;
}
.sub-menu.normal-sub.single-col .menu-promotion{padding: 20px 0px 10px 0px;}
.sub-menu.normal-sub.single-col .menu-promotion .left{/*display: none;*/}
.sub-menu.normal-sub.single-col .menu-promotion .right{width: auto;}

.sub-menu.normal-sub.single-col.custom-single-prod {
  width: 490px;
}
.free-download-container {
  display: inline-block;
  width: 100%;
}
.free-download-container .blk-inner {
  display: inline-block;
  width: 100%;
}
.free-download-container .blk-inner p {
  padding: 10px 30px;
  background: #333;
  font-family: 'Roboto';
  font-size: 1.4em;
  position: relative;
  left: -15px;
  width: 92.5%;
  font-weight: 400;
  color: #ee2424;
  margin: 10px 0px 10px;
  text-transform: uppercase;
}
.free-download-container .blk-inner ul {
  margin: 0px;
  display: block;
}
.free-download-container .blk-inner ul li {
  display: block;
}
.free-download-container .blk-inner ul li a {
  padding: 7px 15px;
  text-transform: capitalize;
  font-size: 1.2em;
  color: #333;
  cursor: pointer;
}
.free-download-container .blk-inner ul li a:hover{border-top: 3px solid transparent;}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}
