/*
=======================
  FONT |Raleway|
=======================
*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,600,700');

@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,700');

/*
=======================
  GENERAL
=======================
*/

#main {
  overflow: hidden;
}
#go-to-cpanel {
   position: fixed;
   width: 40px;
   height: 40px;
   top: 0;
   bottom: 0;
   left: -20px;
   margin-top: auto;
   margin-bottom: auto;
   transition: all 0.32s ease;
   background-color: orange;
   border-radius: 50%;
   z-index: 999999;
}
#go-to-cpanel:hover {
   left: -40px;
   width: 80px;
   height: 80px;
}

html {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-family: 'Ubuntu', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-family: 'Ubuntu', sans-serif;
}

section {
  width: 100%;
  position: relative;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  transition: all 0.32s ease;
}

a, a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  color: initial;
}

*:hover, *:focus, *:active, *:visited {
  outline: 0;
}

a:focus {
   outline: 0!important;
}

.container {
  width: 1230px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

p {
  font-size: 1rem; /* 20/20 */
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 3.5rem; /* 70/20 */
  line-height: 1.111;
  color: #00aeef;
  text-transform: uppercase;
  font-weight: 200;
}
p {
  font-size: 0.95rem; /* 19/20 */
  line-height: 1.45;
  color: #fff;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, span, div, ul, li {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

p {
  color: #000;
}
.homepage p {
  color: #fff;
}

.showMe480 {
  display: none;
}

header#masthead .menu-item-has-children > a {
  cursor: default;
}

header#masthead.shrinked div#ProductsMegaMenu {
    top: 103px;
}

.showMe991 {
  display: none!important;
}
/*
=======================
  SEARCH BOX
=======================
*/

.searchBox {
    DISPLAY: FLEX;
    justify-content: flex-end;
    padding-top:12px;
}

.headerFlexBoxRight a.searchToggle {
  display: none;
}

.headerFlexBoxRight a.searchToggle.searchToggleIsActive svg{
  background: #e8edef;
}
.headerFlexBoxRight a.searchToggle:hover svg{
  background: #e8edef;
}

.sbx-custom {
  display: inline-block;
  position: relative;
  /* width: 246px; */
  width: 180px;
  height: 30px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 14px;
}

.sbx-custom__wrapper {
  width: 100%;
  height: 100%;
}

.sbx-custom__input {
  display: inline-block;
  -webkit-transition: box-shadow .4s ease, background .4s ease;
  transition: box-shadow .4s ease, background .4s ease;
  border: 0;
  border-radius: 1px;
  box-shadow: inset 0 0 0 2px #00AEEF;
  background: #FFFFFF;
  padding: 0;
  padding-right: 77px;
  padding-left: 9px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  white-space: normal;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sbx-custom__input::-webkit-search-decoration, .sbx-custom__input::-webkit-search-cancel-button, .sbx-custom__input::-webkit-search-results-button, .sbx-custom__input::-webkit-search-results-decoration {
  display: none;
}

.sbx-custom__input:hover {
  box-shadow: inset 0 0 0 2px #0089bc;
}

.sbx-custom__input:focus, .sbx-custom__input:active {
  outline: 0;
  box-shadow: inset 0 0 0 2px #00AEEF;
  background: #FFFFFF;
}

.sbx-custom__input::-webkit-input-placeholder {
  color: #2B2B2B;
}

.sbx-custom__input::-moz-placeholder {
  color: #2B2B2B;
}

.sbx-custom__input:-ms-input-placeholder {
  color: #2B2B2B;
}

.sbx-custom__input::placeholder {
  color: #2B2B2B;
}

.sbx-custom__submit {
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  margin: 0;
  border: 0;
  border-radius: 0 0px 0px 0;
  background-color: #00aeef;
  padding: 0;
  width: 25px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sbx-custom__submit::before {
  display: inline-block;
  margin-right: -4px;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.sbx-custom__submit:hover, .sbx-custom__submit:active {
  cursor: pointer;
}

.sbx-custom__submit:focus {
  outline: 0;
}

.sbx-custom__submit svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  fill: #FFFFFF;
}

.sbx-custom__reset {
  display: none;
  position: absolute;
  top: 2px;
  right: 48px;
  margin: 0;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  fill: rgba(0, 0, 0, 0.5);
}

.sbx-custom__reset:focus {
  outline: 0;
}

.sbx-custom__reset svg {
  display: block;
  margin: 4px;
  width: 21px;
  height: 21px;
}

.sbx-custom__input:valid ~ .sbx-custom__reset {
  display: block;
  -webkit-animation-name: sbx-reset-in;
          animation-name: sbx-reset-in;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
}

@-webkit-keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes sbx-reset-in {
  0% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

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

header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 3px solid #00aeef;
  z-index: 20;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(166,161,166,0.9);
  -moz-box-shadow: 0px 3px 1px -2px rgba(166,161,166,0.9);
  box-shadow: 0px 3px 1px -2px rgba(166,161,166,0.9);
}


.respHeaderBottom {
  background: #00aeef;
  color: #fff;
  padding: 3px 15px;
  display: none;
}

.headerContainer {
  padding-bottom: 0px;
}

header.shrinked .headerContainer {
  padding-bottom: 8px;
}

.headerFlexBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.headerFlexBoxLeft {}
.lng-selector{
    display: none!important;
}
.lng-selector.lsRight {
  display: none;
  font-family: 'Assistant', sans-serif!important;
}

.lng-selector.lsRight a {
  font-family: 'Assistant', sans-serif!important;
}
.lng-selector a {
  font-family: 'Assistant', sans-serif!important;
  transition: all 0.32s ease;
}
.lng-selector a:hover {
  color: #2cade3;
}

.shrinked .lng-selector.lsRight {
  display: block;
  margin-right: 10px;
  font-family: 'Assistant', sans-serif!important;
}
.shrinked .lng-selector.lsRight a{
  font-family: 'Assistant', sans-serif!important;
}
.shrinked .lng-selector.lsLeft {
  display: none;
  font-family: 'Assistant', sans-serif!important;
}
.shrinked .lng-selector.lsLeft a{
  font-family: 'Assistant', sans-serif!important;
}
.logoDiv {
    transition: 0.4s;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 72px;
    width: auto;
}
.logoDiv img{
  height: 100%;
  width: auto;
}
.shrinked .logoDiv {
  margin-top: 10px;
  margin-bottom: 0;
  height: 45px;
  width: auto;
}
.headerFlexBoxRight {
  display: flex;
  /* flex-direction: column;
  justify-content: space-between; */
  flex-direction: row-reverse;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;

}
.shrinked .headerFlexBoxRight {
  -webkit-flex-direction: row;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}
.headerSocial {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
}
.headerSocial .languages, .languages{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
}
.headerSocial .languages .lang-item a, .languages .lang-item a{
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.headerSocial .languages li, .languages li{
    list-style: none;
    list-style: none;
    background: #0f4b7f;
    border-radius: 50%;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.headerSocial > a > span{
  margin-left: 6px;
}
.headerSocial > a{
  margin-left: 20px;
  height: 35px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.headerSocial > a:hover {
  color: #1d4c7e;
}

.hYouTube {
  padding-top: 6px;
  font-size: 1.5rem; /* 30/20 */
  color: #666666;
}
.hLinkedIn {
  font-size: 1.5rem; /* 30/20 */
  color: #666666;
}
header#masthead .hLinkedIn {
  color: #666666!important;
}
header#masthead .hLinkedIn:hover {
  color: #1d4c7e!important;
}
.hEmail {
  font-size: 0.8rem; /* 16/20 */
  color: #00aeef;
  padding-top: 12px;
}
.hps5FlexBoxLeft .hEmail,.hps5FlexBoxLeft .hTel {
   font-size: 1.2rem;
}
.hEmail span {
  color: #666666;
}
.hTel {
  font-size: 0.8rem; /* 16/20 */
  color: #00aeef;
  padding-top: 12px;
}
.hTel span {
  color: #666666;
}

a.social-item {
   display: -webkit-flex !important;
   display: -ms-flex !important;
   display: flex !important;
   -ms-align-items: center;
   align-items: center;
}

.hp-si-wrapper {
    width: 40px;
    text-align: center;
}

a.social-item img {
   width: 40px;
}
a.social-item svg {
   width: 40px;
}

  /* MENU */
ul#menu-main-menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  position: relative;
  margin-top:10px;
}

#menu-main-menu > li > a{
  font-size: 0.72rem; /* 16/20 */
  color: #060d1b;
  text-transform: capitalize;
  margin-left: 6px;
  padding-left: 3px;
  padding-right: 3px;
  transition: all 0.32s ease;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#menu-main-menu .sub-menu li a{
  font-size: 0.7rem;
}

#menu-main-menu > li > a:hover {
  color: #00aeef;
  border-left: 1px solid #00aeef;
  border-right: 1px solid #00aeef;
}

#menu-main-menu .sub-menu > li > a:hover {
  color: #00aeef;
  border-left: 1px solid #00aeef;
  border-right: 1px solid #00aeef;
}

#menu-main-menu .sub-menu li a{
  font-size: 0.7rem!important;
  border-left: 1px solid transparent!important;
  border-right: 1px solid transparent!important;
}

#menu-main-menu .sub-menu li a:hover{
  font-size: 0.7rem!important;
  border-left: 1px solid transparent!important;
  border-right: 1px solid transparent!important;
  color: #color: #00aeef!important;
}



#menu-main-menu > li > a {
  font-size: 0.8rem; /* 16/20 */
  color: #060d1b;
  text-transform: capitalize;
  font-weight: 600;
}
#menu-main-menu .sub-menu li > a {
  font-size: 0.8rem; /* 16/20 */
  color: #060d1b;
  text-transform: capitalize;
  font-weight: 600;
}

.primaryMenu ul.sub-menu {
    visibility: hidden;
    position: absolute;
    background: white;
    margin: 0;
    padding: 5px;
    opacity: 0;
    transition: all 0.42s ease;
    text-align: left;
    border-bottom: 4px solid #00aeef;
    border-top: 2px solid transparent;
    top: 35px;
}
.primaryMenu .menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 3px 7px rgb(0 0 0 / 10%);
}
.toggledPrimaryMenu ul.sub-menu {
    visibility: hidden;
    position: absolute;
    background: white;
    margin: 0;
    padding: 5px;
    opacity: 0;
    transition: all 0.42s ease;
}
.toggledPrimaryMenu .menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.primaryMenu ul.sub-menu > li {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 2px solid #00aeef;
}
.primaryMenu ul.sub-menu > li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #00aeef;
}

/* RESPONSIVE MENU */
.shrinked .primaryMenu {
  display: none;
}

.hamburger {
  display: none;
  order: -1;
}

.shrinked .hamburger {
  display: initial;
  height: 24px;
  padding: 0;
  margin-left: 20px;
  margin-top: 6px;
  margin-right: 20px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #00aeef;
}

nav.toggledPrimaryMenu ul#menu-main-menu-1 {
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
}
nav.toggledPrimaryMenu li.current-menu-item {
  background-color: white;
}

nav.toggledPrimaryMenu ul > li.menu-item > a {
  font-size: 0.8rem; /* 16/20 */
  text-transform: uppercase;
  margin-left: 6px;
  margin-right: 6px;
  color: #fff;
}
nav.toggledPrimaryMenu li.menu-item-has-children ul > li > a{
    color: #000000;
}
nav.toggledPrimaryMenu li.menu-item.current-menu-item a {
  color: #00aeef;
}


/* CRITICAL FOR JS TO WORK! */
nav.toggledPrimaryMenu {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #00aeef;
  display: none;
}

.hiddenSearchBox {
  position: absolute;
  top: 100%;
  left: -250px;
  width: auto;
  background: #00aeef;
  /* display: none; */
  border-right: 0;
  border-bottom: 0;
  transition: all 0.32s ease;
}
.hiddenSearchBox.showSearch {
  left: 0;
}

header#masthead .toggledPrimaryMenu .sub-menu {
  flex-direction: column;
  justify-content: flex-start;
}

header#masthead .toggledPrimaryMenu #menu-main-menu-1 > li > .sub-menu > li > a {
  color: #00aeef!important;
  font-size: 0.7rem;
}
header#masthead .toggledPrimaryMenu .sub-menu a:hover {
  color: #000;
}

/*
=======================
  HOMEPAGE
=======================
*/

#hps6 div#fucking-carousel-container {
   padding: 0px 45px!important;
}
#hps6 div#new-home-carousel-container{
     padding: 0px 45px!important;
}
.primaryMenu .productsTopMenu ul.sub-menu {
    border: 0;
    padding: 0;
    margin: 0;
    height: 0;
}

.productsTopMenu .hideMenuItem {
  display: none;
}

.toggledPrimaryMenu .productsTopMenu ul.sub-menu {
    padding: 0;
    margin: 0;
}
/* MEGA MENU */
.catListItemImgSmall {
  display: none;
}
div#ProductsMegaMenu {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    visibility: hidden;
    transition: all 0.32s ease;
    opacity: 0;
    left: 0;
    background: #fff;
    top: 123px;
    max-width: 100%;
}

#ProductsMegaMenuProductsClick {
   position: fixed;
   z-index: 99999999;
   width: 100%;
   transition: all 0.32s ease;
   left: -120vw;
   background: #fff;
}
#ProductsMegaMenuProductsClick.hpmm-on {
   left: 0;
}

.close-hpmm {
   position: absolute;
   right: 15px;
   bottom: 15px;
   width: 40px;
   height: 40px;
   border: 2px solid #060d1b;
   border-radius: 50%;
   font-size: 1rem;
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -ms-align-items: center;
   align-items: center;
   justify-content: center;
   z-index: 10;
   cursor: pointer;
   background-color: #fff;
}

div#ProductsMegaMenu.mega-menu-active {
  visibility: visible;
  opacity: 1;
}
div#ProductsMegaMenu.click-mega-menu-active {
  visibility: visible;
  opacity: 1;
}

#menu-main-menu > li.menu-item {
  padding-bottom: 5px;
}

