/*STYLE.CSS*/

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

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

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

/* Template Name: nay.*/

/* Version: 1.0 Initial Release*/

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

/* Author: gfxbucket.*/

/* Copyright: (C) 2016 */

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

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

/* TABLE OF CONTENTS: */

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

/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */

/* 02 - HOME PAGE 1 */

/* 02 - BLOG PAGE */

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

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

/*===========ROOT==============*/
:root {
  --basicsans: poppins, sans-serif;
  --white: #ffffff;
  --dark-blue: #1e1e2f;
}
/*===========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;
  font-size: 100%;
  font: inherit;
  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;
}

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-family: var(--basicsans);
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  background: #fff;
  color: var(--dark-blue);
  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;
}
.title-style-1 h2.h1 {
  color: var(--white);
  margin-bottom: 0.2em;
}
.header-title {
  text-transform: inherit !important;
  max-width: 550px;
  font-weight: 400 !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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%;
}
.main-menu-flex .table-align {
  width: auto;
}

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

.row-view {
  display: table-row;
}
.main-menu-flex .cell-view {
  display: contents;
}
/* .main-menu-flex .cell-view{
  display: none;
} */
.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: relative;
}

.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;
}

.bg-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.bg {
  height: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  backface-visibility: hidden;
}

.bg.fix {
  background-attachment: fixed;
}

body.mobile .bg.fix {
  background-attachment: scroll;
}

.text-center {
  text-align: center;
}

.col-white {
  color: #fff;
}

.black-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.full-height {
  height: 100vmin;
  position: relative;
  width: 100%;
}

.padd-bot-20 {
  padding-bottom: 20px;
}

.marg-bot-80 {
  margin-bottom: 80px;
}

.marg-bot-100 {
  margin-bottom: 100px;
}

.link-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background: #fff;
}

.load-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0px;
  margin-top: -30px;
  text-transform: uppercase;
  color: #676a6a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 6px;
}

.load-title img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
}

.load-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.load-circle:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -50px 0 0 -50px;
  border-top: 2px solid transparent;
  border-right: 2px solid #272b2b;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 50em;
  -webkit-animation: rotate360 1s linear both infinite;
  animation: rotate360 1s linear both infinite;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
/*  */
.section-bg {
  background: #f4f7fc;
}

.section-bg-2 {
  background: #eef2fb;
}

.col-white .simple-text p,
.col-white .h1,
.col-white .h2,
.col-white .h3,
.col-white .h4,
.col-white .h5,
.col-white .h6,
.col-white .h7,
.col-white a,
.col-white span {
  color: #fff;
}

.simple-text p {
  font-size: 13px;
  line-height: 20px;
  color: #676a6a;
  font-weight: 300;
}

.simple-text i {
  font-style: italic;
  color: #272b2b;
}

.simple-text.md p {
  font-size: 18px;
  line-height: 28px;
}

.simple-text.lg p {
  font-size: 24px;
  line-height: 38px;
}

.simple-text p a {
  color: #272b2b;
  position: relative;
}

.simple-text p a:hover {
  color: #6ba9a9;
}

.font-type {
  font-family: "Droid Serif", serif;
}

.quote {
  padding-bottom: 50px;
}

.quote p {
  font-family: "Droid Serif", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 15px;
}

.sub-title {
  max-width: 170px;
  width: 100%;
  position: relative;
  text-align: right;
  display: block;
  padding-bottom: 15px;
}

.sub-title .h5 {
  line-height: 34px;
}

.sub-title:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #272b2b;
  transition: all 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
}

/* .title-style-1 {
  margin-left: -50px;
  margin-top: 60px;
} */

.title-style-1.inside {
  margin-left: 50px;
}
.header-description {
  max-width: 500px;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .header-description {
    margin-top: 40px;
  }

  .header-description {
    max-width: 350px;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .header-description {
    max-width: 450px;
  }
}
@media (min-width: 1400px) {
  .header-description {
    max-width: 500px;
  }
}
@media (min-width: 1600px) {
  .header-description {
    max-width: 600px;
  }
}
@media (min-width: 1920px) {
  .header-description {
    max-width: 680px;
  }
}

.title-style-1.white-style .sub-title .h5,
.title-style-1.white-style .h1,
.title-style-1.white-style .link-type-1 {
  color: #fff;
}

.title-style-1.white-style .sub-title:before {
  background: #fff;
}

.white-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/layer_white.png) no-repeat;
  background-position: 0% 50%;
  background-size: cover;
}

