@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroybold';
  src: url('../fonts/gilroy/gilroy-bold-webfont.woff2') format('woff2'),
  url('../fonts/gilroy/gilroy-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gilroyheavy';
  src: url('../fonts/gilroy/gilroy-heavy-webfont.woff2') format('woff2'),
  url('../fonts/gilroy/gilroy-heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gilroylight';
  src: url('../fonts/gilroy/gilroy-light-webfont.woff2') format('woff2'),
  url('../fonts/gilroy/gilroy-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gilroymedium';
  src: url('../fonts/gilroy/gilroy-medium-webfont.woff2') format('woff2'),
  url('../fonts/gilroy/gilroy-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gilroyregular';
  src: url('../fonts/gilroy/gilroy-regular-webfont.woff2') format('woff2'),
  url('../fonts/gilroy/gilroy-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gilroysemibold';
  src: url('../fonts/gilroy/gilroy-semibold-webfont.woff2') format('woff2'),
  url('../fonts/gilroy/gilroy-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'gilroythin';
  src: url('../fonts/gilroy/gilroy-thin-webfont.woff2') format('woff2'),
  url('../fonts/gilroy/gilroy-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'gilroyregular';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #001941;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #001941;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #001941;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'gilroymedium';
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #001941;
}

::-moz-selection {
  color: #fff;
  background: #001941;
}

::selection {
  color: #fff;
  background: #001941;
}

.genveon-nav {
  padding: 18px 20px;
  background: #fff;
  min-height: 100px;
  position: relative;
  border-bottom: 1px solid #dee0e5;
}
@media screen and (max-width: 768px) {
  .press .download {
    right: 5% !important;
    top: 41% !important;
  }
  .news-content {
    padding: 2em 0 6em 0 !important;
  }
  #genveon-facility {
    background: #fff !important;
  }
  p.menu-header::after {
    content: "\e900";
    position: absolute;
    font-family: 'icomoon' !important;
    font-style: normal;
    right: 20px;
    font-size: 25px;
    /* top: 0; */
    margin-top: -1px;
    font-weight: normal;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  p.menu-header.open::after {
    content: "\e91b" !important;
  }
  .sub-menu {
    background: #fff !important;
    margin-top: 20px;
  }
  .sub-menu ul {
    display: inline !important;
  }
  .sub-menu li.mobile-active a {
    font-size: 20px;
    color: #0eca55!important;
  }
  .sub-menu ul li span {
    display: inline-block !important;
  }
  .sub-menu ul li.active::after {
    display: none;
  }
  .sub-menu ul li.mobile-active{
    display: block!important;
  }
  .sub-menu ul li.active {
    display: none !important;
  }
  .sub-menu ul li span {
    display: inline-block !important;
    font-size: 30px;
    vertical-align: middle;
    position: absolute;
    right: 30px;
  }
  .sub-menu ul li {
    display: none;
    margin: 0 !important;
    width: 100%;
    font-size: 20px !important;
    border-bottom: 1px solid #dee0e5;
    padding-bottom: 13px !important;
    padding-top: 10px !important;
  }

  #filter a i::before {
    border-color: #dee0e5 !important;
  }
  #filter a {
    color: #001941 !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #genveon-hero .btn.btn-default {
    font-size: 14px;
    width: 100%;
  }
  #genveon-facility .video {
    width: 100% !important;
  }

  .play-button {
    top: 20%!important;
    left: 40%!important;
  }

  #genveon-latest-news a.btn_underline {
    margin-bottom: 3em;
    display: block;
  }
  .news-slider.slick-dotted.slick-slider {
    margin-bottom: 7em !important;
  }
  .product-doses a {
    margin-right: 2em !important;
  }
  .genveon-nav {
    padding: 0;
  }
  .factory-info .box p {
    font-size: 17px !important;
  }

  .factory-info .box span {
    font-size: 20px !important;
  }

  .factory-info .box {
    min-height: 170px;
    margin-bottom: 1.5em;
  }
}
.genveon-nav #genveon-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  display: flex;
}
div#genveon-logo img {
  width: 170px;
}
.genveon-nav a {
  padding: 5px 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .genveon-nav .menu-1, .genveon-nav .menu-2 {
    display: none;
  }
}
.genveon-nav .menu-2 li.search {
  float: left;
  width: 83%;
  font-family: 'Inter', sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: -5px 0 0 0;
}
.genveon-nav .menu-2 li input[type=text] {
  padding: 6px 10px;
  width: 40%;
  border: none;
  float: right;
  font-size: 13px;
  margin-top: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.genveon-nav .menu-2 li input[type=text]:focus {
  width: 100%;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.genveon-nav .menu-2 li button {
  margin-top: 4px;
  padding: 5px;
  background: transparent;
  border: none;
}
.genveon-nav .menu-2 li button i {
  color: rgba(0, 0, 0, 0.5);
}
.genveon-nav .menu-2 li button:hover, .genveon-nav .menu-2 li button:focus {
  background: transparent !important;
}
.genveon-nav .menu-2 li button:hover i, .genveon-nav .menu-2 li button:focus i {
  color: black;
}
.genveon-nav .menu-2 li.shopping-cart {
  float: right;
}
.genveon-nav .menu-2 li a.cart {
  color: black;
}
.genveon-nav .menu-2 li a.cart span {
  position: relative;
}
.genveon-nav .menu-2 li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #001941;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.genveon-nav ul {
  padding: 0;
  margin: 0;
}
.genveon-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-family: 'Inter', sans-serif;
}
.genveon-nav ul li a {
  font-size: 13px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.genveon-nav ul li a:hover, .genveon-nav ul li a:focus, .genveon-nav ul li a:active {
  color: black;
}
.genveon-nav ul li a.cart {
  color: black;
}
.genveon-nav ul li a.cart span {
  position: relative;
}
.genveon-nav ul li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #001941;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.genveon-nav ul li.has-dropdown {
  position: relative;
}
.genveon-nav ul li.has-dropdown .dropdown {
  width: 150px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.genveon-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.genveon-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.genveon-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.genveon-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.genveon-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.genveon-nav ul li.has-dropdown:hover a, .genveon-nav ul li.has-dropdown:focus a {
  color: #000;
}
.genveon-nav ul li.active > a {
  color: #000 !important;
}
.genveon-nav ul li .form-group {
  border: 1px solid red;
  width: 100%;
}

@media screen and (min-width: 1900px) {
  #genveon-hero {
    min-height: 800px !important;
    /*background: #fff url(../images/loader.gif) no-repeat center center;*/
  }
  #genveon-hero .flexslider .slider-text {
    min-height: 800px!important;
  }
}
#genveon-hero {
  min-height: 600px;
  /*background: #fff url(../images/loader.gif) no-repeat center center;*/
}
#genveon-hero .btn {
  font-size: 24px;
}
#genveon-hero .btn.btn-default {
  padding: 14px 30px !important;
}
#genveon-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#genveon-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#genveon-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#genveon-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#genveon-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#genveon-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#genveon-hero .flexslider .flex-direction-nav {
  display: none;
}
#genveon-hero .flexslider .slider-text {
  display: table;
  opacity: 1;
  min-height: 600px;
}
#genveon-hero .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: bottom;
  min-height: 600px;
  position: relative;
  z-index: 2;
  padding-bottom: 7em;
}
#genveon-hero .slider-text > .slider-text-inner h1 {
  font-size: 30px;
  color: #fff;
  font-family: 'gilroyregular';
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .mobile-scroll-page.text-center {
    font-size: 14px;
    color: #002d74;
    min-height: 150px;
  }

  .scroll-line-mobile {
    border: 1px solid #5875a3;
    width: 70px;
    margin: 60px auto;
    transform: rotate(90deg);
  }
  .scroll-line-mobile::after {
    content: " ";
    position: absolute;
    top: 0;
    background: white;
    width: 40px;
    height: 1px;
    right: 0;
    opacity: 1;
  }
  #genveon-hero {
    min-height: 200px !important;
  }

  #genveon-hero .flexslider .slider-text {
    min-height: 200px !important;
  }

  #genveon-hero .slider-text > .slider-text-inner {
    min-height: 200px !important;
  }
  #genveon-hero .flexslider .slick-track div {
    background-size: cover;
  }

}