.megaMenuCatWrapper {
  display: block;
}
ul.megaMenuCategoriesLister {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  background-color: #fff;
}
li.catListItem {
  width: calc(100% / 6);
  padding-left: 10px;
  padding-bottom: 10px;
  transition: all 0.32s ease;
  border-top: 11px solid white;
}
li.catListItem:hover {
  border-color: black!important;
}

li.catListItem:hover * {
  color: white!important;
  border-color: white!important;
}

.catListItemImg {
  text-align: left;
  max-height: 50px;
}
h2.catItemTitle {
  margin-top: 30px!important;
  font-size: 0.9rem!important; /* 18/20 */
  color: black!important;
  font-weight: 600!important;
  width: 146px;
  max-width: 100%;
  padding-bottom: 20px!important;
  padding-right: 20px!important;
  line-height: 1.3!important;
}
h2.catItemTitle a{
  font-size: 0.9rem!important; /* 18/20 */
  color: black!important;
  font-weight: 600!important;
  line-height: 1.3!important;
}
ul.subCatList {
  margin: 0;
}

li.subCatListItem {
  height: 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #b7b7b7!important;
  padding-left: 5px;
  max-width: 154px;
}

li.catListItem:hover li.subCatListItem {
  border-bottom: 1px solid #b7b7b7!important;
}
.catListItemImgHover {
  display: none;
}
.catListItemImgHover1 {
  display: none;
}
.catListItemImgHover2 {
  display: none;
}
.catListItemImgSmall {
  display: none;
}
li.catListItem:hover .catListItemImgHover {
  display: block;
}
li.catListItem:hover .catListItemImgNormal {
  display: none;
}
li.catPageCatListItem1:hover .catListItemImgHover1 {
  display: block;
}
li.catPageCatListItem1:hover .catListItemImgNormal1 {
  display: none;
}
li.prCatListItem:hover .catListItemImgHover2 {
  display: block;
  margin: 0 auto;
}
li.prCatListItem:hover .catListItemImgNormal2 {
  display: none;
}
.catListItemImg img {
  width: 141px;
  height: 80px;
}

li.subCatListItem > a {
  font-size: 14px!important;
  color: #696969!important;
  font-weight: 600!important;
  transition: all 0.32s ease;
}
li.subCatListItem > a:hover {
  font-weight: 900;
}
  /* SECTION 1 */

.topTriangle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 4%;
}
.hps1Content {
  width: 470px;
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 130px;
}
.hps1Content h2 {
  color: #00aeef;
  margin-bottom: 25px;
}
.hps1Content p {
  margin-top: 30px;
  color: #fff;
}

.s1List {
  list-style-image: url(../../../wp-content/uploads/2018/04/bullet.png);
  margin-top: 10px;
  margin-left: 20px;
}
.s1ListItem {
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.2;
  padding-right: 30px;
}

a.hps1-rm-link {
   font-size: 20.55px;
   color: #00aeef;
   display: block;
   margin-bottom: 20px;
}

  /* SECTION 2 */

.hps2FlexBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 45px;
}
.circleWrapper {
  width: 25%;
  text-align: center;
}
a.hps2Circle {
  height: 248px;
  width: 248px;
  border-radius: 50%;
  border: 1px solid #00aeef;
  padding: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.hps2CircleIn {
  filter: grayscale(100%);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: all 0.32s ease;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hps2CircleIn:hover {
  filter: grayscale(0%);
}

a.hps2Circle.hps2Circle-active .hps2CircleIn {
   filter: grayscale(0%);
}
a.hps2Circle.hps2Circle-active .hps2CircleIn div{
   background-color: rgba(0, 0, 0, 0.0);
}

.hps2CircleIn div span{
  font-size: 1.1rem; /* 22/20 */
  line-height: 1.333;
  text-transform: uppercase;
  max-width: 70%;
  color: #fff;
}

.hps2CircleIn div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.54);
  transition: all 0.32s ease;
}

.hps2CircleIn div:hover {
  /* background-color: rgba(0, 0, 0, 0); */
  opacity: 0;
}

a.hps2Circle.hps2Circle-active span {
   opacity: 0;
}

.hps2Triangle   {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#hps2Container {
  position: relative;
  z-index: 2;
}

  /* SECTION 3 */

#hps3 {
  padding-top: 85px;
  padding-bottom: 40px;
}
#hps3 h2 {
  margin-bottom: 52px;
}

.hps3FlexBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

a.oneRec {
  display: flex;
  height: 164px;
  width: 350px;
  max-width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  border: 2px solid #00aeef;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.32s ease;
  background-size: 0;
  position: relative;
}


.oneRecFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.32s ease;
}

a.oneRec:hover .oneRecFlex {
  /* opacity: 0; */
}


.oneRecFlexLeft {
  margin-right: 20px;
  df
}

.oneRecFlexRight {
  text-transform: uppercase;
  color: #fff;
  font-size: 22.54px;
}

.recAbsImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 1;
  transition: all 0.32s ease;
}

a.oneRec:hover .recAbsImage {
  opacity: 1;
}

/*
=======================
  SECTION 4
=======================
*/

#hps4 {
  padding-top: 30px;
  padding-bottom: 60px;
  z-index: -1;
}
.hps4FlexBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.hps4FlexBoxLeft {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  min-width: 50%;
  padding-left: 30px;
}
.hps4OuterQuote {
  width: 500px;
  border-bottom: 2px solid #00aeef;
  margin-top: 55px;
  padding-bottom: 30px;
  margin-right: 105px;
}
.hps4QuoteTopFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.hps4QuoteTopFlexLeft {
  width: 44px;
  min-width: 44px;
  margin-right: 30px;
}
.hps4QuoteTopFlexRight {
  border-top: 2px solid #00aeef;
  width: calc(100% - 35px);
  min-width: 50%;
}
p.hps4QuoteTopFlexPar {
  font-size: 1.05rem; /* 21/20 */
  line-height: 1.61;
  color: #000;
  padding-top: 40px;
}
p.quoteDesc {
  font-size: 18px;
  line-height: 1.2;
  color: #000!important;
  padding-top: 30px;
}

.s4TrianglesWrapper {
  position: relative;
  width: 860px;
  height: 526px;
}

.leftTriangle {
  position: absolute;
  bottom: 0;
  left: 0;
}
.rightTriangl {
  position: absolute;
  top: 0;
  right: 0;
}
.hps4FlexBoxRight {
  width: 50%;
  direction: rtl;
  padding-right: 30px;
}

/*
=======================
  SECTION 5
=======================
*/
#hps5 {
  background-size: auto 100%;
  padding-top: 95px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

p.quoteDesc {
  color: #000;
  font-size: 21px;
}

.hps5FlexBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.hps5FlexBoxLeft {
  width: 470px;
}
.hps5FlexBoxLeft h2 {
  color: #fff;
}
.hps5FlexBoxLeft > a > span {
  color: #fff;
  margin-left: 10px;
  max-width: 240px;
  font-size: 1rem;
}
.hps5FlexBoxLeft > a:hover {
  color: #fff;
}
.hps5FlexBoxLeft > a {
  display: block;
  color: #00aeef;
}
.hps5topSocialFlexBox {
  padding-top: 35px;
  padding-left: 10px;
}
.hps5topSocialFlexBox > a.hYouTube{
  position: relative;
  top: 4px;
  left: 8px;
}

.hps5topSocialFlexBox > a {
  color: #fff;
}

.hps5topSocialFlexBox > a:hover {
  color: #00aeef;
}

#hps5ContactForm {
  padding-right: 85px;
  padding-top: 50px;
}

.hps5FlexBoxRight {
  width: 570px;
  max-width: 100%;
}

.hps5FlexBoxRightInnerFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.hps5FlexBoxRightInnerFlex a {
  text-transform: uppercase;
  color: #959595;
  font-size: 0.9rem; /* 18/20 */
  margin-right: 70px;
  padding-right: 30px;
}

ul.hpNews {
  margin-top: 50px;
}
.hpNews li {
  border-bottom: 2px solid #053f5d;
  margin-bottom: 20px;
  padding-bottom: 5px;
  transition: all 0.32s ease;
}
.hpNews li:hover {
  transform: translateX(20px);
}
.hpNews a {
  display: block;
  width: 100%;
  height: 100%;
  /* opacity: 0.45; */
  transition: all 0.32s ease;
}

.hpNews a:hover {
  opacity: 1;
}

.hpNews h4 {
  color: #acacac;
  font-size: 0.85rem;   /* 18/20 */
  font-weight: 300;
}
.hpNews h3 {
  color: #00aeef;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.23;
  font-weight: 300;
  margin-top: 15px;
}
.hpNews p {
  margin-top: 10px;
}
/*
=======================
  CONTACT FORM
=======================
*/
#hps5ContactForm div.wpcf7-response-output {
    margin: 10px 0;
    padding: 0.2em 1em;
    color: #fff!important;
}
#hps5ContactForm.landing-contact div.wpcf7-response-output{
    color:inherit !important
}
#hps5ContactForm div.wpcf7-validation-errors, #hps5ContactForm div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
}

#hps5ContactForm label {
    max-width: 100%;
    display: block;
    position: relative;
    font-size: 1rem;
    margin-top: 20px;
    color: #fff;
}
#hps5ContactForm .wpcf7-acceptance label{
    margin-top:0;
}
#hps5ContactForm label a{
    color:#00aeef;
}
#hps5ContactForm label a:hover{
    color:#666666;
}
#hps5ContactForm .wpcf7-form-control-wrap {
  max-width: 100%;
  display: block;
}

#hps5ContactForm button, #hps5ContactForm input[type="button"], #hps5ContactForm input[type="reset"], #hps5ContactForm input[type="submit"] {
    border: 0;
    border-radius: 0;
    background: #00aeef;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    display: block;
    width: 100%;
    /* height: 64px; */
    text-transform: uppercase;
    /* margin-top: 30px; */
    cursor: pointer;
    transition: all 0.32s ease;
}
#hps5ContactForm button:disabled, #hps5ContactForm input[type="button"]:disabled, #hps5ContactForm input[type="reset"]:disabled, #hps5ContactForm input[type="submit"]:disabled {
    cursor: not-allowed;
}

#hps5ContactForm button:hover, #hps5ContactForm input[type="button"]:hover, #hps5ContactForm input[type="reset"]:hover, #hps5ContactForm input[type="submit"]:hover {
  background: #00aeef;
  color: #fff;
}

#hps5ContactForm input[type="text"], #hps5ContactForm input[type="email"], #hps5ContactForm input[type="url"], #hps5ContactForm input[type="password"], #hps5ContactForm input[type="search"], #hps5ContactForm input[type="number"], #hps5ContactForm input[type="tel"], #hps5ContactForm input[type="range"], #hps5ContactForm input[type="date"], #hps5ContactForm input[type="month"]
{
    max-width: 100%;
    border: 2px solid #00aeef;
    height: 40px;
    background: transparent;
    font-size: 1.5rem;
    font-weight: 200;
    color: #fff!important;
}

.page-template-contact textarea {
    border: 2px solid #00aeef;
    background-color: transparent;
    color: white;
    max-height: 200px;
}

.hiddenQuestionContent {
   display: none;
   visibility: hidden;
   opacity: 0;
}

textarea#textarea-message {
   border: 2px solid #00aeef;
   background-color: transparent;
   color: white;
}


/*
=======================
  PARTNERS
=======================
*/
ul.owl-carousel.owl-loaded.owl-drag {
    margin-top: 50px;
}

button.owl-prev {
    color: #00aeef!important;
    font-size: 40px!important;
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto;
}
button.owl-next {
    color: #00aeef!important;
    font-size: 40px!important;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto;
}

