/* fonts */
@font-face {
    font-family: "BebasNeu";
    src: url("../fonts/BebasNeue.eot"); /* IE9 Compat Modes */
    src: url("../fonts/BebasNeue.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/BebasNeue.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/BebasNeue.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("../fonts/BebasNeue.svg#BebasNeu") format("svg"); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

strong,
b {
    font-weight: 900;
    color: #2f2f2f;
}

img {
    vertical-align: top;
    height: auto;
    max-width: 100%;
}

h4 {
    font-weight: bold;
    margin-bottom: 20px;
    font: 28px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
    color: #005eab;
}

body,
html {
    height: 100%;
}
body {
    width: 100%;
    font: 16px "PT Sans", Arial, Helvetica, sans-serif;
    color: #666;
    background: #fff;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    margin: 0;
    display: table;
    table-layout: fixed;
}
body.fixed-body {
    overflow: hidden;
}
input,
textarea,
select,
button {
    outline: none;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
}
a {
    color: #005eab;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
.entry {
    font-size: 20px;
}
html .entry h3,
html .entry ul,
html .entry li {
    all: revert;
}
html .entry h3 {
    font-weight: 900;
    color: #2f2f2f;
}
html .entry li {
    margin-bottom: 1em;
}
html .entry li::after {
    content: none;
}
.column-list {
    text-align: left;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 70px;
    margin: 50px 0;
}
.column-list-home {
    text-align: left;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
    margin: 50px 0;
}
/* wrapper */
#wrapper {
    display: table-cell;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.page-holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.page-holder:after {
    content: "";
    clear: both;
    display: block;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.h-holder {
    position: relative;
    padding: 0 0 0 180px;
}
.h-holder:after {
    content: "";
    clear: both;
    display: block;
}
.h-area {
    background: #002c50;
}
.logo {
    position: absolute;
    top: 11px;
    left: 0;
}
.nav-holder {
    float: right;
}
.m-nav-link {
    text-align: center;
    display: none;
    color: #fff;
    padding: 12px 0;
    font: 26px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.m-nav-link:hover {
    text-decoration: none;
}
.nav-area {
    float: left;
}
#nav {
    list-style: none;
    font: 26px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
}
#nav .arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-size: 24px;
    padding: 0 7px;
    vertical-align: middle;
    display: none;
}
#nav .active-item .arrow {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
#nav > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#nav > li > a {
    display: block;
    color: #fff;
    padding: 41px 20px 33px;
}
#nav > li:hover > a,
#nav > li > a:hover {
    text-decoration: none;
    background: #005eab;
    color: #fff;
}
#nav > li.active > a {
    color: #6ba2eb;
}
#nav li:hover ul {
    display: block;
}
#nav ul {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 20px;
    width: 100%;
    text-align: center;
    background: #005eab;
    padding: 0 0 32px;
}
#nav ul li {
    padding: 0 0 8px;
}
#nav ul a {
    color: #ededed;
}
#nav ul a:hover {
    text-decoration: none;
    color: #6ba2eb;
}
.ico-youtube {
    float: left;
    margin: 47px 0 0 52px;
}
.ico-youtube:hover {
    opacity: 0.8;
}
#main {
    padding: 105px 0 110px;
}
.top-gallery-holder {
    position: relative;
    overflow: hidden;
    /*height: 450px;  Remove when adding video back in */
}

.top-gallery {
    position: relative;
    overflow: hidden;
}
.top-gallery .slick-next,
.top-gallery .slick-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 60px;
    height: 75px;
    background: rgba(34, 34, 34, 0.65);
    z-index: 101;
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    padding: 0;
}
.top-gallery .slick-next {
    left: auto;
    right: 0;
}
.top-gallery .slick-next:after,
.top-gallery .slick-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -9px;
    background: url(../images/bg-galery.png) no-repeat;
    width: 18px;
    height: 34px;
    text-indent: -9999px;
}
.top-gallery .slick-next:after {
    background-position: -18px 0;
}
.top-gallery .slide {
    display: none;
    float: left;
    width: 100%;
    padding: 120px 0 585px;
    text-align: center;
    background-size: cover !important;
    background-position: 50% 50%;
}