.title-style-2 {
  position: relative;
  width: 100%;
}

.title-style-2.text-next {
  margin-top: 6px;
}

/* Header Background Image */

.background_containner {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  width: 100%;
}

.background_containner::before {
  content: "";
  background: #000;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.video_background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.background_containner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background_containner .scroll-down {
  top: -150px;
}

/* play button */

.playiconbtn {
  display: none;
  position: relative;
}
.playiconbtn.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.playiconbtn.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.playiconbtn.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.playiconbtn.is-play .button-icon .triangle {
  animation: fadeIn 7s ease;
}
.playiconbtn.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  animation: triangleStroke 3s;
  animation-timing-function: ease;
}
.has-scale-animation {
  animation: smallScale 3s infinite;
}
.has-delay-short {
  animation-delay: 0.5s;
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .playiconbtn {
    display: inline-block;
  }
  .mobilepayer {
    display: none;
  }
  .playiconbtn.is-play {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1600px) {
  .playiconbtn.is-play {
    width: 100px;
    height: 100px;
  }
}

/*===========BUTTON STYLE==============*/

.link-type-1 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  color: #272b2b;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}

.link-type-1 i {
  display: inline-block;
  font-size: 20px;
  padding-left: 5px;
  line-height: inherit;
  vertical-align: middle;
  margin-bottom: 2px;
}

.link-type-1:hover {
  letter-spacing: 2px;
  color: #676a6a;
}

.link-type-2 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #272b2b;
  padding: 0px 80px;
  text-align: center;
  height: 50px;
  line-height: 52px;
  font-weight: 700;
}

.link-type-2.w-100 {
  width: 100%;
}

.link-type-2:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.link-type-2:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.link-type-2 span:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.link-type-2 span:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.link-type-2:hover {
  color: #aeb8cd;
}

.link-type-2:hover:before {
  height: 0px;
}

.link-type-2:hover:after {
  width: 0px;
}

.link-type-2:hover span:before {
  height: 0px;
}

.link-type-2:hover span:after {
  width: 0px;
}

.link-type-3 {
  position: relative;
  display: inline-block;
  padding: 0px 60px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  backface-visibility: hidden;
}

.link-type-3 span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.link-type-3 span:before,
.link-type-3 span:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 60%;
  background: #e0ebf1;
  z-index: -1;
  transition: all 0.3s ease-out 0.3s;
  -webkit-transition: all 0.3s ease-out 0.3s;
  backface-visibility: hidden;
}

.link-type-3 span:before {
  left: -10%;
  transform: skewX(20deg) translateX(-100%);
  -webkit-transform: skewX(20deg) translateX(-100%);
}

.link-type-3 span:after {
  right: -10%;
  transform: skewX(20deg) translateX(100%);
  -webkit-transform: skewX(20deg) translateX(100%);
}

.link-type-3:hover span:before {
  transform: skewX(20deg) translateX(0%);
  -webkit-transform: skewX(20deg) translateX(0%);
}

.link-type-3:hover span:after {
  transform: skewX(20deg) translateX(0%);
  -webkit-transform: skewX(20deg) translateX(0%);
}

.link-type-3:before,
.link-type-3:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 60%;
  background: #272b2b;
  z-index: -1;
  transform: skewX(20deg) translateX(0%);
  -webkit-transform: skewX(20deg) translateX(0%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}

.link-type-3:before {
  left: -10%;
  margin-left: 1px;
}

.link-type-3:after {
  right: -10%;
  margin-right: 1px;
}

.link-type-3:hover:before {
  transform: skewX(20deg) translateX(-100%);
}

.link-type-3:hover:after {
  transform: skewX(20deg) translateX(100%);
}

.link-type-3:hover {
  color: #676a6a;
}

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

header {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100px;
  width: 100%;
  background: #fff;
  z-index: 101;
}

.header {
  position: relative;
  margin: 0px 100px;
  height: inherit;
}

.logo {
  left: 0px;
  z-index: 102;
}

.nav-menu {
  position: fixed;
  display: block;
  left: 0px;
  top: 0px;
  padding-top: 100px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 1;
  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: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  right: -110vw;
  transition: all 400ms ease-out;
  /* top: 0; */
  /* transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  -webkit-transition: all 800ms ease-out; */
}

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

.nav-list > .menu-item 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: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  position: relative;
  display: inline-block;
  margin-bottom: 20px !important;
}

.nav-list .drop-menu a {
  font-size: 28px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .nav-list > li a {
    color: white;
  }
}

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

