/*STYLE.CSS*/


/*-------------------------------------------------------------------------------------------------------------------------------*/


/*This is main CSS file that contains custom style rules used in this template*/


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* Template Name: Agacom.*/


/* Version: 1.0 Initial Release*/


/* Build Date: 8-04-2016*/


/* Author: gfxbucket.*/


/* Copyright: (C) 2016 */


/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/


/* TABLE OF CONTENTS: */


/*--------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*===========RESET==============*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;


  vertical-align: baseline;
}






/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


hr{
  display: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

body * {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  font-weight: 400;
  appearance: none;
  border-radius: 0;
  border: 0px none;
}

select::-ms-expand {
  display: none;
}

a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  overflow-x: hidden;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  background: #fff;
  color: #000;
  font-weight: 300;
}

ul,
ol {
  list-style: none;
}

b {
  font-weight: 700;
}

input::-webkit-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input::-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input:-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input:-ms-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea::-webkit-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea::-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea:-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea:-ms-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*   
  font-weight: 700; */
}
/* 
h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
} */

ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
  list-style-position: inside;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 10px;
}

table {
  margin-bottom: 30px;
  width: 100%;
}






/*===========HELP CLASS==============*/

.table-align {
  display: table;
  width: 100%;
  height: 100%;
}

.table-align.h-100 {
  height: 100%;
}

.row-view {
  display: table-row;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

.cell-view.cell-bottom {
  vertical-align: bottom;
}

/* .vertical-align {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
} */

.vertical-align.w-full {
  width: 100%;
  left: 0px;
}

.line-through {
  display: inline-block;
  position: relative;
}

.line-through:after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background: currentColor;
  content: "";
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}


/*===========HEADER==============*/

/* top header */

.header-component{
   height: 100%;
  max-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1; 
  padding: 10px 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.topNavb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topNavb .ctaOutline {
    padding: 10px !important;
    margin-top: 0px !important;
}
.wrapperCont{
  display: flex;
    align-items: center;
}
.boxContact{
  display: flex;
    align-items: center;
    margin-right: 20px;;
}
.boxContact img{
      width: 22px;
    margin-right: 10px;
}

.boxContact p,
.boxContact a{
  font-size: 12px!important;
  line-height: 16px !important;
  color: #838383 !important;
  font-weight: 500 !important;
}

.fixed .header-component{
  transform: translateY(-100%);
  overflow: hidden;
  padding:10px 15px;
 
}
.header-container {
  width: 100%;
}


header {
  position: fixed;
  left: 0px;
  top: 0px;
  height: auto ;
  width: 100%;
  z-index: 101;
  transition: all 0.3s ease-in-out;
  background: white;
  /* padding: 0 20px !important; */
}

.header {
  position: relative;
  margin: 0px 100px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 20px 20px; */
  transition: all 0.3s ease-in-out;
  
}

.logo {
  left: 0px;
  z-index: 102;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
}

.nav-menu {
  position: fixed;
  display: block;
  left: 0px;
  top: 0px;
  padding-top: 100px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  overflow-y: auto;
}

.nav-menu-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.nav-menu-layer span {
  position: absolute;
  width: 400%;
  height: 400px;
 background: white;
  -webkit-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}

.nav-list {
  position: relative;
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0px 0px 25px;
}

.nav-list>li {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -webkit-transition: all 300ms cubic-bezier(0.76, 0.94, 0.47, 1.04);
  transition: all 300ms cubic-bezier(0.76, 0.94, 0.47, 1.04);
}

.nav-list>li a {
    font-size: 26px;
    text-transform: capitalize;
    /* color: #272b2b; */
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
}
.nav-list .drop-menu a {
  font-size: 28px;
  margin-bottom: 25px;
}





/*.nav-list > li:nth-child(1) {
  transition-delay: 0.2s;
}

.nav-list > li:nth-child(2) {
  transition-delay: 0.4s;
}

.nav-list > li:nth-child(3) {
  transition-delay: 0.6s;
}

.nav-list > li:nth-child(4) {
  transition-delay: 0.8s;
}

.nav-list > li:nth-child(5) {
  transition-delay: 1s;
}

.nav-list > li:nth-child(6) {
  transition-delay: 1.2s;
}

.nav-list > li:nth-child(7) {
  transition-delay: 1.3s;
}

.nav-list > li:nth-child(8) {
  transition-delay: 1.4s;
}

.nav-list > li:nth-child(9) {
  transition-delay: 1.5s;
}*/

.nav-list li a:hover,
.nav-list li.active>a,
.drop-link-next.active {
  color: #abaeaf;
}

.nav-menu.slide {
  visibility: visible;
  opacity: 1;
}

.nav-menu.slide .nav-list li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.nav-menu.slide .nav-menu-layer span {
  transform: scale(6);
  -webkit-transform: scale(6);
}

.drop-menu {
  position: relative;
  list-style: none;
  width: 100%;
  display: none;
  margin-bottom: 20px;
}

.drop-menu-next {
  display: none;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.open-drop {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 25px;
  top: 3px;
  display: none;
}

.open-drop span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.open-drop span:nth-child(1):before,
.open-drop span:nth-child(1):after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #272b2b;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.open-drop span:nth-child(1):before {
  left: 6px;
}

.open-drop span:nth-child(1):after {
  right: 6px;
}

.open-drop span:nth-child(2):before,
.open-drop span:nth-child(2):after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  background: #272b2b;
  left: 50%;
  margin-left: -1px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.open-drop span:nth-child(2):before {
  top: 6px;
}

.open-drop span:nth-child(2):after {
  bottom: 6px;
}

.nav-menu ul li a:hover .open-drop span:nth-child(1):before,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(1):before,
.drop-link-next.active .open-drop span:nth-child(1):before {
  left: -3px;
  background: #abaeaf;
}

.nav-menu ul li a:hover .open-drop span:nth-child(1):after,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(1):after,
.drop-link-next.active .open-drop span:nth-child(1):after {
  right: -3px;
  background: #abaeaf;
}

.nav-menu ul li a:hover .open-drop span:nth-child(2):before,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(2):before,
.drop-link-next.active .open-drop span:nth-child(2):before {
  top: -3px;
  background: #abaeaf;
}

.nav-menu ul li a:hover .open-drop span:nth-child(2):after,
.nav-menu ul li.active .drop-link .open-drop span:nth-child(2):after,
.drop-link-next.active .open-drop span:nth-child(2):after {
  bottom: -3px;
  background: #abaeaf;
}

.burger-menu {
  position: relative;
  right: 0px;
  height: 20px;
  width: 43px;
  z-index: 103;
}

.burger-menu i {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #272b2b;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.burger-menu i:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -9px;
  width: 100%;
  height: 3px;
  background: #272b2b;
  border-radius: 4px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  backface-visibility: hidden;
}

.burger-menu i:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -9px;
  width: 100%;
  height: 3px;
  background: #272b2b;
  border-radius: 4px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  backface-visibility: hidden;
}