.top-gallery .slick-list .slide,
.top-gallery .slide:first-child {
    display: block;
}
.top-gallery .slide .page-holder {
    margin: 0 60px 54px;
    max-width: none;
}
.top-gallery .slide p {
    color: #fff;
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 30px;
}
.top-gallery .slide h2 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font: 70px/1.14 "BebasNeu", Arial, Helvetica, sans-serif;
}
.top-gallery .slide h2 span {
    color: #ffae32;
}
.slick-list {
    position: relative;
    z-index: 5;
}
.slick-dots {
    z-index: 101;
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
}
.slick-dots button {
    padding: 0;
    width: 10px;
    height: 10px;
    display: block;
    border: 2px solid #fff;
    background: none;
    border-radius: 10px;
    cursor: pointer;
    text-indent: -9999px;
    text-align: left;
}
.slick-dots .slick-active button,
.slick-dots button:hover {
    background: #005eab;
    border-color: #005eab;
}
.btn {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #fff;
    color: #fff;
    font: 24px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
    padding: 11px 39px;
}
.btn.grey {
    border-color: #ccc;
    color: #ccc;
}
.btn.red {
    border-color: #005eab;
    color: #005eab;
}
.btn.red:hover {
    background: #005eab;
    color: #fff;
}
.btn:hover {
    border-color: #fff;
    background: #fff;
    color: #005eab;
    text-decoration: none;
}
.info-area {
    padding: 30px 0 103px;
}
.info-area .page-holder {
    max-width: 1000px;
}
.video-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    min-height: 200px;
}
.video-area-holder {
    position: relative;
    height: 100%;
}
.video-area-wrapper {
    z-index: 100;
    position: absolute;
    bottom: 170px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 750px;
    width: 100%;
}
.video-area span {
    display: block;
    padding: 30px 0;
}
.video-area video {
    width: 100%;
    height: auto;
}
.bottom-txt-add {
    overflow: hidden;
}
.bottom-txt-add .txt-box {
    float: left;
    max-width: 670px;
    padding: 6px 10px 0;
    width: 70%;
    text-align: center;
}
.bottom-txt-add .txt-box h2 {
    text-transform: uppercase;
    color: #2f2f2f;
    position: relative;
    margin: 0 0 17px;
    padding: 0 0 9px;
    font: 46px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
}
.bottom-txt-add .txt-box h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    width: 100px;
    background: #005eab;
    height: 3px;
}
.bottom-txt-add .txt-box p {
    margin: 0;
    font-size: 20px;
    line-height: 1.54;
}
.bottom-txt-add .img {
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}
.info-frame {
    background: url(../images/bg-info-area.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 100px 0 110px;
    text-align: center;
    margin: 0 0 102px;
}
.info-frame h2 {
    margin: 0 0 43px;
    text-transform: uppercase;
    font: 70px/1.08 "BebasNeu", Arial, Helvetica, sans-serif;
    color: #fff;
}
.info-frame .page-holder {
    max-width: 870px;
}
.info-frame h2 span {
    color: #ffae32;
}
.info-frame .btn {
    padding-left: 24px;
    padding-right: 24px;
}
.products-area .text-box {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 40px;
}
.products-area .text-box h3 {
    text-transform: uppercase;
    color: #2f2f2f;
    position: relative;
    margin: 0 0 21px;
    padding: 0 0 10px;
    font: 46px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
}
.products-area .text-box h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
    width: 100px;
    background: #ffae32;
    height: 3px;
}
ul.unstyled {
    list-style: none;
}
.products-area .text-box p,
.products-area .text-box ul {
    margin: 0 0 9px;
    line-height: 1.54;
    font-size: 20px;
    color: #666;
}
.products-lst {
    list-style: none;
    padding: 0px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.products-lst li {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px rgba(211, 215, 221, 0.4);
}
.products-lst li img {
    width: 100%;
    aspect-ratio: 1.538;
}
.products-lst .txt-box {
    padding: 28px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.products-lst .txt-box h3 {
    margin: 0 0 10px;
    color: #303030;
    font: 30px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
}
.products-lst .txt-box h3 a {
    color: #303030;
}
.products-lst .txt-box h3 a:hover {
    text-decoration: none;
    color: #ffae32;
}
.products-lst .txt-box p {
    margin: 0 0 29px;
    font-size: 18px;
    line-height: 1.44;
    flex: 1;
}
.products-lst .txt-box .btn {
    padding: 5px 24px 2px;
}
.btn-holder {
    text-align: center;
}
.btn-holder a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #666;
    font: 28px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
    padding: 17px 45px;
}
.btn-holder a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.top-inner-area {
    padding: 120px 0 156px;
    background: url(../images/bg-top-inner-area.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.top-inner-area h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font: 70px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
}
.top-inner-area h1 span {
    color: #ffae32;
}
.main-holder {
    padding: 18px 0 0;
}
.breadcrumbs {
    list-style: none;
    color: #999;
    padding: 0 0 59px;
    font: 14px/18px "Open Sans", Arial, Helvetica, sans-serif;
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 12px 0 0;
    margin: 0 1px 0 0;
}
.breadcrumbs li:after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs a {
    color: #999;
}
.main-hold-cols {
    overflow: hidden;
    margin: 0 0 -20px;
}
#content {
    float: left;
    max-width: 800px;
    width: 69%;
    margin: 40px 70px 0 0;
}
.text-area h2 {
    margin: 0 0 42px;
    padding: 0 0 9px;
    color: #2f2f2f;
    text-transform: uppercase;
    position: relative;
    font: 46px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
}
.text-area h2:before,
.text-area h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 403px;
    background: #e3e3e3;
    height: 3px;
}
.text-area h2:before {
    z-index: 10;
    max-width: 100px;
    background: #ffae32;
}
.text-area p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.54;
}
.text-area ul {
    padding: 5px 0 16px 4px;
    font-size: 20px;
    line-height: 1.54;
    list-style: none;
}
.text-area li {
    padding: 0 0 20px 40px;
    position: relative;
}
.text-area li:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 16px;
    background: #ffae32;
}

