body.fixed .wrapper-header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  animation: slideDown 0.5s linear 0s;
  -webkit-animation: slideDown 0.5s linear 0s;
  -moz-animation: slideDown 0.5s linear 0s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-moz-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

:focus {
  outline: none; 
  box-shadow: none;
}
.container ul>li>img {
  width: 16px !important;
  position: relative;
  top: 2px;
}

button.Searchbtn {
  text-transform: uppercase;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  color: #fe671d;
  cursor: pointer;
  border: 0px;
}
.topheader ul li:nth-child(2)>a:hover {
  background-color: transparent;
  color: #fe671d;
}
.wrapper-header .menu ul>li.hs-menu-depth-1.hs-item-has-children {
  position: inherit;
}
.close-btn:hover:before,
.close-btn:hover:after{
  background-color:#57575b;
}
.parentmenu ul>li>a {
  color: #57575b !important;
  font-weight: 500 !important;
}
.header-search-wrp:hover svg path {
  fill: #57575b;
}
.search-input-box.expand {
  -webkit-transition: 0.2s ease-out width, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.2s ease-out width, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: 0.2s ease-out width, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s ease-out width, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  z-index: 999;
  width: 78%;
}
.close-btn:after {
  width: 3px;
  position: absolute;
  content: '';
  background-color: #fe671d;
  height: 25px;
  transform: rotate( 45deg);
  top: 9px;
  right: 10px;
}
.close-btn:before {
  width: 3px;
  position: absolute;
  content: '';
  background-color: #fe671d;
  height: 25px;
  transform: rotate(135deg);
  top: 9px;
  right: 10px;
}
.hs-search-field input.hs-search-field__input.active {
  border-bottom: 1px solid #fe671d !important;
}
.hs-search-field input.hs-search-field__input::placeholder {
  color: #a6a7a9;
  font-weight: 300; 
  font-family: 'Montserrat',sans-serif;
}
.search-btn {
  flex: 0 6%;
  display: flex;
  align-items: center;
  position: relative;
  right: -8px;
}
.close-btn {
  flex: 0 2%;
  position: relative;
  cursor: pointer;
}
.hs-search-field {
  flex: 0 97%;
  display: flex;
  align-self: center;
}
.hs-search-field__bar {
  width: 100%;
}
.hs-search-field__bar form {
  display: flex;
  justify-content: space-between;
}
.hs-search-field input.hs-search-field__input {
  width: 88% !important;
  border-bottom: 1px solid #57575b !important;
  font-size: 15px;
  background: transparent;
  padding: 0px;
  border: none;
}
.mobile-search button {
  border: 0px;
  width: 50px;
  position: relative;
  top: 5px;
  cursor:pointer;
  background-color: transparent !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  appearance:none !important;
}
.search-btn a {
  text-transform: uppercase;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  color: #fe671d;
  cursor: pointer;
}
.wrapper-header .menu {
  width: calc(93% - 232px) !important;
  margin: 0 !important;
  padding: 0 0 0 20px;
}
.search-input-box {
  width: 0%;
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #efefef;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px 30px 40px;
  right: 0px;
  z-index:-1;
  opacity:0;
}
.header-search-wrp svg path {
  fill: #fe671d;
}
.header-search-wrp svg {
  position: relative;
  left: -20px;
}
.header-search-wrp {
  flex: 0 2%;
  cursor: pointer;
  opacity:0;
  visibility: hidden;
}
.parentmenu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  position:relative;
}
.wrapper-header .menu ul>li.hs-menu-depth-1>a {
  color: #57575b;
  position: relative;
  padding: 37px 19px;
  display: inline-block;
  font-size: 20px;
  font-weight:normal;
  line-height: 30px;
  font-family: 'Montserrat',sans-serif;
}
.wrapper-header ul>li>ul {
  display: none;
}
.mega-menu-one .mega-menu-inner-wrp,
.mega-menu-two .mega-menu-inner-wrp,
.mega-menu-three .mega-menu-inner-wrp,
.mega-menu-four .mega-menu-inner-wrp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height: 520px;
}
.mega-menu-one .mega-menu-left-image-section,
.mega-menu-two .mega-menu-left-image-section,
.mega-menu-three .mega-menu-left-image-section,
.mega-menu-four .mega-menu-left-image-section{
  flex: 0 33.33%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
}
.mega-menu-one .mega-menu-left-image-section h2,
.mega-menu-two .mega-menu-left-image-section h2,
.mega-menu-three .mega-menu-left-image-section h2,
.mega-menu-four .mega-menu-left-image-section h2{
  color: #ffffff;
  font-family: "EurostileExtended-Roman";
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 40px;
  font-weight:400;
}
.mega-menu-one,
.mega-menu-two,
.mega-menu-three,
.mega-menu-four{
  background-color: #f7f7f7;
  position: absolute;
  top: calc(100% + -5px + 4.5px );
  left: 42%;
  width: 100vw;
  margin-left: -42.5vw;
  transition: .2s;
  z-index: 999;
  display: none;
}
.menu ul>li:hover .mega-menu-one,
.menu ul>li:hover .mega-menu-two,
.menu ul>li:hover .mega-menu-three,
.menu ul>li:hover .mega-menu-four{
  display: block;
}
.mega-menu-one .mega-menu-left-image-section h2:before,
.mega-menu-two .mega-menu-left-image-section h2:before,
.mega-menu-three .mega-menu-left-image-section h2:before,
.mega-menu-four .mega-menu-left-image-section h2:before{
  position: absolute;
  width: 4px;
  background-color: #fe671d;
  content: '';
  left: -24px;
  height: 50%;
  top: 43px;
}
.mega-menu-one .mega-menu-left-image-section p,
.mega-menu-two .mega-menu-left-image-section p,
.mega-menu-three .mega-menu-left-image-section p,
.mega-menu-four .mega-menu-left-image-section p{
  color: #ffffff;
  font-size: 16px;
  line-height: 23px;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
.mega-menu-one .mega-menu-left-image-section:before,
.mega-menu-two .mega-menu-left-image-section:before,
.mega-menu-three .mega-menu-left-image-section:before,
.mega-menu-four .mega-menu-left-image-section:before{
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  content: '';
  opacity: 0.5;
}
.mega-menu-one .menu-right-section,
.mega-menu-two .menu-right-section,
.mega-menu-three .menu-right-section,
.mega-menu-four .menu-right-section{
  flex: 0 66.66%;
}
.mega-menu-one .menu-right-section ul>li>a,
.mega-menu-two .menu-right-section ul>li>a,
.mega-menu-three .menu-right-section ul>li>a,
.mega-menu-four .menu-right-section ul>li>a{
  font-size: 16px !important;
  line-height: 20px !important;
  color: #57575b !important;
  display: block !important;
  position:relative !important;
  padding:0px !important;
  font-weight: normal !important;
}
.mega-menu-one .menu-right-section ul>li>ul,
.mega-menu-two .menu-right-section ul>li>ul,
.mega-menu-three .menu-right-section ul>li>ul,
.mega-menu-four .menu-right-section ul>li>ul{
  display: none;
}
.mega-menu-one .menu-right-section ul>li,
.mega-menu-two .menu-right-section ul>li,
.mega-menu-three .menu-right-section ul>li,
.mega-menu-four .menu-right-section ul>li{
  padding-bottom: 20px;
  display: block !important;
  width: 100%;
  position: unset !important;
}
.mega-menu-one .menu-right-section ul,
.mega-menu-two .menu-right-section ul,
.mega-menu-three .menu-right-section ul,
.mega-menu-four .menu-right-section ul{
  padding: 40px 40px !important;
  list-style-type: none !important;
  position:relative !important;
  max-width: 400px;
}
.mega-menu-one .menu-right-section ul>li>a:hover,
.mega-menu-two .menu-right-section ul>li>a:hover,
.mega-menu-three .menu-right-section ul>li>a:hover,
.mega-menu-four .menu-right-section ul>li>a:hover{
  font-weight: 700 !important;
  color: #fe671d !important;
}
.mega-menu-one .menu ul>li.hs-menu-depth-2:hover>a,
.mega-menu-two .menu ul>li.hs-menu-depth-2:hover>a,
.mega-menu-three .menu ul>li.hs-menu-depth-2:hover>a,
.mega-menu-four .menu ul>li.hs-menu-depth-2:hover>a{
  opacity: inherit !important;
}
.mega-menu-one .menu-right-section ul>li>ul>li>a,
.mega-menu-two .menu-right-section ul>li>ul>li>a,
.mega-menu-three .menu-right-section ul>li>ul>li>a,
.mega-menu-four .menu-right-section ul>li>ul>li>a{
  font-weight: 400 !important;
  font-family: 'Gotham Book' !important;
}
.mega-menu-one .menu-right-section ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper,
.mega-menu-two .menu-right-section ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper,
.mega-menu-three .menu-right-section ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper,
.mega-menu-four .menu-right-section ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper{
  display: block !important;
  position: absolute !important;
  left: 320px ;
  top: 40px !important;
  padding: 0px !important;
  padding-left: 70px !important;
  height: 100% !important;
  background-color: transparent !important;
}
.mega-menu-one .menu-right-section ul>li>a:hover:after,
.mega-menu-two .menu-right-section ul>li>a:hover:after,
.mega-menu-three .menu-right-section ul>li>a:hover:after,
.mega-menu-four .menu-right-section ul>li>a:hover:after{
  display: none;
}
.mega-menu-one .menu-right-section ul>li.hs-item-has-children>a:before,
.mega-menu-two .menu-right-section ul>li.hs-item-has-children>a:before,
.mega-menu-three .menu-right-section ul>li.hs-item-has-children>a:before,
.mega-menu-four .menu-right-section ul>li.hs-item-has-children>a:before{
  position: absolute;
  content: '';
  border: solid #57575b;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3.5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 20px;
  top: 6px;
}
.mega-menu-one .menu-right-section ul>li.hs-item-has-children>a:hover:before,
.mega-menu-two .menu-right-section ul>li.hs-item-has-children>a:hover:before,
.mega-menu-three .menu-right-section ul>li.hs-item-has-children>a:hover:before,
.mega-menu-four .menu-right-section ul>li.hs-item-has-children>a:hover:before{
  position: absolute;
  content: '';
  border: solid #fe671d;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3.5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 20px;
  top: 6px;
}

.wrapper-header .menu ul>li.hs-menu-depth-2:hover>a {
  opacity: 1;
}


.topheader ul li:nth-child(2){padding:0}
body.mobile-open{height: 100%;overflow: hidden;}
body.mobile-open:after{
  content: '';
  background: rgba(17,17,17,0.85);
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
  -webkit-transition: 0.3s ease-in opacity;
  -moz-transition: 0.3s ease-in opacity;
  -o-transition: 0.3s ease-in opacity;
  transition: 0.3s ease-in opacity;
  z-index: 100;
}
.mobile-menu-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  position: fixed;
  top: 0px;
  height: 100vh;
  right: -100%;
  background-color: #ffffff;
  z-index: 10000;
  overflow-y: auto;
  padding-bottom: 20px;
  z-index:1000;
}
.mobile-open .mobile-menu-wrapper{
  right: 0px;
  -webkit-transition: 0.3s ease-in right;
  -moz-transition: 0.3s ease-in right;
  -o-transition: 0.3s ease-in right;
  transition: 0.3s ease-in right;
}
.mobile-menu-wrapper .mobile-menu-header {
  padding: 0px 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.mobile-logo {width: 148px;padding: 27px 0px;}
.mobile-menu-header .mobile-trigger {
  padding: 10px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  line-height: normal;
}
.mobile-menu-wrapper .mobile-menu .hs-menu-wrapper{padding: 20px 28px 0px 28px;position:relative;background:transparent}
.mobile-menu-wrapper .mobile-menu .hs-menu-wrapper ul li{list-style:none;padding:10px 0}
.mobile-menu-wrapper .mobile-menu .hs-menu-wrapper ul li.active a{color:#fe671d}
.mobile-menu-wrapper .mobile-menu .hs-menu-wrapper ul{padding:0;margin:0}
.mobile-menu-wrapper .mobile-menu .hs-menu-wrapper ul li a{display: block;font-weight: 500;font-size: 22px;line-height: 30px;color: #57575b;text-decoration: none; position: relative;}
.mobile-menu-wrapper  .mobile-trigger.active-re .line.line-3{top:30px}
.mobile-menu-wrapper  .mobile-trigger.active-re{top:35px}
.mobile-bottom{padding:0 28px;margin:8px 0}
.mobile-bottom li{list-style:none}
.mobile-bottom li a {color: #57575b;font-size: 14px;line-height: 20px;font-weight: 500;}

.mobile-bottom li img {margin-right: 12px;text-align: center;vertical-align: middle}
.mobile-social ul{margin:0;padding:0 28px}
.mobile-social li {display: inline-block;margin-right: 18px;list-style:none;}

.mobile-social  li:last-child {margin-right: 0}

.mobile-social img {vertical-align: middle}

.mobile-social img:hover {opacity: .8}
.mobile-cta{margin:0;padding:0 28px}
.mobile-cta li{list-style:none;padding:5px 0}
.mobile-cta li a{color: #57575b;font-weight: 500;font-size: 16px;line-height: 30px;}
.mobile-trigger-open{
  display:none; 
}
.mega-menu-left-image-section-in{padding-left:40px}

@media only screen and (min-width:3841px) and (max-width: 5120px) {
  .mega-menu-one, .mega-menu-two, .mega-menu-three, .mega-menu-four {
    margin-left: -47.3vw;
  }   
  .search-input-box {
    right:0;
  }
}

@media only screen and (min-width:2561px) and (max-width: 3840px) {
  .mega-menu-one, .mega-menu-two, .mega-menu-three, .mega-menu-four {
    margin-left: -46.4vw;
  }  
  .search-input-box {
    right:0;
  }
}

@media only screen and (min-width:1921px) and (max-width: 2560px) {
  .mega-menu-one, .mega-menu-two, .mega-menu-three, .mega-menu-four {
    margin-left: -44.7vw;
  } 
  .search-input-box {
    right:0;
  }
}


@media only screen and (min-width:1707px) and (max-width: 1920px) {
  .mega-menu-one, .mega-menu-two, .mega-menu-three, .mega-menu-four {
    margin-left: -42.9vw;
  }
  .search-input-box { 
    right:0;
  }
}
@media only screen and (min-width:1601px) and (max-width:1707px) {
  .search-input-box {
    right:0;
  }
}
@media only screen and (min-width:1423px) and (max-width:1600px) {
  .search-input-box {
    right:0;
  }
}

@media (max-width:1440px){
  .wrapper-header .menu ul>li.hs-menu-depth-1>a{font-size:16px;padding:37px 12px}
}


@media (max-width:1280px){
  .wrapper-header .hs-menu-wrapper{display:none !important;}
  .header-search-wrp  {display:none !important;}
  .mobile-trigger-open{
    display:block; 
  }
  .mobile-trigger-open {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 30px;
    height: 30px;
    z-index: 999;
    cursor:pointer;
  }

  span.hambrger {
    width: 30px;
    height: 2px;
    background-color: #7b7c7f;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;

  }

  span.hambrger:before {
    position: absolute;
    content: '';
    top: 11px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    width: 30px;
    height: 2px;
    background-color: #7b7c7f;
    border-radius: 0px;
  }
  span.hambrger:after {
    top: 22px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    width: 30px;
    height: 2px;
    background-color: #7b7c7f;
    border-radius: 0px;
    position: absolute;
    content: '';
  }
  .mobile-trigger-open:hover span.hambrger {
    opacity: 0.7;
  } 
  .mobile-menu-expand {position: relative;overflow:hidden}

  body.mobile-menu-expand:before {
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(17, 17, 17, 0.85);
    top: 0px;
    z-index: 999999;
    position: absolute;
    -webkit-transition: 0.3s ease-in opacity;
    -moz-transition: 0.3s ease-in opacity;
    -o-transition: 0.3s ease-in opacity;
    transition: 0.3s ease-in opacity;
  }
  .mobile-menu-wrapper.toggled {
    right: 0px;
    -webkit-transition: 0.3s ease-in right;
    -moz-transition: 0.3s ease-in right;
    -o-transition: 0.3s ease-in right;
    transition: 0.3s ease-in right;
    z-index: 999999;
    padding-bottom:80px;
  }
  .mobile-trigger-open.active span:after{
    display:none;
  }
  .mobile-trigger-open.active span.hambrger:before {
    transform: rotate(93deg);
    top: 0px;
  }
  .mobile-trigger-open.active span.hambrger {
    transform: rotate(40deg);
    top: 11px;
  }
  .mobile-trigger .line.line-1 {
    top: 16px;
    transform: rotate(42deg);
  }
  .mobile-trigger .line.line-2 {
    top: 15px;
    transform: rotate(140deg);
  }
  .mobile-trigger:hover {
    opacity: 0.7;
  }
  .mobile-search {
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 20px 28px;
    background-color: #efefef;
  }
  .mobile-search-input-box {
    flex: 0 100%;
  }
  .mobile-search-icon {
    flex: 0 10%;
    padding-top: 2px;
    cursor: pointer;
  }
  .mobile-search-icon path {
    fill: #fe671d;
  }
  .mobile-search .hs-search-field input.hs-search-field__input {
    border-bottom: 1px solid #a6a7a9 !important;
  }
  /* .mobile-menu ul>li>ul {
  max-height:0px;
  overflow: hidden;
} */
  .child-trigger:after {
    width: 2px;
    height: 20px;
    background-color: #7b7c7f;
    content: '';
    right: 8px;
    position: absolute;
    top: 0;
  }
  .child-trigger:before {
    width: 2px;
    height: 20px;
    background-color: #7b7c7f;
    content: '';
    right: 8px;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
  }
  .child-trigger {
    position: absolute;
    right: 0;
    top: 15px;
    width:20px;
    height:20px;
  }
  .mobile-menu-wrapper .mobile-menu .hs-menu-wrapper ul li{
    position:relative; 
    cursor:pointer;
    background-color:#fff;
  }
  .mobile-menu-wrapper .mobile-menu .hs-menu-wrapper ul li a {
    display: inline-block;
  }
  .mobile-menu ul>li>ul>li>a {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #57575b !important;
    font-weight: 400 !important;
  }
  .mobile-menu ul>li>ul>li {
    padding: 5px 0px !important;
  }
  .mobile-menu ul>li.hs-item-has-children.active-menu>ul{
    height: auto;
    max-height: 10000px;
    overflow: inherit;
    -webkit-transition: 2s ease-in all;
    -moz-transition: 2s ease-in all;
    -ms-transition: 2s ease-in all;
    transition: 2s ease-in all;
  }
  .mobile-menu .hs-menu-depth-3 {
    padding: 5px 20px !important;
  } 
  li.active-menu .child-trigger:after {
    display: none;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children .child-trigger:after {
    display: block;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.active-menu .child-trigger:after {
    display: none;
  }
  .mobile-menu li.hs-menu-item.hs-menu-depth-3 a {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .mobile-menu ul>li>ul {
    display: none;
  }
  .child-trigger.child-open:after{
    display:none !important;
  }
}