.nav-menu.slide {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

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

.nav-menu.slide .nav-menu-layer span {
  /* transform: rotate(45deg) scale(6);
  -webkit-transform: rotate(45deg) scale(6); */
  right: 0vw;
}

.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: absolute;
  right: 0px;
  height: 20px;
  width: 43px;
  z-index: 103;
}

.burger-menu i {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #fff;
  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: #fff;
  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: #fff;
  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;
  background: #000;
}

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

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;
}

/*Header Style 8*/

.style-8 .header {
  position: relative;
  padding-top: 40px;
  margin: 0 20px;
  height: inherit;
}

.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: flex-start;
  -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 .main-menu-flex:before,
.style-8 .header::before {
  display: none;
}

.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;
}
.main-menu-flex .logo {
  display: none;
}
.style-8 .main-menu-flex {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;

  justify-content: start;
  padding: 150px 30px !important;
}

@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 .main-menu-flex:before {
    display: none;
  }

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

  /* .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;
  }
  .mobile-logo .logo-custom img {
    max-width: 240px;
  }
  .style-8 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .nav-menu .nav-list li,
  .nav-menu .wpml-ls-statics-shortcode_actions {
    --delay: 215ms;
    opacity: 0;
  }

  .nav-menu .nav-list li,
  .nav-menu .wpml-ls-statics-shortcode_actions {
    transform: translateX(50px);
    transition: all 0.3s ease;
  }

  .nav-menu.slide .left-menu li:nth-child(1) {
    transition-delay: calc(var(--delay) * 1);
    opacity: 1;
  }

  .nav-menu.slide .left-menu li:nth-child(2) {
    transition-delay: calc(var(--delay) * 2);
    opacity: 1;
  }
  .nav-menu.slide .left-menu li:nth-child(3) {
    transition-delay: calc(var(--delay) * 3);
    opacity: 1;
  }
  .nav-menu.slide .right-menu li:nth-child(1) {
    transition-delay: calc(var(--delay) * 4);
    opacity: 1;
  }
  .nav-menu.slide .right-menu li:nth-child(2) {
    transition-delay: calc(var(--delay) * 5);
    opacity: 1;
  }
  .nav-menu.slide .right-menu li:nth-child(3) {
    transition-delay: calc(var(--delay) * 6);
    opacity: 1;
  }
  .nav-menu.slide .wpml-ls-statics-shortcode_actions {
    transition-delay: calc(var(--delay) * 6);
    opacity: 1;
  }
}
@media (min-width: 500px) {
  .style-8 {
    height: 180px;
  }
}

@media (min-width: 992px) {
  .style-8 .logo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .style-2 .nav-menu {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0px;
    overflow: visible;
  }

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

  .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: 20px 0px 20px 0px;
    margin-left: 15px !important;
    font-family: var(--basicsans);
  }

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

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

  .style-2 .drop-menu {
    position: absolute;
    width: 180px;
    left: 50%;
    top: 100%;
    display: block;
    border: 1px solid rgba(39, 43, 43, 0.1);
    background: #fff;
    text-align: left;
    transform: translateX(-50%);
    margin-top: 10px !important;
    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: 0px !important;
  }

  .style-2 .nav-list .drop-menu a {
    font-size: 13px;
    padding: 16px 19px 13px 19px;
    line-height: 17px;
    color: #676a6a;
  }

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

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

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

  .style-2 .nav-list > li a {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px !important;
    letter-spacing: 1px;
  }
}
@media (min-width: 1300px) {
  .style-8 {
    height: 262px;
  }
}

@media (min-width: 1300px) {
  .style-2 .nav-list > li a {
    font-size: 18px;
  }
  .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 .nav-list li:last-child .drop-menu:before {
    left: auto;
    right: 10px;
    margin-left: 0px;
  }

  .style-2 .drop-menu-next {
    position: absolute;
    left: -100%;
    background: #fff;
    border: 1px solid rgba(39, 43, 43, 0.1);
    /*padding: 25px 0px 25px 25px;*/
    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 {
    padding-bottom: 15px;
  }*/
  .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;
  }
}

/*Mega menu*/
.style-2 .mega-menu-wrap {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 100%;
  margin-top: 10px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transform: initial;
  border: none;
  background-color: transparent;
}

.style-2 .mega-menu-wrap:before {
  display: none;
}

.mega-menu-in .container {
  padding: 15px 30px;
  background: #fff;
  border: 1px solid #f1f1f1;
}

.mega-menu-in .row {
  margin: 0;
}