.text-area li ul li:after {
    background: #ccc;
}
#sidebar {
    padding: 54px 0 0;
    overflow: hidden;
}
.side-nav {
    list-style: none;
    font-size: 18px;
    line-height: 1.2;
    padding: 0 0 79px;
}
.side-nav li {
    padding: 0 0 20px;
}
.side-nav a {
    display: block;
    padding: 23px 50px 24px 26px;
    position: relative;
    color: #666;
    background: #e9e9e9;
}
.side-nav .active a,
.side-nav a:hover {
    background: #005eab;
    color: #fff;
    text-decoration: none;
}
.side-nav a:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    margin: -8px 0 0;
    background: url(../images/bg-side-nav.png) no-repeat;
    width: 10px;
    height: 17px;
}
.side-nav .active a:after,
.side-nav a:hover:after {
    background: url(../images/bg-side-nav.png) no-repeat 0 -17px;
}
#sidebar h3 {
    text-transform: uppercase;
    margin: 0 0 31px;
    position: relative;
    padding: 0 0 13px;
    font: 30px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
    color: #303030;
}
#sidebar h3:before,
#sidebar h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e3e3e3;
    height: 1px;
}
#sidebar h3:before {
    bottom: -1px;
    height: 3px;
    z-index: 10;
    max-width: 70px;
    background: #ffae32;
}
.side-lst {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1;
}
.side-lst li {
    padding: 0 0 15px;
}
.side-lst a {
    display: block;
    padding: 24px 24px 23px;
    color: #707070;
    border: 1px solid #d0d0d0;
}
.side-lst a:hover {
    background: #e3e3e3;
    text-decoration: none;
}

.side-lst .active {
    background-color: #e9e9e9;
}

