@charset "utf-8";
@import url('icomoon.css');

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/Open Sans.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Open Sans.eot?#iefix") format("Lato-Regular"), url("fonts/Open Sans.woff") format("woff"), url("fonts/Open Sans.woff2") format("woff2"), url("fonts/Open Sans.ttf") format("truetype"), url("fonts/Open Sans.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
@font-face {
  font-family: 'AILERONBOLD';
  src: url("fonts/AILERONBOLD.eot");
  /* IE9 Compat Modes */
  src: url("fonts/AILERONBOLD.eot?#iefix") format("Lato-Regular"), url("fonts/AILERONBOLD.woff") format("woff"), url("fonts/AILERONBOLD.woff2") format("woff2"), url("fonts/AILERONBOLD.ttf") format("truetype"), url("fonts/AILERONBOLD.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
@font-face {
  font-family: 'GALANOGROTESQUEDEMOBOLD';
  src: url("fonts/GALANOGROTESQUEDEMOBOLD.eot");
  /* IE9 Compat Modes */
  src: url("fonts/GALANOGROTESQUEDEMOBOLD.eot?#iefix") format("Lato-Regular"), url("fonts/GALANOGROTESQUEDEMOBOLD.woff") format("woff"), url("fonts/GALANOGROTESQUEDEMOBOLD.woff2") format("woff2"), url("fonts/GALANOGROTESQUEDEMOBOLD.ttf") format("truetype"), url("fonts/GALANOGROTESQUEDEMOBOLD.svg#Lato-Regular") format("svg");
  font-display: swap;
  /* Legacy iOS */ }
body {
  margin: 0px;
  padding: 0px;
  font-family: "OpenSans",'lato', sans-serif;
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.55em;
  -webkit-text-size-adjust: none;
  color: #222;
  letter-spacing: 0.1px;
  overflow-x: hidden; }

@media screen and (max-width: 1140px) {
  body {
    font-size: 14px; }
}
@media screen and (max-width: 1080px) {
  body {
    padding: 10px; }
}
a:hover {
  text-decoration: none; }

:root {
  --orange-color:rgba(237,114,42,1);
  --Green-color: #3c6a36;
  --blue-color:rgba(0,142,206,1);
  --light-blue-color:#83ab29;
  --white-color:rgba(255,255,255,1);
  --yellow-color:#ec9e40;
  --light-green-color: #83ab29;
  --dark-blue--color:rgba(18,57,75,1);
  --black-color:rgba(61,61,61,1);
  --light-blackColor:#7d7f80;
  --red-color:rgba(228,60,92,1);
  --light-red-color:rgba(253,239,242);
  --darkBlack-color:#111;
  --purple-color:rgba(103,84,152,1);
  --light-purple-color:rgba(148,136,180,1); }



a:hover {
  color: var(--light-blue-color);
  transition: color .3s; }

a {
  color: #238dca;
  text-decoration: none; }

h1, h2, h3,h4, h5, h6 {
  font-family: "GALANOGROTESQUEDEMOBOLD";
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.25em;
}

ul,ol{
  margin-bottom: 25px;
  margin-top: 0;
}
ul{
  list-style: none;
  padding: 0;
}
li{
  margin-bottom: 10px;
}

h3 {
  font-size: 1.4rem; }



p {
  margin-bottom: 25px;
  margin-top: 0;
}


img {max-width: 100%;height: auto; }

sub,
sup {
  position: relative;
  font-size: 50%;
  line-height: 0; }

.clear {
  clear: both; }



.row-layout {
  display: flex;
  margin-bottom: 0;
}
.navigation_title > li{
  margin-bottom: 0;
}
.navigation_title > li > ul > li > a{
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 1080px) {
  .row-layout {
    flex-direction: column; } }
@media screen and (min-width: 1081px) {
  .row-layout {
    flex-direction: row; } }
.gotop {
  position: fixed;
  border: 1px solid white;
  background: none;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  bottom: 140px;
  right: 10px;
  z-index: 100;
  background: var(--light-blue-color);
  cursor: pointer;
  outline: none;
  display: none; }

.gotop > span {
  font-size: 24px;
  color: #f2f8f8; }

@media screen and (min-width: 1081px) {
  .header-shell {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: var(--white-color); }
  .header-shell .naviBlock {
    position: relative;
    padding: 5px 0;
  }
  .header-shell .naviBlock > .row-layout {
    justify-content: space-between;
    align-items: center; } }
@media screen and (max-width: 1080px) {
  .header-shell .naviBlock {
    background: #fff;
  }
  .header-shell .naviBlock .logo{
    display: none;
  }
}
.logo {
  position: relative;
  width: 260px;
  display: block;
}

/**************************************************mobile-menu****************************************************/
@media screen and (max-width: 1080px) {
  .mobile-menu svg {
    height: 60px;
    position: absolute;
    width: 60px; }

  .mobile-menu {
    height: 60px;
    width: 60px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 200;
  }
  .mobile-menu.active+.navigation_title{
    display: block;
  }

    /*    .burger {
            filter: url(#gooeyness);
        }*/
  .mobile-menu .x {
    transform: scale(0);
    transition: transform 400ms; }

  .mobile-menu .line {
    fill: none;
    stroke: white;
    stroke-width: 6px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms; }

  .x .line {
    stroke-width: 5.5px; }

  .mobile-menu .line2 {
    stroke-dasharray: 40 200;
    stroke-dashoffset: 0px; }

  .mobile-menu .line3 {
    stroke-dasharray: 40 179;
    stroke-dashoffset: 0px; }

  .active .line {
    transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms; }

  .active.mobile-menu .line1 {
    transform: scale(0, 1);
    transition: transform 500ms 100ms; }

  .active.mobile-menu .line2 {
    stroke-dasharray: 5px 200;
    stroke-dashoffset: -164px; }

  .active.mobile-menu .line3 {
    stroke-dasharray: 5px 179;
    stroke-dashoffset: -142px; }

  .active.mobile-menu .x {
    transform: scale(1);
    transition: transform 400ms 350ms; } }
@media screen and (min-width: 1081px) {
  .mobile-menu {
    display: none; } }
/**************************************************mobile-menu****************************************************/
.navigation_title > li > ul{
  overflow-y: auto;
  max-height: 80vh;
}
@media screen and (min-width: 1081px) {
  .navigation_title {
    display: flex; }
  .navigation_title > li {
    padding: 25px 10px;
    --display:grid;
    --leng:0; }
  .navigation_title > li > a {
    color: var(--black-color) !important;
    font-size: 1.1rem;
    position: relative;
    font-family: "AILERONBOLD";
    font-weight: bold; }
  .navigation_title > li > a::before {
    position: absolute;
    content: '';
    background: var(--black-color);
    height: 1px;
    bottom: -10px;
    left: 0;
    width: var(--leng);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
  .navigation_title > li > ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 85%;
    left: 0;
    background: var(--white-color);
    padding: 30px;
    box-shadow: 1px 2px 6px 2px rgba(33, 33, 33, 0.2); }
  .navigation_title > li > ul > li > a {
    font-weight: bold; }
  .navigation_title > li > ul li {
    position: relative;
    width: 100%; }
  .navigation_title > li > ul li a {
    color: var(--black-color); }
  .navigation_title > li > ul li span {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer; }
  .navigation_title > li > ul li ul {
    display: none; }
  .navigation_title > li > ul > li > ul {
    display: block; }
  .navigation_title > li > ul > li > ul ul{
    margin: 10px 0 0 20px;
  }
  .navigation_title > li > ul > li > span {
    display: none; }
  .navigation_title > li:hover {

    --leng:100%; }
  .navigation_title > li:hover > ul {
    display: var(--display);
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between; } }
@media screen and (min-width: 1081px) and (max-width: 1200px) {
  .navigation_title > li {
    padding: 20px 10px; } }
@media screen and (max-width: 1080px) {
  .navigation_title {
    display: none;
    margin-top: 60px;
    width: 100%; }
  .navigation_title li {
    position: relative; }
  .navigation_title > li {
    padding: 5px 0; }
  .navigation_title > li > a {
    font-weight: bold; }
  .navigation_title a {
    color: var(--white-color) !important; }
  .navigation_title ul {
    display: none;
    margin-left: 15px; }
  .navigation_title span {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
    color: var(--white-color); }

  .mobile-nav {
    position: relative;
    background: var(--light-green-color);
    padding: 10px;
    max-height: 70vh;
    overflow-y: auto;
    min-height: 60px; }
  .mobile-nav::before {
    position: absolute;
    content: 'Menu';
    left: 10px;
    top: 10px;
    color: var(--white-color);
    font-weight: bold;
    font-size: 1.2rem; } }
.fixed_header-shell {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-animation: ease-in-out frombottom 0.5s;
  -o-animation: ease-in-out frombottom 0.5s;
  animation: ease-in-out frombottom 0.5s;
  height: max-content;
  box-shadow: 1px 2px 4px 1px rgba(12, 12, 12, 0.1);
  width: 100%; }


.rotate-angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

.header-search {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.header-search > input {
  position: relative;
  padding: 10px 20px;
  outline: none;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.header-search > input::-webkit-input-placeholder {
  color: var(--yellow-color); }

.header-search > input::-moz-placeholder {
  color: var(--yellow-color); }

.header-search > input:-ms-input-placeholder {
  color: var(--yellow-color); }

.header-search > span {
  position: relative;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  color: var(--yellow-color);
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center; }

.header-search > .search-close {
  display: none; }

@media screen and (min-width: 1081px) {
  .header-search > input {
    width: 300px; } }
.search-platform {
  position: absolute;
  padding: 6px 15px;
  background: var(--white-color);
  border-radius: 4px;
  box-shadow: 1px 1px 4px 2px #b5b5b6;
  display: flex;
  justify-content: center;
  top: 60px;
  right: 0; }

.search-platform > input {
  position: relative;
  padding: 10px;
  border: 1px solid var(--yellow-color);
  outline: none; }

.search-platform > button {
  position: relative;
  margin-left: 10px;
  outline: none;
  border-radius: 4px;
  background: var(--yellow-color);
  border: 1px solid var(--yellow-color);
  color: var(--white-color);
  cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw; }

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}
@media (min-width: 1300px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
.row {
  margin-left: -1em;
  margin-right: -1em; }

/*.row:after{
  display: table;
  content: " ";
}
.row:after{
  clear: both;
}*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 1em;
  padding-left: 1em; }

/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}*/
.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  /* .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
     float: left;
   }*/
  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  /*  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }*/
  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  /*  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }*/
  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
@media screen and (min-width: 1081px) {
  .row-layout {
    display: flex; }

  .row {
    display: flex;
    flex-flow: wrap; }

  .rowCenter {
    align-items: center; } }
/**********************************************************************new-nuka-btn*********************************************************************************/
/* Nuka */
.new-nuka-btn {
  position: relative;
  max-width: 200px;
  width: 160px;
  height: 40px;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  text-transform: uppercase;
  --bordercolor:var(--yellow-color);
  border: 1px solid var(--bordercolor);
  background: none;
  --bckgroundHeight:100%;
  z-index: 10;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden; }
.new-nuka-btn::before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: var(--bckgroundHeight);
  background: var(--yellow-color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.2s;
  z-index: -1; }
.new-nuka-btn:hover {
  --bckgroundHeight:0;
  --bordercolor: var(--white-color);
  color: var(--white-color); }

/**********************************************************************new-nuka-btn*********************************************************************************/
/************************************btnWord****************************************/
.btnWord {
  border: none;
  outline: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 5px 30px;
  /*height: 40px;*/
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--white-color); }

.btnWord > span {
  color: white;
  display: block;
  position: relative; }

.btnWord:hover > span:nth-child(odd) {
  -webkit-animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  -o-animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  animation: word_to_up cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s; }

.btnWord:hover > span:nth-child(even) {
  -webkit-animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  -o-animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s;
  animation: wordtodown cubic-bezier(0.85, 0.2, 0.25, 1.2) 0.4s; }

@-webkit-keyframes word_to_up {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes word_to_up {
  0% {
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes wordtodown {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wordtodown {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    -o-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.btnWord:hover > span:nth-child(2) {
  animation-delay: 0.01s; }

.btnWord:hover > span:nth-child(3) {
  animation-delay: 0.1s; }

.btnWord:hover > span:nth-child(4) {
  animation-delay: 0.15s; }

.btnWord:hover > span:nth-child(5) {
  animation-delay: 0.2s; }

.btnWord:hover > span:nth-child(6) {
  animation-delay: 0.25s; }

.btnWord:hover > span:nth-child(7) {
  animation-delay: 0.3s; }

.btnWord:hover > span:nth-child(8) {
  animation-delay: 0.35s; }

.btnWord:hover > span:nth-child(9) {
  animation-delay: 0.4s; }

.btnWord:hover > span:nth-child(10) {
  animation-delay: 0.45s; }

.btnWord:hover > span:nth-child(11) {
  animation-delay: 0.5s; }

.btnWord:hover > span:nth-child(12) {
  animation-delay: 0.55s; }

.btnWord:hover > span:nth-child(13) {
  animation-delay: 0.6s; }

.btnWord:hover > span:nth-child(14) {
  animation-delay: 0.65s; }

.btnWord:hover > span:nth-child(15) {
  animation-delay: 0.7s; }

.btnWord:hover > span:nth-child(16) {
  animation-delay: 0.75s; }

.btnWord:hover > span:nth-child(17) {
  animation-delay: 0.8s; }

.btnWord:hover > span:nth-child(18) {
  animation-delay: 0.85s; }

.btnWord:hover > span:nth-child(19) {
  animation-delay: 0.9s; }

/************************************btnWord****************************************/
/************************************footer****************************************/
.footerLayout {
  position: relative;
  width: 100%;
  background: #F2F3F7;
  color: #222; }

.boldFont {
  font-family: GALANOGROTESQUEDEMOBOLD;
  font-size: 1.2rem; }

.bottom_message {
  position: relative;
  display: grid;
  padding: 10px;
  margin: auto;
  grid-gap: 20px; }
.bottom_message .header-contact {
  width: max-content;
  margin: 20px 0; }
.bottom_message .row-layout {
  align-items: center; }

.bottom_message a:hover {
  color: var(--blue-color); }

@media screen and (min-width: 1081px) {
  .bottom_message {
    padding: 50px 0;
    grid-template-columns: 30% 32% 32%;
    justify-content: space-between; } }

.contact-data{
  position: relative;
}
.footerLayout .contact-data{
  margin-bottom: 20px;
}
.contact-data > li {
  position: relative;
  padding-left: 35px;
  margin: 10px 0 10px 0;
  color: var(--black-color); }
.contact-data > li a {
  color: var(--black-color); }
.contact-data > li a:hover {
  color: var(--orange-color); }

@media screen and (min-width: 1081px) {
  .header-contact {
    justify-content: space-between; } }
.header-contact {
  position: relative;
  display: flex;
  margin-left: 20px; }

.header-contact > li {
  margin: 0 10px; }
.header-contact > li:nth-child(1) > a {
  background: #375999; }
.header-contact > li:nth-child(2) > a {
  background: #00ABF1; }
.header-contact > li:nth-child(3) > a {
  background: #127BB5; }
.header-contact > li > a {
  color: var(--white-color) !important;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.header-contact > li > a:hover {
  background: var(--orange-color) !important; }

.bottom_median {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  font-size: 0.9em;
  color: var(--black-color);
  background: #E1E6EC; }

.footer-link {
  position: relative; }
.footer-link li {
  position: relative; }

.footer-link a {
  color: var(--black-color) !important;
  margin: 10px 0;
  display: block; }

.footer-link a:hover {
  color: var(--yellow-color) !important; }

.cap-title {
  position: relative;
  width: 100%;
  font-family: "GALANOGROTESQUEDEMOBOLD";
  font-size: 1.2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
 

.cap-title > a {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  color: var(--white-color); }

.cap-title > a:hover {
  color: var(--blue-color); }

.cap-title::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  bottom: 0; }



.contact-address::before, .contact-email::before, .contact-call::before, .contact-fax::before {
  position: absolute;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-family: "icomoon";
  width: 30px;
  height: 30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  font-size: 1.2rem;
  color: #999
}

.contact-address::before {
  content: "\e904"; }

.contact-email::before {
  content: "\e931"; }

.contact-call::before {
  content: "\e97b"; }

.contact-fax::before {
  content: "\e942"; }

/************************************footer****************************************/
.bannerBtn {
  position: relative;
  color: var(--white-color) !important;
  padding: 8px 20px;
  --width:50%;
  width: max-content;
  margin: 30px 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  z-index: 1; }
.bannerBtn::before {
  position: absolute;
  content: '';
  height: 100%;
  width: var(--width);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  top: 0;
  left: 0;
  background: var(--light-blue-color);
  z-index: -1; }
.bannerBtn:hover {
  --width:100%; }

.center-layout {
  position: relative;
  display: flex;
  justify-content: center; }

/*****************************************************slideHorizontal**************************************************************/
.slideHorizontal {
  position: relative;
  margin: 60px -50px;
  display: flex;
  align-items: center; }

.slideHorizontal .operateLeft, .slideHorizontal .operateRight {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-size: 2em;
  cursor: pointer; }

.slideHorizontal .operateLeft {
  left: 10px; }

.slideHorizontal .operateRight {
  right: 10px; }

.slideHorizontal .border_ {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden; }

.slideHorizontal .border_ .moveCurrent {
  transition: all linear 0.4s; }

.slideHorizontal .border_ > ul {
  position: relative;
  display: flex;
  width: 9000px; }

.slideHorizontal .border_ > ul li {
  position: relative;
  margin: 0 10px; }

/*****************************************************slideHorizontal**************************************************************/
.categoriesList {
  position: relative;
  color: var(--black-color); }
.categoriesList li {
  position: relative;
  background: var(--white-color);
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1); }
.categoriesList li a {
  position: relative;
  color: var(--black-color);
  display: flex;
  flex-direction: column;
  align-items: center; }
.categoriesList li a h4 {
  font-size: 1.4em;
  font-family: GALANOGROTESQUEDEMOBOLD;
  text-align: center; }
.categoriesList li a p {
  text-align: center; }

.newBtn {
  position: relative;
  color: var(--white-color) !important;
  padding: 8px 30px;
  --width:100%;
  width: max-content;
  margin: 30px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  z-index: 1; }
.newBtn::before {
  position: absolute;
  content: '';
  height: 100%;
  width: var(--width);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  top: 0;
  left: 0;
  background: var(--orange-color);
  z-index: -1; }
.newBtn:hover {
  --width:50%;
  color: var(--black-color) !important; }

.main-fourth {
  position: relative;
  background: linear-gradient(to right, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, .15));
  color: #5a683a;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.main-fourth p {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.main-fourth .newBtn {
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.main-fourth .newBtn:before {
  background: var(--light-green-color); }

@media screen and (min-width: 1081px) {
  .main-fourth .container {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

/*# sourceMappingURL=base.css.map */

.share-box a{
  display: inline-block;
  margin-left: 13px;
}


@media(min-width: 992px) {
  .grid-item {
    --number:auto-fill;
    --width: 160px;
    margin-bottom: 25px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(var(--number),minmax(var(--width),1fr));
  }

  .grid {
    display: grid;
    --rate: 48% 48%;
    row-gap: 15px;
    grid-template-columns: var(--rate);
    justify-content: space-between;
    margin-bottom: 25px;
  }
}

@media(max-width: 992px) {
  .grid-item>*,.grid >* {
    margin-bottom:30px;
  }
}

.grid-item:before,.grid-item:after,.grid:before,.grid:after {
  display: none;
}

.img-box,.pic-box {
  position: relative;
  min-height: 140px;
  overflow: hidden;
}

.img-box img,.pic-box img {
  min-height: 100%;
  min-width: 100%;
  max-width: 110%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}