.mega-menu-in .row > div {
  padding: 0;
}

.mega-menu-col {
  text-align: left;
}

.mega-menu-title {
  font-size: 13px;
  color: #272b2b;
  margin-bottom: 15px;
  line-height: 17px;
  margin-top: 15px;
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.style-2 .nav-list .mega-menu-list li a {
  padding: 15px 0 !important;
  display: block;
}

.style-2 .drop-menu.mega-menu-wrap li {
  border: none;
}

.nav-list .mega-menu-list li a:hover {
  color: #272b2b;
}

.style-2 .mega-menu:before {
  top: initial;
  bottom: -11px;
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  opacity: 0;
  visibility: hidden;
}

.style-2 .mega-menu:hover:before {
  bottom: -1px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .style-2 .mega-menu-wrap {
    position: initial;
    opacity: 1;
    visibility: visible;
    margin: 0;
    left: 0 !important;
    transition: initial;
  }

  .mega-menu-in {
    width: 100%;
  }

  .style-2 .nav-list .mega-menu-list li a {
    font-size: 28px !important;
    text-transform: capitalize;
    color: #272b2b;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 30px;
    padding: 0 !important;
  }

  .mega-menu-title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 0;
  }

  .mega-menu-col {
    text-align: center;
  }

  .mega-menu-in .container {
    padding: 0 15px;
    background: transparent;
    border: none;
  }
}

@media (max-width: 767px) {
  .mega-menu-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .style-2 .nav-list .mega-menu-list li a {
    font-size: 20px !important;
    margin-bottom: 15px;
    line-height: 22px;
  }
}

/*////////////////// End Preview //////////////////*/
.main-logo-svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .style-8 .main-menu-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* height: 123px !important; */
    padding: 0 !important;
  }
  .main-menu-flex .vertical-align {
    margin: 0 40px !important;
    /* height: 123px; */
    /* margin-bottom: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .style-8 .mobile-logo {
    display: none;
  }
  .style-8 .header .main-logo-container {
    max-width: 240px;
  }
  .footer-logo {
    width: 245px;
  }
}
@media (min-width: 1200px) {
  .main-menu-flex .vertical-align {
    margin: 0 50px !important;
    /* margin-bottom: 40px; */
  }

  .style-2 .nav-list > li {
    margin-left: 30px !important;
  }
}
.style-8 .header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1600px) {
  .main-menu-flex .vertical-align {
    margin: 0 73px !important;
    /* margin-bottom: 90px; */
  }

  .style-8 .header .main-logo-container {
    max-width: 322px;
  }

  .style-2 .nav-list > li {
    margin-left: 63px !important;
  }
}
@media screen and (max-width: 1600px) {
  .style-2.style-7 .nav-list > li {
    padding-left: 10px !important;
  }
  .style-8 .header .main-logo-container {
    max-width: 325px;
  }
}

@media (min-width: 1800px) {
  .container {
    width: 1640px;
  }
}

.style-8 {
  transition: transform 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0);
}
.stick-header {
  transform: translateY(-100%);
}
.style-8 {
  transition: 0.3s all;
}
.stick-menu.style-8 {
  background: rgba(255, 255, 255, 1);
  height: 100px;
}
.stick-menu .nav-list > li a {
  color: #272b2b;
}
.stick-menu .burger-menu i:after,
.stick-menu .burger-menu i:before,
.stick-menu .burger-menu i {
  background-color: #272b2b;
}
.stick-menu .burger-menu.active i {
  background-color: transparent;
}
.logo-svg-dark {
  display: none;
}
.stick-menu .logo-text {
  display: none;
}
.stick-menu .logo-svg-dark {
  display: block;
  max-width: 340px;
  transition: all 0.3s ease-in-out;
}
.stick-menu .mobile-logo .logo-custom img {
  max-width: 200px;
}
@media (min-width: 990px) {
  .logo-container {
    max-width: 283px;
  }
  .style-2.style-8 .right-menu {
    width: 321.34px;
  }
  .stick-menu .menu-langue {
    top: 0;
  }
  .stick-menu .blockLangues a {
    color: #000;
  }
}

@media (min-width: 1115px) {
  .style-2.style-8 .right-menu {
    width: 321.28px;
  }
}
@media (min-width: 1200px) {
  .style-2.style-8 .right-menu {
    width: 351.28px;
  }
  .logo-container {
    max-width: 323px;
  }
}
@media (min-width: 1330px) {
  .logo-container {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .style-2.style-8 .right-menu {
    width: 450.27px;
  }
}