#hps6 {
  padding-top: 100px;
  padding-bottom: 90px;
}
.full-absolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-video {
	overflow: hidden;
}
.top-video video {
	margin-top: -100px;
}
.upper{
    text-transform: uppercase;
}
.bold{
    font-weight: bold;
}
.turq{
    color: #00AEEF;
}
/* body.page-template-services-new{
   padding-top: 105px !important;
} */
.page-id-4560 .bg-image{
    background-position: 100% -8%;
    background-repeat: no-repeat;
}
.page-template-services-new  .owl-carousel.owl-drag .owl-item{
    height: 100%;
}
.page-template-services-new .content ul{
    list-style: none;
}
.page-template-services-new .content ul li{
    position: relative;
    font-size: 18px;
    margin-bottom: 13px;
    padding-left: 20px;
}
.page-template-services-new .content ul li::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #1ec1fe;
    position: absolute;
    top: 6px;
    left: 0;
}
.page-template-services-new h1{
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 6px #000000;
    margin-left: 20px;
}
.page-template-services-new h2{
    font-size: 30px;
    color: #0F4B7F;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}
.page-template-services-new h2::after{
    content: '';
    border-bottom: 3px solid #00aeef;
    margin: 15px 0;
    width: 112px;
}
.page-template-services-new .top-strip .container{
    padding: 100px 15px;
    position: relative;
}
.page-template-services-new .top-strip{
    position: relative;
}
.page-template-services-new .bg-image{
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    left: 0;
}
.page-template-services-new .advantages-section .container{
    padding: 60px 15px;
}
.page-template-services-new .advantages-section{
    position: relative;
}
.page-template-services-new .advantages-section .bg-gradient{
    background-image: linear-gradient(to bottom, #D6D6D6 -95%, #fff);
}
.page-template-services-new .row{
    display: flex;
}
.page-template-services-new .top-section{
    background-color: #fff;
}
.advantages-repeater{
    display: flex;
    flex-wrap: wrap;
}
.single-advantage{
    display: flex;
    margin-right: 50px;
    margin-bottom: 40px;
    width: 42%;
}
.single-advantage svg{
    width: 55px;
}
.single-advantage .icon{
    margin-right: 15px;
}
.single-advantage .text{
    font-size: 18px;
    margin-top: 5px;
}
.col-lg-4{
    width: 33%;
    padding: 0 10px;
}
.col-lg-8{
    width: 65%;
    padding: 0 10px;
}
.page-template-services-new .section-title{
    max-width: 280px;
    line-height: 1.3;
}
.page-template-services-new .top-strip .bg-gradient{
    background-image: linear-gradient(to right, rgba(15,75,127, 0.8), transparent);
}
.page-template-services-new .top-section .container{
    padding: 100px 15px;
}
.page-template-services-new  .icon-title{
    display: flex;
    align-items: center;
}
.page-template-services-new  .icon-title svg{
    width: 85px;
    height: 85px;
}
.page-template-services-new  .icon-title svg path, .page-template-services-new  .icon-title svg rect{
    fill: #fff;
    stroke: #fff;
}
.page-template-services-new .top-section .right{
    font-size: 18px;
    display: flex;
    height: 100%;
    padding-left: 15px;
    line-height: 1.5;
}
.page-template-services-new .top-section .left{
    padding-right: 65px;
    line-height: 1.5;
}
.page-template-services-new .top-section .right::before{
    content: '';
    height: 100%;
    border-left: 3px solid #00AEEF;
    margin-right: 25px;
}
.case-studies-section{
    position: relative;
}
.case-studies-section .bg-color{
    background-color: #fff;
    z-index: 0;
}
.case-studies-section .container{
    padding: 70px 25px 200px 25px;
    z-index: 3;
}
.case-studies-section .studies-repeater{
    margin-top: 60px;
}
.page-template-services-new .case-studies-section .bg-image{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 2;
}
.page-template-services-new .case-studies-section .bg-gradient{
    background-image: linear-gradient(to bottom, #fff, rgba(102,102,102, 0.2));
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    z-index: 1;
}
.page-template-services-new .single-case{
    display: flex;
}
.page-template-services-new .single-case .title-text{
    padding: 0 15px;
}
.page-template-services-new .single-case .title{
    font-size: 30px;
}
.page-template-services-new .single-case .text{
    max-width: 455px;
    margin: 30px 0;
    font-size:22px;
}
.page-template-services-new .single-case .single-read{
    opacity: 1;
    position: relative;
}
.page-template-services-new .single-case .single-read:hover{
    opacity: 1;
}
.page-template-services-new .single-case .single-read:hover .hide{
    opacity: 1;
}
.page-template-services-new .single-case .single-read::after{
    content: '';
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #00AEEF;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    left: 3.5em;
    bottom: 0.2em;
    transition: 0.7s;
}
.page-template-services-new .single-case .single-read:hover::after{
        border-color: transparent transparent transparent #0F4B7F ;
        transform: translateX(3em);
}
.page-template-services-new .single-case .single-read .hide{
    margin-left: 5px;
    opacity: 0;
    transition: 0.5s;
}
.grey-wrapper{
    width: 60%;
    padding-right: 100px;
    position: relative;
}
.single-case .read-more{
    display: inline-block;
    color: #666666;
    transition: 0.6s;
    position: relative;
}
.single-case .read-more .more{
    opacity: 0;
    margin-left: 5px;
    transition: 0.4s;
}
.single-case .read-more:hover{
    color: #060D1B;
}
.single-case .read-more:hover .more{
    opacity: 1;
}
.single-case .read-more::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #1ec1fe;
    position: absolute;
    bottom: 0.4em;
    right: 1.8em;
    transition: 0.5s;
}
.single-case .read-more:hover::after{
    border-color: transparent transparent transparent #0F4B7F;
    transform: translateX(3em);
}
.page-template-services-new .grey-square{
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
}
.page-template-services-new .grey-square img{
    max-width: 100%;
    max-height: 445px;
}
.page-template-services-new  .owl-nav button.owl-next,  .owl-nav button.owl-prev{
   background: none;
   outline: none;
   border: none;
   font-size: 0;
   z-index: 3;
}
.page-template-services-new  .owl-nav span{
   display: none;
}

.page-template-services-new  .owl-nav button.owl-next::after, .page-template-services-new .owl-nav button.owl-prev::after{
 content: '';
 border-width: 0 15px 15px 15px;
 border-color: transparent transparent #0F4B7F transparent;
 border-style: solid;
 width: 0;
 height: 0;
 position: absolute;
 top: 45%;
}
.owl-nav button.owl-next::after{
    transform: rotate(90deg);
}
.owl-nav button.owl-prev::after{
    transform: rotate(-90deg);
    left: -5px;
}

.page-template-services-new .owl-nav button.owl-next::before{
    left: 5px;
}
.page-template-services-new .owl-nav button.owl-prev::before{
    right: -20px;
}
 header #menu-main-menu > li > a{
    font-weight: 600;
    margin-left: 15px;
    border: none;
    text-transform: uppercase;
}
.page-template-home-new .primaryMenu ul.sub-menu > li{
    border-bottom: 1px solid #00aeef;
}
.page-template-home-new .primaryMenu ul.sub-menu > li:last-child{
    border-bottom: none;
}
 header #menu-main-menu > li > a:hover{
    border: none;
}
.page-template-home-new .headerContainer{
    padding-bottom: 5px;
}
.page-template-home-new .top-section{
    position: relative;
}


.page-template-home-new .top-section .bg-gradeint{
    background-image: linear-gradient(to right, #0F4B7F, transparent);
    width: 25%;
}
.page-template-home-new .container{
    max-width: 1500px;
    width: auto;
    position: relative;
}
.container-1500{
    max-width: 1500px;
    width: auto;
    position: relative;
}
.pre-post-section{
    background-color: #fff;
}
.pre-post{
    display: flex;
    padding-left: 50px;
}
.pre-post .pre{
    margin-right: 50px;
}
.pre-post .pre, .pre-post .post{
    width: 50%;
}
.pre-post-section .container{
    padding: 50px 15px;
}
.pre-post-section .title{
    font-size: 22px;
    margin-bottom: 20px;
}
.pre-post-section .sub-title{
    max-width: 340px;
}
.pre-post-section .other-services{
    padding-left: 50px;
}
.pre-post-section .other-services{
    margin-top: 70px;
    background-color: #fff;
}
.pre-post-section .other-services .container{
    padding: 50px 15px;
}
.other-services .single-other .square{
    padding: 20px;
    width: 164px;
    height: 144px;
    background-color: #D6D6D6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.services-repeater{
    display: flex;
    flex-wrap: wrap;
}
.single-other{
    margin-right: 30px;
    max-width: 164px;
    margin-bottom: 30px;
}
.single-other:last-child{
    margin-right: 0px;
}
.single-other .single-title{
    font-size: 16px;
    margin-top: 10px;
    opacity: 0.6;
    transition: 0.5s;
    position: relative;
    max-width: 95%;
}
.single-other .square .single-line{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 10px solid;
    transition: 0.5s;
}
.single-other:hover .single-line{
    width: 100%;
}
.single-other:hover .single-title{
    opacity: 1;
}
.single-other .icon{
    transition: 0.5s;
    width: 100%;
    padding: 20px;
}
.single-other:hover .icon{
    transform: scale(1.2);
}
.single-other .icon svg{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.single-other:hover .single-title::after{
    opacity: 1;
}
.single-other .single-line.Purple{
    border-color: #566ED6;
}
.single-other .single-line.Light-Blue{
    border-color: #42aed0;
}
.single-other .single-line.Blue{
    border-color: #00AEEF;
}
.single-other .single-line.Dark-Blue{
    border-color: #2c85fe;
}
.single-other .single-line.Green{
    border-color: #2eaeb3;
}
.single-other .single-line.Dark-Green{
    border-color: #006a80;
}
.single-other .single-line.Orange{
    border-color: #e99023;
}
.single-other .single-line.Pink{
    border-color: #c153ce;
}

.single-other .single-title.Purple::after{
    border-color: transparent transparent transparent #566ED6;
}
.single-other .single-title.Pink::after{
    border-color: transparent transparent transparent #c153ce;
}
.single-other .single-title.Light-Blue::after{
    border-color: transparent transparent transparent #42aed0;
}
.single-other .single-title.Blue::after{
    border-color: transparent transparent transparent #00AEEF;
}
.single-other .single-title.Dark-Blue::after{
    border-color: transparent transparent transparent #2c85fe;
}
.single-other .single-title.Green::after{
    border-color: transparent transparent transparent #2eaeb3;
}
.single-other .single-title.Dark-Green::after{
    border-color: transparent transparent transparent #006a80;
}
.single-other .single-title.Orange::after{
    border-color: transparent transparent transparent #e99023;
}
.single-other .single-title::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    position: absolute;
    bottom: 0.4em;
    right: 0;
    opacity: 0;
}
.blue-color{
    color: #0F4B7F;
}
.medium{
    font-weight: 500;
}
.page-template-home-new h1 p{
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.page-template-home-new h1 p::after{
    content: '';
    position: absolute;
    right: 85%;
    bottom: -50px;
    border-bottom: 8px solid #0f4b7f;
    width: 600px;
    transition: 2s;
    transform: translateX(-100%);
}
.page-template-home-new h1 p.active::after{
    transform: translateX(0);
}
.page-template-home-new .hps4QuoteTopFlexRight{
    transform: translateX(200%);
    transition: 2s;
}
.page-template-home-new .quoteDesc{
    opacity: 0;
    transition: 2s;
    transition-delay: 1s;
}
.page-template-home-new .quoteDesc.active{
    opacity: 1;
}
.page-template-home-new .hps4QuoteTopFlexRight.active{
    transform: translateX(0);
}
.page-template-home-new #hps6 h3{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #0F4B7F;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-template-home-new #hps6 h3::after{
    content: '';
    width: 106px;
    border-bottom: 3px solid #00AEEF;
    margin: 15px 0 30px 0;
}
.page-template-home-new .top-section .bg-image{
    background-position: center;
    background-size: cover;
}
.page-template-home-new .top-section .container{
    padding: 150px 15px;
}
.circles-section{
    min-height: 400px;
    margin-top: -100px;
    transform: translateY(-200px);
    transition: 2s;
    transition-delay: 1s;
}
.circles-section.active{
    transform: translateY(0);
}
.page-template-home-new .circle{
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #0F4B7F, #00AEEF);
    position: relative;
    border: 15px solid #fff;
}

.page-template-home-new .circle .icon{
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circles{
    display: flex;
    justify-content: center;
}
.services, .catalogue{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.page-template-home-new p{
    color: initial;
}
.page-template-home-new .quote-wrapper{
    max-width: 890px;
    margin: 0 auto;
    position: relative;
}
.page-template-home-new .testimonials-section .bg-image{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}
.page-template-home-new .hps4QuoteTopFlex{
    display: flex;
    align-items: flex-end;
}
.page-template-home-new .hps4QuoteTopFlexLeft{
    display: flex;
    align-items: flex-end;
}
.page-template-home-new .hps4QuoteTopFlexPar{
    padding-bottom: 40px;
}
.page-template-home-new .quote p{
    font-size: 20px;
}
.page-template-home-new .testimonials-section{
    padding: 120px 15px;
    position: relative;
}
.page-template-home-new .testimonials-section .bg-gradient{
    background-image: linear-gradient(to bottom, #fff, rgba(102,102,102, 0.2));
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    z-index: -1;
}
.page-template-home-new .quoteDesc{
    font-weight: 600;
    border-top: 2px solid #00aeef;
}
.page-template-home-new .hpOnePartner{
    filter: grayscale(1);
    transition: 0.6s;
}
.page-template-home-new .hpOnePartner:hover{
    filter: grayscale(0);
}
.hps4QuoteTopFlexLeft{
    width: 83px;
    min-width: 83px;
    margin-right: 60px;
}
.catalogue{
    margin-right: 250px;
}
.catalogue .circle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle .bg-image{
    border-radius: 50%;
    width: 250px;
    height: 250px;
    transition: 0.5s;
    background-position: center;
    background-size: cover;
}
.circle img{
    max-width: 85%;
    margin: 0 auto;
}
.circle-text p{
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    font-weight: 500;
    color: #666666;
}
.page-template-home-new .circle-text p{
    position: relative;
}
.page-template-home-new .circle-text p:last-child::after{
    content: '';
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #0F4B7F transparent;
    border-style: solid;
    width: 0;
    height: 0;
    margin-left: 5px;
    display: inline-block;
    transform: rotate(90deg);
    margin-bottom: 0.2em;
    opacity: 0;
    transition: 0.5s;
}
.catalogue:hover .circle-text p:last-child::after, .services:hover .circle-text p:last-child::after{
    opacity: 1;
}
.industries-section{
    padding: 75px 0 0 0;
}
.industries-section .wrapper{
    display: flex;
    justify-content: space-between;
}
.single-industry{
    width: 32%;
    height: 620px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.single-industry:hover .bg-gradient{
    opacity: 0.15;
}
.single-industry .bg-image{
    background-position: center;
    background-size: cover;
}
.single-industry .bg-gradient{
    transition: 0.5s;
}
.single-industry:nth-child(odd) .bg-gradient{
    background-image: linear-gradient(to bottom, rgba(15,66,127, 0.8), rgba(15,66,127, 0.4));
}
.single-industry:nth-child(even) .bg-gradient{
    background-image: linear-gradient(to bottom, rgba(0,174,239, 0.8), rgba(0,174,239, 0.4));
}
.single-industry .text{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.single-industry .icon-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-industry .icon{
    position: relative;
    max-height: 160px;
    display: flex;
    justify-content: center;
}
.single-industry .text::before{
    content: '';
    width: 70px;
    border-bottom: 4px solid #fff;
    margin: 35px 0 20px 0;
}
.services:hover .bg-image, .catalogue:hover .bg-image{
    opacity: 0.3;
}
.services:hover .circle-text p, .catalogue:hover .circle-text p{
    color: #060D1B
}
.services .circle .icon{
    position: absolute;
    top: 0;
    right: 20%;
    left: 20%;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-triangle{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 269px 155px;
    border-color: transparent transparent #ffffff transparent;
}
.partners-triangle{
    position: absolute;
    bottom: -110px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 269px 155px;
    border-color: transparent transparent #000000 transparent;
}

.page-template-home-new #hps6{
    padding: 110px 0 150px 0;
    position: relative;
}
.page-template-home-new #hps6 .slick-slider .slick-track{
    display: flex;
}
 .page-template-home-new #hps6 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    background: none;
    outline: none;
    border: none;
    font-size: 0;
    z-index: 3;
 }
.page-template-home-new #hps6 .owl-carousel .owl-nav span{
    display: none;
}
.page-template-home-new #hps6 .owl-carousel .owl-nav button.owl-next::after, .owl-carousel .owl-nav button.owl-prev::after{
  content: '';
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #0F4B7F transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  top: 45%;
}
.page-template-home-new .hpOnePartner{
    height: 100px;
    width: 90%;
    margin: 0 auto;
}
.page-template-home-new #hps6 .owl-carousel .owl-nav button.owl-next::after{
  left: -20px;
  transform: rotate(90deg);
  z-index: 99999;
}
.page-template-home-new #hps6 .owl-carousel .owl-nav button.owl-prev::after{
  transform: rotate(-90deg);
  right: 50px;
  z-index: 99999;
}
 .page-template-services-new .owl-nav button.owl-next::before, .page-template-services-new .owl-nav button.owl-prev::before{
    content: '';
    height: 100%;
    width: 3px;
    background-color: #0F4B7F;
    position: absolute;
    top: 0;
}
.hpPartnersFlexBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 40px;
}
.hpOnePartner {
  height: 168px;
  width: 100%;
  background: white;
  border: 0px solid gray;
  background size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.hpOnePartner a {
  width: 100%;
  height: 100%;
  display: block;
}

/*
=======================
  FOOTER
=======================
*/

footer .productsTopMenu {
   display: none;
}

footer a {
   font-size: 18px;
}

footer {
  padding-top: 60px;
  padding-bottom: 80px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.footerTopFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.footerTopFlexLeft {

}
.footerLogo {
  width: 270px;
}
.footerTopFlexRight {}

.footerBotFlex {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.footerCol1 {
  width: 317px;
}
.footerCol1 p {
  font-size: 0.8rem; /* 16/20 */
  color: #ebebeb;
}
.footerCol2 {
  width: 300px;
}
.footerMenu > ul {
  columns: 2;
}
.footerMenu > ul > li {
  margin-bottom: 7px;
}

.footerMenu > ul > li > a{
  color: white;
  transition: all 0.32s ease;
}
.footerMenu > ul > li > a:hover{
  color: #00aeef;
}

.footerCol3 {
  width: 80px;
}

.footerLeftSocialFlexBox a {
  display: block;
  text-align: center;
  color: #fff;
  transition: all 0.32s ease;
}

.footerLeftSocialFlexBox a:hover {
  color: #00aeef;
}

.footerCol4 {
  width: 280px;
}

.footerCol4 a {
  display: block;
  color: #00aeef;
  font-size: 1rem;
}

.footerCol4 a:hover {
  color: #fff;
}

.footerCol4 span {
  color: #fff;
  font-size: 0.9rem;
  margin-left: 7px;
}
#menu-main-menu-2 {
  z-index: 999;
}
nav.footerMenu .sub-menu a {
  color: white;
  font-size: 0.75rem;
  padding-left: 5px;
}

nav.footerMenu .sub-menu {
  display: none;
}

/*
=======================
  COMPANY PROFILE
=======================
*/

section.standardPageTopSection {
  background-repeat: no-repeat;
  overflow-x: hidden;
  background-position: top right;
  position: relative;
}

h1.standardPageTopTitle {
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 3.5rem; /* 70/20 */
  line-height: 1.111;
  color: #00aeef;
  text-transform: uppercase;
  font-weight: 200;
white-space: nowrap;
}

.cpTopFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.cpTopFlexLeft {
  width: 570px;
  min-width: 570px;
  max-width: 100%;
}

.cpTopTriangles {
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  width: 670px;
  height: 470px;
  transform: translateX(30%);
  overflow: hidden;
}

.cpTopFlexRight {
    width: 690px;
    max-width: 100%;
}


p.standardPageTopText {
  padding-top: 70px;
  padding-bottom: 60px;
}

img.cpTopTrianglesLarge {
  position: absolute;
  right: 0;
  bottom: 0;
}

img.cpTopTrianglesSmall {
    position: absolute;
    top: 0;
    left: 170px;
}

img.cpTopTrianglesMedium {
    position: absolute;
    left: 0;
    bottom: 55px;
}

section.cpVisionSection {
  padding: 120px 0 70px 0;
}
.cpVisionFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.cpVisionFlexRight {
  width: 600px;
  max-width: 100%;
  margin-left: 50px;
}

.cpVisionFlexRight p {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem; /* 30/20 */
  line-height: 1.83;
}

section.cpDepartments {
  padding-top: 120px;
  padding-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
}
h2.departmentsTitle {
  font-size: 1.5rem; /* 30/20 */
  line-height: 1.2;
  color: #060d1b;
  padding-bottom: 10px;
  border-bottom: 1px solid #00aeef;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 40px;
  font-weight: 400;
  padding-right: 40px;
}
.cpDepartmentFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 80px 0;
}
.cpDepartmentFlexLeft {
  margin-left: 25px;
  margin-right: 100px;
}
.cpDepartmentSketch {
  position: relative;
}
img.cpDepartmentSketchTriangle {
  position: absolute;
  z-index: 1;
}
.cpDepartmentSketchCircle {
  position: relative;
  z-index: 2;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 2px solid black;
  padding: 18px;
}
.cpDepartmentSketchCircleInside {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cpDepartmentFlexRight {}

.cpDepartmentFlexRight h3.depTitle {
  text-transform: uppercase;
}
.cpDepartmentFlexRight h3 {
  color: #00aeef;
  font-size: 1.3rem; /* 26/20 */
  line-height: 1.23;
}
.cpDepartmentFlexRight p {
  font-weight: 600;
  margin-top: 30px;
}

#cpDepartmentFlex1 .cpDepartmentFlexRight {
  width: 470px;
  max-width: 100%;
}

#cpDepartmentFlex1 img.cpDepartmentSketchTriangle {
    top: 0;
    left: -80px;
}