#genveon-hero .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 14px;
}
#genveon-hero .flexslider .slider-text > .slider-text-inner .genveon-lead {
  font-size: 20px;
  color: #fff;
}
#genveon-hero .flexslider .slider-text > .slider-text-inner .genveon-lead .icon-heart {
  color: #d9534f;
}

#genveon-header,
#genveon-counter,
.genveon-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.genveon-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#genveon-counter {
  height: 500px;
}
#genveon-counter .display-t,
#genveon-counter .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #genveon-counter {
    height: inherit;
    padding: 7em 0;
  }
  #genveon-counter .display-t,
  #genveon-counter .display-tc {
    height: inherit;
  }
}
@media screen and (max-width: 768px) {
  #genveon-counter {
    height: inherit;
    padding: 7em 0;
  }
  #genveon-counter .display-t,
  #genveon-counter .display-tc {
    height: inherit;
  }
}

.genveon-cover {
  height: 800px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.genveon-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.genveon-cover > .genveon-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .genveon-cover {
    height: 600px;
  }
}
.genveon-cover .display-t,
.genveon-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .genveon-cover .display-t,
  .genveon-cover .display-tc {
    height: 600px;
  }
}
.genveon-cover.genveon-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .genveon-cover.genveon-cover-sm {
    height: 400px;
  }
}
.genveon-cover.genveon-cover-sm .display-t,
.genveon-cover.genveon-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .genveon-cover.genveon-cover-sm .display-t,
  .genveon-cover.genveon-cover-sm .display-tc {
    height: 400px;
  }
}

.about-content {
  margin-bottom: 7em;
}
.about-content img {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.about-content .desc {
  margin-bottom: 3em;
}

.genveon-staff {
  text-align: center;
  margin-bottom: 30px;
}
.genveon-staff img {
  width: 170px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.genveon-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.genveon-staff p {
  margin-bottom: 30px;
}
.genveon-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}
#genveon-footer ul.genveon-social-icons a:hover {
  color: #0fca56 !important;
}
.genveon-social-icons, .share {
  margin: 0;
  padding: 0;
}
.genveon-social-icons li,.share li  {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.share li a:hover {
  color: #0fca56;
}
.genveon-social-icons li a,.share li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;

}
.share li a{
  color: #697588;
}
.genveon-social-icons li a i,.share li a i {
  font-size: 20px;
  vertical-align: middle;
}