/* footer */
#footer {
    display: table-footer-group;
    height: 1%;
}
#footer .contact-form {
    container-type: inline-size;
    container-name: footer_contact_form;
}
@container footer_contact_form (max-width:420px) {
    .row {
        flex-direction: column;
    }
}
.f-row {
    background: #005eab;
    color: #fff;
    padding: 31px 0;
}
.f-row .txt {
    float: left;
    width: 65%;
    padding: 8px 10px 0 0;
    text-transform: uppercase;
    font: 32px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
}
.f-row .btn {
    float: right;
    padding-bottom: 8px;
}
.f-area {
    background: #002c50;
    color: #fff;
    padding: 61px 0 69px;
}
.f-area .btn {
    margin-top: 15px;
    padding: 7px 25px 4px;
}
.f-area h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
    font: 30px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
}
.f-area ul {
    padding: 0 0 26px;
    list-style: none;
    font-size: 18px;
    line-height: 1.44;
}
.f-area .page-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}
.f-area .page-holder::after {
    content: none;
}
.f-area .page-holder > .box {
    max-width: 370px;
}
.f-area .page-holder > .block {
    flex: 1;
}
.f-area .block {
    overflow: hidden;
}
.f-area .block p {
    margin: 0 0 23px;
    font-size: 18px;
    line-height: 1.44;
}
.f-area input[type="number"],
.f-area input[type="tel"],
.f-area input[type="url"],
.f-area input[type="password"],
.f-area input[type="text"],
.f-area input[type="email"],
.f-area input[type="search"],
.f-area textarea,
.f-area input[type="number"]:focus,
.f-area input[type="tel"]:focus,
.f-area input[type="url"]:focus,
.f-area input[type="password"]:focus,
.f-area input[type="text"]:focus,
.f-area input[type="email"]:focus,
.f-area input[type="search"]:focus,
.f-area textarea:focus {
    color: #fff;
    border-color: #fff;
    font-size: 14px;
}
.f-area input[type="number"]::placeholder,
.f-area input[type="tel"]::placeholder,
.f-area input[type="url"]::placeholder,
.f-area input[type="password"]::placeholder,
.f-area input[type="text"]::placeholder,
.f-area input[type="email"]::placeholder,
.f-area input[type="search"]::placeholder,
.f-area textarea::placeholder {
    color: #dfdfdf;
}
.f-area input::placeholder,
.f-area textarea::placeholder {
    color: #ddd;
}
.f-area input:focus::placeholder,
.f-area textarea:focus::placeholder {
    color: #fff;
}
.c-form fieldset {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.c-form .row {
    display: flex;
    gap: 20px;
}
.c-form .row .box {
    flex: 1;
}
.c-form .row .box:last-child {
    float: right;
}
.footer-contact-info {
    font-size: 18px;
    line-height: 1.44;
}
.footer-contact-info p,
.footer-contact-info address {
    margin-bottom: 1.44em;
}
.footer-contact-info,
.footer-contact-info a {
    color: #fff;
}

.copy {
    display: flex;
    justify-content: center;
    gap: 4px;
    background: #1c1c1c;
    padding: 30px 15px;
    text-align: center;
    color: #e3e3e3;
    font: 300 14px/1.2 "Open Sans", Arial, Helvetica, sans-serif;
    align-items: center;
    flex-wrap: wrap;
}
.footer-nav {
    color: #ccc;
}
.footer-nav a {
    color: inherit;
    text-decoration: inherit;
}
.footer-nav a:hover,
.footer-nav a:focus {
    color: #fff;
    text-decoration: underline;
}

.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}