#cpDepartmentFlex1 .cpDepartmentFlexLeft {
  margin-left: 80px;
}
#cpDepartmentFlex2 .cpDepartmentFlexRight {
  width: 599px;
  max-width: 100%;
}

div#cpDepartmentFlex2 {
    flex-direction: row-reverse;
    justify-content: space-between;
}

div#cpDepartmentFlex2 img.cpDepartmentSketchTriangle {
    left: 120px;
    top: 60px;
}

div#cpDepartmentFlex3 .cpDepartmentFlexRight {
  width: 490px;
  max-width: 100%;
}

div#cpDepartmentFlex3 img.cpDepartmentSketchTriangle {
    left: 130px;
    transform: rotate(30deg);
    top: 30px;
}

div#cpDepartmentFlex3 .cpDepartmentFlexLeft {
    margin-left: 25px;
    margin-right: 190px;
}

.cpClientsWrapper {
  margin-top: 90px;
}

#cpClientsWrapperMobile {
  display: none;
}

.cpOneClientsFlexRow {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00aeef;
}

a.cpOneClient {
    width: 25%;
    padding: 0px 4%;
    height: auto;
    filter: grayscale(100);
}

a.cpOneClient:hover {
  filter: grayscale(0);
}

h2.cpClientsTitle {
  text-transform: uppercase;
  color: #000;
  font-size: 1.5rem; /* 30/20 */
  line-height: 1.2;
  font-weight: 400;
  margin-top: 130px;
}

section.cpClientsSection {
    padding-bottom: 100px;
}

.hideClientsRow {
  display: none;
}

button#showMoreClients {
    background: #00aeef;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    border-color: white;
    cursor: pointer;
}

/*
=======================
  CATEGORY
=======================
*/
#trueTechDataList {
   -webkit-flex-direction: column !important;
   -ms-flex-direction: column !important;
   flex-direction: column !important;
}