.genveon-contact-info ul {
  padding: 0;
  margin: 0;
}
.genveon-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.genveon-contact-info ul li:before {
  color: #001941;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.genveon-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.genveon-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.genveon-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.genveon-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#genveon-header .display-tc,
#genveon-counter .display-tc,
.genveon-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#genveon-header .display-tc h1, #genveon-header .display-tc h2,
#genveon-counter .display-tc h1,
#genveon-counter .display-tc h2,
.genveon-cover .display-tc h1,
.genveon-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#genveon-header .display-tc h1,
#genveon-counter .display-tc h1,
.genveon-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #genveon-header .display-tc h1,
  #genveon-counter .display-tc h1,
  .genveon-cover .display-tc h1 {
    font-size: 40px;
  }
}
#genveon-header .display-tc h2,
#genveon-counter .display-tc h2,
.genveon-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: 'Inter', sans-serif;
}
#genveon-header .display-tc h2 a,
#genveon-counter .display-tc h2 a,
.genveon-cover .display-tc h2 a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#genveon-header .display-tc .btn,
#genveon-counter .display-tc .btn,
.genveon-cover .display-tc .btn {
  padding: 15px 30px;
  background: #001941 !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
}
#genveon-header .display-tc .btn:hover,
#genveon-counter .display-tc .btn:hover,
.genveon-cover .display-tc .btn:hover {
  background: #001941 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#genveon-header .display-tc .form-inline .form-group,
#genveon-counter .display-tc .form-inline .form-group,
.genveon-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#genveon-header .display-tc .form-inline .form-group .form-control,
#genveon-counter .display-tc .form-inline .form-group .form-control,
.genveon-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
#genveon-counter span {
  font-size: 30px;
  /*margin-bottom: 10px;*/
  color: #fff;
  font-weight: 100;
  display: block;
  z-index: 2;
  position: relative;
  text-align: left;
  padding-left: 30px;
  font-family: 'gilroymedium';
}
#genveon-counter p {
  margin-bottom: 0;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 1px;
  z-index: 2;
  position: relative;
  text-align: left;
  padding-left: 30px;
  display: block;
  min-height: 30px;
  font-size: 20px;
  margin-bottom: 0;
}
#genveon-counter .feature-center {
  padding: 10px 0;
  /* background: #0eca55; */
  min-height: 16px;
  /* opacity: 0.75; */
  position: relative;
  width: 330px;
  margin-left: 50px;
  min-height: 160px;
}
@media screen and (max-width: 768px) {
  #genveon-counter .feature-center {
    min-height: 190px !important;
  }
  #genveon-counter .feature-center {
    width: 255px !important;
  }
  .counter-slider {
    bottom: -170px !important;
  }
  #genveon-counter {
    margin-bottom: 7em;
  }
  .counter-left{
    margin-left: 1em;
  }
}
#genveon-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #001941;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}
#genveon-counter .icon i {
  height: 70px;
  color: #fff;
}
#genveon-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

.genveon-bg-section {
  background: #fff;
}
#genveon-footer{
 padding: 100px 0 0 0;
 clear: both;
}
#genveon-services,
#genveon-contact,
#genveon-testimonial,
#genveon-product,
#genveon-about,
#genveon-latest-news{
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #genveon-services,
  #genveon-contact,
  #genveon-testimonial,
  #genveon-product,
  #genveon-about,
  #genveon-footer,
  #genveon-latest-news {
    padding: 3em 0;
  }
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3{
  text-transform: capitalize;
  font-size: 20px;
  color: #002d74;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  min-height: 60px;
  position: relative;
  z-index: 3;
}
#genveon-services h1 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0eca55;
}
#genveon-services p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #001941;
}
#genveon-services img {
  padding: 0em 0px 2em 0;
}
.product {
  margin-bottom: 40px;
}
.product .product-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product .product-grid .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  z-index: 100;
  background: #001941;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product .product-grid .inner {
  display: table;
  height: 350px;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .product .product-grid .inner {
    opacity: 1;
    background: transparent;
  }
}
.product .product-grid .inner p {
  display: table-cell;
  vertical-align: middle;
}
.product .product-grid .inner p .icon {
  padding: 7px 10px;
  color: #fff;
  background: #001941;
}
.product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
  color: #001941;
  background: #fff;
}
.product .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}
.product .desc h3 a {
  color: #000;
}
.product .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product:hover .product-grid, .product:focus .product-grid {
  -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}
.product:hover .inner, .product:focus .inner {
  opacity: 1;
}
.product:hover .desc h3 a, .product:focus .desc h3 a {
  color: #001941;
}

.product-carousel {
  margin-bottom: 7em;
}

.genveon-tabs .genveon-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.genveon-tabs .genveon-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 33.33%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.genveon-tabs .genveon-tab-nav li .icon {
  font-size: 30px;
}
.genveon-tabs .genveon-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #b3b3b3;
}
.genveon-tabs .genveon-tab-nav li a:hover {
  color: #4d4d4d;
}
.genveon-tabs .genveon-tab-nav li.active a {
  background: #fff;
  color: #001941;
}
.genveon-tabs .genveon-tab-content-wrap {
  clear: both;
  position: relative;
  top: 70px;
}
.genveon-tabs .genveon-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.genveon-tabs .genveon-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.genveon-tabs .genveon-tab-content-wrap .tab-content .price {
  letter-spacing: 2px;
  border: 2px solid #001941;
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 20px 10px 20px;
}
.genveon-tabs .genveon-tab-content-wrap ul {
  padding: 0;
  margin: 0;
  margin-bottom: 3em;
}
.genveon-tabs .genveon-tab-content-wrap ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.genveon-tabs .genveon-tab-content-wrap ul li:before {
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  content: '\e116';
}
.genveon-tabs .genveon-tab-content-wrap .feed {
  width: 100%;
  float: left;
  margin-bottom: 7em;
}
.genveon-tabs .genveon-tab-content-wrap .feed > div {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
.genveon-tabs .genveon-tab-content-wrap .feed > div blockquote {
  border-left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.04);
}
.genveon-tabs .genveon-tab-content-wrap .feed > div h3 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  display: inline-block;
  padding-right: 20px;
}
.genveon-tabs .genveon-tab-content-wrap .feed > div .rate {
  color: #ffba00;
}
.genveon-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .genveon-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .genveon-tabs .icon-xlg {
    font-size: 200px;
  }
}
.genveon-tabs .icon-xlg i {
  color: #001941;
}

.genveon-heading {
  margin-bottom: 5em;
}
.genveon-heading.genveon-heading-sm {
  margin-bottom: 2em;
}
.genveon-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.genveon-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: 'Inter', sans-serif;
}

#genveon-testimonial {
  background: #efefef;
}
#genveon-testimonial .testimony-slide {
  text-align: center;
}
#genveon-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#genveon-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#genveon-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#genveon-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #genveon-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#genveon-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#genveon-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#genveon-testimonial .arrow-thumb a:hover, #genveon-testimonial .arrow-thumb a:focus, #genveon-testimonial .arrow-thumb a:active {
  text-decoration: none;
}
#genveon-latest-news{
  background-color: #fff;
}
#genveon-contact {
 background-color: #f9f9f9;
 --background-image: url(../images/bg.svg);
 --background-repeat: no-repeat;
 --background-position: top right;
}
#genveon-contact h2 {
  margin-bottom: 45px;
}
#genveon-contact h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #002d74;
}
#genveon-latest-news h2{
  margin-bottom: 0;
}
#genveon-contact h2,#genveon-latest-news h2 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0eca55;
  font-family: 'gilroymedium';
}
#genveon-contact p {
  margin-bottom: 70px;
}

