html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, 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, button {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  color: #d04b0a;
}

textarea {
  height: auto;
  min-height: 50px;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

.clearfloat:before, .clearfloat:after {
  content: "";
  display: table;
}
.clearfloat:after {
  clear: both;
}
/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
  *zoom: 1;
}

hr{
  background: rgba(0, 0, 0, .15);
  width: 100%;
  height: 1px;
  border: none;
  padding: 0px;
  margin: 20px 0px;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

iframe{
  max-width: 100%;
}

select {
  width: 100%;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

/* Scrollbar*/
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 50px;
  border: 1px solid transparent;
  height: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 0, 0);
}

/*FONTS--------------------------------------------------------------------*/
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'),
        url('../webfonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Black'), local('Montserrat-Black'),
        url('../webfonts/Montserrat-Black.woff2') format('woff2'),
        url('../webfonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
        url('../webfonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../webfonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
        url('../webfonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../webfonts/Montserrat-Bold.woff2') format('woff2'),
        url('../webfonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'),
        url('../webfonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'),
        url('../webfonts/Montserrat-Light.woff2') format('woff2'),
        url('../webfonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Italic'), local('Montserrat-Italic'),
        url('../webfonts/Montserrat-Italic.woff2') format('woff2'),
        url('../webfonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'),
        url('../webfonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'),
        url('../webfonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
        url('../webfonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../webfonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../webfonts/Montserrat-Medium.woff2') format('woff2'),
        url('../webfonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../webfonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../webfonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),
        url('../webfonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
        url('../webfonts/Montserrat-MediumItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Thin'), local('Montserrat-Thin'),
        url('../webfonts/Montserrat-Thin.woff2') format('woff2'),
        url('../webfonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../webfonts/Montserrat-Regular.woff2') format('woff2'),
        url('../webfonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'),
        url('../webfonts/Montserrat-ThinItalic.woff2') format('woff2'),
        url('../webfonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

.text, p{
  line-height: 26px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
    color: #042449;
    text-transform: none;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6{
  color: #1f9ea5;
  text-transform: uppercase;
  font-weight: bold;
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 72px;
}
h3 {
  font-size: 50px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 26px;
}

/*
################################################
#                                              #
#   author:  webrix-studio                     #
#   url:  http://webrix-studio.com             #
#                                              #
################################################
 */
/*BODY-------------------------------------------------------------------*/
body {
  background-color: #fff;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #606a75;
  font-size: 17px;
}
.wrapper{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/*-------------- header ---------------*/
header{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #5d9fab;
  z-index: 900;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
header:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: calc(100% + 30px);
    background: #1F9EA5;
    background: linear-gradient(180deg, rgba(31, 158, 165, 0.7) 0%, rgba(31, 158, 165, 0) 100%);
    z-index: -1;
}
.header-main{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.header-main .wrapper{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 130px;
}
.header-right{
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 420px);
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}
.header-right-top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    box-sizing: border-box;
}

/*----------------------- sticky -------------------------*/


/*----------------------- logo -------------------------*/
.logo{
    position: relative;
    z-index: 100;
}
.logo a{
    display: flex;
    align-items: center;
    position: relative;
    width: 420px;
    box-sizing: border-box;
}
.logo a span{
    display: inline-block;
    padding-left: 15px;
    color: #89c8d4;
    line-height: 17px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.logo a strong{
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 7px;
}

/*-------------- language ---------------*/
.languages{
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 5;
  line-height: 42px;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #5d9fab;
}
.languages img{
  margin-right: 6px;
  position: relative;
  top: -1px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
}
.lang-choice{
  position: relative;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
/*
.lang-choice:before{
  content: '\f0ac';
  font-family: 'Font Awesome 6 Pro';
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  left: 0px;
}*/
.lang-choice i{
  margin-left: 7px;
}
.lang-list{
  position: absolute;
  min-width: 135px;
  top: calc(100% + 3px);
  right: 0px;
  display: none;
  z-index: 10;
  background: #042449;
  margin: 0px;
  padding: 10px 0px;
  list-style-type: none;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}
.lang-list li{
  display: block;
}
.lang-list li a{
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 5px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
}
.lang-list li a:hover{
  color: #89c8d4;
}

/*----------------------- header buttons -------------------*/
.header-btns{
  margin-left: 50px;
}
.header-btns .btn{
  margin-top: 0px;
  margin-right: 10px;
  min-height: 46px;
  padding: 5px 25px 6px;
}

/*---------------------------- search ------------------------------*/
.search-form{
    display: none;
  position: absolute;
  top: 100%;
    left: 0px;
    right: 0px;
    width: auto;
    border: none;
    background: rgba(0, 0, 0, .35);
    padding: 15px 20px;
    box-sizing: border-box;
  z-index: 3;
}
.search-wrap{
  background: #fff;
  width: 100%;
    max-width: 800px;
    border-radius: 25px;
    margin: 0 auto;
    padding: 2px;
    position: relative;
  box-sizing: border-box;
}
.search-input{
  float: left;
  background: none;
  border-radius: 25px;
  width: calc(100% - 48px);
  border: 0px;
  padding: 0px 20px;
  color: #000;
  font-size: 15px;
  height: 42px;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  outline: none;
  box-sizing: border-box;
}
.search-submit{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  float: right;
  height: 42px;
  font-size: 18px;
  color: #fff;
  width: 42px;
  border-radius: 50%;
  background: #1f9ea5;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.search-submit:hover{
  background: #042449;
}

/*--------- responsive search ----------*/
.search-link{
  display: block;
  height: 46px;
  width: 46px;
  background: rgba(255, 255, 255, .18);
  border-radius: 50%;
  text-align: center;
  text-indent: -9999em;
  font-size: 0;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.search-link:hover{
    background: #1f9ea5;
}
.s-search:before, .s-close:before{
  content: "";
  font-family: 'Font Awesome 6 Pro';
  font-size: 18px;
  position: absolute;
  top: 0px;
  left: 50%;
  color: #fff;
  line-height: 46px;
  font-weight: 300;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.s-search:before {
  content: "\f002";
}
.s-close:before {
  content: "\f00d";
}

/*--------- live search ----------*/
.fluid-menu {
  top: 120%;
  left: 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  position: absolute;
  text-align: left;
  z-index: 9999;
  background: #fff;
  border-radius: 5px;
  padding: 0px 18px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  -webkit-box-sizing: border-box;
}
.search-wrap:hover .fluid-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.fluid-menu h4 {
  font-size: 13px;
  padding-top: 13px;
  padding-bottom:13px;
}
.fluid-menu .more{
  margin-top: 0px;
  text-decoration: underline;
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
}
.fluid-menu .more:hover{
  text-decoration: none;
}
.fluid-menu .list-btm{
  padding: 8px 0px 13px;
}

/*-------------- other menu ---------------*/
.other-menu{
  position: relative;
  z-index: 10;
}
.other-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.other-menu > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.other-menu ul li{
  position: relative;
  display: block;
}
.other-menu > ul > li{
  margin-right: 25px;
}
.other-menu > ul > li:last-child{
  margin-right: 0px;
}
.other-menu ul li a{
  display: block;
  font-size: 15px;
  color: #fff;
  position: relative;
  white-space: nowrap;
}
.other-menu > ul > li:hover > a, .other-menu ul li.current > a{
  color: #fff;
}
/* submenu */
.other-menu > ul > li > .submenu-wrap {
  top: 100%;
  right: 0;
}
.other-menu ul li .submenu-wrap {
  opacity: 0;
  min-width: 220px;
  padding-top: 5px;
  visibility: hidden;
  position: absolute;
}
.other-menu ul li ul {
  text-align: left;
  z-index: 9999;
  background: #042449;
  padding: 15px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}
.other-menu ul li ul li{
}
.other-menu ul li ul li:last-child{
  border-bottom: none;
}
.other-menu ul li ul li a{
    display: block;
    height: auto;
    padding: 9px 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    white-space: normal;
}
.other-menu ul li ul li ul {
  top: 0;
  left: 100%;
}
.other-menu ul li:hover > .submenu-wrap {
  visibility: visible;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.other-menu > ul > li:hover > .submenu-wrap {
  top: 100%;
  opacity: 1;
}
.other-menu ul li ul li a:hover{
  color: #89c8d4;
}
/* sub submenu */
.other-menu ul li ul li .submenu-wrap {
  top: -17px;
  left: 100%;
}
.other-menu ul li ul li:hover .submenu-wrap {
  left: 100%;
  opacity: 1;
}

/*----------------------------- menu -------------------------------*/
#menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#menu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#menu ul li{
  display: block;
  position: relative;
}
#menu > ul > li{
    margin-right: 30px;
}
#menu > ul > li:last-of-type{
    margin-right: 0px;
}
#menu ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding: 0px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.35);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
#menu > ul > li:hover > a, #menu > ul > li.current > a{
  color: #89c8d4;
}
#menu ul li i.fa-house{
  color: #fff;
  margin: 0px;
  font-size: 18px;
}
#menu > ul > li:hover > a i.fa-house{
  color: #89c8d4;
}
#menu ul li i{
  display: inline-block;
  color: #c0baab;
  position: relative;
  margin-left: 10px;
}
/* submenu */
#menu ul li .submenu-wrap {
  opacity: 0;
  width: 220px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: #042449;
  z-index: 4;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#menu ul li:hover > .submenu-wrap {
  visibility: visible;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#menu > ul > li:hover > .submenu-wrap {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#menu > ul > li:last-of-type .submenu-wrap{
  left: auto;
  right: 0px;
}
#menu ul li ul {
  text-align: left;
  z-index: 9999;
  padding: 15px 20px;
  display: block;
}
#menu ul li ul li:last-child{
  border-bottom: none;
}
#menu ul li ul li a{
  display: block;
  height: auto;
  padding: 9px 0px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  white-space: normal;
}
#menu ul li ul li ul {
  top: 0;
  left: 100%;
}
#menu ul li ul li:hover ul {
  left: 100%;
  opacity: 1;
}
#menu ul li ul li:hover > a{
  color: #89c8d4;
}
/* sub submenu */
#menu ul li ul li .submenu-wrap {
  top: -15px;
  left: 100%;
}
#menu ul li ul li:hover .submenu-wrap {
  left: 100%;
  opacity: 1;
}