.productsSection {
  background-image: url(../../../wp-content/uploads/2018/03/cpTop.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.topProductsFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.topProductsFlexLeft {

}
.topProductsFlexRight {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.topProductsTriangleRight {
  position: relative;
  left: 30px;
}
.topProductsTriangleLeft {
  -ms-align-self: flex-end;
  align-self: flex-end;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.catContainer {
  padding: 0;
  padding-bottom: 30px;
}

.catTitleFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom:40px;
  padding-bottom:10px;
}
.catTitleFlexLeft{
    margin-left: 10px;
    max-width: 150px;
    height:auto;
}
.catTitleFlexLeft img{
    width: 100%;
    height:auto;
}
.catNameTitle {
  /* font-size: 1.85rem; /* 37/20 */
  font-size: 2rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
h2.catNameTitle {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 28px;
  padding-left:60px;
}

section.catMenuSubcat {
  margin-top: 4px;
  padding-bottom:80px;
}

.catMenuSubCatFlex{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.catMenuSubCatFlexLeft{
  width: 305px;
  margin-right: 15px;
}

.catPageMenuWrapper {
  background-color: #fff;
}

.catMenuSubCatFlexRight{
  width: 71%;
}
.catPageCatListItem a{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /* height: 133px;
  min-height: 133px;
  max-height: 133px; */
  /* border-bottom: 3px solid black; */
  /* margin-bottom: 20px; */
  height:80px;
  justify-content: space-between;
  transition: all 0.32s ease;
}
li.catPageCatListItem {
  transition: all 0.32s ease;
}
li.catPageCatListItem:hover {
  /* opacity: 0.8; */
  border-color:#000000!important;
}
li.catPageCatListItem1:hover a h2  {
  color:#ffffff;
}

.stickied li.catPageCatListItem:last-child a{
  margin-bottom: 0;
}
h2.catPageCatItemTitle {
  color: #fff;
  font-weight: 400;
  text-align: center;
  display: block;
  line-height: 1.2;
  line-height: 1.2;
}
h2.catPageCatItemTitle {
  -ms-align-self: center;
  align-self: center;
  font-size: 0.8rem; /* 18/20 */
  color: #000000;
  text-align: right;
  font-weight: bold;
  margin:0 10px;
}
.catTitleFlexRight {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.catPageCatListItemImg {

}
.catPageCatListItemImg img{
  max-width: 100%;
  height:auto;
  width:101px;
}

.catPageCatMenu .laser-cutting-category-menu-item h2,
.catPageCatMenu .laser-welding-category-menu-item h2 {
  width: 130px;
  position: relative;
  left: 0;
}

.catPageMenuMainTitle {
  height: 45px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 15px;
  background-color: #000;
  /* margin-bottom: 15px; */
  font-size: 0.9rem; /* 18/20 */
  position: relative;
}

.catBreadCrumbs {

  height: 45px;
  padding-top: 5px;
  margin-bottom: 15px;
}

.catBreadCrumbs .normal {
  text-transform: uppercase;
  color: #acacac;
  font-size: 15px;
}
.bcArrow {
  color: #00aeef;
  transform: scaleY(1.4);
  display: inline-block;
  position: relative;
  top: 1px;
}
.catBreadCrumbs > a {
  text-transform: uppercase;
  color: #acacac;
  font-size: 15px;
}

.catBreadCrumbs > a:hover {
  /* font-weight: 600; */
  text-decoration: underline;
}

.catApplicatoins {
  background-color: #e1e1e1;
  height: 45px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-left: 15px;
}

.catApplicatoins h3 {
  text-transform: uppercase;
  font-size: 0.8rem; /* 16/20 */
  color: #000;
  font-weight: 700;
}

.catApplicatoins h4 {
  font-size: 15px;
  color: #060d1b;
  text-transform: uppercase;
}
.catApplicatoins ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.catApplicatoins li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-left: 15px;
  -ms-align-items: center;
  align-items: center;
}
p.catDesc {
  margin-top: 20px;
  color: #060d1b;
  font-size: 0.8rem; /* 16/20 */
  line-height: 1.4;
  font-weight: 500;
  width: 95%;
  min-width: 320px;
}
li.catSubCategory:first-child {
  margin-top: 30px;
}
.catSubCategory .svg-arrow-bottom{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transform: rotate(90deg);
}
.catSubCategory h3 {
  text-transform: uppercase;
  /* color: #fff; */
  background-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  position: relative;
  min-height: 45px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  /* font-size: 1rem; /* 30/20 */
  padding-left: 15px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #000;
}
img.whiteTri {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.32s ease;
}
.cat-list-active img.whiteTri {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate0 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.catSubCategoryProductsListWrapper {
  display: none;
}

ul.catSubCategoryProductsList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  width: 100%;
}

li.catSubCategoryProduct {
  width: 33%;
  max-width: 33%;
  margin-bottom: 30px;
  padding: 0 3%;
  display: flex;
  align-items: flex-end;
}
li.catSubCategoryProduct a.catProductAnchor {
    width: 100%;
    max-width: 100%;
    display: block;
}
li.catSubCategoryProduct a.catProductAnchor img{
    /* width: 100%; */
    max-width: 100%;
}
.catProductImage {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.catProductImage img {
  border-bottom: 3px solid #00aeef;
  max-width: 100%;
}
h3.catProductTitle {
  font-size: 1rem; /* 20/20 */
  color: #060d1b;
}
.catProductAttr {
  height: 28px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width: 100%;
}
.catProductAttrFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.catProductAttrFlexLeft {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 0.7rem; /* 14/20 */
  font-weight: 600;
}
.catProductAttrFlexLeft span {
  color: #00aeef;
  margin-right: 2px;
}
ul.catProductAttrFlexRight
.appLogoDiv {
  width: 25px;
  height: 25px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
ul.catProductAttrFlexRight {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  bottom: 0px;
}
.specsCube {
  margin-right: 10px;
}
.catProductAttr {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

h3.catPageMenuMainTitle img.whiteTri {
  opacity: 0;
}

/*
=======================
  PRODUCT PAGE
=======================
*/

.mainProductFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.mainProductFlexLeft {
  width: 300px;
  min-width: 300px;
  margin-right: 15px;
}
.mainProductFlexRight {
  width: 835px;
  max-width: 100%;
}
.prMainCatBanner {
  background-color: #00aeef;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 180px;
}
h3.prMainCatName {
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 150px;
  text-transform: uppercase;
  color: #060d1b;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 400;
}
ul.prSiblingsMenu {
  border-bottom: 2px solid #00aeef;
}
h4.prSiblingsMenuTitle {
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  /* height: 67px; */
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 0.95rem; /* 19/20 */
  padding-left: 25px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 8px;
  padding-top:10px;
  padding-bottom:10px;
  /* margin-bottom: 25px; */
}
a.prOneBrotherAnc {
  font-size: 0.9rem; /* 16/20 */
  color: #060d1b;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: 400;
  display: block;
  background-position: left center;
}
a.prOneBrotherAnc.prCurrent {
  font-size: 1.0em; /* 21/20 */
  font-weight: 600;
  background-image: url(../../../wp-content/uploads/2018/05/left-small-triangle.png);
  background-position: left center;
  background-repeat: no-repeat;
  -ms-background-position-x: 7px;
  background-position-x: 7px;
}

a.prOneBrotherAnc:hover {
  background-image: url(../../../wp-content/uploads/2018/05/left-small-triangle.png);
  background-position: left center;
  background-repeat: no-repeat;
  -ms-background-position-x: 7px;
  background-position-x: 7px;
}

.prPageBreadCrumbs {
  padding-top: 40px;
  padding-bottom: 50px;
}

.prTitleAndWebsiteFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

h2.prMainTitle {
  font-size: 1.7rem; /* 34/20 */
  font-weight: 600;
}

a.prWebsite {
  text-align: center;
  background-image: url(../../../wp-content/uploads/2018/05/wrb.png);
  background-position: center right;
  padding-right: 35px;
  width: 248px;
  height: 53px;
  background-color: #060d1b;
  background-repeat: no-repeat;
  display: block;
  padding-left: 8px;
  padding-top: 2px;
  background-position-x: calc(100% - 7px);
}

p.prWebsitePar {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85rem; /* 17/20 */
  text-align: center;
}

p.prWebsiteAddress {
  color: #00aeef;
  font-size: 0.85rem; /* 17/20 */
  text-align: center;
  font-weight: 600;
  position: relative;
  bottom: 2px;
}

li.prAppLogoDiv img {
  margin-right: 5px;
}

li.prAppLogoDiv {
  text-transform: uppercase;
  font-size: 0.7rem;
}

li.prAppLogoDiv span {
  position: relative;
  top: 2px;
}

.prInfoPicsFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
p.prDescription {
  font-weight: 400;
  font-size: 0.85rem;   /* 17/20 */
  line-height: 1.6;
}

.prInfoPicsFlexRight {
  width: 380px;
  min-width: 380px;
  margin-left: 20px;
  margin-bottom: 15px;
}

li.galImageThumb {
  width: 84px;
  height: 84px;
  border: 2px solid #dbdbdb;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  opacity: 0.6;
  transition: all 0.32s ease;
  cursor: pointer;
}

li.galImageThumb:hover {
  opacity: 1;
  border: 2px solid #363636;
}
li.galImageThumb.thumb-active {
  opacity: 1;
  border: 2px solid #363636;
}

li.galImageThumb img {
  max-height: 70px;
  max-width: 70px;
}

.prImgGalleryFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.prImgGalleryFlexLeft {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: flex-start;
  justify-content: center;
}
img.curImg {
  display: none;
  transition: all 0.32s ease;
  opacity: 0;
  max-width: 100%;
  width: 100%;
}
img.curImg.showCurImg {
  display: block;
  opacity: 1;
}

div#galCurrentImage {
    border: 2px solid #dbdbdb;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    margin-right: 11px;
    width: 285px;
    justify-content: center;
    min-height: 411px;
    max-height: 411px;
    padding: 10px;
    cursor: zoom-in;
}
li.galImageThumb:last-child {
  margin-bottom: 0;
}

h3.prOptionsTitle {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.prOptions {
  padding-bottom: 15px;
  border-bottom: 2px solid;
}
.prManufacturer {
  font-size: 0.8rem; /* 16/20 */
  padding-top: 10px;
  padding-bottom: 10px;
}
.prManufacturer .gray {
  color: #000;
}
.prManufacturer .blackBold {
  color: #000;
  font-weight: 600;
  padding-left: 10px;
  display: inline-block;
}
.prtWebsite {
  min-height: 43px;
  background-color: #e9e9e9;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.prtWebsitePar {
  color: #060d1b;
  font-size: 0.85rem; /* 17/20 */
  padding-right: 15px;
  padding-left: 10px;
}
.prtWebsitePar a {
  font-weight: 600;
}
img.prtWebsiteImgRight {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: 10px;
}

.catSubCategory.prAccItem {

}
.productAccordion h3.toggleSubCatList {
  margin-bottom: 0;
  background-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  font-size: 0.9rem;
  color: #000;
  background-color: #e1e1e1;
}
img.whiteTri.prWhiteTri {
  position: static;
  margin-right: 15px;
}
.productAccordion ul.catSubCategoryProductsList {
  padding-top: 0;
}
.catSubCategory.prAccItem {
  margin-bottom: 20px;
}
ul.catSubCategoryProductsList.prTechnicalData {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
li.prVideoItem {
    width: 33%;
}
li.prOneTechSpec {
    border-bottom: 2px solid #b7b7b7;
    min-height: 39px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding-left: 50px;
    -ms-align-items: center;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
}
li.prOneTechSpec > span {
  width: 50%;
  font-size: 0.85rem; /* 17/20 */
}
.prYtContainer {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
li.prVideoItem:last-child .prYtContainer {
  border-bottom: 0;
  padding-bottom: 0;
}
a.prVidWrapper {
  width: 100%;
  height: 30%;
  display: block;
  position: relative;
}
img.prYtThumb {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 450px;
}
img.ytPlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  position: absolute;
}
a.prVidWrapper img.ytPlay {
   width: 70px;
}
p.prVidDesc {
  font-weight: 600;
  font-size: 14px;
}
ul.catSubCategoryProductsList.prTechnicalData.prDownloads {
  padding-left: 60px;
  padding-top: 35px;
}
a.prDownloadsItem {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.32s ease;
}

a.prDownloadsItem:hover {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.prFileImage {
  margin-right: 15px;
}
.prDownloadsItem h4, .prDownloadsItem h5 {
  font-size: 0.85rem; /* 17/20 */
  color: #060d1b;
  text-transform: unset;
  font-weight: 400;
}
.prDownloadsItem h4 {
  text-transform: uppercase;
}

ul.catSubCategoryProductsList.prTechnicalData.prPeripheral {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 15px;
  justify-content: flex-start;
  margin: 0 -15px;
}

li.prPeripheralObject {
  width: 28%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}
li.lastPerGear {
  border-bottom: 4px solid #060d1b;
  margin-left: 15px;
  margin-right: 15px;
  height: 10px;
  width: 100%;
}

.fullWidthTitleFlexBox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.fullWidthTitleFlexBoxLeft {
  height: 2px;
  width: 100%;
  background-color: #00aeef;
}
h3.fullWidthTitleFlexBoxTitle {
  text-transform: uppercase;
  font-size: 26px;
  color: #060d1b;
  display: inline-block;
  background-color: #fff;
  padding: 15px;
  font-weight: 400;
}
.fullWidthTitleFlexBoxRight {
  height: 2px;
  width: 100%;
  background-color: #00aeef;
}
.blueLineWrapper {
  background-image: url(../../../wp-content/uploads/2018/05/blue_line_background.jpg);
  background-position: center center;
  background-repeat: repeat-x;
  text-align: center;
}
ul.prOtherProductsList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  margin-top: 40px;
}
li.prCatListItem {
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.32s ease;
}
li.prCatListItem:hover{
    border-color:#000000!important;
}
li.prCatListItem a{
   height: 143px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
/* li.prCatListItem:hover {
  opacity: 0.8;
} */

.prCatListItemImg {
  text-align: center;

}
.prCatListItemImg img {
  position: relative;
  right: 5px;
  max-width: 116px;
  height:auto;
  width:100%;

}
li.prCatListItem:hover h2.prCatItemTitle{
    color:#ffffff;
}
h2.prCatItemTitle {
  /* background-color: #060d1b; */
  max-width: 100%;
  text-align: center;
  color: #060d1b;
  font-size: 18px;
  line-height: 1.34;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight:600;
}
li.prCatListItem.additive-manufacturing-category-menu-item h2 {
  padding-left: 0!important;
  padding-right: 0!important;
}
section.prOtherProducts {
  padding-bottom: 125px;
}

.prTitleAndWebsiteFlexRight a.prWebsite {
  display: none!important;
  visibility: hidden;
}
a.prConBanner {
  margin-top: 90px;
  width: 300px;
  max-width: 100%;
  /* height: 160px; */
  /* border: 2px solid #060d1b; */
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  display: block;
}
.prConBannerUp {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  /* padding-bottom: 20px; */
}
.prConBannerUpLeft {
  min-width: 60px;
}
p.prConBannerUpRight {
  color: #060d1b;
  font-size: 0.7rem; /* 16/20 */
  line-height: 1.25;
  padding-bottom: 10px;
  padding-left: 5px;
}
.prConBannerDown {
  padding-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}
p.prConBannerDownLeft {
  font-size: 1rem; /* 23/20 */
  color: #060d1b;
  font-weight: 600;
}
/* p.prConBannerDownLeft span {
  color: #060d1b;
} */
.prConBannerDownRight {
  padding-top: 4px;
  padding-right: 5px;
}
.prConBannerDownRight span{
    margin-right:0;
}

.mmToggleTriangle {
  display: none;
}

/* team */
ul.allTeamMemvers {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
li.oneTeamMember {
  width: 25%;
  max-width: 250px;
  margin-right:30px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 60px;
  transition: all 0.32s ease;
}
li.oneTeamMember:hover {
  opacity: .85;
}
.oneTeamMemberImg {
  -webkit-background-size: cover;
  background-size: cover;
  max-height: 196px;
  background-position: center;
}
.oneTeamMemberImg img{
  width: 100%;
  opacity: 0;
}
.oneTeamMemberNamePos {
  padding: 8px;
  margin-top: 1px;
  border-bottom: 8px solid #1ec1fe;
}
h2.oneTeamMemberName {
  margin: 0;
  padding: 0;
  font-size: 0.9rem; /* 22/20 */
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: capitalize;
}
h3.oneTeamMemberName {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 0.8rem; /* 16/20 */
  text-transform: capitalize;
  font-weight: 400;
}

/*
=======================
  NEWS
=======================
*/
.post-type-archive-news p.standardPageTopText, div#primary.contact p.standardPageTopText {
  display: none;
}
section.newsSection {
  padding-bottom: 80px;
}

h3.oneArchiveNewsItemTitle {
  background-color: #1ec1fe;
  color: #fff;
  padding: 8px 12px;
  padding-right: 45px;
  font-size: 1.2rem;
  margin-top: 5px;
  position: relative;
  font-weight: 400;
}
p.oneArchiveNewsItemPar {
  margin-top: 20px;
}
li.oneArchiveNewsItem {
  border-bottom: 2px solid #060d1b;
  padding-bottom: 8px;
  margin-top: 40px;
}
.post-type-archive-news li.oneArchiveNewsItem p.oneArchiveNewsItemPar,
.post-type-archive-news li.oneArchiveNewsItem p.oneArchiveNewsItemPar span,
li.oneArchiveNewsItem span,
li.oneArchiveNewsItem p
{
  color: #404040!important;
}
li.oneArchiveNewsItem a
{
  color: #404040!important;
  text-decoration: underline;
}
.oneArchiveNewsItemDate {
  font-size: 0.8rem;
}

.headerFlexBoxLeft > .logoDiv > a {
   height: 100%;
}

/*
=======================
  CONTACT
=======================
*/
.contactPageContactForm#hps5ContactForm {
  width: 390px;
  max-width: 100%;
  padding-right: 0;
  padding-top: 10px;
}
.contactSection {
  background-position: left;
  background-repeat: no-repeat;
  -webkit-background-size: 60% 100%;
  background-size: 60% 100%;
  margin-top: -266px;
}

.contactPageFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.contactPageFlexLeft {
  padding-top: 30px;
  padding-bottom: 0px;
  width: 50%;
  margin-bottom:30px;
}
h2.contactCFTitle {
  font-size: 1.3rem; /* 26/20 */
  width: 390px;
  max-width: 100%;
  line-height: 1.3;
}

.contactPageFlexRight {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 130px;
}

.contactSocial {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.contactSocial-1, .contactSocial-2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contactSocial .hTel span,
.contactSocial .hEmail span,
.contactSocial .hTel span {
  color: #000;
}
.contactSocial-2 a {
    display: block;
    color: #1ec1fe;
    font-size: 1rem;
}
.contactSocial-2 a:hover {
  color: #060d1b;
}

.contactSocial-1 {
  padding-right: 40px;
}
.contactSocial-1 .footerLeftSocialFlexBox a {
    color: #060d1b;
}
.contactSocial-1 .footerLeftSocialFlexBox a:hover {
    color: #1ec1fe;
}
section.contactMapSection {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.contactMapSection iframe {
  width: 100%;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
#leaflet-map{
    height: 400px;
}

  /* Landing Page  */
  .page-template-landing-page-new .standardPageTopSection , .page-template-landing-page .standardPageTopSection{
      background-size: 100%;
  }
 .page-template-landing-page-new .bullets .wrapper{
     display: flex;
 }
  .page-template-landing-page-new #hps5ContactForm{
      padding-left: 0;
  }
  .page-template-landing-page-new ul.se-var-ul{
      margin-top: 20px;
  }
  .page-template-landing-page-new .bullets .catMenuSubCatFlexRight, .page-template-landing-page-new .bullets .contact{
      width: 50%;
      padding-top: 50px;
  }
  .page-template-landing-page-new .bullets .contact{
      display: flex;
      justify-content: flex-end;
  }
  .page-template-landing-page-new .bullets .catMenuSubCatFlexRight .contact form{
      max-width: 530px;
  }
 .page-template-landing-page-new #hps5ContactForm label, .page-template-landing-page-new #hps5ContactForm input[type], .page-template-landing-page-new #hps5ContactForm textarea{
     color: inherit !important;
 }
  .page-template-landing-page header#masthead .hLinkedIn , .page-template-landing-page header#masthead .hYouTube{
      display: none;
  }
    .page-template-landing-page .contact-us{
        position: fixed;
        top: 250px;
        right: -50px;
        background-color: hsl(219.0476, 79%, 53%);
        transform: rotate(-90deg);
        padding: 10px 20px;
        z-index: 999;
        cursor: pointer;
    }
    .page-template-landing-page .contact-us a{
        color: #fff;
    }
  .page-template-landing-page .catMenuSubCatFlexRight{
        width: 1230px;
  }
.page-template-landing-page ul.se-var-ul{
    margin-top: 15px;
}
.page-template-landing-page .searchBox, .page-template-landing-page .primaryMenu, .page-template-landing-page-services .primaryMenu, .page-template-landing-page-services .searchBox,{
    display: none;
}
.page-template-landing-page .headerFlexBoxRight{
    justify-content: center;
}
.page-template-landing-page footer{
    padding-top: 25px;
    padding-bottom: 25px;
}
.page-template-landing-page footer .footerTopFlex, .page-template-landing-page footer .footerBotFlex, .page-template-landing-page-services footer .footerTopFlex, .page-template-landing-page-services footer .footerBotFlex{
    display: none;
}
.page-template-landing-page footer .footer-credits{
    margin: 0;
}
.page-template-landing-page .contact{
    max-width: 500px;
    margin: 0 auto;
}
.page-template-landing-page #hps5ContactForm{
    padding: 0 15px;
}
.page-template-landing-page #hps5ContactForm label, .page-template-landing-page #hps5ContactForm input[type], .page-template-landing-page #hps5ContactForm textarea{
    color: inherit !important;
}
.page-template-landing-page section.cpClientsSection{
    padding-bottom: 0;
}
.page-template-landing-page .standardPageTopSection .cpTopFlexLeft p{
    color: #00aeef;
    font-size: 1.2rem;
}
.page-template-landing-page-services .catMenuSubCatFlexRight{
    width: 100%;
    padding: 0;
    margin-top: 100px;
}
.page-template-landing-page-services p{
    margin-bottom: 0.7em;
}
#hps5ContactForm.landing-contact{
    padding-left: 100px;
    padding-right: 0;
}
#hps5ContactForm.landing-contact form{
    max-width: 500px;
}
#hps5ContactForm.landing-contact,#hps5ContactForm.landing-contact label{
    color: inherit !important;
}
#hps5ContactForm.landing-contact textarea,#hps5ContactForm.landing-contact input{
    border: 2px solid #00aeef;
    color: #00aeef!important;
    font-size: 1rem;
}
#hps5ContactForm.landing-contact input{
    height: 50px;
    width: 100%;
}
#hps5ContactForm.landing-contact textarea{
    height: 150px;
}
h1.english-page{
    /* padding-top: 10px;
    padding-bottom: 0; */
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* CHAT BUBBLE */
path.cls-3 {
    fill: #1d4c7e!important;
}
div#chatHeader {
   background-color: #1d4c7e!important;
}