#genveon-contact .phone,#genveon-contact .mail {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 40px;
}
.home-contact-form p {
  font-size: 14px !important;
  color: #b3b9c3;
  margin-bottom: 2em;
}
#genveon-contact .mail a, #genveon-contact .phone a {
  border-bottom: 1px solid #00378e;
  color: #00378e;
}
#genveon-contact .phone a:hover,#genveon-contact .mail a:hover {
  border-bottom: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#genveon-contact p, #genveon-latest-news p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #001941;
}
#genveon-contact .form-control, #genveon-contact textarea,.side-reaction-form  .form-control,.side-reaction-form textarea{
  background: #fff;
  /*border: solid 1px #dee0e5;*/
  color: #000;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1em;
}
#genveon-contact textarea {
 resize: none;
 min-height: 100px;
 padding: 1em;
}
#genveon-contact .form-control::-webkit-input-placeholder {
  color: #fff;
}
#genveon-contact .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#genveon-contact .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#genveon-contact .form-control:-ms-input-placeholder {
  color: #fff;
}
#genveon-contact .btn ,#genveon-latest-news .btn{
  height: 54px;
  border: none !important;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 50px;
  padding-right: 50px;
}

.btn-default:hover {
  box-shadow: 0 4px 16px 0 rgba(14, 202, 85, 0.32);
  background-color: #0fe25f;
  color: #fff;
}

.btn-default {
  background-color: #0eca55;
  color: #fff;
}
::placeholder {
  color: #b3b9c3 !important;
}
#genveon-contact .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#genveon-contact .form-inline .form-group .form-control, .side-reaction-form .form-inline .form-group .form-control{
  width: 100%;
}

#genveon-footer {
  background: #001941;
  color:#fff;
  z-index: 3;
  position: relative;
}
.footer-menu a {
  color: #b3b9c3;
}
.footer-menu p a {
  color: #fff;
}
#genveon-footer .genveon-footer-links {
  padding: 0;
  margin: 0;
}
#genveon-footer .genveon-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#genveon-footer .genveon-footer-links li a {
  color: #000;
  text-decoration: none;
}
#genveon-footer .genveon-footer-links li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #genveon-footer .genveon-widget {
    text-align: left;
  }
}
#genveon-footer .genveon-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#genveon-footer .copyright .block {
  display: block;
  color: #697588;

}
#genveon-footer .copyright a {
  color: #697588;
  font-size: 14px;
}
ul.genveon-social-icons a {
  color: #fff !important;
}
#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

#genveon-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #genveon-offcanvas {
    display: block;
  }
}
.offcanvas #genveon-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#genveon-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#genveon-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#genveon-offcanvas ul {
  padding: 0;
  margin: 0;
}
#genveon-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search .search-icon {
  background: #fff url(../images/search.svg) no-repeat center center !important;
  width: 30px;
  height: 30px;
}
#genveon-offcanvas ul li.search {
  float: left;
  width: 100%;
  font-family: 'Inter', sans-serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: 5px 0 0 0;
}
#genveon-offcanvas ul li input[type=text] {
  padding: 6px 10px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  float: right;
  font-size: 13px;
  margin-top: 4px;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#genveon-offcanvas ul li input[type=text]:focus {
  width: 100%;
  outline: none;
}
#genveon-offcanvas ul li button {
  margin-top: 4px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 1px;
}
#genveon-offcanvas ul li button i {
  color: rgba(255, 255, 255, 0.5);
}
#genveon-offcanvas ul li button:hover, #genveon-offcanvas ul li button:focus {
  background: transparent !important;
}
#genveon-offcanvas ul li button:hover i, #genveon-offcanvas ul li button:focus i {
  color: white;
}
#genveon-offcanvas ul li.shopping-cart {
  float: left;
}
#genveon-offcanvas ul li a.cart {
  display: block;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
}
#genveon-offcanvas ul li a.cart span {
  position: relative;
}
#genveon-offcanvas ul li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #001941;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#genveon-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#genveon-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#genveon-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#genveon-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.genveon-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.genveon-nav-toggle.active i::before, .genveon-nav-toggle.active i::after {
  background: #444;
}
.genveon-nav-toggle:hover, .genveon-nav-toggle:focus, .genveon-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.genveon-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.genveon-nav-toggle i::before, .genveon-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.genveon-nav-toggle.genveon-nav-white > i {
  color: #fff;
  background: #000;
}
.genveon-nav-toggle.genveon-nav-white > i::before, .genveon-nav-toggle.genveon-nav-white > i::after {
  background: #000;
}

.genveon-nav-toggle i::before {
  top: -7px;
}

.genveon-nav-toggle i::after {
  bottom: -7px;
}

.genveon-nav-toggle:hover i::before {
  top: -10px;
}

.genveon-nav-toggle:hover i::after {
  bottom: -10px;
}

.genveon-nav-toggle.active i {
  background: transparent;
}

.genveon-nav-toggle.active i::before {
  background: #fff;
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.genveon-nav-toggle.active i::after {
  background: #fff;
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.genveon-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .genveon-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  /* box-shadow: none !important; */
  outline: none !important;
}
.btn-primary.btn-outline {
  background: #0eca55;
  color: #fff;
  border: 1px solid #0eca55;
  border-radius: 8px;
  text-transform: capitalize;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #001941;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #001941 !important;
}
.row-pb-sm {
  padding-bottom: 2em !important;
}

.genveon-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}
#genveon-facility{
  /* padding: 5em 0; */
  position: relative;
  min-height: 580px;
  background: #f9f9f9;
  margin-top: 8em;
}
#genveon-facility .green-background{
  background-color: #0cb24b;
  min-height: 200px;
}
#genveon-facility .video {
  width: 60%;
  position: absolute;
  z-index: 2;
  top: -110px;
}

#genveon-facility .box {
  background-color: #fff;
  z-index: 3;
  padding: 3em;
  position: absolute;
  top: 10%;
}

