/*   
Theme Name: plexopharm Theme
Theme URI: alexwebdesign.com
Description: plexopharm Theme template
Author: alexwebdesign.com
Author URI: alexwebdesign.com
Version: 1
*/


* {
  margin: 0;
  padding: 0; }

  html, body {
  height: 100%;
  width: 100%;
}
.show-search {
  padding-top: 185px;
}
body {
  padding: 0;
  padding-top: 135px;
  background: #f8f9fa;
  transition: .5s;
 }

nav.navbar form.small {
  display: none; }

nav.navbar li.homeicon {
  -webkit-transform: translate(-25px, 5px);
  -ms-transform: translate(-25px, 5px);
  transform: translate(-25px, 5px); }

nav.navbar li {
  position: relative; }
nav.navbar li:not(:first-child) {
    margin: 0 10px;
}

nav.navbar .navbar-toggler {
  background: #189FD1; }

@media (max-width: 990px) {
  nav.navbar form.small {
    display: block;
    right: 21%; }
  nav.navbar .search {
    display: none; }
  nav.navbar li.homeicon {
    display: none; }
  nav.navbar li {
    position: relative;
    text-align: center; }
    nav.navbar li .currentmenu {
      display: none;
      position: absolute;
      background: #0A9ACF;
      width: 5px;
      height: 80%;
      top: 10px;
      left: -10px; }
    nav.navbar li a {
      color: black !important;
      font-size: 17px; }
  .navbar-toggler {
    background: #189FD1; } }

.row {
  margin: 0;
  padding: 0; }
.welcome h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 5px;
}

.welcome {
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.welcome h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fff;
    font-size: 35px;
}
  .welcome .underline_for_welcome {
    width: 60px;
    height: 3px;
    margin-bottom: 30px;
    background: #0A9ACF; }

@media (max-width: 800px) {
  h5 {
    font-size: 3vw;
    text-align: center; } }

@media (min-width: 800px) and (max-width: 1035px) {
  h5 {
    font-size: 2.5vw;
    text-align: center; } }

.aboutuscontainer {
  background: #EDEEF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .aboutuscontainer .texta {
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .aboutuscontainer .underline_for_Aboutus {
    width: 60px;
    height: 3px;
    margin-bottom: 30px;
    background: #0A9ACF; }
  .aboutuscontainer .innertext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 60px;
    color: gray; }
.aboutuscontainer .innertext h2 {
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}
  .aboutuscontainer .aboutus {
    margin: 0 auto;
    height: 400px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .aboutuscontainer .aboutus .list {
      height: 60%;
      padding: 0; }
      .aboutuscontainer .aboutus .list .term {
        width: 80%;
        float: right;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #022857;
        margin-bottom: 10px;
        cursor: pointer;
        color: white; }
      .aboutuscontainer .aboutus .list .clicked {
        -webkit-box-shadow: -1px 5px 50px 0px #c7c7c7;
        box-shadow: -1px 5px 50px 0px #c7c7c7;
        background: white;
        color: #022857; }
        .aboutuscontainer .aboutus .bodytext .termtext h5 {
          margin-bottom: 30px; }

@media (max-width: 573px) {
  .aboutus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .aboutus .list {
      height: 60%;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .aboutus .list .term {
        width: 80%;
        float: right;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #022857;
        margin-bottom: 15px;
        cursor: pointer;
        color: white; }
      .aboutus .list .clicked {
        -webkit-box-shadow: -1px 5px 50px 0px #c7c7c7;
        box-shadow: -1px 5px 50px 0px #c7c7c7;
        background: white;
        color: #022857; }
    .aboutus .bodytext {
      position: relative;
      height: 400px;
      background: white;
      padding: 10px !important;
      padding-top: 10px;
      margin-top: -60px;
      margin-bottom: -200px; }
      .aboutus .bodytext .termtext {
        position: absolute; }
      .aboutus .bodytext p {
        max-width: 90% !important; } }

@media (min-width: 574px) and (max-width: 1100px) {
  .aboutuscontainer .aboutus .list .term {
    width: 120% !important; }
  .aboutuscontainer .aboutus .bodytext {
    position: relative;
    height: 400px;
    background: white;
    padding: 20px !important;
    margin-top: -0px;
    margin-bottom: -150px; }
    .aboutuscontainer .aboutus .bodytext .termtext {
      position: absolute; }
    .aboutuscontainer .aboutus .bodytext p {
      max-width: 90% !important; } }
.row.keypersoncontainer .parallax-static-content h2 {
    margin-top: 60px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    letter-spacing: 2px;
}
.row.keypersoncontainer .parallax-static-content h2:after {
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    margin-bottom: 30px;
    background: #0A9ACF;
    margin-top: 30px;
    margin: 30px auto;
}
      .row.keypersoncontainer .parallax-static-content .thebody .personface {
        width: 210px;
        height: 210px;
        border-radius: 50%;
        background-position: center;
        background-size: cover; }
      .row.keypersoncontainer .parallax-static-content .thebody .text {
        max-width: 700px; }
        .row.keypersoncontainer .parallax-static-content .thebody .text p {
          line-spacing: 20px;
          margin-top: 10px;
          text-align: left;
          margin-left: 30px; }
        .row.keypersoncontainer .parallax-static-content .thebody .text .drname {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          padding-left: 30px;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }







          .row.keypersoncontainer .parallax-static-content .thebody .text .drname span {
            font-size: 28px; }

.productscontainer {
  background: #FFFFFF;
  padding-bottom: 120px; }
  .productscontainer .welcome {
    color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .productscontainer .welcome .underline_for_welcome {
      width: 60px;
      height: 3px;
      margin-bottom: 50px;
      background: #0A9ACF; }
  .productscontainer .gridproducts {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 270px);
    -ms-flex-line-pack: center;
    align-content: center;
    grid-gap: 15px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto; }
    .productscontainer .gridproducts .itemg {
      height: 350px; }
      .productscontainer .gridproducts .itemg a {
        text-decoration: none; }
.productscontainer .gridproducts .itemg a .productimage .imageofproduct {
    width: 100%;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    height: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
          .productscontainer .gridproducts .itemg a .producttext h4 {
            color: rgba(0, 0, 0, 0.9);
            font-weight: bold; }
      .productscontainer .gridproducts .itemg a:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .productscontainer .gridproducts .itemg a:hover .productimage .imageofproduct {
          -webkit-transform: translateY(6px);
          -ms-transform: translateY(6px);
          transform: translateY(6px);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .productscontainer .gridproducts .itemg a:hover .productimage .hovereffect {
          opacity: 1; }
  @media (max-width: 800px) {
    .productscontainer p {
      font-size: 3vw;
      text-align: center; } }
  @media (min-width: 800px) and (max-width: 1035px) {
    .productscontainer p {
      font-size: 2.5vw;
      text-align: center; } }

.clientscontainer {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .clientscontainer h2 {
    margin-top: 120px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .clientscontainer .underline_for_welcome {
    width: 60px;
    height: 3px;
    margin-bottom: 50px;
    background: #0A9ACF; }
.search-field::placeholder{
  color:#0A9ACF;
  line-height: 20
}
input[type="search"] {
  -webkit-appearance: textfield;
}




.homepage-slider{
  height: 600px;
  background: #f8f9fa;
}
.tparrows:before{
  color: #a6a4a5 !important;
}
#rev_slider_1_1 .uranus.tparrows:before{
  font-size: 65px;
}
.tp-bullet {
    width: 30px !important;
    height: 3px !important;
    position: static !important;
    background: #c3c3c3 !important;
    cursor: pointer;
    display: inline-block !important;
    margin: 0 3px !important;
}
.tp-bullet.selected, .tp-bullet:hover {
    background: #0a9acf !important;
}
.tp-bullets, .tp-tabs, .tp-thumbs {
    width: 99% !important;
    text-align: center;
    margin: auto;
}





.parallax-window {
  max-height: 530px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.parallax-static-content {
  color: rgba(255,255,255,0.8);
  position: relative;
  z-index: 9;
}





















.animate-box{
  opacity: 0;
}
.rev-slider-button:hover {
    background: transparent !important;
    color: #0a9ad0 !important;
    border: 1px solid #0a9ad0 !important;
}
.navbar .sub-menu {
    position: absolute;
    width: 250px;
    background: #eeeeee;
    top: 40px;
    list-style: none;
    max-height: 0px;
    overflow: hidden;
    transition: .2s;
}
.navbar .navbar-nav > li > .sub-menu:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0a9acf;
    display: block;
    content: '';
    position: absolute;
    top: -10px;
    left: 15px;
    overflow: hidden;
}
.menu-item-has-children:hover > .sub-menu {
    padding: 0 0 5px;
    border-top: 2px solid #0a9acf;
    max-height: 300px;
    overflow: visible;
}
.navbar .sub-menu li {
    margin: 0 !important;
    padding: 7px 10px 7px 40px;
    border-bottom: 1px solid #0a9acf;
    background-repeat: no-repeat;
    background-position: -2px center;
}
.cow-background{
    background-image: url(images/Icons-02.png);
}
.chicken-background{
    background-image: url(images/Icons-01.png);
}
.fish-background{
    background-image: url(images/Icons-03.png);
}
.bag-background{
    background-image: url(images/Icons-04.png);
}
.navbar .sub-menu li:last-child {
    border-bottom: none;
}
.navbar .sub-menu li a {
    font-weight: 400;
}










.navbar .sub-menu li.menu-item-has-children:hover > .sub-menu {
    max-height: 500px;
}
.navbar .sub-menu li.menu-item-has-children:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 12px;
    bottom: 9px;
    color: #0a9acf;
    transition: .2s;
}
.navbar .sub-menu li.menu-item-has-children .sub-menu:before {
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #0a9acf;
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    overflow: hidden;
}
.navbar .sub-menu li.menu-item-has-children .sub-menu {
    left: 99%;
    top: 0px;
    border-top: none;
    border-left: 2px solid #0a9acf;
    width: 250px;
}
.navbar .sub-menu li.menu-item-has-children:hover > .sub-menu {
    max-height: 500px;
}
.navbar .sub-menu li.menu-item-has-children .sub-menu a {
    font-size: 14px;
    padding: 6px;
}
.navbar .sub-menu li.menu-item-has-children .sub-menu li {
    padding: 5px 0;
}
.navbar .sub-menu li.menu-item-has-children:hover:after {
    opacity: 0;
}










.search-submit {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 40px;
    height: 34px;
    opacity: 0;
    cursor: pointer;
}

.nav-item.search i {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    color: #0a9acf;
}
.search-button .currentmenu {
    display: none !important;
}
.search-field {
    background-image: url(images/search.svg);
    color: #0A9ACF;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    height: 50px;
    margin: 0;
    padding: 0 50px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    border-bottom: 1px solid #0a9acf;
    width: 100%;
    background-color: #ceedfc;
}
.nav-item.search label {
    display: block;
    margin: 0;
}
.nav-item.search {
    background: transparent;
    margin: 0 0 0 -175px !important;
    overflow: hidden;
    max-height: 0;
    transition: .7s;
    position: relative;
}
.sticky .nav-item.search {
    top: 0;
}
.show-search .nav-item.search{
  max-height: 50px;
}
.navbar-nav.ml-auto {
    transition: .5s;
}
.show-search.navbar-nav.ml-auto{
  padding-top: 45px;
}
.productscontainer .gridproducts .itemg a:hover .productimage .hovereffect > div{
      -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.hovereffect > div {
    border: 3px solid #fff;
    padding: 15px;
    border-radius: 50%;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.spacedn {
  width: 60px;
  height: 3px;
  background: #0A9ACF;
  margin-right: 15px; 
}
.personface img {
    border-radius: 50%;
    width: 230px;
    height: 230px;
}
.personface {
    width: 25%;
    float: left;
    text-align: right;
    padding-right: 30px;
}
.keypersoncontainer .text {
    width: 70%;
    text-align: left;
    float: left;
    padding-top: 50px;
}
.keypersoncontainer .text > p {
    font-weight: 400;
    line-height: 28px;
    padding-right: 10px;
}
.drname span {
    float: left;
    color: #fff;
    font-size: 24px;
}
.spacedn {
    width: 60px;
    height: 3px;
    background: #0A9ACF;
    margin-right: 15px;
    float: left;
    margin-top: 20px;
}
.drname{
  padding-top: 10px;
}
.productscontainer .welcome h2 {
    margin-top: 120px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
}
.productscontainer .welcome p {
    text-align: justify;
    text-align-last: center;
    margin-bottom: 100px;
    width: 850px;
    line-height: 28px;
    font-size: 17px;
}
.productscontainer .gridproducts .itemg a .productimage .hovereffect {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 10px solid #0a9acf;
}
.productscontainer .gridproducts .itemg a .productimage {
    height: 240px;
    width: 100%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.productscontainer .gridproducts .itemg a:hover .producttext {
    box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.17);
}
.productscontainer .gridproducts .itemg a .producttext {
    -webkit-box-shadow: -4px 4px 2px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -4px 4px 2px -2px rgba(0, 0, 0, 0.1);
    padding: 12px;
    color: rgba(0, 0, 0, 0.7);
    height: 165px;
    width: 100%;
    transition: .4s;
}
.aboutuscontainer .aboutus .bodytext p {
    max-width: 58%;
    line-height: 30px;
    font-size: 17px;
    margin-bottom: 30px;
}
.termtext a {
    font-style: italic;
    color: #022857;
    font-size: 19px;
}
.producttext p {
    color: rgba(0, 0, 0, 0.55);
    line-height: 26px;
}
.producttext h6 {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
}
.logos-section{
  background: whitesmoke;
  padding: 70px 0 50px;
}
.serv-carousel {
    width: 1040px;
    margin: auto;
}
.logos-section h2:after {
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    margin-bottom: 30px;
    background: #0A9ACF;
    margin-top: 30px;
    margin: 30px auto;
}
.logos-section h2{
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}
.item div {
    margin: 0 10px;
}
.serv-carousel .owl-stage-outer {
    margin: 60px 0 90px;
}
.serv-carousel.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    background: #c3c3c3;
    margin: 0 3px;
}
.serv-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #0a9acf;
}
.aboutuscontainer .aboutus .bodytext {
    position: relative;
    height: 400px;
    background: white;
    padding: 50px;
    padding-top: 0;
}
.footer-top {
    width: 1040px;
    margin: auto;
    padding-top: 60px;
}
footer {
    background-color: #022857;
    background-image: url(images/footer-background.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.address-style{
    padding: 0;
    position: relative;
}
.address-style img {
    position: absolute;
    left: -10px;
    bottom: -65px;
    opacity: .7;
}
.footer-top h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
.footer-top h3:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 10px;
}
.footer-top p {
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}
.address-style > p {
    width: 325px;
}
.footer-contact {
    margin-top: 25px;
}
.footer-top p span {
    font-size: 18px;
}
.footer-top a {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
    padding-bottom: 3px;
    font-size: 17px;
}
.quick-links{
  padding: 0;
  padding-left: 30px;
}
.social-links{
  padding: 0;
  padding-left: 50px;
}
.social-links img{
	margin-top: 20px;
}
.footer-bottom {
    margin: 80px 135px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.81);
    width: 50%;
    float: left;
    font-size: 18px;
    padding: 25px 0;
}
.footer-bottom p:last-child {
    text-align: right;
}
.navbar li a {
    color: black;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 8px 20px;
}
.home-menu-item {
    background: url(images/home.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    margin-right: 20px;
}
.home-menu-item a {
    padding: 8px 22px !important;
}
.navbar li a:hover , .navbar .sub-menu .current-menu-item a{
    text-decoration: none;
    color: #0a9acf;
}
.main-content{
  overflow-x: hidden;
  position: relative;
}
.termtext p:first-child {
    display: none;
}
.navbar.navbar-expand-lg.navbar-dark.bg-light {
    padding: 0 175px;
    transition: .5s;
    position: fixed;
    width: 100%;
    background: #f8f9fa;
    z-index: 333;
    top: 0;
    display: block;
}
.navbar.navbar-expand-lg.navbar-dark.bg-light.sticky {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img{
  transition: .4s;
  padding: 10px;
}
.sticky .navbar-brand img {
    width: 75px;
    height: 75px;
    padding: 0;
}
.quick-links li {
    list-style: none;
}
.row.keypersoncontainer {
    height: 530px;
    position: relative;
    background-image: url(images/background-blue.jpg);
    background-size: contain;
}
.welcomecontainer {
    height: 360px;
    background: #022857;
    background-image: url(images/blue-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.aboutuscontainer .aboutus .bodytext .termtext {
    position: absolute;
    background-position: 95% bottom;
    background-size: 375px auto;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 30px;
}
.aboutuscontainer .aboutus .term h5 {
    font-size: 14px;
}
.navbar li .currentmenu {
    position: absolute;
    background: #0A9ACF;
    width: 100%;
    height: 10px;
    top: -52px;
    display: none;
    transition: .4s;
}
.sticky li .currentmenu {
    top: -27px;
}
.navbar li:hover .currentmenu , .navbar .current-menu-item .currentmenu , .navbar .current-menu-parent .currentmenu , 
.single-product .navbar #menu-item-152 .currentmenu , .tax-products_cat .navbar #menu-item-152 .currentmenu , 
.single-post .navbar .menu-item-27 .currentmenu{
    display: block;
}
.navbar .current-products_cat-ancestor > a {
    color: #0a9acf;
}





/************************************************************
*********            Products Page              *************
************************************************************/

.products-page{
  padding-top: 60px;
  background-color: #EDEEF0;
}
.product-container {
    height: 325px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}
.product-container img {
    width: 100%;
    height: auto;
    transition: .6s;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.product-container:hover img {
    transform: scale(1.3);
    top: 0;
}
.product-container .link-img {
    width: 65px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -80px;
    transition: .4s;
    z-index: 1;
    border: 3px solid #fff;
    padding: 17px;
    border-radius: 50%;
}
.product-container:hover .link-img {
    top: 42%;
}
.product-info {
   padding-bottom: 20px;
   border-top: 2px solid #edeef0;
}
.product-info h2 {
    color: #000;
    font-size: 20px;
    padding: 20px 20px 10px;
    margin: 0;
}
.product-info:hover h2 {
    color: #0a9acf;
}
.product-info p {
    color: rgba(0, 0, 0, 0.85);
    padding-left: 20px;
    margin: 0;
    overflow: hidden;
    transition: .6s;
    max-height: 23.3px;
}
.product-link {
    display: block;
    background-color: #fff;
    margin-bottom: 30px;
}
.product-link:hover {
    text-decoration: none;
}
.product-container .product-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: .5s;
    opacity: 0;
}
.product-container:hover .product-overlay{
  opacity: 1;
}
.products-container {
    padding-bottom: 60px;
}
.page-title{
  background: #022857;
  padding: 60px 0 50px;
}
.page-title .inner-title h1{ 
    margin-bottom: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    padding: 0 100px;
}
.page-title .inner-title .underline-style{
    width: 60px;
    height: 3px;
    margin: auto;
    background: #0A9ACF;
}







/************************************************************
*********            Single Product Page        *************
************************************************************/
.products-page .productscontainer{
  background: transparent;
}
.products-page .productscontainer .gridproducts .itemg a .producttext{
  background: #fff;
  height: 120px;
}
.single-product-container {
    padding-top: 100px;
    padding-bottom: 60px;
}
.single-product h3 {
    font-size: 25px;
    margin-bottom: 30px;
}
.single-p-style {
    font-size: 20px;
}
.single-p-style span {
    font-weight: 500;
}
.related-products .product-info p {
    padding-left: 15px;
    font-size: 14px;
    max-height: 23.3px;
}
.related-products .product-info h2 {
    font-size: 18px;
    padding: 15px 15px 5px;
    margin-top: 0;
}
.related-products .product-container {
    height: 220px;
}
.related-products {
    margin-top: 60px;
    padding-top: 15px;
    border-top: 1px solid #c3c3c3;
}
.image-sticker-product img {
    width: 100%;
}
.related-products > h2{
  margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;
    font-size: 28px;
    padding-left: 15px;
}
.related-products > h2:after {
    width: 50px;
    height: 3px;
    background: #0A9ACF;
    content: '';
    display: block;
    margin-top: 10px;
}
.related-products .product-container:hover .link-img {
    top: 37%;
    width: 55px;
    padding: 11px;
}
.related-products .product-container img {
    top: 0;
    transform: none;
}
.single-product-content {
    margin-top: 30px;
}
.single-product-links {
    margin-top: 15px;
}
.single-product-content .single-product-links a {
    background: #022857;
    color: #fff;
    padding: 7px 25px;
    border-radius: 5px;
    transition: .2s;
    margin-right: 10px;
}
.single-product-content .single-product-links a:hover {
    text-decoration: none;
    background: #0a9acf;
}

/************************************************************
*********** start smooth product image plugin css ***********
************************************************************/

.sp-loading {
  text-align: center;
  width: 100%;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}
.sp-wrap {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.sp-thumbs {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    background: transparent;
    height: 100px;
}
.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 25%;
    height: 100px;
    overflow: hidden;
    opacity: .6;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.sp-thumbs a:hover {
  opacity: 1;
}
.sp-thumbs a:active, .sp-current {
  opacity: 1!important;
  position: relative;
}
.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}
.sp-large a img {
  width: 100%;
  height: auto;
}
.sp-large a {
  display: block;
}
.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}
.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 500;
  display: none;
  cursor: pointer;
}
.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}
#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}
#sp-prev {
  left: 10px;
}
#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}
#sp-next {
  right: 10px;
}
#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}
#sp-prev:hover, #sp-next:hover {
  background: #444;
}

@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}

/************************************************************
*********** end smooth product image plugin css *************
************************************************************/




/************************************************************
***********       CONTACT US PAGE STYLE         *************
************************************************************/

.contact-half-background{
    position: absolute;
    background: #022857;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    z-index: -1;
    border-bottom: 1px solid #f8f9fa;
}
.gm-style-pbc{
  opacity: 0 !important;
}
#map {
    width: 100%;
    height: 500px;
    background: #f8f9fa;
}
.contact-container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-form h3{
  color: #f8f9fa;
}
.contact-form h3 , .contact-info h3{
  text-transform: uppercase;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 1px;
}
.contact-form h3:after , .contact-info h3:after {
    display: block;
    content: '';
    width: 60px;
    height: 2px;
    margin-bottom: 30px;
    background: #0A9ACF;
    margin-top: 30px;
    margin: 15px 0 40px;
}
.wpcf7 p {
    margin-top: 0;
}
.wpcf7 p br {
    display: none;
}
.wpcf7 input {
    border: 1px solid #0a9acf;
    padding: 4px 10px;
    width: 400px;
    background: #f8f9fa;
}
.wpcf7 textarea {
    border: 1px solid #0a9acf;
    padding: 3px 10px;
    height: 150px;
    width: 400px;
    background: #f8f9fa;
}
.wpcf7 input[type=submit] {
    background: #0a9acf;
    color: #fff;
    transition: .4s;
}
.wpcf7 input[type=submit]:hover {
    cursor: pointer;
    background: #fff;
    color: #0a9acf;
    background: #f8f9fa;
}
.contact-form {
    padding-left: 80px;
}
.contact-d {
    position: relative;
}
.contact-d i {
    color: #0a9acf;
    font-size: 28px;
    position: absolute;
    left: 2px;
    top: 0;
}
.contact-d span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 13px;
}
.contact-i {
    font-size: 18px;
    margin-bottom: 20px;
}
.contact-d .fa-phone {
    font-size: 25px;
    left: -1;
}
.contact-d .fa-fax , .contact-d .fa-envelope {
    font-size: 20px;
    top: 3px;
    left: -1px;
}
.social-contact-us a {
    font-size: 25px;
    margin: 0 20px 0 0;
    color: #0a9acf;
}
.wpcf7-validation-errors{
  display: none !important;
}
.social-contact-us {
    padding-top: 30px;
}
.social-contact-us h3:after {
    margin: 15px 0 20px;
}
.search-button button{
  background-image: url(images/search.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-color: rgba(0,0,0,0);
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
    outline: none;
}


/************************************************************
***********        Single Blog PAGE STYLE       *************
************************************************************/

.single-post-container {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.single-post-content {
    width: 725px;
    margin: auto;
}
.single-post-content p {
    font-size: 18px;
    line-height: 28px;
}




/************************************************************
***********         About us  PAGE STYLE        *************
************************************************************/

.company-summary-image {
    width: 50%;
    float: left;
    overflow: hidden;
}
.company-summary-image img {
    width: 100%;
}
.company-summary-info {
    float: left;
    width: 50%;
    padding: 40px 80px 0 30px !important;
}
.company-summary-info.vc_column_container>.vc_column-inner,.company-summary-image.vc_column_container>.vc_column-inner{
  padding: 0 !important;
}
.company-summary-image .wpb_content_element{
  margin-bottom: 0 !important;
}
.company-summary-info h2 , .owner-objective h2{
    margin-bottom: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;
    font-size: 28px;
}
.owner-objective h2{
  color: #fff;
}
.owner-objective h2:after{
  margin: auto;
}
.owner-objective b{
  font-weight: 500;
}
.company-summary-info h2:after , .owner-objective h2:after{
    width: 60px;
    height: 2px;
    background: #0A9ACF;
    display: block;
    content: '';
    margin-top: 15px;
}
.company-summary-info p {
    font-size: 17px;
    margin-bottom: 20px;
}
.owner-objective {
    background: #022857;
    padding: 90px 0 60px;
    position: relative;
}
.owner-objective p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
}
.owner-objective p strong{
  color: #fff;
}
.owner-objective .col-md-6:first-child {
    padding-right: 50px;
}
.owner-objective .col-md-6:last-child {
    padding-left: 50px;
}
.owner-objective ol {
    margin-left: 20px;
}
.owner-objective li {
    padding-bottom: 7px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
}
.vertical-owner-line{
  position: absolute;
    height: 330px;
    top: 70px;
    left: 49.9%;
    z-index: 1;
    border-left: 1px dashed #a8a8a8;
}
.icons-section {
    padding: 0 100px;
}
.icons-section .col-md-4 {
    padding: 0 40px;
    color: #fff;
}
.icons-section i {
    color: #0a9acf;
    font-size: 30px;
    border: 1px dashed #0a9acf;
    border-radius: 50%;
    padding: 15px;
}
.icons-section p {
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.8);
}
.icons-section h3 {
    font-size: 22px;
    margin-top: 15px;
    color: #fff;
}
.owner-objective.icons-section .wpb_content_element{
  margin-bottom: 0 !important;
}
.certificates h2 {
    margin-bottom: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    padding: 0 100px;
}
.certificates h2:after {
    width: 60px;
    height: 2px;
    background: #0A9ACF;
    display: block;
    content: '';
    margin: auto;
    margin-top: 15px;
}
.certificates {
    background: #eee;
    padding: 90px 0 40px;
}
.certificates .sampgallery {
    margin-top: 30px;
}
.certificates .sampgallery-thumb {
    min-height: 340px;
    border: 8px solid #a0a0a0;
}


/************************************************************
*********** start gallery image viewer plugin css ***********
************************************************************/

/*!
* Lightbox Gallery v1.0 (https://github.com/kawshar/lightboxgallery)
* Copyright 2017 Kawshar Ahmed
* Licensed GPLv3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.lightboxgallery-modal-open {
  overflow: hidden;
}

.lightboxgallery-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1033;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-align: center;
  cursor: zoom-out;
}

.lightboxgallery-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #000;
  z-index: 1034;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.lightboxgallery-next,
.lightboxgallery-prev {
  position: fixed;
  top: 0;
  width: 40px;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.lightboxgallery-next {
  right: 0;
}

.lightboxgallery-prev {
  left: 0;
}
.single-post-container .lightboxgallery-gallery {
    margin-top: 50px;
}
.single-post-container .lightboxgallery-gallery-item {
    display: block;
    width: 25%;
    float: left;
    padding: 0 10px;
    max-height: 165px;
    overflow: hidden;
    margin-bottom: 20px;
}
.single-post-container .lightboxgallery-gallery-item img {
    width: 100%;
}
.lightboxgallery-modal-wrapper:hover .lightboxgallery-next,
.lightboxgallery-modal-wrapper:hover .lightboxgallery-prev {
  opacity: 1;
}
.page-template-page-about .lightboxgallery-modal-wrapper:hover .lightboxgallery-next,
.page-template-page-about .lightboxgallery-modal-wrapper:hover .lightboxgallery-prev {
  display: none;
}
.lightboxgallery-next > span,
.lightboxgallery-prev > span {
  display: block;
  position: relative;
  top: 50%;
  width: 16px;
  height: 16px;
  border-top: 5px solid #fff;
}

.lightboxgallery-next > span {
  left: -3px;
  border-right: 5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}

.lightboxgallery-prev > span {
  left: 22px;
  border-left: 5px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}

.lightboxgallery-close.lightboxgallery-hidden,
.lightboxgallery-hidden {
  display: none;
}

.lightboxgallery-close,
.lightboxgallery-close:hover,
.lightboxgallery-close:active,
.lightboxgallery-close:focus {
  display: block;
  font-size: 30px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: rgba(255, 255, 255, .8);
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -36px;
  right: -10px;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.lightboxgallery-close:hover {
  color: #fff;
}

.lightboxgallery-modal-close:hover,
.lightboxgallery-modal-close:active,
.lightboxgallery-modal-close:focus {
  color: #2384d3;
}

.lightboxgallery-image-wrapper {
  position: relative;
}

.lightboxgallery-image {
    width: 100%;
}

.lightboxgallery-modal-body {
  overflow: hidden;
}

.lightboxgallery-image-content {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0,0, .8);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
  text-align: left;
  -webkit-animation: fadeInUp 300ms;
  animation: fadeInUp 300ms;
}

.lightboxgallery-image-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.lightboxgallery-gallery-stat {
  font-weight: bold;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  float: right;
}

.lightboxgallery-gallery-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(255, 255, 255, .2);
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  50% {
    background: white;
  }
}
@keyframes pulse {
  50% {
    background: white;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


/************************************************************
*********** end gallery image viewer plugin css ***********
************************************************************/


/************************************************************
***********       Single blog  PAGE STYLE        ************
************************************************************/


.blog-overlay{
    position: absolute;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 0%, 0.65);
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transition: .4s;
}
.blog-thumbnail:hover .blog-overlay{
  opacity: 1;
}
.blog-thumbnail i {
    position: absolute;
    top: -101px;
    font-size: 30px;
    color: #fff;
    background: #0a9acf;
    padding: 20px;
    border-radius: 50%;
    transition: .5s;
}
.blog-thumbnail:hover i{
  top: 40%;
}
.blog-thumbnail {
    position: relative;
}
.blog-style {
    padding: 80px 125px;
}
.blog-thumbnail img {
    width: 100%;
}
.blog-short-content h2 {
    font-size: 26px;
    font-weight: 400;
    padding: 0 100px;
}
.blog-short-content {
    text-align: center;
    padding-top: 30px;
}
.blog-short-content a:hover {
    color: #022857;
    text-decoration: none;
}
.blog-short-content a {
    color: #0a9acf;
    transition: .3s;
}
.blog-short-content p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
}



/************************************************************
********     Careers & export area  PAGE STYLE      *********
************************************************************/


.export-info {
    width: 50%;
    float: left;
    padding: 60px 75px 60px 150px;
}
.export-info p {
    font-size: 18px;
    color: #555;
}
#exportMap{
  width: 50%;
  height: 650px;
  background-image: url(images/Map-01-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
}
div.wpcf7 .ajax-loader{
  position: absolute;
}
.career-contact-form {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 30px;
}
.career-contact-form h2 , .export-info h2{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    color: #000;
    letter-spacing: 1px;
    margin-right: 76px;
    display: inline-block;
}
.career-contact-form h2:after , .export-info h2:after {
    display: block;
    content: '';
    width: 60px;
    height: 2px;
    margin-bottom: 30px;
    background: #0A9ACF;
    margin-top: 30px;
    margin: 12px 0 40px;
}
.career-contact-form h2:after{
	margin-bottom: 25px;
}
.application-file-caree {
    border: none !important;
    padding: 0 !important;
    font-size: 12px;
}
.career-image {
    width: 50%;
    float: left;
    overflow: hidden;
}
.career-image img {
    width: auto;
    height: 825px;
    float: right;
}
.wpcf7-mail-sent-ok {
    border: 2px solid #0a9acf;
    margin: 30px 80px;
    padding: 8px;
}
.career-contact-form > div > p{
	margin-left: 40px;
    display: inline-block;
    margin-bottom: 10px;
}
.download-button a{
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
    transition: .2s;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.download-button a:hover {
    text-decoration: none;
    color: #007bff;
}
.download-button{
	text-align: center;
}
.download-application-div p {
    font-size: 19px;
    margin-bottom: 25px;
    color: #fff;
}
.download-application-div {
    margin: 0 10% 60px;
    padding: 35px 0;
    background: #c9d2db;
    background-image: url(images/blue-background.jpg);
    background-size: cover;
    background-position: center;
}


/************************************************************
***********         search  PAGE STYLE          ************
************************************************************/

.search-form-not-found{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.search-form-not-found form{
    width: 400px;
    margin: auto;
    position: relative;
}
.search-form-not-found input[type=text]{
      width: 100%;
    height: 30px;
    font-size: 18px;
    padding: 10px 70px 10px 10px;
}
.search-form-not-found input[type=submit]{
  position: absolute;
    top: 0;
    right: 0;
    background: #0a9acf;
    border: none;
    padding: 2px 10px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    border: 1px solid #0a9acf;
}
.search-form-not-found input[type=submit]:hover{
  background: #fff;
  border: 1px solid #a4a4a4;
  color: #000;
}
.search-result-true {
    background: #fff;
    margin-bottom: 20px;
    padding: 18px 10px;
}
.search-result-true .product-link:hover i , .search-result-true .product-link:hover h2 {
    color: #0a9acf;
}
.search-result-true i {
    float: left;
    display: block;
    width: 35px;
    font-size: 25px;
    margin-top: 4px;
    border-right: 1px solid #b0b0b0;
    margin-right: 20px;
    margin: 0px 15px 0 5px;
    padding: 1px 0;
}
.search-result-true h2 {
    font-size: 22px;
    float: left;
    color: #8d8d8d;
    width: 90%;
    margin: 0;
}
.quick-links > a {
    margin-top: 10px;
    margin-left: -1px;
}

.single-product-links a:last-child {
    display: none;
}



table {
    max-width: 500px;
    border: none;
}
thead {
    background: #022857;
    color: #fff;
}
tbody td {
    border: none;
    padding: 5px 0;
}
tbody td:last-child, tbody td:nth-child(2){
    text-align: right;
}
tbody tr:not(:last-child){
    border-bottom: 1px solid #cac9c9;
}
div.wpcf7-mail-sent-ok{
    color: #fff;
}
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
    padding: 30px;
}