/* mega menu */
#menu ul li.mega-menu{
  position: static;
}
#menu ul li.mega-menu .submenu-wrap {
  right: 0;
  width: auto;
  margin: 0px 20px;
  padding: 20px 10px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
#menu ul li.menu-col-3 .submenu-wrap {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
#menu ul li.menu-col-4 .submenu-wrap {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
}
#menu ul li.menu-col-5 .submenu-wrap {
  -webkit-columns: 5;
  -moz-columns: 5;
  columns: 5;
}
#menu ul li.menu-col-6 .submenu-wrap {
  -webkit-columns: 6;
  -moz-columns: 6;
  columns: 6;
}
#menu ul li.menu-col-7 .submenu-wrap {
  -webkit-columns: 7;
  -moz-columns: 7;
  columns: 7;
}
#menu ul li.mega-menu .submenu-wrap ul{
  margin-bottom: 20px;
  padding: 0 10px;
}
#menu ul li.mega-menu .submenu-wrap ul li{
  padding: 0px;
}
#menu ul li .submenu-wrap ul li.main-cat{
    /*pointer-events: none;*/
}
#menu ul li .submenu-wrap ul li.main-cat a{
  position: relative;
  vertical-align: top;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  white-space: normal;
}

/*------------------------- Buttons in site -------------------------*/
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #d04b0a;
  min-width: 190px;
  min-height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 30px 6px;
  border: 1px solid transparent;
  border-radius: 28px;
  margin-top: 45px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
}
.btn:hover{
  background: #042449;
}
.btn i{
  font-size: 16px;
}
.btn img, .btn i{
  margin-right: 8px;
}
.btn-transp{
  border: 1px solid #d04b0a;
  background: transparent;
  color: #d04b0a;
}
.btn-transp:hover{
  background: #d04b0a;
  color: #fff;
}
.btn-transp-blue{
  border: 1px solid #1f9ea5;
  background: transparent;
  color: #1f9ea5;
}
.btn-transp-blue:hover{
  background: #1f9ea5;
  color: #fff;
}
.btn-blue{
  background: #1f9ea5;
}
.btn-dark-blue{
  background: #042449;
}
.btn-dark-blue:hover{
  background: #d04b0a;
}
.btn-white{
  background: #fff;
  color: #042449;
}
.btn-white:hover{
  background: #042449;
  color: #fff;
}