#genveon-facility .box h3 {
  font-size: 30px;
  font-family: 'gilroymedium';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0eca55;
}

#genveon-facility .box p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #001941;
}

/* MENU*/
.menu {
  background: #002d74;
  color: #fff;
  position: absolute; 
  right: 0;
  /*min-height: 150px;*/
  min-height: 82px;
  z-index: 2;
  width: 150px;
  padding: 15px 20px;
  font-size: 14px;
}
.menu-bottom a {
  display: inline-block;
  color: #fff;
}
.menu-bottom a:hover {
  color: #0fca56;
}
a.btn.btn-default:focus {
  color: #fff;
}
.menu-bottom {
  position: relative;
  bottom: 0;
  margin-top: 3em;
}
.menu-sticy {
  /* margin-bottom: 3em; */
  margin-top: 1em;
}
.opened-menu {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #002d74;
  width: 100%;
  height: 100vh;
  display: none;
}
.opened-menu nav.genveon-nav {
  border-bottom: none;
}
.opened-menu a{
 color: #fff;

}
p.menu-header.open .icon-plus::before {
  content: "\e913";
  font-size: 1px;
}
.opened-menu p, .footer-menu p{
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'gilroysemibold';
}

.opened-menu ul li,  .footer-menu ul li{
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}

.opened-menu ul , .footer-menu ul {
  margin: 20px 0px 40px 0px;
  padding: 0;
  list-style: none;
}
.opened-menu ul li::before,.footer-menu ul li::before{
  content: "\20DD";
  color: #19b653;
  /* font-weight: bold; */
  display: inline-block;
  width: 10px;
  margin-left: 0em;
  font-size: 6px;
  position: relative;
  top: -3px;
}
.fixed-lang {
  opacity: 0;
}

.fixed-top .fixed-lang {
  opacity: 1;

}
#navbar_top, .fixed-top{
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fixed-top{
  position: fixed !important;

}
#navbar_top.fixed-top {
  min-height: 70px;
  padding-top: 0;
}
.fixed-top .menu {
  padding: 0;
  min-height: 81px;
}

.fixed-top .menu-languge.menu-bottom {
  display: none!important;
}

.fixed-top .menu-sticy {
  margin-top: 1.7em;
}
span.menu-text {
  text-transform: uppercase;
  display: inline-flex;
  margin-right: 15px;
}
.menu-toggles {
  position: relative;
  display: inline-flex;
  height: 32px;
}

.menu-toggles .toggle1 {
  width: 30px;
  border-top: 2px solid #fff;
  position: relative;
  right: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu-toggles .toggle1::before {
  width: 30px;
  border-top: 2px solid #fff;
  content: " ";
  position: relative;
  top: -7px;
  display: inline-block;
  left: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.menu-toggles.open .toggle1 {
  border-color: #002d74;
}

.menu-toggles.open .toggle1::before {
  transform: rotate(-45deg);
  top: -4px;
  left: 1px;
}

.menu-toggles.open .toggle1::after {
  transform: rotate(44deg);
  top: -27px;
  left: 1px;
}
.open-menu:hover .menu-toggles .toggle1::before {
  left:0;
}
.open-menu:hover .menu-toggles.open .toggle1::before {
  left:1px;
}
.menu-toggles .toggle1::after {
  width: 30px;
  border-top: 2px solid #fff;
  content: " ";
  position: relative;
  top: -21px;
  display: inline-block;
}
.fixed-top #genveon-logo {
  margin-top: 0.6em;
}
.left-nav {
  /* background: #002d74; */
  color: #fff;
  position: absolute;
  z-index: 2;
  right: 0;
  /* min-height: 150px; */
  /* width: 150px; */
  /* padding: 15px 20px; */
  font-size: 14px;
}
.search-form {
  right: 200px;
  top: 200px;
}
.search-field {
  background-color: transparent;
  background-image: url('../images/search-icon.svg');
  background-position: 5px  center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 60px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition:         width 400ms ease, background 400ms ease;
  width:0px;
  cursor: pointer;
}

.search-field:focus {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  cursor: text;
  outline: 0;
  width: 600px;
  color:#000;
}
.search-form
.search-submit { 
  display:none;
}
.fixed-lang {
  position: relative;
  display: inline-flex;
  right: 70px;
}

.search {
  position: absolute;
  right: 110px;
  display: inline-flex;
}
.sub-menu ul {
  display: flex;
  list-style: none;
  padding: 1.2em 0;
  margin: 0;
}

.sub-menu {
  background: #f5f5f5;
  color: #b3b9c3;
}

.sub-menu ul li {
  margin: 0 3em 0 0em;
  font-size: 14px;
  padding: 0;
  vertical-align: middle;
}

.sub-menu ul li .title {}

.sub-menu li.main-title a {
  color: #00cc4e;
  font-size: 18px;
}

.sub-menu li a {
  color: #b3b9c3;
  text-transform: capitalize;
  vertical-align: sub;
}

.sub-menu li.active a {
  color: #002d74;
  font-family: 'gilroysemibold';
}
.content p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #001941;
}
.content {
  padding: 3em 0;
}
.content h2 {
  color: #0eca55;
  font-size: 16px;
  font-family: 'gilroybold';
}
.products h2 {
  margin-bottom: 50px;
}
.products h2 a {
  color: #fff;
}
.products h5 {
  color: #fff;
  font-size: 14px;
  font-family: 'gilroymedium';
}
.awards h3 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #002d74;
  margin: 1em 0;
}

.awards span.date {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #697588;
}
.content h1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #0eca55;
}
.content ul li::before {
  content: "\2022";
  color: #19b653;
  display: inline-block;
  width: 10px;
  margin-left: 0em;
  font-size: 16px;
  margin-right: 0.7em;
}
.content ul.custom-bullet li::before {
  content: "";
  background-image: url('../images/custom-bullet.svg');
  color: #19b653;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 0em;
  position: relative;
  top: 2px;
  margin-right: 0.7em;
  background-repeat: no-repeat;
  background-position: center;
}
.content ul{
  margin: 0;
  padding: 0;
  list-style: none;
  color: #001941;
  margin-bottom: 1em;
}
.content ul li{
  margin-bottom: 1em;
}
.content h3 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #002d74;
}
.content h4 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #001941;
  font-family: 'gilroybold';
}
.factory-info .box {
  padding: 1em;
  background-color: #0eca55;
  min-height: 200px;
}
.factory-info .box p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.factory-info .box span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #ffffff;
}
.bold{
  font-family: 'gilroybold';
}