/*
Theme Name: PROJECT NAME
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="search"],
button,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
}
input[type="reset"],
input[type="submit"] {
    background: #005eab;
    border: 0;
    padding: 7px 30px 5px;
    font: 24px "BebasNeu", Arial, Helvetica, sans-serif;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

input[type="reset"]:not(:disabled):hover,
input[type="button"]:not(:disabled):hover,
input[type="submit"]:not(:disabled):hover,
button:not(:disabled):hover {
    opacity: 0.9;
}
.success-message {
    padding: 10px 14px;
    background-color: #45a945;
    margin-bottom: 20px;
}

input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="search"],
textarea {
    display: block;
    outline: 0;
    margin: 0;
    border: 1px solid #c3c3c3;
    background: none;
    padding: 0.75em 1em;
    height: 3em;
    color: #2b2b2b;
    font: 400 16px / 1.5 "Open Sans", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    width: 100%;
}
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: #5d5d5d;
    color: #2b2b2b;
}
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
    color: #5d5d5d;
}
input:disabled,
textarea:disabled,
select:disabled,
button:disabled {
    opacity: 0.5;
    cursor: default;
}
input::placeholder,
textarea::placeholder {
    color: #666666;
}

input,
select,
button {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

textarea {
    resize: none;
    height: 90px;
}

textarea.error,
select.error,
input.error {
    border-color: #ff5757 !important;
    color: #ff5757 !important;
}
textarea.error::placeholder,
select.error::placeholder,
input.error::placeholder {
    color: #ff5757 !important;
}
label.error {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 6px;
    font-size: 0.85em;
}
.error-recaptcha,
.success-response,
.error-response {
    font-weight: 700;
    text-align: center;
    display: none;
    padding: 1em 0.5em;
}
.success-response {
    color: green;
}
.error-recaptcha,
.error-response {
    color: red;
}

a.code_link {
    font-size: 32px;
}

a.code_link:hover {
    text-decoration: none;
    font-weight: 900;
}

/* Safety Certificates */

.certs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.awards {
    width: 100%;
    position: relative;
    display: inline-block;
}

.award_link {
    float: left;
    margin: 0 50px 50px 0;
    padding: 5px;
    border: #e3e3e3 1px solid;
}
.asme-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.asme img {
    display: block;
    height: 100px;
    width: auto;
}
.asme img:nth-child(2) {
    margin-right: 15px;
}
.asme-purchase a {
    position: relative;
    left: 0;
    transition: all 0.15s ease-in-out;
}
.asme-purchase a:hover {
    font-weight: 400;
    left: 10px;
}

.award_link:hover {
    opacity: 0.65;
}

/* Logo Banner Footer */

.f-row.logos {
    background-color: #e9e9e9;
}

.f-row.logos .page-holder {
    text-align: center;
}

.f-row.logos .page-holder a img {
    width: 10%;
    margin-right: 5%;
}

.f-row.logos .page-holder a img:hover {
    opacity: 0.65;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.f-row.logos .page-holder a img.last-logo {
    margin-right: 0;
}

.txt-box p.intro {
    font-size: 22px;
}

.page-holder.centered {
    text-align: center;
}
.page-holder.centered .btn {
    margin-top: 43px;
}

/* NEW CSS  */

#new-area {
    margin: 40px 70px 0 0;
}

.new-data h2 {
    text-transform: uppercase;
    position: relative;
    font: 46px/1.2 "BebasNeu", Arial, Helvetica, sans-serif;
    color: #2f2f2f;
    margin-top: 25px;
}
.new-data p {
    color: #666666;
    font-size: 20px;
}
.new-box {
    width: 100%;
    display: flex;
}
.box-one,
.box-two {
    width: 50%;
}
sup,
sub {
    vertical-align: top;
    position: relative;
    top: -0.3em;
}
sub {
    top: 0.4em;
}
.h4sub {
    text-transform: uppercase;
    color: #2f2f2f;
    position: relative;
    margin: 0 0 0px;
    padding: 0 0 0px;
    font: 30px / 1.2 "BebasNeu", Arial, Helvetica, sans-serif;
}
.h4sub-home {
    text-transform: uppercase;
    color: #2f2f2f;
    position: relative;
    margin: 0 0 0px;
    padding: 0 0 0px;
    font: 28px / 1.2 "BebasNeu", Arial, Helvetica, sans-serif;
}