/* #060d1b */
/* #1ec1fe */

/* SERVICES */

section.se-advantages {
   padding-top: 115px;
   padding-bottom: 70px;
   -webkit-background-size: cover;
   background-size: cover;
}

.se-advantages-flex-left {
   padding-right: 60px;
}

ul.se-adv-list {
   padding-top: 10px;
}

.page-template-services li.se-adv-list-item {
   color: #404040;
   margin-left: 20px;
}
.page-template-services ul.se-var-ul {
    margin-top: 10px;
}

li.se-adv-list-item {
   color: #fff;
   padding-left: 13px;
   text-transform: uppercase;
   margin-bottom: 15px;
}

.blue-right-triangle {
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 8px 0 8px 14px;
   border-color: transparent transparent transparent #1ec1fe;
   position: absolute;
   top: 6px;
   left: -20px;
}

section.se-variety {
   padding-top: 100px;
   padding-bottom: 80px;
}

h3.se-h3 {
   display: inline-block;
   border-bottom: 1px solid #1ec1fe;
   padding: 2px 5px;
   text-transform: uppercase;

}

ul.se-var-ul {
   margin-top: 60px;
   padding-left: 25px;
}
.page-template-manda ul.se-var-ul {
   margin-top: 20px;
   padding-left: 25px;
   margin-bottom: 20px;
}

.se-var-li {
   padding-left: 22px;
   margin-bottom: 7px;
   padding-right: 30px;
}

.gdgallery-gallery-container {
   margin: 15px 0;
   padding: 10px;
}

.ms-services-block {

}


#cpDepartmentFlexLeft-services-page .cpDepartmentSketchTriangle {
   position: absolute;
   top: 60px;
   left: 120px;
}

.ms-services-block {
   padding-bottom: 1.5em;
}
.ms-services-block > h3 {
   margin-bottom: 0.5em;
}
.ms-services-block > h4 {
    padding-top: 15px;
}
.ms-services-block > p {
   padding-bottom: 0.3em;
}

.ms-services-menu {
   padding-top: 1em;
}

section.services-main {
   min-height: 70vh;
}

.product-popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: -1;
  padding: 10%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.32s ease;
}

.product-popup-modal.modal-active {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}

.product-popup-modal-inner{
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-popup-modal-inner img{
  opacity: 0;
}

.product-popup-modal-inner .x {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: all 0.32s ease;
}

.product-popup-modal-inner .x:hover {
  color: #1ec1fe;
}

/* NEWS */
.single-news article p, .single-news article p span {
  color: #363636!important;
  max-width: 800px;
}

article h1.entry-title
{
    display: inline-block;
    border-bottom: 1px solid #1ec1fe;
    padding: 2px 5px;
    text-transform: uppercase;
    margin-top: 20px;
}

.main-search h2.entry-title {
   display: inline-block;
   border-bottom: 1px solid #1ec1fe;
   padding: 2px 5px;
   text-transform: uppercase;
   margin-top: 20px;
   font-size: 35px;
}

.single-news nav.post-navigation > div > div {
  background-color: #0f4b7f;
  padding: 15px;
  width: 40%;
  text-align: left;
  transition: all 0.32s ease;
}

.single-news nav.post-navigation > div > div:hover {
  opacity: .8;
}

.single-news nav.post-navigation > div > div > a {
  color: #fff;
  text-align: left;
}

.site-main.main-search h1.page-title {
   padding-top: 30px;
   padding-bottom: 20px;
}

.main-search article {
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}

.gallery-custom-style{
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 20px;
}
.gallery-custom-style .gallery-image{
    width: 20%;
    border: 1px solid gray;
    background-color: rgb(240, 240, 240);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}
.gallery-custom-style .gallery-image a{
    width: 100%;
    height: 100%;
}
.gallery-custom-style .gallery-image img{
    width: 100%;
    height: 100%;
}


.footer-credits{
    margin-top: 50px;
    margin-bottom: -50px;
    text-align: right;
    color: #fff;
    font-size: 0.65rem;
}
.footer-credits a{
    color:#1ec1fe;
    font-size: 0.65rem;
}
section.error-404{
    min-height: 470px;
    padding: 50px 0;
}
#acp-toggle-toolbar{
    bottom: 25px;
    top: initial;
    background: #0f4b7f;
}
.page-template-thank-you .title{
    text-align: center;
    margin-top: 100px;
}


.landing-services-section .services-repeater{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 100px;
}
.landing-services-section .single-service{
    padding: 0 15px;
    width: 25%;
    text-align: center;
}
.landing-services-section h3{
    margin-top: 0.5em;
}
.landing-services-section .content{
    display: none;
}
.landing-services-section .plus::after{
    content: '+';
    line-height: 1;
    font-size: 3rem;
    cursor: pointer;
}
.landing-services-section .plus.minus::after{
    content: '-';
}

.services-landing #hps5ContactForm.landing-contact{
    position: fixed;
    z-index: 999;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    left: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: calc(100% - 40px);
    transition: 0.5s;
}
.services-landing #hps5ContactForm.landing-contact.active{
    top: auto;
    bottom: 0;
}
.services-landing #hps5ContactForm.landing-contact .contact-wrapper{
    background-color: #fff;
    max-height: 100vh;
    overflow: auto;

}
.services-landing #hps5ContactForm.landing-contact h3{
    background-color: #0f4b7f;
    color: #fff;
    padding: 5px 15px;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 1rem;
}
.services-landing #hps5ContactForm.landing-contact.active h3::before{
    content: 'X';
    font-size: 0.5rem;
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.services-landing #hps5ContactForm.landing-contact form{
    margin: 0 auto;
    padding: 15px;
}

.services-landing #hps5ContactForm.landing-contact input[type="checkbox"]{
    height: auto;
    width: auto;

}
.services-landing #hps5ContactForm.landing-contact a{
    text-decoration: underline;
}
.main-content-simple{
    margin-top: 50px;
    margin-bottom: 100px;
}
.main-content-simple h2{
    font-size: 1.3em;
    font-weight: 400;
    margin: 1em 0 0.2em;
}
.main-content-simple h3{
    font-size: 1em;
    font-weight: 700;
}
.main-content-simple p{
    margin-bottom: 1em;
}
#hps5ContactForm.flex-form-wrapper{
    text-align: inherit;
}
#hps5ContactForm.flex-form-wrapper form{
    width: 100%;
    max-width: none!important;
}
#hps5ContactForm.flex-form-wrapper .flex-form{
    display: flex;
    justify-content: space-between;
}
#hps5ContactForm.flex-form-wrapper .single-field{
    padding: 0 5px;
}
#hps5ContactForm.flex-form-wrapper label,input{
    text-align: left;
    font-size: 0.8em;
    margin: 0;
}
#hps5ContactForm.flex-form-wrapper input, #hps5ContactForm.flex-form-wrapper textarea {
    height: 30px;
    font-size: 01em;
    background-color: #efefef;
    border: 0;
    margin: 0;
}
#hps5ContactForm.flex-form-wrapper input[type='submit']{
    padding: 0 15px;
    margin-top: 10px;
}
#hps5ContactForm.flex-form-wrapper p{
    margin: 0;
}
.ajax-loader{
    position: absolute;
}
.page-template-accessibility .main-container{
    padding: 75px 15px;
}
.page-template-accessibility h1{
    font-size: 50px;
}
.page-template-accessibility h2{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.page-template-accessibility .main-container ul{
    list-style: disc;
    padding-right: 20px;
}
/*
=======================
  MEDIA QUERIES
=======================
*/

/*
=======================
  MEDIA QUERIES
=======================
*/

/*
=======================
  MEDIA QUERIES
=======================
*/

/*
=======================
  MEDIA QUERIES
=======================
*/

/*
=======================
  MEDIA QUERIES
=======================
*/

/*
=======================
  MEDIA QUERIES query
=======================
*/

/*
=======================
  MEDIA QUERIES
=======================
*/

/*
=======================
  MEDIA QUERIES
=======================
*/
@media screen and (max-height: 700px) {
    .page-template-home-new .top-section .container {
        padding: 120px 15px;
    }
    .page-template-home-new h1 p {
        font-size: 50px !important;
    }
}
@media screen and (max-width: 1600px) {
    .page-template-services-new .owl-nav button.owl-next::before{
        left: -20px;
    }
    .page-template-services-new .owl-nav button.owl-next::after{
        right: -4px;
    }
}

@media screen and (max-width: 1540px) {
  .s4TrianglesWrapper {
    transform: scale(0.7);
    transform-origin: bottom right;
  }
}

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

  .cpTopTriangles {
    transform: translateX(0%);
  }

  .topTriangle {
    right: 0;
    overflow: hidden;
  }
  .topTriangle img {
      transform: translateX(calc(1350px - 100vw));
  }
  .page-template-services-new .top-section .left{
      padding-right: 0;
  }
}

@media screen and (max-width: 1366px) { /* // was 1200px */
    .single-industry{
        height: 470px;
    }
    .single-industry .icon{
        max-height: 110px;
    }
    .single-industry .text{
        font-size: 25px;
    }
    .headerSocial .languages{
        padding: 10px 15px;
    }

  li.appLogoDiv.prAppLogoDiv > span {
    display: none;
  }

  .hps5FlexBoxRightInnerFlex a {
    margin-right: 0;
  }

  ul.hpNews {
      margin-top: 25px;
  }

  .hps5FlexBoxRight {
      padding-top: 30px;
  }

  .hps5FlexBoxLeft {
      width: 570px;
      max-width: 100%;
  }

  .hps5FlexBox {
      flex-direction: column;
      align-items: center;
  }

  a.hps2Circle span {
    font-size: 0.9rem;
  }
  a.hps2Circle {
    height: 200px;
    width: 200px;
  }
  #hps3 h2 {
    margin-left: 60px;
  }
  .hps4OuterQuote {
      margin-right: 0;
  }
  .hps4FlexBoxLeft {
      justify-content: flex-start;
  }
  .hps4OuterQuote {
      min-width: 500px;
  }
    .landing-top-section .cpTopFlex {
        flex-direction: row;
    }
    .landing-top-section .cpTopFlexRight{
        width: 50%;
        display: block;
    }
    .landing-top-section .cpTopFlexLeft{
        width: 50%;
    }
    .services-landing #hps5ContactForm.landing-contact form{
        margin-bottom: 100px;
    }
    .page-template-home-new h1 p{
        font-size: 60px;
    }
    .page-template-home-new .circle{
        /* width: 220px;
        height: 220px;
        border: 20px solid #fff; */
    }
    .page-template-home-new .circle .bg-image{
        /* width: 180px;
        height: 180px; */
    }
    .circle-text p{
        font-size: 23px;
    }
}

@media screen and (max-width: 1366px) { /* // was 1100px */

  .footerCol4 span {
    font-size: 0.8rem;
  }

  .footerCol2 {
      width: 230px;
  }

  .footerMenu > ul > li > a {
    font-size: 0.8rem;
  }

  .footerCol1 {
      width: 227px;
  }

  .s4TrianglesWrapper {
      margin-left: auto;
      margin-right: auto;
  }

  .s4TrianglesWrapper {
    transform: unset;
    margin-top: 30px;
  }

  .hps4FlexBox {
      flex-wrap: wrap;
  }

  .headerSocial a span {
    display: none;
  }

  .hps4FlexBoxRight {
    width: 100%;
  }
  .s4TrianglesWrapper {
      max-width: 100%;
  }
  .headerSocial > a {
      margin-left: 12px;
      height: auto;
      font-size: 24px;
  }
  .headerSocial .hTel, .headerSocial .hEmail {
     padding-top: 4px;
     color: #666666;
     font-size: 22px;
 }
}