.content.news h3 {
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 1em;
}
.news-content{
  padding: 5em 0;
}
.news-content h1 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #002d74;
}
.news-content h1::before{
  content: "";
  background-image: url('../images/back-arrow.svg');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0em;
  position: relative;
  top: 2px;
  margin-right: 0.7em;
  background-repeat: no-repeat;
  background-position: center;
}
.news-content h2 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #002d74;
}
.awards-content span.icon-back-arrow {
  color: #0dcb55;
  font-size: 20px;
}
.news-content h3 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #002d74;

}
.news-content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #001941;
}
.news-content .light {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #b3b9c3;
}
.news-content .date {
 font-size: 16px;
 font-weight: normal;
 font-stretch: normal;
 font-style: normal;
 line-height: 1.88;
 letter-spacing: normal;
 text-align: right;
 color: #697588;
}

.press .box {
  padding: 20px 30px;
  border-radius: 8px;
  border: solid 1px #dee0e5;
}
.press .box {
  padding: 20px 30px;
  border-radius: 8px;
  border: solid 1px #dee0e5;
}
.press span.date {
  font-size: 14px;
  color: #697588;
}
.press .box h3 {
  font-size: 16px;
  font-weight: normal;
  color: #001941;
}
.press p a{
  font-size: 14px;
  font-weight: normal;
  color: #002d74;
  border-bottom: 1px solid #002d74;
}
.press h3::before, .info::before{
  content: "";
  background-image: url(../images/f.svg);
  display: inline-block;
  width: 20px;
  height: 30px;
  margin-left: 0em;
  position: relative;
  top: 9px;
  margin-right: 0.7em;
  background-repeat: no-repeat;
  background-position: center;
}
.press .download{
  background-image: url(../images/down-green-arrow.svg);
  width: 18px;
  height: 18px;
  padding: 20px;
  border: solid 1px #dee0e5;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10%;
  top: 30%;
}
.sub-menu ul li.active::after {
  content: "";
  position: absolute;
  background: #002d74;
  width: 20px;
  bottom: -20px;
  height: 4px;
  left: 34%;
}

.sub-menu ul li.active {
  position: relative;
}
.expertise-slider .item div {
  background-color: #001941;
  padding: 1em;
  border-radius: 8px;
  min-height: 143px;
  margin-right: 60px;
  position: relative;
  margin-left: -40px;
}
.expertise-slider .item div p {

  color: #fff;
}
.expertise-slider .item p:after{
  content:"";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #001941;
  right: -4px;
  top: 39%;
  transform: rotate(45deg);
}

.contact {
  padding: 6em 0;
  background: #0eca55;
}
.contact span {
  margin-right: 10px;
  font-size: 20px;
  margin-top: 1px;
  display: inline-block;
  vertical-align: text-bottom;
}
.contact h1 {
  margin-bottom: 2em;
  color: #fff;
}
.contact p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 27px;
  font-weight: bold;
}
.genveon-social-icons li::before {
  display: none !important;
}
.contact ul.genveon-social-icons a {
  color: #fff !important;
}
.contact ul.genveon-social-icons li {
  background: #1bf06c;
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 2em;
}
.contact ul.genveon-social-icons {
  margin-top: 10em;
}
.genveon-social-icons li {
  margin-right: 1.9em;
}