/* --- Image Gallery --- */
.imageGallery1 {
    margin: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.imageGallery1 > a {
    display: block;
}

.imageGallery1 > a > img {
    display: block;
    width: 100%;
    aspect-ratio: 1.45;
    object-fit: cover;
    height: auto;
}

/* retina */
@media (-webkit-min-device-pixel-ratio: 2),
    (min--moz-device-pixel-ratio: 2),
    (-o-min-device-pixel-ratio: 2/1),
    (min-device-pixel-ratio: 2),
    (min-resolution: 192dpi),
    (min-resolution: 2dppx) {
    .top-gallery .slick-next:after,
    .top-gallery .slick-prev:after {
        background-image: url(../images/bg-galery@2x.png);
        background-size: 37px auto;
    }
    .side-nav a:after {
        background-image: url(../images/bg-galery.png);
        background-size: 10px auto;
    }
}

/* responsive layout */
@media screen and (max-width: 1170px) {
    .ico-youtube {
        margin-left: 16px;
    }
    #nav {
        font-size: 21px;
    }
    #nav > li > a {
        padding: 43px 19px 37px;
    }
    #nav ul {
        font-size: 18px;
    }
}
@media screen and (max-width: 1023px) {
    .video-area-holder {
        position: relative;
        margin: 0 60px;
        height: 100%;
    }
    .side-lst,
    .side-nav,
    .text-area ul,
    .text-area p {
        font-size: 16px;
    }
    .text-area h2 {
        font-size: 36px;
    }
    .text-area li:after {
        top: 5px;
    }
    #content {
        width: 63%;
        margin: 0 35px 0 0;
    }
    .h-holder {
        padding: 0 0 0 125px;
    }
    .ico-youtube {
        display: none;
    }
    .logo {
        width: 125px;
        top: 20px;
    }
    #nav {
        font-size: 17px;
    }
    #nav ul {
        font-size: 15px;
    }
    #nav > li > a {
        padding: 43px 14px 37px;
    }
    #main {
        padding: 100px 0 80px;
    }
    .top-gallery .slide h2 {
        font-size: 50px;
        padding: 0 15px;
    }
    .breadcrumbs {
        padding: 0 0 30px;
    }
    .top-inner-area h1 {
        font-size: 60px;
    }
    .top-inner-area {
        padding: 80px 0;
    }
    .info-frame h2 {
        font-size: 50px;
    }
    .products-area .text-box h3,
    .bottom-txt-add .txt-box h2 {
        font-size: 36px;
    }
    .products-lst .txt-box p,
    .bottom-txt-add .txt-box p {
        font-size: 16px;
    }
    .info-frame {
        margin-bottom: 82px;
    }
    .products-area .text-box p {
        font-size: 19px;
    }
    .products-lst .txt-box h3 {
        font-size: 26px;
    }
    .products-lst .txt-box p br {
        display: none;
    }
    .side-nav {
        padding: 0 0 40px;
    }
}
@media screen and (max-width: 870px) {
    .top-gallery .slide {
        padding: 5% 0 23%;
    }
    .products-lst {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 768px) {
    #nav li:hover ul,
    #nav {
        display: block !important;
    }
    #nav ul {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .new-box {
        flex-direction: column;
    }
    .box-one,
    .box-two {
        width: 100%;
    }
    .column-list {
        text-align: center !important;
    }
	.column-list-home {
        text-align: center !important;
    }
    /* .text-area p {
    text-align: justify;
  } */
    #new-area {
        margin: 0 !important;
    }

    .awards {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .certs {
        justify-content: center;
    }

    .c-form fieldset {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .c-form fieldset .row {
        display: flex;
        flex-direction: column; /* stack inputs inside each row */
        gap: 10px;
    }

    .c-form fieldset .box {
        width: 100%; /* make each input take full width */
    }

    .c-form fieldset input,
    .c-form fieldset textarea {
        width: 100%;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) {
    .column-list {
        grid-template-columns: 1fr !important;
    }
	.column-list-home {
        grid-template-columns: 1fr !important;
    }
    .video-area-holder {
        margin: 0;
    }
    .video-area {
        padding: 0 15px;
    }
    .video-area-wrapper {
        bottom: 70px;
    }
    .side-nav {
        padding: 0 0 25px;
    }
    #sidebar {
        padding: 20px 0 0;
    }
    #content {
        float: none;
        width: auto;
        margin: 0 0 15px;
        max-width: none;
    }
    .text-area ul {
        padding-bottom: 0;
    }
    .text-area li {
        padding-left: 30px;
    }
    .text-area li:after {
        width: 12px;
        height: 12px;
    }
    .text-area h2,
    .text-area p {
        margin: 0 0 25px;
    }
    #nav .arrow {
        display: inline-block;
    }
    .nav-area,
    .nav-holder {
        float: none;
    }
    .logo {
        margin: 0 -15px;
        padding: 12px 25px 8px;
        position: relative;
        top: auto;
        width: auto;
        text-align: center;
        border-bottom: 1px solid #666;
    }
    header {
        position: relative;
    }
    #main {
        padding: 0 0 50px;
    }
    .h-holder {
        padding: 0;
    }
    .m-nav-link {
        display: block;
    }
    #nav {
        display: none;
        font-size: 22px;
        margin: 0 -15px;
        padding: 0 15px;
        position: relative;
        border-top: 1px solid #666;
    }
    #nav > li {
        display: block;
        text-align: center;
        margin: 0 -15px;
    }
    .top-gallery .slick-next,
    .top-gallery .slick-prev,
    .f-row .txt {
        display: none !important;
    }
    #nav > li:hover ul {
        display: none;
    }
    #nav > li > a {
        padding: 12px;
    }
    #nav > li.active-item > a {
        background: #005eab;
        color: #fff;
    }
    #nav ul {
        position: relative;
        padding: 0 0 12px;
        font-size: 18px;
    }

    /* remove this when adding video back in
	.top-gallery-holder  {
		height: 220px;
	}*/
    .products-lst li {
        float: none;
        margin: 0 auto 10px !important;
        width: auto;
        max-width: 370px;
    }
    .f-row {
        text-align: center;
    }
    .f-row .btn {
        float: none;
    }
    .bottom-txt-add .txt-box {
        float: none;
        width: auto;
        max-width: none;
        padding: 0 0 25px;
    }
    .top-gallery .slide .page-holder {
        margin-bottom: 39px;
    }
    .top-gallery .slide h2 {
        padding: 0;
        font-size: 36px;
    }
    .top-gallery .slide {
        padding: 4% 0 24.5%;
    }
    .slick-dots {
        bottom: 6px;
    }
    .video-area {
        margin: 0 0 40px;
    }
    .info-area {
        padding: 30px 0 50px;
    }
    .bottom-txt-add .txt-box h2 {
        margin: 0 0 25px;
    }
    .bottom-txt-add .img {
        padding: 0 40px;
    }
    .info-frame h2 {
        font-size: 32px;
        line-height: 1.31;
        margin: 0 0 23px;
    }
    .info-frame {
        padding: 65px 0 60px;
        margin-bottom: 62px;
    }
    .products-area .text-box p {
        margin: 0 0 19px;
    }
    .products-area .text-box p,
    .products-area .text-box h3 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .products-lst .txt-box .btn {
        font-size: 21px;
    }
    .btn-holder a {
        font-size: 20px;
        padding: 17px 25px;
    }
    .products-lst {
        padding: 0 0 12px;
    }
    .f-area .btn {
        margin: 0;
    }
    .f-area {
        padding-bottom: 59px;
    }
    .copy {
        padding: 50px 30px;
    }
    .copy span {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .products-lst {
        grid-template-columns: 1fr;
    }
    .f-area .page-holder {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .asme-body {
        justify-content: center;
    }
}
@media screen and (max-width: 479px) {
    .copy {
        flex-direction: column;
    }
    .copy .sep {
        display: none;
    }
    .top-gallery .slide {
        padding: 5% 0 26%;
    }
    .imageGallery1 {
        gap: 8px;
    }
}