.btn-place{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btn-place .btn{
  margin-right: 10px;
}
.btn-place .btn:last-of-type{
  margin-right: 0px;
}

/*------------------------ banner --------------------------*/
.b-wrap{
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.b-image{
    height: 100%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
  box-sizing: border-box;
}
.b-image img{
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ban-text-wrap{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #042449;
  background: linear-gradient(0deg, rgba(4, 36, 73, 0.5) 0%, rgba(4, 36, 73, 0) 50%, rgba(4, 36, 73, 0.5) 100%);
  z-index: 1;
}
.ban-text-wrap .wrapper{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.ban-text{
  width: 100%;
  max-width: 660px;
  margin-bottom: 90px;
  text-shadow: 0px 10px 40px rgba(0,0,0,0.3);
  box-sizing: border-box;
}
.b-title{
  font-size: 60px;
  font-weight: bold;
  color: #1f9ea5;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.ban-text a{
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.fade{
  overflow: hidden;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.fade .slick-list, .fade .slick-track{
    height: 100%;
    box-sizing: border-box;
}
.fade.slick-slider .slick-slide{
  opacity: 1;
  visibility: visible;
}
.fade.slick-slider div.slick-active .b-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 5s ease-out;
  transition: all 5s ease-out;
}
.fade.slick-slider div.reset-animation .b-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.fade .slick-dots{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 25px 0px;
}
.fade .slick-dots li button{
  background: #fff;
}
.fade .slick-prev{
  left: 10px !important;
}
.fade .slick-next{
  right: 10px !important;
}
.fade .slick-prev:before, .fade .slick-next:before{
  color: #777;
}

/*-------------------------- title in site ---------------------------*/
.title{
  margin-bottom: 50px;
}
.suptitle{
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #606a75;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 65px;
}

/*---------------------------------------- section about us --------------------------------------*/
.about-us{
    overflow: hidden;
    padding: 120px 0px 80px;
    position: relative;
    background: url('../images/bgr1.png') no-repeat right top;
    box-sizing: border-box;
}
.about-us .wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about-us .title{
  width: 50%;
  padding-right: 40px;
  margin-bottom: 0px;
  box-sizing: border-box;
}
.about-us .suptitle{
    max-width: 360px;
}
.about-us-info{
  width: 50%;
  max-width: 475px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.about-us-info h5{
  margin-bottom: 40px;
  line-height: 42px;
}

/*---------------------------------------- section accents --------------------------------------*/
.accents{
  position: relative;
  background: url('../images/bgr2.png') no-repeat left top;
  overflow: hidden;
  box-sizing: border-box;
}
.accents-wrapper-big{
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 auto;
  box-sizing: border-box;
}
.accents .wrapper{
  margin: 0px -20px 0px 0px;
}
.acc-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
  justify-content: center;
  counter-reset: counter;
  box-sizing: border-box; 
}
.acc-item{
  width: 33.333%;
  position: relative;
  padding: 0px 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.acc-item figure{
  overflow: hidden;
  position: relative;
}
.acc-item figure img{
  max-width: none;
  width: 100%;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: scale3d(1.01,1.01,1);
  transform: scale3d(1.01,1.01,1);
}
.acc-item figure:hover img{
  -webkit-transform: scale3d(1.07,1.07,1);
  transform: scale3d(1.07,1.07,1);
}
.acc-item figcaption{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: rgba(4, 36, 73, .3);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  box-sizing: border-box;
}
.acc-item figure:hover figcaption{
  background: rgba(4, 36, 73, .8);
}
.acc-item figcaption:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50%;
  background: #042449;
  background: linear-gradient(180deg, rgba(4, 36, 73, 0.8) 0%, rgba(4, 36, 73, 0) 100%);
  z-index: -1;
}
.acc-title{
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: none;
  position: relative;
  box-sizing: border-box;
}
.acc-item .acc-title::before {
  content: counter(counter, decimal-leading-zero);
  counter-increment: counter;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.acc-item .btn{
  margin-top: 0px;
}
.acc-item figure:hover .btn{
    background: #d04b0a;
    color: #fff;
}
.view {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  font-size: 0px;
  opacity: 0;
}

/*---------------------------------------- section index news --------------------------------------*/
.index-news{
  position: relative;
  padding: 90px 0px;
  overflow: hidden;
}
.index-news .title{
  text-align: center;
}
.blog-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.blog-item{
  width: 25%;
  margin-bottom: 20px;
  padding: 0px 15px;
  box-sizing: border-box;
}
.blog-item > div{
  position: relative;
  padding-left: 33px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  box-sizing: border-box;
}
.blog-item figure{
  position: relative;
  overflow: hidden;
  margin-bottom: 33px;
}
.blog-item figure a{
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-item figure a img{
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: scale3d(1.01,1.01,1);
  transform: scale3d(1.01,1.01,1);
}
.blog-item > div:hover figure a img{
  -webkit-transform: scale3d(1.06,1.06,1);
  transform: scale3d(1.06,1.06,1);
}
.blog-title{
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
  color: #042449;
}
.blog-title a{
  color: #042449;
  display: block;
}
.blog-item .date{
  position: absolute;
  top: 58px;
  left: -55px;
  width: 130px;
  margin: 0px;
  text-align: right;
  -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.blog-item .btn{
    margin-top: 38px;
}

.slick-slider .blog-item{
  width: auto;
}

/*---------- more link ---------*/
.more-link{
  display: inline-block;
  position: relative;
  color: #d04b0a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 35px;
}
.more-link:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
  transition: 300ms ease transform, 300ms ease background;
  transform-origin: left;
  transform: scaleX(1);
}
.more-link:hover:before{
  transform-origin: right;
  transform: scaleX(0);
}

/*---------------------------------------- simple banners in site --------------------------------------*/
.simple-b{
  margin-bottom: 15px;
}
.simple-b a{
  display: block;
}

/*---------------------------------------- section parallax --------------------------------------*/
.parallax{
  padding: 90px 0px;
  position: relative;
  background: url(../images/parallax1.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  box-sizing: border-box;
}
.parallax .wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 480px;
}
.parallax-text{
  max-width: 550px;
  border: 5px solid #fff;
  padding: 55px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.65); 
  box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.65);
  box-sizing: border-box;
}
.parallax-text h3{
    color: #fff;
}
.parallax-text .more-link{
    color: #fff;
}
.parallax-text .more-link:before{
    background: #fff;
}

/*---------------------------------------- section partners --------------------------------------*/
.partners{
  padding: 90px 0px;
  position: relative;
  z-index: 5;
}
.brand-logo{
  position: relative;
  padding: 0 5px;
  box-sizing: border-box;
}
.brand-logo a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100px;
}
.brand-logo:hover a{
  opacity: 0.7;
}
.brand-logo img{
  max-height: 95%;
  max-width: 95%;
}

/*------------------------------------ footer ----------------------------------*/
footer{
  padding-top: 70px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-top: 1px solid #eaeaef;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.flex-item {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 570px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.footer-bottom {
  border-top: 1px solid #042449;
  padding: 35px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-right{
  text-align: right;
}
.footer-title{
  width: 100%;
  margin-bottom: 25px;
  text-transform: uppercase;
  box-sizing: border-box;
}

/*---------- footer logo -----------*/
.footer-logo{
    margin-bottom: 50px;
}
.footer-logo a span{
    color: #606a75;
}
.footer-logo a strong{
    color: #1f9ea5;
}

/*--------------- copyrigths -----------------*/
.rights{
  font-size: 13px;
  line-height: 20px;
  color: #042449;
}
.logo-webrix{
  display: inline-block;
  margin-top: 12px;
}

/*--------------- our friends -----------------*/
.our-friends{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.our-friends h6{
  font-size: 20px;
  color: #042449;
}
.our-friends a{
  display: inline-block;
  margin-left: 45px;
}

/*--------------- socials -----------------*/
.socials{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.socials a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #042449;
  color: #fff;
  font-size: 0px;
  margin-right: 10px;
  box-sizing: border-box;
}
.socials a i:before{
  font-size: 16px;
}
.socials a:last-of-type{
  margin-right: 0px !important;
}
.socials a:hover{
  background: #d04b0a;
}

/*---------- footer menu -----------*/
.footer-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-menu ul li{
  margin-bottom: 15px;
}
.footer-menu ul li:last-child{
  margin-bottom: 0px;
}
.footer-menu ul li a{
  font-size: 16px;
  color: #042449;
  font-weight: bold;
}
.footer-menu ul li a:hover{
  color: #1f9ea5;
}

/*---------- footer contacts -----------*/
.footer-contacts{
  font-size: 15px;
  line-height: 22px;
}
.footer-contacts a:hover{
  text-decoration: underline;
}
.footer-contacts strong{
  display: inline-block;
  color: #042449;
  font-size: 20px;
  margin-bottom: 10px;
}

.footer-contacts ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-contacts ul li{
  position: relative;
  font-size: 15px;
  color: #a1a1a1;
  margin-bottom: 13px;
  padding-left: 27px;
  line-height: 24px;
}
.footer-contacts ul li a{
  color: #a1a1a1;
}
.footer-contacts ul li a:hover{
  color: #00966e;
}
.li-address:before, .li-phone:before, .li-email:before{
  content: '';
  font-family: 'Font Awesome 6 Pro';
  font-size: 18px;
  color: #00966e;
  width: 20px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: lighter;
}
.li-address:before{
  content: '\f3c5';
}
.li-phone:before{
  content: '\f095';
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); 
}
.li-email:before{
  content: '\f0e0';
}

/*--------------- created by -----------------*/
.created-by{
  background: #eff5f5;
  padding: 45px 0px;
  text-align: center;
  color: #042449;
  font-size: 14px;
}
.created-by a{
  color: #042449;
  text-decoration: underline;
}
.created-by a:hover{
  color: #042449;
  text-decoration: none;
  color: #d04b0a;
}
.created-by img{
  display: inline-block;
  margin-top: 10px;
}

/*--------------- page top button -----------------*/
.page-top{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background: #333;
  border: 1px solid #333;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  z-index: 100;
}
.page-top:hover{
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.page-top.page-top-show{
  visibility: visible;
  opacity: 1;
}

/*------------------------ breadcrumb ----------------------------*/
.breadcrumb{
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0px 0px;
  color: rgba(255, 255, 255, 1);
}
.breadcrumb span{
  display: inline-block;
}
.breadcrumb a{
  position: relative;
  color: rgba(255, 255, 255, 1);
  display: inline-block !important;
  width: auto !important;
}
.breadcrumb a:hover{
  color: rgba(255, 255, 255, 1);
}
.breadcrumb *+*:before {
  content: "\e404";
  font-family: 'Font Awesome 6 Pro';
  display: inline-block;
  margin: 0px 6px;
}

/*---------------------------------- page inside --------------------------------*/
.ban-inner{
  position: relative;
  overflow: hidden;
  height: 480px;
}
.ban-inner > img{
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ban-inner-text{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 130px;
  text-align: center;
  background: #042449;
  background: linear-gradient(0deg, rgba(4, 36, 73, 0.8) 0%, rgba(4, 36, 73, 0.3) 50%, rgba(4, 36, 73, 0.8) 100%);
  z-index: 3;
  box-sizing: border-box;
}
.ban-inner figure{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  z-index: 1;
}
.ban-inner figure img{
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content{
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
  background: url('../images/bgr1.png') no-repeat right top;
}
.text-module{
  margin-bottom: 40px;
}
.main-part{
  float: left;
  width: calc(100% - 380px);
  box-sizing: border-box;
}
.main-part .title{
  text-align: left;
}
.sidebar{
  float: right;
  width: 350px;
  box-sizing: border-box;
}
.sidebar-title{
  margin-bottom: 20px;
  font-size: 26px;
}
.sidebar-border{
  background: #f6f6f6;
  padding: 32px 30px;
  margin-bottom: 30px;
  /*-webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.08);*/
}

/*---------------------------- sidebar accents --------------------------*/
.acc-wrap-sidebar{
  counter-reset: counter;
  box-sizing: border-box;
}
.acc-wrap-sidebar .acc-item{
  width: auto;
  padding: 0px;
  margin-bottom: 30px;
}
.acc-wrap-sidebar .acc-item figcaption{
  padding: 30px;
}
.acc-wrap-sidebar .acc-title{
  font-size: 27px;
}

/*------------------------------- news -------------------------------*/
.one-new{
  position: relative;
  margin-bottom: 60px;
  padding-left: 33px;
  flex-wrap: wrap;
  display: flex;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.index-news .one-new .date{
  position: absolute;
  top: 58px;
  left: -55px;
  width: 130px;
  margin: 0px;
  text-align: right;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.one-new figure{
  width: 45%;
  padding-right: 35px;
  position: relative;
  box-sizing: border-box;
}
.one-new figure a{
  display: block;
  overflow: hidden;
  position: relative;
}
.one-new figure a img{
  max-width: none;
  width: 100%;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: scale3d(1.01,1.01,1);
  transform: scale3d(1.01,1.01,1);
}
.one-new figure:hover img {
  -webkit-transform: scale3d(1.06,1.06,1);
  transform: scale3d(1.06,1.06,1);
}
.one-new-info{
  width: 55%;
  webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  box-sizing: border-box;
}
.one-new-title{
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #042449;
  margin-bottom: 20px;
}
.one-new-title a{
  color: #042449;
}
.one-new-info .text{
  /*max-height: 54px;
  overflow: hidden;*/
}
.one-new-info .btn{
  margin-top: 35px;
}
/*
article.one-new:nth-of-type(2n){
  flex-direction: row-reverse;
}
article.one-new:nth-of-type(2n) figure{
  padding-right: 0px;
  padding-left: 45px;
}*/

/*-------- date ----------- */
.date{
  font-size: 12px;
  margin-bottom: 15px;
  color: #606a75;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.date i{
  margin-right: 5px;
}
.date span{
  margin-right: 20px;
}

/*pagination-----------------------------------------------------------------*/
.pagination{
  padding-top: 20px;
  padding-bottom: 30px;
}
.pagination ul {
  text-align: center;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.pagination li {
  display: inline-block;
  margin: 6px;
  font-size: 18px;
}
.pagination a,
.pagination a:visited {
  display: inline-block;
  color: #000;
  min-width: 12px;
  text-align: center;
  font-weight: normal;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  box-sizing: border-box;
}
.pagination a:hover,
.pagination a:visited:hover {
  border-bottom: 2px solid #e85f29;
}
.pagination a.currentpage {
  cursor: default;
  border-bottom: 2px solid #e85f29;
}
.pagination a.disablelink,
.pagination a.prevnext {
  color: #9f9f9f;
  cursor: default;
}
.pagination a.disablelink:hover,
.pagination a.prevnext:hover {
  color: #9f9f9f;
  background: transparent;
  border-color: transparent;
}

/*--------------------------------------------- news with sidebar ---------------------------------------*/

/*---- sidebar news ----*/
.sidebar-news .one-new{
  align-items: flex-start;
  margin-bottom: 20px;
}
.sidebar-news .one-new figure{
  width: 110px;
  padding: 0px 20px 0px 0px;
  margin-bottom: 0px;
}
.sidebar-news .one-new figure a{
  height: 88px;
}
.sidebar-news .one-new figure a::after{
  display: none;
}
.sidebar-news .one-new figure a img{
  height: 100%;
  object-fit: cover;
}
.sidebar-news .one-new-info{
  width: calc(100% - 110px);
}
.sidebar-news .one-new-title{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: none;
}
.sidebar-news .date{
  font-size: 11px;
  margin-bottom: 7px;
}
/*---- sidebar tags ----*/
.sidebar-tags .tagsContainer{
  margin: 0px;
}
.sidebar-tags .tagsContainer::before{
  display: none;
}

/*---------------------------------- sidebar menu -------------------------------------*/
.sidebar-menu .cd-accordion-menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sidebar-menu .cd-accordion-menu a {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 16px 26px 16px 0px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .1);
  cursor: pointer;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.sidebar-menu .cd-accordion-menu li:last-child a{
  box-shadow: none;
}
.sidebar-menu .cd-accordion-menu a:hover{
  color: #d04b0a;
}
.sidebar-menu .cd-accordion-menu li.sidebar-current > a{
  color: #d04b0a;
}
.sidebar-menu .cd-accordion-menu label {
  height: 50px;
  width: 26px;
}
.sidebar-menu .cd-accordion-menu > li > ul{
  padding-top: 10px;
}
.sidebar-menu .cd-accordion-menu ul a {
  box-shadow: none;
  padding: 9px 26px 9px 20px;
  color: rgba(255, 255, 255, .6);
  text-transform: none;
  font-weight: normal;
}
.sidebar-menu .cd-accordion-menu ul label{
  height: 34px;
}
.sidebar-menu .cd-accordion-menu ul ul a {
  padding-left: 40px;
}
.sidebar-menu .cd-accordion-menu ul ul ul a {
  padding-left: 50px;
}

.sidebar .some-form .btn{
  margin-top: 10px;
  display: block;
}

/*----------------------------------------------- news details --------------------------------------------*/
.heading{
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 35px;
  text-transform: none;
  color: #042449;
}
.simple-image{
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  max-width: 55%;
}
.in-center{
  text-align: center;
  padding-top: 10px;
  margin-bottom: 30px;
}
.in-center img{
  max-width: none;
  width: 100%;
}
.intfig{
  position: relative;
}
.intfig figcaption{
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255,255,255,0.5);
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 5px;
  font-weight: normal;
  color: #444;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.intfig:hover figcaption{
  opacity: 1;
  visibility: visible;
}

/*--------------- simple list in whole site -----------------*/
.text ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.text ul li{
  position: relative;
}
.text ul li:before{
  content: '\f111';
  font-family: 'Font Awesome 6 Pro';
  font-size: 6px;
  position: relative;
  font-weight: bold;
  color: #1f9ea5;
  top: -4px;
  margin-right: 8px;
}

/*------------------------ Tables for whole site ------------------------*/
table {
  width: 100%; 
  border-collapse: collapse; 
  border: none;
  margin-bottom: 30px;
  overflow-x: auto;
  box-sizing: border-box;
}
table th{
  display: table-cell;
  padding: 10px 15px;
  background: transparent;
  font-size: 16px;
  color: #d04b0a;
  border: none;
  border-bottom: 3px solid #d04b0a;
  overflow: hidden;
  text-align: left;
}
table td{
  background: #fff;
  display: table-cell;
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #f3f2f0;
}
table tr:nth-of-type(odd) td{
  background: #f7f7f7;
}

/*------------- Simple gallery in details ------------ */
.simple-gallery{
  margin: 20px -15px 0;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.simple-gallery li{
  width: 50%;
  padding: 0px 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.simple-gallery li a{
  display: block;
  overflow: hidden;
}
.simple-gallery li img{
  max-width: none;
  width: 100%;
}
.simple-gallery li a:hover{
  opacity: 0.75;
}

/*table----------------------------------------------------------------------*/
.nl_osn {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  font-weight: normal;
  box-sizing: border-box;
}
.nl_osn a {
  text-decoration: none;
}
.tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, .1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  cursor: default;
  box-sizing: border-box;
}
.download1 {
  width: 72%;
  webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.tr-right{
  width: 28%;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
a.pdf,
a.pdf:visited {
  display: block;
  font-size:12px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 12px;
  display: table-cell;
  top: 3px;
  position: relative;
  color: #fff;
  background: #d04b0a;
  border-radius: 20px;
}
a.pdf:hover{
  background: #222;
}

/*--------------- video -----------------*/
.video{
  width: 100%;
  margin: 40px auto 0px;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 51%;
  height: 0;
  border: 0px;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------- tags -----------------*/
.tagsContainer{
  margin-top: 30px;
  position: relative;
}
.tagsContainer::before{
  content: '\f02c';
  font-family: 'Font Awesome 6 Pro';
  font-size: 16px;
  color: #000;
  position: relative;
  left: 0px;
  top: 0px;
  margin-right: 10px;
}
.tagsContainer .tag-filter {
  display: inline-block;
  padding: 6px 12px;
  background: #f6f6f6;
  color: #000;
  margin: 0px 5px 9px 0px;
  font-size: 13px;
}
.tagsContainer .tag-filter:hover {
  background: #333;
  color: #fff;
}

/*--------------- share -----------------*/
.share-wrap{
  margin-top: 20px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 14px;
}
.share-wrap i{
  color: #444;
  margin-right: 5px;
  font-size: 15px;
}
.share-btns{
  float: right;
}
.share-btns  a{
  margin: 3px 0px 0px !important;
  padding: 5px 3px !important;
}

/*------------------------- table data sheet -------------------------*/
.table-data-sheet{
  position: relative;
  line-height: 44px;
}
.table-data-sheet > div{
  padding: 0 10px;
}
.table-data-sheet > div:nth-of-type(even){
  background: #f7f7f7;
}
.table-data-sheet strong{
  display: inline-block;
  width: 250px;
  color: #000;
  font-weight: 600;
}

.attribute-list{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.attribute-list li{
  display: block;
  padding: 12px 10px;
}
.attribute-list li:nth-child(even){
  background: #f7f7f7;
}
.attribute-list li:before{
  display: none !important;
}
.attribute-list li strong {
  display: inline-block;
  width: 250px;
  color: #000;
  font-weight: 600;
  vertical-align: top;
}
.attribute-list li span{
  display: inline-block;
  width: calc(100% - 255px);
  vertical-align: top;
}

/*--------------- anchors in text page -----------------*/
.jq-anchors{
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #555;
}
.jq-anchors ul{
  margin: 0px;
}
.jq-anchors ul li{
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}
.jq-anchors ul li a{
  color: #000;
}
.jq-anchors ul li a:hover{
  color: #00966e;
}

/*---------------------------------------- Portfolio page ------------------------------------- */
.portfolio-wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
  box-sizing: border-box; 
}
.portfolio-one{
  width: 33.333%;
  position: relative;
  padding: 0px 20px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.portfolio-one figure{
  overflow: hidden;
  position: relative;
}
.portfolio-one figure > a{
  display: block;
  overflow: hidden;
}
.portfolio-one figure img{
  max-width: none;
  width: 100%;
  webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: scale3d(1.01,1.01,1);
  transform: scale3d(1.01,1.01,1);
}
.portfolio-one figure:hover img{
  -webkit-transform: scale3d(1.07,1.07,1);
  transform: scale3d(1.07,1.07,1);
  opacity: 0.8;
}
.portfolio-one figcaption{
  padding: 15px 0px 0px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}
.portfolio-title{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #042449;
  text-align: center;
  box-sizing: border-box;
}

/*---------------------------------------- Portfolio details page ------------------------------------- */
.portfolio-wrap.gal-inside{
  margin-top: 20px;
  margin-bottom: 20px;
}
.portfolio-wrap.gal-inside .portfolio-one{
  margin-bottom: 30px;
}
.portfolio-wrap.gal-inside .portfolio-title{
  font-weight: normal;
  font-size: 15px;
}

/*---------------------------------------------- Contacts ---------------------------------------------------*/
.form-flex{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.float-flex {
  -webkit-box-flex: none;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  box-sizing: border-box;
}
.col-2 .float-flex{
  -webkit-flex: 0 0 48.5%;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
}
.col-3 .float-flex{
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}
.col-4 .float-flex{
  -webkit-flex: 0 0 23.5%;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
}
.map{
  height: 520px;
  overflow: hidden;
}
.map iframe{
  /*pointer-events: none;*/
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
.address{
  float: left;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.address .heading, .contact-form .heading{
  font-size: 30px;
}
.address h6{
  margin-bottom: 10px;
  text-transform: uppercase;
}
.address strong{
  color: #042449;
}
.contact-form {
  margin-bottom: 50px;
  float: right;
  width: 50%;
  box-sizing: border-box;
}
.index-contacts-form{
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.1);
  padding: 40px 50px 50px;
  z-index: 1;
  box-sizing: border-box;
}
.index-contacts-form:after{
  content: '';
  position: absolute;
  bottom: 65px;
  left: 100%;
  background: url('../images/leaf2.png') no-repeat;
  background-size: cover;
  width: 296px;
  height: 456px;
  z-index: -1;
  box-sizing: border-box;
}
.index-contacts-form .btn{
  display: flex;
  margin-top: 10px;
}
.input{
  background: #fff;
  border: 1px solid #042449;
  padding: 0px 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  color: #042449;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}
textarea.input{
  height: 135px;
  padding-top: 17px;
  resize: none;
}
.styled-select {
  width: 100%;
  position: relative;
  border: 1px solid #042449;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.styled-select select {
  background: transparent;
  width: calc(100% + 30px);
  padding: 0px 20px;
  height: 50px;
  border: 0;
  -webkit-appearance: none;
  color: #042449;
  font-size: 16px;
  font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
  outline: none;
  position: relative;
  z-index: 1;
}
.styled-select:after{
  content: '\f107';
  font-family: 'Font Awesome 6 Pro';
  color: #797979;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  font-weight: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.ok, .error {
  display: block;
  font-size: 13px;
  margin: 10px;
}
.error {
  color: #BF1717;
}

.contact-form .btn{
  margin-top: 20px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #606a75;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #606a75;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #606a75;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #606a75;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #606a75;
}

.label, label{
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  color: #042449;
  font-weight: 500;
}

/*------------------------ Disabled ----------------------*/
.disabled, input:disabled, select:disabled {
  cursor: default;
  opacity: .5;
}
option:disabled{
  color: #c1c1c1;
}

.captcha{
  padding-top: 15px;
}
.captcha input {
  width: 190px;
}
.captcha img {
  border: 2px solid transparent;
}
.captcha img:hover{
  border: 2px solid #999;
  opacity: 0.9;
}

/*----------------------- Checkbox and Radio style ----------------------*/
.checkbox-custom, .radio-custom {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.checkbox-custom label,.radio-custom label{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin:0;
  padding:0;
  cursor:pointer;
  padding-left: 35px;
  font-size: 16px;
}
.checkbox-custom input[type=checkbox]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.checkbox-custom input[type=checkbox]+label:before{
  content:'';
  background: #fff;
  border: 1px solid #042449;
  display:inline-block;
  vertical-align:top;
  width: 22px;
  height: 22px;
  text-align:center;
  font-size: 16px;
  color: #042449;
  line-height: 20px;
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  left: 0px;
  top: -2px;
  font-weight: bold;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
}
.checkbox-custom input[type=checkbox]:checked+label:before{
  content: '\f00c';
}
.checkbox-custom input[type=checkbox].disabled+label:before,.checkbox-custom input[type=checkbox]:disabled+label:before,fieldset[disabled] .checkbox-custom input[type=checkbox]+label:before{
  cursor:default;
  opacity:.4;
}

.radio-custom.radio-inline{
  padding-left:0;
}
.radio-custom input[type=radio]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.radio-custom input[type=radio]+label:before{
  border-radius:50%;
  content:'';
  background:#fff;
  border: 1px solid #e5e7e9;
  display:inline-block;
  vertical-align:top;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  padding:2px;
  margin-right:10px;
  text-align:center;
  box-shadow:inset 0 0 0 8px #fff;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
}
.radio-custom input[type=radio]:checked+label:before{
  background: #000;
  box-shadow:inset 0 0 0 3px #fff;
}
/*
.radio-custom input[type=radio]:focus+label:before{
  box-shadow:inset 0 0 0 3px #fff;
}*/
.radio-custom input[type=radio].disabled+label:before,.radio-custom input[type=radio]:disabled+label:before,fieldset[disabled] .radio-custom input[type=radio]+label:before{
  cursor:default;
  opacity:.4;
}

/*-------------------- file upload --------------------*/
.form-t{
  margin-bottom: 15px;
  font-size: 20px;
  width: 100%;
  text-transform: none;
  font-weight: bold;
  box-sizing: border-box;
}
.field1-primary{
  float: left;
  width: calc(100% - 130px);
}
.fileUpload {
  float: left;
  width: 120px;
  position: relative;
  overflow: hidden;
  margin: 0px 0px 15px 10px;
  padding: 15px 26px;
  border-radius: 30px;
  border: none;
  background: #afb7be;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.fileUpload:hover{
  background: #222;
  color: #fff;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height:60px;
}

/*-------------------------------------- contacts with more offices ----------------------------*/
.one-contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.one-contact .map{
  width: 40%;
  height: 360px;
}

.contact-form.form-center{
  width: auto;
  float: none;
  padding-top: 40px;
  margin-bottom: 0px;
}
.contact-form.form-center .heading{
  text-align: center;
}
.contact-form.form-center .contact-form-center{
  max-width: 900px;
  margin: 0 auto;
}
.contact-form.form-center .btn{
  min-width: 240px;
}

/* sitemap ---------------------------------------------------------------*/
.sitemap ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul {
  padding: 10px 0px 10px 15px;
  margin: 10px 0px 10px 20px;
  border-left: 1px solid #C0C0C0;
}
.sitemap ul li {
  padding: 6px 0px;
}
.sitemap a {
  color: #000;
}
.sitemap a:hover {
  color: #ecb419;
}

/* error page ---------------------------------------------------------------*/
i.fa-face-confused, i.fa-meh-o{
  margin-right: 20px;
  font-size: 70px;
}
.error-page{
  background: #FBEEED;
  border: 1px solid #F7D8DD;
  padding: 20px 15px;
  color: #d9534f;
}
.error-page h6{
  margin-bottom: 13px;
  color: #d9534f;
  font-size: 22px;
}
.error-page p{
  margin: 0px;
  padding: 0px;
}

/* search results ---------------------------------------------------------------*/
.heading-serach{
  color: #ecb419;
  font-size: 28px;
  margin-bottom: 30px;
}
.search-result-wrap{
  border: 1px solid #ebebeb;
  padding: 10px 30px;
}
.search-result{
  padding: 25px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.search-result:last-child{
  border-bottom: none;
}
.search-result h4{
  color: #000;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}
.search-result h4 a{
  color: #000;
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.search-result h4 a:hover{
  background-size: 0 1px, 100% 1px;
}
.search-result .breadcrumb{
  padding: 0px !important;
  margin: 0px !important;
}
.search-result .breadcrumb a{
  color: #9f9f9f;
}
.search-result .breadcrumb a:hover{
  color: #000;
}

/*---------------------------- Form page ------------------------------*/
.some-form{
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.1);
  padding: 40px 50px 50px;
  margin-bottom: 50px;
  float: left;
  width: 50%;
  z-index: 1;
  box-sizing: border-box;
}
.some-form .heading {
  font-size: 30px;
}
.some-form .btn{
  margin-top: 20px;
}
.watching-info{
  position: relative;
  float: right;
  width: 50%;
  padding-left: 60px;
  box-sizing: border-box;
}
.watching-info a{
  color: #606a75;
  text-decoration: underline;
}
.watching-info a:hover{
  text-decoration: none;
  color: #d04b0a;
}

/*----------------------------------------- FAQ page -----------------------------------------*/
.accordion{
  margin-bottom: 25px;
}
.a-btn { 
  width: 100%;
  margin: 0 auto 25px;
  cursor: pointer;
  box-sizing: border-box;
}
.a-btn h3{
  font-size: 22px;
  padding: 17px 50px 17px 0px;
  position: relative;
  border-bottom: 2px solid #222;
  text-transform: none;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.a-btn h3:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 2px;
  background: #bbb;
  margin-top: -1px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.a-btn h3:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  width: 2px;
  height: 20px;
  background: #bbb;
  margin-top: -10px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.a-btn h3.selected:after{
  opacity: 0;
  visibility: hidden;
}
.a-btn h3:hover, .a-btn h3.selected{
  color: #ecb419;
}
.a-content {
  height: 0px;
  width: 100%;
  margin: 0 auto;
  overflow:hidden;
  position: relative;
}
.a-content-inner {
  padding: 0px 50px 10px 0px;
}
.a-content-inner h6{
  text-transform: none;
  margin-bottom: 10px;
}
.open {
  height: auto;
}

/*----------------------------------------- page brands list -----------------------------------------*/
.clients-logos{
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.clients-logos figure{
  width: 25%;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
}
.clients-logos figure:before{
  content: '';
  position: absolute;
  background: #e5e5e5;
  height: 1px;
  left: 26px;
  right: 26px;
  bottom: -1px;
}
.clients-logos figure:after{
  content: '';
  position: absolute;
  background: #e5e5e5;
  width: 1px;
  top: 26px;
  bottom: 26px;
  right: -1px;
}
.clients-logos figure a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 130px;
  text-align: center;
}
.clients-logos figure a:hover{
  opacity: 0.6;
}
.clients-logos figure a img {
  max-height: 95%;
  max-width: 95%;
}
.clients-logos figure figcaption{
  text-align: center;
  font-weight: 600;
  padding-top: 15px;
  color: #000;
  font-size: 15px;
}

/*-------------------------------- alerts ------------------------------*/
.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  display: table;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-white {
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbd;
}
.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white.alert-success .icon, .alert-white.alert-success .icon::after {
  border-color: #54a754;
  background: #60c060;
}
.alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
/*-------------------- validate error --------------------*/
.error-messages{
  position: absolute;
  top: calc(100% - 10px);
  left: 0px;
  max-width: 100%;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #808080;
  padding: 8px 10px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.3);
}
.error-messages:before, .error-messages:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #808080;
  position: absolute;
  top: -8px;
  left: 10px;
  z-index: 1;
}
.error-messages:after{
  border-bottom: 8px solid #fff;
  top: -7px;
  z-index: 2;
}
.validate-error {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
.validate-error:last-child{
  margin-bottom: 0px;
}
.validate-error i{
  color: #D8000C;
  font-size: 24px;
  margin-right: 8px;
}

.input-place.jq-validate-error,
.checkbox-custom.jq-validate-error input[type="checkbox"] + label::before
{
  border:1px solid red;
}

.checkbox-custom .error-messages, .radio-custom .error-messages{
  top: 30px;
}

.display-none {
  display:none;
}

/*--------------------- loading spinner ---------------------*/
.spinner{
  display:none;
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.8);
  z-index: 900000;
}
body.loading .spinner{
  display: block;
}
.mesh-loader {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.mesh-loader .circle {
  width: 18px;
  height: 18px;
  position: absolute;
  background: rgba(0,0,0,0.8);
  border-radius: 50%;
  margin: -9px;
  -webkit-animation: mesh 3s ease-in-out infinite;
  animation: mesh 3s ease-in-out infinite -1.5s;
}
.mesh-loader > div .circle:last-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.mesh-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
}
.mesh-loader > div:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@-webkit-keyframes mesh {
  0% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  50% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
  50.00001% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes mesh {
  0% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
  }
  50% {
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
  50.00001% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform-origin: 50% 200%;
      transform-origin: 50% 200%;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

/*---------------------------- cookies ------------------------------*/
.cookies-wrapper{
  position: fixed;
  bottom: 15px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 99900;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  animation-duration:0.8s;
 -webkit-animation-duration:0.8s;
 -moz-animation-duration:0.8s;
 -o-animation-duration:0.8s;
 -webkit-animation-name:slideUp;
 animation-name:slideUp
}
.cookies-wrapper.top{
  bottom: auto;
  top: 15px;
}
.cookies-wrapper.dark{
  background: #222;
  color: rgba(255,255,255,0.6);
}
.cookies-wrapper.dark a{
  color: #fff;
}
.cookies-wrapper.cookie-hidden{
  display: none !important;
}
.cookie-text{
  float: left;
  width: calc(100% - 170px);
  padding: 10px 0px;
  box-sizing: border-box;
}
.cookies-wrapper .btn{
  float: right;
  display: block;
  margin-top: 0px;
  width: 150px;
  min-width: inherit;
  cursor: pointer;
}
@-webkit-keyframes slideUp {
 0% {
  -webkit-transform:translateY(66px);
  transform:translateY(66px)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
@keyframes slideUp {
 0% {
  -webkit-transform:translateY(66px);
  -ms-transform:translateY(66px);
  transform:translateY(66px)
 }
 100% {
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0)
 }
}


/*/*media queries----------------------------------------------------------*/

@media only screen and (max-width: 1680px) {
  .accents{justify-content: center;}
  .accents .wrapper{margin: 0 auto;}
}

@media only screen and (max-width: 1500px) {
  .header-btns{margin-left: 40px;}
}

@media only screen and (max-width: 1440px) {
  .slick-prev{left: -10px !important;}
  .slick-next{right: -10px !important;}
  .logo a{width: 330px;}
  .header-right{width: calc(100% - 330px);}
}

@media only screen and (max-width: 1366px) {
  .logo a span{font-size: 11px; line-height: 15px; padding-left: 10px;}
  .logo a strong{font-size: 24px;}
  .logo a img{max-width: 70px;}
  .logo a{width: 275px;}
  .header-right{width: calc(100% - 275px);}
  .languages{padding-left: 20px; margin-left: 20px;}
  .header-btns .btn{padding: 5px 15px 6px; min-width: inherit;}
  .header-btns{margin-left: 35px;}
  .other-menu ul li a{font-size: 14px;}
  #menu > ul > li{margin-right: 25px;}
  .btn{margin-top: 40px;}
  .one-new figure{padding-right: 30px;}
  .acc-title{font-size: 32px;}
  h1{font-size: 74px;}
  h2{font-size: 68px;}
  .one-new-title{font-size: 22px; line-height: 30px;}
}

@media only screen and (max-width: 1240px) {
  .lang-choice{font-size: 13px;}
  .languages{padding-left: 15px; margin-left: 15px;}
  .header-btns .btn{margin-right: 5px;}
  .header-btns{margin-left: 25px;}
  #menu ul li a{font-size: 14px;}
  .other-menu ul li a{font-size: 13px;}
  .other-menu > ul > li{margin-right: 20px;}
  .header-main .wrapper{height: 115px;}
  .b-title{font-size: 54px;}
  .ban-text a{font-size: 16px; line-height: 26px;}
  .ban-text{max-width: 480px;}
  .acc-item figcaption{padding: 30px;}
  .acc-title{font-size: 28px;}
  .index-news{padding: 80px 0px;}
  h1{font-size: 72px;}
  .sidebar{width: 300px;}
  .main-part{width: calc(100% - 330px);}
  .acc-wrap-sidebar .acc-title{font-size: 23px;}
  .content{padding-top: 60px;}
  .ban-inner{height: 420px;}
  .ban-inner-text{padding-top: 115px;}
  .watching-info{padding-left: 40px;}
  .some-form{padding: 35px;}

  .portfolio-one{margin-bottom: 40px;}
}

@media only screen and (max-width: 1170px) {
  .search-link{width: 25px; background: transparent;}
  .header-btns .btn{margin-right: 10px; padding: 5px 12px 6px; font-size: 13px;}
  .logo a span{font-size: 10px;}
  .logo a{width: 255px;}
  .header-right{width: calc(100% - 255px);}
  .acc-item{width: 50%;}
  .acc-item figcaption{padding: 50px;}
  .acc-title{font-size: 36px;}
  h1{font-size: 66px;}
  h2{font-size: 60px;}
  h3{font-size: 46px;}
  .about-us .title{width: 100%; padding-right: 0px; text-align: center; margin-bottom: 50px;}
  .about-us .suptitle{margin: 0 auto 20px;}
  .suptitle{margin-bottom: 20px;}
  .about-us{padding: 80px 0px;}
  .about-us-info{width: 100%; max-width: none; text-align: center;}
  .parallax .wrapper{min-height: 360px;}
  .parallax{padding: 80px 0px;}
  .parallax-text{padding: 40px; max-width: 475px;}
  .portfolio-one{width: 50%;}
}

@media only screen and (max-width: 1100px) {
  #menu, .header-right-top , .other-menu{display: none;}
  header .responsive-menu-btn{display: flex;}
  .search-link{width: 46px; background: rgba(255, 255, 255, .18);}
  .languages{padding-left: 20px; margin-left: 20px;}
  .logo a{width: 345px;}
  .header-right{width: auto;}
  .logo a img{max-width: 64px;}
  .logo a strong{font-size: 21px;}
  .header-main .wrapper{height: 96px;}
  .our-friends{width: 100%; justify-content: center;}
  .our-friends h6{width: 100%; text-align: center;}
  .our-friends a{margin: 20px;}
  .footer-bottom-right{width: 100%; text-align: center; margin-top: 25px;}
  .main-part{float: none; width: auto;}
  .sidebar{float: none; width: auto;}
  .acc-wrap-sidebar .acc-item{width: 50%; padding: 0 15px;}
  .acc-wrap-sidebar{display: flex; flex-wrap: wrap; margin: 0 -15px; justify-content: center;}
  .acc-wrap-sidebar .acc-title{font-size: 27px;}
  .ban-inner-text{padding-top: 96px;}
  .some-form{float: none; width: auto; margin-bottom: 60px;}
  .watching-info{float: none; width: auto; padding: 0px;}
  
  .one-new figure{padding-right: 30px;}
  i.fa-face-confused, i.fa-meh-o{font-size: 54px;}
}

@media only screen and (max-width: 1020px) {
  .title, .about-us .title{margin-bottom: 35px;}
  .about-us-info h5{margin-bottom: 20px; line-height: 36px;}
  h1{font-size: 62px;}
  h2{font-size: 54px;}
  h3{font-size: 38px;}
  h4 {font-size: 30px;}
  h5 {font-size: 26px;}
  h6 {font-size: 22px;}
  .acc-title{font-size: 32px;}
  .blog-item figure{margin-bottom: 25px;}
  .parallax{padding: 60px 0px;}

  .sidebar-news .one-new figure{width: 110px;}
  .sidebar-news .one-new figure a{height: 88px;}
  .header-top{display: none;}
  #menu, .menu-wrap{display: none;}
  header .responsive-menu-btn{display: flex;}
  .main-part{float: none; width: auto; padding: 0px;}
  .sidebar{float: none; width: auto;}
  .simple-image{float: none; width: auto; margin-right: 0px; text-align: center; max-width: none;}
  .simple-image img{max-width: none; width: 100%;}
  .simple-gallery li{width: 50%;}
  /* responsive search 
  .search-wrap{width: 100%; max-width: 600px; margin: 0 auto;}
  .search-link{display: block;}
  .search-form{display: none; position: absolute; top: 100%; right: 0px; left: 0px; background: #404c41; border: none; margin: 0px; padding: 7px 20px;}*/
}

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

  .address{float: none; width: 100%; margin-bottom: 30px;}
  .contact-form{float: none; width: auto; margin-bottom: 30px;}
  .one-contact .map{width: 100%; height: 350px;}
  .a-btn h3{font-size: 20px;}
  .heading-serach{font-size: 22px;}
}

@media only screen and (max-width: 900px) {
  .b-title{font-size: 48px; margin-bottom: 20px;}
  .ban-text{margin: 0px auto 60px; text-align: center;}
  .acc-item figcaption{padding: 40px;}
  .acc-title{font-size: 30px;}
  .blog-title{font-size: 19px; line-height: 28px;}
  .flex-item:first-child{max-width: none; -webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;}
  .footer-logo{margin-bottom: 30px;}
  .flex-item{margin-bottom: 45px;}
  .created-by{padding: 25px 0px; font-size: 13px;}
  .content{padding-top: 50px;}
  article.one-new:last-of-type{margin-bottom: 0px;}
  .heading{font-size: 32px; line-height: 44px;}
  .address .heading, .contact-form .heading, .some-form .heading{font-size: 28px;}
  
  .one-new figure{width: 100%; padding: 0px; margin-bottom: 25px;}
  .one-new-info{float: none; width: 100%;}
  /*
  article.one-new:nth-of-type(2n){flex-direction: row;}
  article.one-new:nth-of-type(2n) figure{padding: 0px;}*/
  .address{float: none; width: 100%; margin-right: 0px; margin-bottom: 40px;}
  .map-place{float: none; width: auto;}
  .contact-form{float: none; width: auto;}
  .search-result-wrap{padding: 10px 25px;}
  .tr-right{width: 40%;}
  .download1{width: 60%;}
}

@media only screen and (max-width: 800px) {
  .logo a{width: 265px;}
  .header-btns{margin-left: 0px;}
  h1{font-size: 58px;}
  h2{font-size: 50px;}
  h3{font-size: 34px;}
  .acc-item{padding: 0 15px;}
  .acc-wrap{margin: 0 -15px;}
  .acc-item figcaption{padding: 30px;}
  .acc-title{font-size: 26px;}
  .parallax-text{padding: 30px; border: 3px solid #fff; max-width: 360px;}
  footer{padding-top: 55px;}
  .ban-inner{height: 380px;}
  
  .portfolio-title{font-size: 17px;}
  .portfolio-one{margin-bottom: 35px; padding: 0 15px;}
  .portfolio-wrap{margin: 0 -15px;}
  .portfolio-wrap.gal-inside .portfolio-one{margin-bottom: 30px; width: 50%;}
}

@media only screen and (max-width: 740px) {
  .acc-item{width: 100%; margin-bottom: 30px;}
  .acc-item figure{height: 300px;}
  .acc-item figure img{max-width: none; width: 100%; height: 100%; object-fit: cover;}
  .index-news, .about-us{padding: 60px 0px;}
  .acc-wrap-sidebar .acc-item{width: 100%;}
  .acc-wrap-sidebar .acc-title{font-size: 26px;}

  .col-3 .float-flex, .col-4 .float-flex{-webkit-flex: 0 0 49%;-ms-flex: 0 0 49%;flex: 0 0 49%;}
  i.fa-face-confused, i.fa-meh-o{font-size: 46px; margin-right: 10px;}
  .a-btn h3{font-size: 18px; font-weight: 600;}
  .a-btn{margin-bottom: 15px;}
}

@media only screen and (max-width: 700px) {
  .header-btns{display: none;}
  
  .text-module{margin-bottom: 25px;}
  .search-result{padding: 18px 0px;}
  /*cookies*/
  .cookie-text{float: none; width: auto; text-align: center;}
  .cookies-wrapper .btn{float: none; margin: 0px auto;}
}

@media only screen and (max-width: 640px) {
  .b-title{font-size: 40px;}
  .ban-text a{font-size: 14px; line-height: 22px;}
  h1{font-size: 54px;}
  h2{font-size: 46px;}
  h3{font-size: 32px;}
  h4 {font-size: 28px;}
  h5 {font-size: 24px;}
  h6 {font-size: 20px;}
  .about-us-info h5{line-height: 34px;}
  .title, .about-us .title{margin-bottom: 30px;}
  .parallax .wrapper{min-height: 300px;}
  .heading{font-size: 28px; line-height: 36px;}
  .content{padding: 40px 0px 20px;}
  
  .address strong{font-size: 15px;}
  .form-t{font-size: 17px; margin-bottom: 10px;}
  .download1{width: 100%; margin-bottom: 3px;}
  .tr-right{width: 100%; padding-left: 0px;}
  .error-page h6{font-size: 20px;}
  .heading-serach{font-size: 20px;}
  .portfolio-one, .portfolio-wrap.gal-inside .portfolio-one{width: 100%;}
}

@media only screen and (max-width: 550px) {
  header .responsive-menu-btn{margin-left: 30px;}
  .about-us{background: none;}

  .jq-anchors ul li{font-size: 16px; margin-bottom: 5px;}
  .simple-gallery li{display: block; width: 100%; margin: 0px; padding: 10px;}
  .simple-gallery{margin: 20px -10px 0px;}
  .search-result-wrap{padding: 0px 15px;}
  .heading-serach{font-size: 17px;}
  .search-result h4{font-size: 16px;}
  .path{font-size: 13px;}
  table {display: block; overflow-x: auto; white-space: nowrap; width: 100%;}
  .col-2 .float-flex, .col-3 .float-flex{-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;}
  .a-btn h3{font-size: 17px; padding: 13px 50px 13px 0px;}
}

@media only screen and (max-width: 500px) {
  .search-link{width: 20px; background: transparent;}
  .languages{margin-left: 15px; padding-left: 15px;}
  .logo a span{font-size: 9px; line-height: 12px;}
  .logo a strong{font-size: 18px; margin-bottom: 5px;}
  .logo a img{max-width: 56px;}
  .logo a{width: 225px;}
  .header-main .wrapper{height: 90px;}
  .parallax-text{max-width: none; text-align: center;}
  .parallax .wrapper{align-items: center;}
  .flex-item{max-width: none; -webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%; text-align: center;}
  .logo.footer-logo a{flex-direction: column; width: 100%;}
  .logo.footer-logo a img{max-width: none;}
  .logo.footer-logo a span{padding-left: 0px; margin-top: 15px; font-size: 14px; line-height: 17px;}
  .logo.footer-logo a strong{font-size: 28px; margin-bottom: 7px;}
  .socials{justify-content: center;}
  .ban-inner-text{padding-top: 90px;}
  .ban-inner{height: 360px;}
  .some-form{padding: 25px;}

  .sidebar-border{padding: 27px 20px; margin-bottom: 30px;}
}

@media only screen and (max-width: 460px) {
  h1{font-size: 48px;}
  h2{font-size: 46px;}
  header .responsive-menu-btn{margin-left: 20px;}
  .languages{line-height: 34px; display: none;}
  .s-search:before, .s-close:before{font-size: 16px;}
  .one-new figure{margin-bottom: 20px;}
  .heading, .address .heading, .contact-form .heading, .some-form .heading{font-size: 26px; line-height: 34px;}
  
  .tagsContainer .tag-filter{font-size: 12px;}
  .address, .contact-form{margin-bottom: 30px;}
  .a-btn h3{font-size: 16px;}
}

@media only screen and (max-width: 410px) {
  h1{font-size: 42px;}
  h2{font-size: 40px;}
 .blog-title{font-size: 17px; line-height: 24px;}
 .blog-item figure{margin-bottom: 20px;}
 .wrapper{padding: 0 10px;}
 .b-title{font-size: 36px;}
 .acc-title, .acc-wrap-sidebar .acc-title{font-size: 24px;}
}

@media only screen and (max-width: 360px) {
  h1{font-size: 38px;}
  h2{font-size: 36px;}
  .one-new-title{font-size: 20px; line-height: 28px;}

  .sidebar-news .one-new figure{width: 90px;}
  .sidebar-news .one-new figure a{height: 80px;}
  .sidebar-news .one-new-title{font-size: 15px; line-height: 22px;}
  .contact-form .btn{display: block;}
  .search-result{padding: 13px 0px;}
  .search-result h4{font-size: 14px;}
  .path{font-size: 12px;}
  .heading-serach{font-size: 16px;}
  .captcha input{width: 170px;}
  .input{font-size: 14px;}
  .error-page h6{font-size: 18px;}
}

@media only screen and (max-width: 320px) {
  
}