.product-cards:hover,.sub-product-cards:hover {
  box-shadow: 0 4px 16px 0 rgba(14, 202, 85, 0.32);
  background-color: #0eca55;
  border: solid 1px #0eca55;
  color:#fff;
}
.product-cards:hover .icon1, .product-cards:hover .icon2{
  background-color: #fff;
}
.product-cards:hover p,.product-cards:hover  span.icon-next-arrow {
  color: #fff;
}
.product-cards {
  border-radius: 8px;
  border: solid 1px #dee0e5;
  background:#fff;
  cursor: pointer;
  padding: 25px 0;
  margin-top: 2em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.product-icon{
  background-color: #0eca55;
}
.product-icon.icon1{
 width: 50px;
 height: 50px;
 mask: url(../images/product_icon.svg);
 -webkit-mask: url(../images/product_icon.svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
}
.product-icon.icon2{
 width: 50px;
 height: 50px;
 mask: url(../images/product_icon2.svg);
 -webkit-mask: url(../images/product_icon2.svg);
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
}
.product-cards p {
  margin-bottom: 0;
  font-size: 18px;
  font-family: 'gilroysemibold';
  color: #002d74;
}
.product-cards span.icon-next-arrow{
  font-size: 20px;
  color: #002d74;
}
.content.product-categories {
  padding: 5em 0px 11em 0;
}

.sub-product-cards {
  border-radius: 8px;
  border: solid 1px #eeeff2;
  background:#eeeff2;
  cursor: pointer;
  padding: 30px 20px;
  margin-top: 2em;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sub-product-cards .icon-next-arrow{
  color: #eeeff2;
}
.sub-product-cards:hover .icon-next-arrow{
  color:#fff;
}
.sub-product-cards p {
  font-size: 14px;
  color: #697588;
  margin-bottom: 0;
  font-family: 'gilroymedium';
}
.sub-product-cards:hover p {
  color: #fff;
}
.sub-products h1 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #001941;
}
.products {
  background-color: #0eca55;
}
.products h1,.products h2{
  color: #fff;
}
.single-product{
  background-color: #fff;
  border-radius: 16px;
  margin:0 0 2em 0;
  padding: 35px;
}
.product-row {
  font-size: 14px;
  text-transform: capitalize;
}
.info-header {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal;
  color: #001941;
  font-family: 'gilroysemibold';
}

.info {
  color: #697588;
  font-size: 14px;
  font-family: 'gilroyregular';
  text-decoration: underline;
}
.info a{  color: #697588;}
.copyright{
  position: relative;
}
@media screen and (max-width: 768px) {
  .opened-menu {
    overflow-y: scroll;
  }
  #filter a {
    display: none;
  }

  .opened-menu ul li::before, .footer-menu ul li::before {
    content: " ";
  }
  p.footer-address {
    border-bottom: none !important;
  }
  #genveon-footer .copyright a {
    width: 100%;
    display: block;
  }

  .footer-privacy a::after{
    content: " ";
  }
  
  .row.copyright div {
    margin-bottom: 1.5em;
  }
  .genveon-nav {
    min-height: 70px!important;
  }
  .menu-sticy {
    margin-top: 0.6em;
  }

  .genveon-nav #genveon-logo {
    margin-top: 0.5em !important;
  }
  .info{
    display: none;
  }
  .sizes:nth-child(1) .info{
    display: block;
  }
  .sizes {
    padding-bottom: 2em;
    padding-top: 2em;
    border-bottom: 1px solid #eeeff2;
    margin-bottom: 0 !important;
  }
  .single-product .col-lg-5 {
    padding: 0;
  }
  .menu {
    min-height: 70px !important;
  }
  ul.menu-sub {
    display: none;
  }

  .opened-menu p, .footer-menu p {border-bottom: 1px solid #697588;padding-bottom: 1em;}

  .opened-menu .row {
    margin-top: 2em;
  }

  .menu-sub a {
    color: #b3b9c3;
    font-size: 16px;
  }

}
.sizes {
  margin-bottom: 2em;
  font-size: 14px;
}
.product-header {
  font-family: 'gilroybold';
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0eca55;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.product-doses a {
  font-family: 'gilroysemibold';
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: normal;
  color: #b3b9c3;
  margin-right: 3em;
}

.product-doses a.active {
  color: #004bc1;
}
.single-product img {
  border: solid 0.9px #dee0e5;
}
.product-row td:nth-child(2) {
  color: #001941;
  font-family: 'gilroysemibold';
}
#filter {
  margin: 50px 0;
}
#filter a {
  /*display: inline-block;*/
  color: #fff;
  font-size: 14px;
  font-family: 'gilroymedium';
  margin-right: 50px;
}
#filter a i::before {
  border-radius: 6px;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.2);
  content: " ";
  position: relative;
  left: 0;
  width: 24px;
  height: 24px;
  margin-right: 0px;
  display: inline-block;
  top: 0px;
  vertical-align: middle;
  margin-right: 10px;
}

#filter a.active i::before{
  background: #00378e;
  border-color: #00378e;
  background-image: url("../images/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#filter a:hover i::before {
  border-color: #00378e;
}
.single-product{
  display: none;
}
.show-product{
  display: block;
}
p.footer-address {
  font-size: 14px;
  font-family: 'gilroyregular';
}
.footer-menu .menu-header {
  margin-bottom: 20px;
}
.menu-header span.icon-plus {
  display: inline-block;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 768px) {
  #filter a {
    display: inline-block;
    min-width: 160px;
    margin-bottom: 10px;
  }
  .footer-privacy a::after {
    content: "|";
    margin-left: 30px;
  }
  .footer-privacy  a:last-child::after{
    content: "";
    margin: 0;
  }
  .footer-menu p {
    margin-bottom: 50px;
  }
  .footer-privacy a {
    margin-right: 30px;
  }
  .row.copyright div {
    margin-bottom: 2em;
  }
  p.footer-address {
    margin-bottom: 30px;
  }
}
.scroll-page {
  color: white;
  transform: rotate(-90deg);
  font-size: 14px;
  position: absolute;
  left: -80px;
  bottom: 70px;
}
.scroll-page .scroll-line {
  background: #ffffff82;
  width: 100px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  bottom: 0;
}
.scroll-line:after {
  content: " ";
  position: absolute;
  top: 0;
  background: white;
  width: 34%;
  height: 1px;
  right: 0;
  opacity: 1;
}
.overlay-gradient {
  background-image: linear-gradient(to left, rgba(0, 45, 116, 0.1) 100%, #001941 0%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.btn_underline {
  color: #00378e;
  text-decoration: underline;
  font-size: 16px;
}

.news-slider h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #002d74;
  min-height: 60px;
}
.news-slider img {
  margin-bottom: 30px;
}
.feature-center .overlay {
  background: #0eca55;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  z-index: 1;
}
.counter-slider{
  position: absolute;
  bottom: 70px;
  /*height: 100%;*/
}
#genveon-counter .left {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  cursor: url("../images/spy-slider.svg"), auto;
}
#genveon-counter .right {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  cursor: url("../images/spy-slider2.svg"), auto;
}
.play-button:hover {
  background-color: #002d74;
}

.play-button:hover span {
  color: #fff;
}
@media screen and (min-width: 768px) {

  #genveon-counter .right,  #genveon-counter .left {
    z-index: 2;
  }
  .counter-left{
    margin-left: 3em;
  }
  .news-slider-item {
    margin-left: 30px;
  }
}
.b-bottom {
  margin-bottom: 70px;
  margin-top: 40px;
}

.b-bottom hr {
  margin: 0;
}
#genveon-latest-news .news-prev {
  margin-right: 30px;
}

#genveon-latest-news .news-next,#genveon-latest-news .news-prev {
  font-size: 20px;
  color: #002d74;
}
.news-slider .slick-dots {
  bottom: -80px;
}

.news-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 30px;
}

.news-slider .slick-dots li.slick-active button:before {
  color: #002d74;
}

.news-slider .slick-dots li button:before {
  color: #dee0e5;
  width: 6px;
  height: 6px;
}
.play-button {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  top: 40%;
  left: 43%;
  border-radius: 50px;
  cursor: pointer;
}