@media screen and (max-width: 1366px) {  /* // was 991px */
    header#masthead{
        opacity: 0;
        transition: 0.3s;
    }
    header#masthead.shrinked{
        opacity: 1;
    }

   #ProductsMegaMenuProductsClick {
      display: none !important;
   }

   h2.se-adv-title {
       font-size: 44px;
       padding-bottom: 20px;
   }

   ul.se-adv-list {
       padding-left: 30px;
   }

   section.se-advantages {
       padding-top: 30px;
       padding-bottom: 20px;
   }

   .se-advantages-flex.e-df {
       flex-direction: column;
   }

  .contactPageFlexRight {
    -ms-align-items: flex-start;
    align-items: flex-start;
    display: none;
  }
  .contactPageFlexLeft {
    width: 100%;
  }

  .contactSocial {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .contactSection {
    margin-top: 30px;
    background-size: 100% 100%;
  }

  ul.allTeamMemvers {
    /* justify-content: space-around; */
  }
  li.oneTeamMember {
    width: 46%;
  }

  li.subCatListItem > a {
      font-size: 14px!important;
      color: #fff!important;
      font-weight: 400!important;
  }

  nav.toggledPrimaryMenu li:first-child {
    border-top: 0px solid white;
  }

  ul.subCatList {
    display: none;
    background: rebeccapurple;
    padding-left: 84px;
    margin: 0!important;
    padding-right: 30px;
    border: 0;
    -webkit-box-shadow: inset 0px 2px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 2px 10px -2px rgba(0,0,0,0.75);
    box-shadow: inset 0px 2px 10px -2px rgba(0,0,0,0.75);
  }

  li.subCatListItem {
    max-width: 100%;
    height: 40px;
    border-bottom: 1px solid white!important;
  }
  li.subCatListItem:last-child {
    border-bottom: 0!important;
  }

  li.catListItem {
    border-color: #959595!important;
  }

  h2.catItemTitle {
      border-bottom: 0 !important;
      padding: 0!important;
      margin: 0!important;
      align-self: center;
      padding-left: 16px!important;
      width: 100%;
      position: relative;
  }
  .mmToggleTriangle{
    display: block;
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    margin-top: 5px;
    border-color: #a8a9ac transparent transparent transparent!important;
    transition: all 0.32s ease;
  }

  .mm-item-active .mmToggleTriangle {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  li.catListItem:hover .mmToggleTriangle{
    border-color: #a8a9ac transparent transparent transparent!important;
  }
  .catListItemImg img {
    width: 70px;
    height: 60px;
  }

  li.catListItem:hover .catListItemImgHover {
    display: none;
  }

  li.catListItem:hover h2 > a {
    color: black!important;
  }
  li.catListItem:hover .subCatListItem > a {
    /* color: white!important; */
  }
  .catListItemImg {
    width: 70px;
    height: 60px;
    min-width: 70px;
    min-height: 60px;
    max-width: 70px;
    max-height: 60px;
    overflow: hidden;
  }

  .megaMenuCategoriesLister {
    margin: 0!important;
  }
  .mega-click-toggled {
     visibility: visible;
     opacity: 0;
     top: -100%;
     transition: all 0.32s ease;
 }
  .mega-click-toggled-slide {
     visibility: visible!important;
     opacity: 1!important;
     top: 0;
     transition: all 0.32s ease;
 }
  header#masthead.shrinked div#ProductsMegaMenu {
    position: relative;
    visibility: visible;
    width: 100vw;
    /* left: -15px; */
    transition: 0.3s;
    top: 0;
  }
  header#masthead.shrinked div#ProductsMegaMenu {
    opacity: 1;
  }
  div#ProductsMegaMenu .container {
    padding: 0;
  }

  a.prConBanner {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .hideMe991 {
    display: none!important;
  }

  .showMe991 {
    display: block!important;
  }

  ul.prOtherProductsList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  li.prCatListItem {
    margin-bottom: 20px;
  }

  h4.prSiblingsMenuTitle {
      margin-bottom: 0;
  }

  ul.prSiblingsMenu {
    display: none;
  }

  .mainProductFlexRight {
      width: 100%;
  }

  h3.prMainCatName {
      padding: 40px;
      padding-left: 120px;
      padding-right: 10px;
  }

  .mainProductFlex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prMainCatBanner {
    -webkit-background-size: 120px;
    background-size: 120px;
  }

  .mainProductFlexLeft {
    width: 100%;
  }

  .catPageMenuWrapper {
      background-color: #fff;
  }
  .catMenuSubCatFlexLeft {
    z-index: 1;
  }
  ul.catPageCatMenu {
    display: none;
  }

  .catPageCatMenu .laser-cutting-category-menu-item h2, .catPageCatMenu .laser-welding-category-menu-item h2 {
      width: 100%;
      position: relative;
      left: 0;
      text-align: right;
  }

  .catPageCatListItemImg {
      min-width: 80px;
      width: 80px;
      margin-right: 10px;
  }

  .catPageCatListItem a {
      /* margin-bottom: 5px;
      height: 80px;
      /* min-height: 0px; */
  }

  h3.catPageMenuMainTitle img.whiteTri {
    opacity: 1;
  }

  h3.catPageMenuMainTitle {
    /* margin-bottom: 5px; */
    position: relative;
    cursor: pointer;
  }



  .catMenuSubCatFlexLeft {
    width: 100%;
  }

  .catMenuSubCatFlexRight {
      width: 100%;
  }

  .catMenuSubCatFlex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* CRITICAL FOR JS TO WORK! */
  .toggledPrimaryMenu {
    opacity: 0.99;
  }

  .toggledPrimaryMenu ul.sub-menu {
      visibility: visible;
      display: none;
      opacity: 1;
      position: static;
      transition: unset;
  }
  .toggledPrimaryMenu .menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 10%);
  }

 .toggledPrimaryMenu .menu-item-has-children > a:before {
   content: '+  ';
 }
 .toggledPrimaryMenu .menu-item-has-children > a.toggled:before {
   content: '-  ';
 }

  .hpNews a {
    opacity: 1;
  }

  section.cpClientsSection {
      padding-bottom: 100px;
  }

  .cpClientsWrapper {
      margin-top: 30px;
  }

  h2.cpClientsTitle {
    margin-top: 40px;
  }

  .cpDepartmentFlexRight {
      margin-top: 30px;
  }
  div#cpDepartmentFlex2 .cpDepartmentFlexRight {
      margin-top: 60px;
  }

  div.cpDepartmentFlex, div#cpDepartmentFlex2 {
      flex-direction: column;
      align-items: center;
      margin: 0;
      margin-bottom: 60px;
  }

  section.cpVisionSection {
      padding: 6% 0 4% 0;
  }

  .cpVisionFlexRight {
      margin-left: 0;
      margin-top: 20px;
  }

  .cpVisionFlex {
      flex-direction: column;
  }

  .cpTopFlexLeft {
      min-width: unset;
  }

  .cpTopFlexRight {
      width: 100%;
      display: flex;
      justify-content: center;
  }

  .cpTopFlex {
      flex-direction: column;
  }

  nav.toggledPrimaryMenu li {
      padding: 0px 0;
      border-bottom: 1px solid white;
  }

  nav.toggledPrimaryMenu #menu-main-menu-1 > li {
      padding: 4px 0;
      border-bottom: 1px solid white;
  }

  li.hpOnePartner {
      width: 48%;
      margin-bottom: 4%;
      margin-left: auto;
      margin-right: auto;
  }
  ul.hpPartnersFlexBox {
      flex-wrap: wrap;
  }

  .container {
    padding: 0 15px;
  }
  nav.toggledPrimaryMenu ul {
      flex-direction: column;
      margin: 20px 0;
  }
  li.catListItem {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    border: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  li.catListItem .catListItemImgNormal {
    display: none;
  }
  li.catListItem .catListItemImgHover {
    display: none;
  }
  li.catListItem .catListItemImgSmall {
    display: unset;
  }
  .mmImgTitleWrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  li.catListItem:hover li.subCatListItem {
    border-bottom: 1px solid #fff!important;
  }
  li.catListItem:hover li.subCatListItem:last-child {
    border-bottom: 1px solid transparent!important;
  }
  header#masthead #menu-main-menu-1 > li > a {
     cursor: pointer;
 }
}
/* end of 991 */
@media screen and (max-width: 1200px) {
    .page-template-landing-page section.english-page{
        margin-top: 100px;
    }
    .top-triangle{
        display: none;
    }
    .grey-wrapper{
        min-height: 100%;
    }
    .page-template-home-new .top-section {
	    min-height: auto !important;
    }
    .top-video video {
	    margin-top: 0;
    }
    .page-template-home-new .circle{
        width: 200px;
        height: 200px;
    }
    .circle .bg-image{
        width: 170px;
        height: 170px;
    }
}
@media screen and (max-width: 1024px) {
    .circles-section{
        margin-top: -50px;
    }
    h1.standardPageTopTitle{
        white-space: normal;
    }
    ul.allTeamMemvers{
        justify-content: space-around;
    }
    li.oneTeamMember{
        margin-right:0;
        margin-left:0;
    }
    .footerCol4 {
        width: 40px;
    }

    .footerCol4 span {
      display: none;
    }
    .page-template-services-new .row{
        flex-direction: column;
    }
    .page-template-services-new .top-section .right{
        flex-direction: column;
        padding-left: 0;
    }
    .page-template-services-new .top-section .right::before{
        border-bottom: 3px solid #00AEEF;
        margin: 20px 0;
        width: 150px;
    }
    .col-lg-4, .col-lg-8{
        width: 100%;
        padding: 0;
    }
    .page-template-services-new .section-title{
        margin-bottom: 30px;
    }
    .single-advantage{
        width: 44%;
        margin-right: 35px;
    }
    .pre-post, .pre-post-section .other-services{
        padding-left: 0;
    }
    .pre-post-section .sub-title{
        max-width: none;
        margin-bottom: 35px;
    }
    .page-template-services-new .single-case .title{
        font-size: 25px;
    }
    .page-template-services-new .single-case .text{
        font-size: 18px;
    }
    .page-template-services-new .grey-square{
        width: 95%;
    }
}
@media screen and (max-width: 876px) {



  .hps2FlexBox {
      flex-wrap: wrap;
      justify-content: space-around;
  }
  .circleWrapper {
    width: 50%;
    margin-bottom: 30px;
  }
  .s4TrianglesWrapper img {
      width: 67%;
  }
  .s4TrianglesWrapper {
      max-width: 100%;
      height: 62vw;
  }
  .page-template-services-new .single-case{
      flex-direction: column-reverse;
  }
  .page-template-services-new .grey-wrapper{
      width: 100%;
      padding-right: 0;
  }
  .page-template-services-new .grey-square {
     width: 100%;
 }
  /* .page-template-services-new .grey-square img{
      max-width: 95%;
      margin: 0 auto;
  } */
}

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

  .headerFlexBoxRight .searchBox {
    display: none;
  }

  .searchToggle svg {
    height: 40px;
    width: 33px;
    stroke: #00aeef;
    fill: #00aeef;
    padding: 3px;
    border-radius: 3px;
    transition: all 0.32s ease;
  }

  .headerFlexBoxRight a.searchToggle {
    display: block;
    position: relative;
    top: 6px;
    left: 5px;
    transition: all 0.32s ease;
  }

  .headerFlexBoxRight a.searchToggle:focus {
    outline: 0;
  }

  #main {
    overflow: hidden;
  }

  section#hps1 {
    min-width: 100%;
    width: 820px;
    overflow: hidden;
  }
  .topTriangle {
    right: -56%;
  }
  .topTriangle img {
    transform: unset;
  }
}

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

  h3.oneArchiveNewsItemTitle {
    font-size: 0.9rem;
  }

  .oneArchiveNewsItem p {
    font-size: .8rem;
  }

  .prImgGalleryFlex {
    justify-content: center;
  }

  ul.catSubCategoryProductsList.prTechnicalData.prPeripheral {
    justify-content: space-around;
  }

  li.prPeripheralObject {
      width: 40%;
  }

  li.catSubCategory.prAccItem h3.toggleSubCatList {
    padding-right: 15px;
    font-size: 0.9rem;
  }

  .prPageBreadCrumbs {
      padding-top: 20px;
      padding-bottom: 20px;
      height: auto;
  }

  .prInfoPicsFlexRight {
      margin-right: 0;
      margin-left: 0;
      margin-top: 20px;
      margin-bottom: 30px;
      width: 100%;
      min-width: auto;
  }

  .prInfoPicsFlex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  li.catSubCategoryProduct {
      width: 48%;
      max-width: 300px;
  }
  img.cpTopTrianglesSmall {
    left: 24.2vw;
    width: 22.6vw;
  }

  img.cpTopTrianglesMedium {
      bottom: 7.9vw;
      width: 33vw;
  }

  img.cpTopTrianglesLarge {
      width: 72vw;
  }

  .cpTopTriangles {
      max-width: 100%;
      height: 66.6vw;
  }
    .landing-services-section .single-service {
        width: 50%;
        margin-bottom: 50px;
    }
    .page-template-home-new h1 p{
        font-size: 40px;
    }
    .page-template-home-new .circles{
        flex-direction: column;
        align-items: center;
    }
    .page-template-home-new .circles .catalogue{
        margin-right: 0;
        margin-bottom: 50px;
    }
    .industries-section .wrapper {
        flex-direction: column;
    }
    .single-industry{
        width: 100%;
        height: auto;
        padding: 35px 10px;
        margin-bottom: 10px;
    }
    .single-industry .icon {
        max-height: 75px;
    }
    .single-industry .text {
        font-size: 22px;
    }
    .hps4QuoteTopFlexLeft {
        width: 50px;
        min-width: 50px;
        margin-right: 40px;
    }
    .page-template-home-new .quote p {
        font-size: 16px;
    }
    .page-template-home-new .quote p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    section.se-variety {
       padding-top: 30px;
       padding-bottom: 100px;
    }
    .footerBotFlex {
        flex-direction: column;
    }
    .footerBotFlex > div {
      margin-bottom: 20px;
      width: 320px;
      max-width: 100%;
    }
    .footerCol2 {
        width: 220px!important;
    }
    .footerCol4 {
      order: 1;
    }
    .footerCol4 span{
      display: inline;
    }
    .footerCol3 {
      order: 2;
    }
    .footerLeftSocialFlexBox a {
      text-align: left;
    }
    div#cpDepartmentFlexLeft-services-page {
    margin-top: 30px;
    }
    .landing-top-section .cpTopTriangles{
       display: none;
    }
    .landing-top-section .cpTopFlex{
        flex-direction: column;
    }
    .landing-top-section .cpTopFlexLeft{
        width: 100%;
    }
    .landing-top-section .cpTopFlexRight{
        width: 100%;
    }
    .landing-top-section .standardPageTopText {
        padding: 15px 0;
    }
    #hps5ContactForm.landing-contact{
        padding-left: 0;
    }
    #hps5ContactForm.flex-form-wrapper .flex-form{
        flex-direction: column;
        padding: 5px 0;
    }
    .page-template-services-new .top-section .container{
        padding: 60px 15px;
    }
    .page-template-services-new .advantages-section .container{
        padding: 60px 15px 30px 15px;
    }
    .pre-post-section .container{
        padding: 30px 15px;
    }
    .page-template-services-new .icon-title svg{
        height: 50px;
        width: 50px;
    }
    .page-template-services-new h1{
        font-size: 30px;
    }
    .page-template-services-new .section-title{
        font-size: 26px;
    }
    .single-advantage{
        width: 100%;
        margin-right: 0;
    }
    .pre-post-section .title{
        font-size: 20px;
    }
    .page-template-services-new .content ul li{
        font-size: 16px;
    }
    .single-other{
        max-width: 120px;
        margin-right: 40px;
    }
    .other-services .single-other .square{
        width: 120px;
        height: 105px;
    }
    .other-services .single-other .square svg{
        height: 70px;
        width: 65px;
    }
    .single-other .single-title{
        font-size: 14px;
    }
    .pre-post-section .other-services {
        margin-top: 40px;
    }
    .single-other:hover .single-title::after{
        opacity: 0;
    }
    .page-template-home-new .top-section .container{
        padding: 70px 15px;
    }
    .page-template-home-new h1 p.active::after{
        display: none;
    }
}

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

   /* HIDE HP 'INDUSTRIES' SECTION ON MOBILE */
   section#hps3 {
      display: none;
   }

   li.hpNewsItem {
      display: none;
   }

   /* SHOW ONLY 1ST NEWS ITEM ON MOBILE */

   li.hpNewsItem:first-child {
      display: list-item;
   }

   #hsp6 .container {
    padding: 0 35px;
   }

  .prContactUsLineFlex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  div.prContactUsLineFlexRight {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .catPageMenuWrapper.stickied {
      margin-top: 47px;
  }
  .topProductsFlexRight {
    display: none;
  }

  .hiddenSearchBox {
      top: unset;
      bottom: 5px;
  }

  .respHeaderBottom {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
  }
  .shrinked .respHeaderBottom .lng-selector.lsRight {
    margin-right: 0;
    font-family: 'Assistant', sans-serif!important;
  }
  .shrinked .respHeaderBottom .lng-selector.lsRight a{
    font-family: 'Assistant', sans-serif!important;
  }
  .respHeaderBottom a {
    color: #fff;
    font-size: 25px;
  }
  .respHeaderBottom a.hEmail {
    padding-top: 4px;
  }
  .respHeaderBottom a.hTel {
    padding-top: 1px;
    font-size: 22px;
  }

  .shrinked .headerFlexBoxRight .lng-selector {
    display: none;
    font-family: 'Assistant', sans-serif!important;
  }
  .shrinked .headerFlexBoxRight .lng-selector a{
    font-family: 'Assistant', sans-serif!important;
  }

  .headerFlexBoxRight .headerSocial {
    display: none;
  }
  .headerFlexBoxRight .lng-selector {
    display: none;
    font-family: 'Assistant', sans-serif!important;
  }
  .headerFlexBoxRight .lng-selector a{
    font-family: 'Assistant', sans-serif!important;
  }
  .footerBotFlex {
      flex-direction: column;
  }
  .footerBotFlex > div {
    margin-bottom: 20px;
    width: 320px;
    max-width: 100%;
  }
  .footerCol2 {
      width: 220px!important;
  }
  .footerCol4 {
    order: 1;
  }
  .footerCol4 span{
    display: inline;
  }
  .footerCol3 {
    order: 2;
  }
  .footerLeftSocialFlexBox a {
    text-align: left;
  }
  .respHeaderBottom > .headerSocial > a {
     color: #fff!important;
 }

 .page-template-services-new .grey-wrapper{
     width: 100%;
     padding: 0;
    margin: 0;
 }
 .page-template-services-new .grey-square {
    width: 100%;
}
 /* .page-template-services-new .grey-square img{
     max-width: 95%;
     margin: 0 auto;
 } */
 .page-template-services-new .single-case .text{
     margin-top: 10px;
 }
 .page-template-services-new .owl-nav button.owl-next::after, .page-template-services-new .owl-nav button.owl-prev::after{
     border-width: 0 12px 12px 12px;
 }
 .page-template-services-new .single-case .text{
     font-size: 16px;
 }
 .page-template-services-new .owl-nav button.owl-prev::after{
     left: 3px;
 }
 .page-template-services-new .owl-nav button.owl-next::after{
     right: 0;
 }
 .page-template-services-new .owl-nav button.owl-prev::after {
    left: 0px;
}
}


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

  .contactSection {
    background-size: 150% 100%;
  }

  span.prOneTechSpecValue {
    padding-left: 20px;
  }

  li.prOneTechSpec {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px;
  }

  li.prOneTechSpec span {
    width: 100%;
    display: block;
  }

  span.prOneTechSpecLabel {
    font-weight: 600;
  }

  .prTitleAndWebsiteFlexRight {
      display: none;
  }

  h3.toggleSubCatList {
    padding-right: 60px;
  }

  h1.standardPageTopTitle {
    font-size: 1.8rem;
    background-color: #060e1b;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
  section.standardPageTopSection {
    background: none!important;
  }
  .cpVisionFlexRight p {
    font-size: 1rem;
  }

  .hps4FlexBoxLeft {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hps4OuterQuote {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }
  .footerTopFlex {
      flex-direction: column;
      align-items: flex-start;
  }
  .footerTopFlexRight {
    margin-top: 20px;
  }
  .gallery-custom-style .gallery-image{
      width: 40%;
  }
  .page-template-landing-page .contact{
      max-width: 300px;
  }
}

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

    body{
        font-size: 18px;
    }
    .page-template-services-new .bg-image{
        height: 25vh;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page-id-4560 .bg-image{
        background-position: 41% 81%;
        background-repeat: no-repeat;
    }
    .page-template-services-new .top-strip .container {
        padding: 50px 15px;
    }
    .single-advantage .text{
        font-size: 16px;
    }
    .pre-post{
        flex-direction: column;
    }
    .pre-post .pre, .pre-post .post{
        width: 100%;
    }
    .pre-post .pre{
        margin-bottom: 15px;
    }
    .services-repeater{

    }
    .single-other{
        margin-bottom: 20px;
    }
    .case-studies-section .container {
        padding: 10px 15px 40px 15px;
    }

    .page-template-services-new .top-section .right{
        font-size: 16px;
    }
    .page-template-home-new .testimonials-section{
        padding: 50px 15px;
    }
    .page-template-home-new #hps6{
        padding: 50px 0 100px 0;
    }
    .page-template-home-new #hps6 h3{
        font-size: 30px;
    }
    .page-template-home-new h1 p::after{
        right: 70%;
        bottom: -30px;
    }
    .page-template-home-new .top-section .container{
        padding: 70px 15px;
    }
    .page-template-home-new .circles-section{
        transform: translateY(0);
        margin-top: 25px;
    }
    .services .circle-text p, .catalogue .circle-text p{
        color: #060D1B;
    }
    .catalogue .circle-text p:last-child::after, .services .circle-text p:last-child::after{
        opacity: 1;
    }
    .services .bg-image, .catalogue .bg-image{
        opacity: 0.4;
    }
    .page-template-home-new .circle-text p:last-child::after{
        border-width: 0 9px 9px 9px;
    }
    .page-template-home-new .circle{
        width: 180px;
        height: 180px;
        border: 15px solid #fff;
    }
    .page-template-home-new .circle .bg-image{
        width: 150px;
        height: 150px;
    }
    .page-template-home-new .circle img{
        max-width: 75%;
    }
    .circle-text p{
        font-size: 20px;
    }
   div#cpDepartmentFlexLeft-services-page {
      margin-top: 0;
   }

   section.se-variety {
      padding-bottom: 30px;
   }

   .se-var-li {
       padding-left: 10px;
       font-size: 0.8rem;
   }

   .blue-right-triangle {
      top: 2px;
   }

   li.se-adv-list-item {
       font-size: 15px;
   }

   #hps1 .topTriangle {
      margin-left: -15px;
      margin-right: -15px;
   }
  section.prOtherProducts {
      padding-bottom: 25px;
  }

  ul.prOtherProductsList {
    justify-content: space-between;
  }

  .prInfoPicsFlexRight {
    margin-bottom: 0;
  }

  .prPageBreadCrumbs {
    padding-bottom: 0;
  }

  .bcArrow {
      transform: scaleY(1.2);
      top: 3px;
  }

  .catBreadCrumbs > a {
      font-size: 12px;
  }

  .catBreadCrumbs .normal {
      font-size: 12px;
  }

  li.oneTeamMember {
      width: 100%;
      max-width: 280px;
  }

  h2.catItemTitle a {
      font-size: 0.7rem!important;
  }

  li.prPeripheralObject {
      width: 80%;
  }

  div#galCurrentImage {
    margin-right: auto;
    margin-left: auto;
  }

  .prImgGalleryFlex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ul.galImagesList {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .prImgGalleryFlexLeft {
    margin-bottom: 30px;
  }
  h3.toggleSubCatList {
    font-size: 1rem;
  }
  .catPageMenuWrapper.stickied {
      margin-top: 23px;
  }
  ul.catSubCategoryProductsList {
    justify-content: center;
  }
  li.catSubCategoryProduct {
      width: 100%;
  }

  h2.catPageCatItemTitle {
    font-size: 0.7rem;
  }

  h2.catNameTitle {
    padding-bottom: 20px;
    padding-left: 20px;
    /* margin-top: -20px; */
    font-size: 1.35rem;
  }
  .catTitleFlex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }



  section.cpClientsSection {
      padding-bottom: 60px;
  }

  .footerTopFlexRight {
      margin-top: 0;
  }

  .footerLeftSocialFlexBox.showMe480 {
      position: relative;
      bottom: 15px;
  }

  .footerTopFlexLeft {
      display: flex;
      justify-content: space-between;
      width: 100%;
  }

  .footerLeftSocialFlexBox {
    display: none;
  }

  .footerLeftSocialFlexBox.showMe480 {
    display: block;
  }

  .footerBotFlex {
      margin-top: 20px;
  }

  .footerBotFlex > div {
    margin-bottom: 10px;
  }

  .footerMenu > ul > li > a {
      font-size: 0.7rem;
  }

  .footerMenu > ul > li {
      margin-bottom: 0px;
  }

  .footerCol1 p {
    font-size: 0.7rem!important;
  }

  h2.departmentsTitle {
      margin-bottom: 0;
  }

  .cpDepartmentFlexRight {
      margin-top: -10px;
  }

  .cpDepartmentFlexLeft {
      transform: scale(0.72);
  }

  .hiddenSearchBox.showSearch {
      bottom: -25px;
      transform: scale(0.87);
      transform-origin: left;
  }

  a.cpOneClient {
    width: 45%;
  }

  .cpClientsWrapper {
    display: none;
  }

  #cpClientsWrapperMobile {
    display: block;
  }

  .cpDepartmentFlexRight p {
      font-weight: 500;
  }

  div.cpDepartmentFlex, div#cpDepartmentFlex2 {
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00aeef;
  }

  section.cpDepartments {
      padding-top: 50px;
      padding-bottom: 40px;
  }

  p.standardPageTopText {
      padding-top: 20px;
      padding-bottom: 20px;
  }

  header.shrinked .headerContainer {
      padding-bottom: 0px;
  }

  .shrinked .logoDiv {
      width: 150px;
  }

  .respHeaderBottom a {
      font-size: 20px;
  }

  .respHeaderBottom {
    padding: 0 15px;
  }

  footer#colophon {
      padding-bottom: 0;
      padding-top: 40px;
  }

  div#hps5ContactForm {
    padding-right: 5px;
    padding-top: 20px;
  }

  section#hps1 {
    width: auto;
  }
  .topTriangle {
      position: static;
      margin-bottom: 0px;
      background: white;
  }
  .hps1Content {
      padding-top: 20px;
      padding-bottom: 16px;
  }


  h2 {
    font-size: 3.5rem;
  }

  .homepage h2 {
    font-size: 2rem;
  }

  #hps1Content p {
    margin-top: 20px;
  }
  .hps2FlexBox {
      padding-top: 30px;
  }
  .circleWrapper {
      width: 100%;
      margin-bottom: 20px;
  }
  .hps2Triangle {
    display: none;
  }
  .hps2FlexBox {
      padding-top: 10px;
  }
  #hps3 h2 {
    margin-left: 13px;
  }
  .recAbsImage img {
      height: 100%;
  }
  .page-template-landing-page footer#colophon{
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .case-studies-section .studies-repeater {
    margin-top: 25px;
  }
    .page-template-services-new .shrinked .logoDiv{
        width: 125px;
    }
    .page-template-services-new h1{
        font-size: 25px;
        margin-left: 12px;
    }
    .page-template-home-new .top-section .container{
        padding-top: 50px;
    }
    .page-template-home-new h1 p{
        font-size: 27px;
    }
}

@media screen and (max-width: 400px) {
  .oneRecFlex {
      transform: scale(0.7);
  }
  .footerLogo {
      width: 200px;
  }
  .single-other{
      margin-right: 20px;
  }
}



 /* do not think you can name many great inventions that have been made by married men. NICOLA TESLA*/