.burger-menu.active i {
  background: rgba(0, 0, 0, 0);
}

.burger-menu.active i:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0px;
}

.burger-menu.active i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  bottom: 0px;
}

body.fix {
  overflow: hidden;
}

.success {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
}

.success.active {
  visibility: visible;
  opacity: 1;
}

.popup {
  position: absolute;
  display: table;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 480px;
  padding: 30px;
  background: #fff;
  height: 120px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.close-popup {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #222;
  color: #fff;
  line-height: 33px;
  font-size: 22px;
  cursor: pointer;
}

.close-popup span {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: -2px;
}

.header-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-social-icons a {
  color: #272b2b;
  font-size: 14px;
  padding: 5px 1px;
  display: inline-block;
  margin-right: 15px;
}

.header-social-icons a:last-child {
  margin-right: 0px;
}

.header-social-icons a:hover {
  color: #abaeaf;
}

/* fixed header */
/* .style-2.fixed {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  
  width: 100%;
  background: white;
} */

.fixed-logo{
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateY(-200px);
}
.fixed .fixed-logo {
    transform: translateY(-35px);
}
.normal-logo{
  transition: all 0.3s ease-in-out;
  transform: translateY();
  margin-top: 5px !important;
}
.fixed .normal-logo{
  transform: translateY(200px);
}
.fixed .header{
  height: 80px;
  transition: all 0.3s ease-in-out;
}


/*Header Style 3*/
/* 
.style-3 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.style-3.style-2 .nav-menu {
  width: auto;
}

.style-3 .header-social-icons {
  margin-left: 40px;
} */



/*Header Style 4*/

/* 
.style-4 .logo {
  position: initial;
  display: inline-block;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  margin-right: 35px;
}

.style-4 .header-social-icons {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.style-4 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-2.style-4 .nav-menu {
  width: auto;
}

@media (min-width: 1024px) {
  .style-2 .nav-menu {
      position: relative;
      width: 100%;
      height: auto;
      opacity: 1;
      visibility: visible;
      padding: 0px;
      overflow: visible;
  }
}
 */


/*Header Style 5 and 6*/
/* 
.style-5 .header,
.style-6 .header,
.style-7 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-6 .header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.style-5 .logo,
.style-6 .logo {
  left: 0px;
  z-index: 102;
  position: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}

.style-5.style-2 .nav-menu,
.style-6.style-2 .nav-menu,
.style-7.style-2 .nav-menu {
  width: auto;
}

.style-7 .logo {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.style-2.style-7 .nav-list>li {
  padding-left: 20px;
}

 */



/*Header Style 8*/

.style-8 {
  height: 144px;
}

.style-8 .logo {
  position: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-8 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-8 .header:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #eaecef;
  top: 76px;
  left: 0;
}

.style-8.style-2 .nav-menu {
  width: auto;
}

.style-8.style-2 .nav-list.cell-view {
  padding: 0;
}

.style-8 .header-social-icons {
  position: absolute;
  right: 0;
  top: 0;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  .style-2.style-7 .nav-list>li {
    padding-left: 10px;
  }
}
.drop-menu {
  position: relative;
  list-style: none;
  width: 100%;
  display: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {

  .style-2.style-3 .nav-menu,
  .style-2.style-4 .nav-menu,
  .style-2.style-5 .nav-menu,
  .style-2.style-6 .nav-menu,
  .style-2.style-7 .nav-menu,
  .style-2.style-8 .nav-menu {
    width: 100%;
  }

  .style-2 .header-social-icons {
    margin-left: 0;
    margin-right: 70px;
  }

  .style-6 .header,
  .style-2 .header-social-icons {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }

  .style-8 .header:before {
    display: none;
  }

  .style-8,
  .style-8 .logo,
  .style-2.style-8 .header-social-icons {
    height: 60px;
  }

  .style-8 .logo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .style-8 .header {
    border-bottom: 0;
  }
     .menu-item-has-children .plus_icon {
        width: 15px !important;
        height: 2px;
        position: relative;
        background: black;
        display: block;
    }

.menu-item-has-children .plus_icon {
  width: 1.8rem;
  height: 2px;
  position: relative;
  background: black;
  display: block;
}
.menu-item-has-children .plus_icon.open::after {
  transform: rotate(0deg);
}
.menu-item-has-children .plus_icon::after {
  transform: rotate(90deg);
  background-color: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.menu-item-has-children .drop-link {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.drop-menu {
  display: block !important;
  height: 0;
  overflow: hidden;
  padding-left: 20px;
}
    .slide .nav-list > li a {
        padding: 0px 20px;
    }

    .table-align {
      display: flex;
      width: 100%;
      height: 100%;
      flex-direction: column;
      justify-content: center;
    }

    .cell-view {
      display: flex;
      vertical-align: middle;
      height: auto;
      flex-direction: column;
  }

  .language-switcher-after-menu{
    z-index: 1;
    padding: 0px 20px;
  }

}
.menu-item-has-children .drop-link {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.slide .nav-list > li {
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


@media (min-width: 1024px) {
  /* .header {
    height: 120px;
  } */
  .style-2 .nav-menu {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0px;
    overflow: visible;
  }
    .style-2 .nav-list>li a {
        font-size: 12px !important;
        margin-bottom: 0px;
        font-weight: 700 !important;
        letter-spacing: .03em;
        text-transform: uppercase;
        color: #0c1c2b;
    }

  .style-2 .nav-menu .table-align {
    display: block;
   
  }

  .style-2 .nav-menu-layer {
    display: none;
  }

  .style-2 .nav-list.cell-view {
    display: inline-block;
    width: auto;
    float: right;
    padding: 23px 0 23px 0;
  }

  .style-2 .nav-list>li {
    position: relative;
    float: left;
    width: auto;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    margin: 0;
    padding: 0;
    margin-left: 40px;
    
  }

  .style-8 .nav-list>li {
    padding: 25px 0px 25px 0px;
  }

  .style-2 .nav-list>li:first-child {
    margin-left: 0;
  }

    .style-2 .drop-menu {
        position: absolute;
        width: 260px;
        left: 50%;
        top: 100%;
        display: block;
        border: 1px solid rgba(39, 43, 43, 0.1);
        background: #fff;
        text-align: left;
        transform: translateX(-38%);
        margin-top: 10px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.35s ease-out;
        -webkit-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
    }

  .style-2 .drop-menu li {
    border-bottom: 1px solid #f1f1f1;
  }

    .style-2 .nav-list>li:hover .drop-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 20px;
    }

    .style-2 .nav-list .drop-menu a {
        font-size: 13px !important;
        padding: 13px 19px 13px 19px;
        line-height: 17px;
        color: #9ca8ae;
        font-weight: 600 !important;
    }

  .style-2 .nav-list .drop-menu a:hover {
    color: #ed0947;
  }

  .style-2 .nav-list .drop-menu li {
    position: relative;
  }

  .style-2 .burger-menu {
    display: none;
  }

  .style-2 .nav-list>li a {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .style-2 .nav-list .drop-menu:before,
  .style-2 .mega-menu:before {
    content: '';
    margin-left: -11px;
    position: absolute;
    left: 50%;
    width: 23px;
    height: 9px;
    top: -9px;
    background: url(../img/menu-point.png) no-repeat;
    z-index: 1;
  }

  .style-2 .nav-list li:last-child .drop-menu {
    left: auto;
    margin-left: 0px;
    right: 0%;
  }



  .style-2 .drop-menu-next {
    position: absolute;
    left: -100%;
    background: #fff;
    border: 1px solid rgba(39, 43, 43, 0.1);
  
    display: block;
    margin-bottom: 0px;
    margin-left: -100px;
    min-width: 220px;
    top: 100%;
    margin-top: -20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
  }


  
  .style-2 .nav-list .drop-menu-next li:last-child {
    padding-bottom: 0px;
  }

  .style-2 .nav-list .drop-menu li:hover .drop-menu-next {
    visibility: visible;
    opacity: 1;
    margin-top: -47px;
    margin-left: -42px;
  }

}


@media (min-width: 1024px) {
 .style-2 .nav-menu{
  display: flex;
          justify-content: flex-end;
 }
 .language-switcher-after-menu{
  display: none;
 }
}