.play-button span {
  color: #002d74;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 40% auto;
  display: block;
}
#videoModal .modal-content {
  background: transparent;
  border: none;
}
.mobile-text h1 {
  font-size: 20px;
  color: #001941;
  margin-top: 30px;
  margin-bottom: 80px;
}
.open-menu{
  cursor: pointer;
}
.filter-svg{
  background:url("../images/filter.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 8px;
}
.mobile-filter span {
  display: inline-block;
  vertical-align: middle;
}

.mobile-filter {
  padding: 12px 15px;
  color: #b3b9c3;
  font-size: 14px;
  border: solid 1px #dee0e5;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #filter a {
    display: none;
  }
  .filter-container.open {
    background: white;
    padding: 0 0px 20px 0;
    border-radius: 6px;
  }
  .filter-container.open a {
    width: 100%;
    display: block !important;
    margin-left: 20px;
  }
  .filter-container .btn,.filter-container .btn_underline {
    margin-left: 15px !important;
  }

}
.modal-body {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #001941;
}
a.btn.btn-cancel {
  border-radius: 8px;
  border: solid 1px #dee0e5;
  padding: 10px 30px;
  color: #697588;
  font-size: 14px;
  margin-right: 1em;
}
.modal-footer button.btn.btn-primary {
  font-size: 14px;
}
.modal-title {
  color: #0eca55;
  font-size: 16px;
  font-family: 'gilroybold';
}
.modal-footer a.btn.btn-primary {
  font-size: 14px;
}
#showProducts .modal-body span{
  font-family: 'gilroybold';
}
.history-border {
  width: 90%;
  border-top: 1px solid #1bf06c;
  position: relative;
  right: -30px;
  vertical-align: middle;
  display: block;
  top: -30px;
}

.dot img {
  position: relative;
  left: 0px;
  top: -16px;
}
.mail-button {
  position: fixed;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mail-button span {
  color: #002d74;
  font-size: 40px;
  position: relative;
  top: 16px;
  left: 13px;
}
.mail-button:hover {
  background: #002d74;
}

.mail-button:hover span {
  color: #fff;
}
.contact-form {
  padding: 5em 0;
}

.contact-form h4{
  font-size: 20px;
  color: #001941;
  margin-bottom: 30px;
}
.contact-image{
  box-shadow: 30px 30px 0px 0px #dee0e5;
  position: relative;
  top: -150px;
}
@media screen and (max-width: 768px) {
  .history-date{
    margin-top: -15px;
  }
  .history-date p{
    margin-bottom: 0;
  }
  .history-border {
    height: 70px;
    border-top: 0 !important;
    border-left: 1px solid #1bf06c;
    left: 10px !important;
    top: 0px !important;
  }
  .dot {
    width: 50px;
    float: left;
    margin-bottom: 30px;
  }
  .contact-image{

    top: 0 !important;
  }
}
.flexslider .slick-slide {
  background-size: cover;
}
.expertise-slider {
  margin-bottom: 40px;
}
.contact-form label.form-check-label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #001941;
  margin-bottom: 40px;
  margin-top: 30px;
  font-family: 'gilroysemibold';
  display: block;
}
.content.products h2 i {
  margin-right: 10px;
}
#accordion1 .card {
  /* border-radius: 8px; */
  /* background-color: #eeeff2; */
  margin-bottom: 10px;
  border: none;
}

#accordion1 .card h2 {
  font-size: 16px;
  font-family: 'gilroybold';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #002d74;
}

#accordion1 .card-body {
  background: #fff;
}

#accordion1 .card h2 a.collapsed {
  width: 100%;
  padding: 5px 25px;
  background: #eeeff2;
  border-radius: 8px;
  color: #002d74;
}

#accordion1 .card-header {
  border-radius: 8px;
  background-color: #eeeff2;
  padding: 0;
}

#accordion1 .card h2 a {
  width: 100%;
  padding: 5px 25px;
  background: #002d74;
  border-radius: 8px;
  color: #fff;
}
#accordion1 .card h2 a i {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-size: 30px;
}
#accordion1 .card h2 a[aria-expanded=true] i:before {
  content: "\e900";
}
#accordion1 .card h2 a[aria-expanded=false] i:before {
  content: "\e91b";
}
.was-validated .form-check-input:invalid ~ .form-check-label a, .form-check-input.is-invalid ~ .form-check-label a {
  color: #dc3545!important;
}
.refresh.btn.btn-default {
  padding: 14px 30px !important;
}
.errors ul {
  list-style: none;
  margin: 0 0 10px 0px;
  padding: 0;
  color: #dc3646;
  font-size: 14px;
  font-family: 'gilroysemibold';
}
.footer-menu ul.genveon-social-icons li::before {
  content: none !important; 
}
.press .download:hover {
  background-color: #002d74;
}
.contact ul.genveon-social-icons li:hover {
  background: #002d74;
}
.contact ul.genveon-social-icons li:hover a{
 color: #0dcb55 !important;
}
.cookie {
 position:fixed;
 padding:20px;
 left:0;
 bottom:0;
 width:100%;
 z-index:99999;
 display: none;
}
.cookieconsent{
  border-radius: 12px;
  background-color: #002d74;
  color:#FFF;
  font-size: 14px;
  padding: 30px;
}
select:invalid{
  color: #b3b9c3 !important;
}
.cookieconsent a {
  color: #FFF;
  text-decoration: underline;
}
.cookieconsent a.confirm {
  font-size: 16px;
  color: #b3b9c3;
  margin-top: 20px;
  display: block;
}
.cookieconsent .close{
  background: url('../images/close.svg');
  width: 20px;
  height: 20px;
  position: relative;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.footer-menu ul.genveon-social-icons li a {
  padding-left: 0;
}
.save-as {
  background-image: url(../images/saveas-white.png);
  width: 62px;
  height: 39px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  margin-bottom: 0 !important;
  right: 0;
  bottom: 0;
}
.saveasdigital{
  margin-bottom: 60px;
}
.menu-languge a::after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
  position: absolute;
}
.menu-languge  a:last-child::after{
  content: "";
}
#videoModal .modal-dialog {
    max-width: 750px;
}