/*
Theme Name: Fathom Theme Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: fathom
Author: the eJump team
Author URI: https://ejump.ro/
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 2.2.1599221246
Updated: 2023-09-06 12:30:00

*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.post-date.asd {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

*:focus {
    outline: none;
}

a {
    color: #515769;
    text-decoration: none !important;
    position: relative;
}

a:hover {
    color: #515769;
}

body {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueLT" !important;
    font-weight: normal;
    color: #515769;
    font-size: 16px;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

p {
    font-size: 16px;
    margin: 0 0 15px;
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none;
    font-size: 16px;
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

img.alignright {
    float: right;
    margin: 10px 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 10px 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0 0 10px;
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

.green-button {
    border: 1px solid #d7fc00 !important;
    background: #d7fc00 !important;
    color: #1b1b13 !important;
    border-radius: 20px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 25px !important;
    width: auto;
    text-align: center;
    font-size: 15px !important;
}

.green-button:hover {
    background: #bce012 !important;
    color: #1b1b13 !important;
    transition: .15s all;
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

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

figure .image-block-wrapper {
    padding-bottom: 5px !important;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

.header-container {
    max-width: 1280px;
    display: table;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    padding: 20px 0;
}

.container {
    max-width: 1280px;
    width: 100%;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .container {
        width: 1170px;
    }
    div.header-container {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }
    div.header-container {
        max-width: 970px;
    }
}

/**HEADER**/

/***MENU***/

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: transparent;
}

.page-template-template-new-standard header,
.page-template-template-new-form header,
.page-template-template-capabilities header,
.page-template-template-brands header,
.page-template-template-custom header,
header {
    background: #1b1b13 !important;
    position: relative
}

header.fixedHeader {
    position: fixed;
    /* background: #fff; */
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.15);
}

.page-template-template-capabilities header.fixedHeader,
.page-template-template-brands header.fixedHeader,
.page-template-template-custom header.fixedHeader,
header.fixedHeader {
    background: #1b1b13;
}

.top-header {
    background: #000;
    color: #fff;
    padding: 12px 0;
    text-align: center;
}

.top-header p {
    margin: 0;
    font-size: 14px;
}

.white-items-header #top-menu .number-item a,
.white-items-header #top-menu li a {
    /* color: #fff; */
}

.page-template-template-new-form #top-menu li.number-item a,
.page-template-template-capabilities #top-menu li.number-item a,
.page-template-template-brands #top-menu li.number-item a,
.page-template-template-custom #top-menu li.number-item a,
#top-menu li.number-item a {
    color: #758686;
}

.fixedHeader .white-items-header #top-menu .number-item a,
.fixedHeader .white-items-header #top-menu li a {
    /* color: #000; */
}

.page-template-template-new-form .fixedHeader #top-menu .number-item a,
.page-template-template-new-form .fixedHeader #top-menu li a,
.page-template-template-brands .fixedHeader #top-menu .number-item a,
.page-template-template-brands .fixedHeader #top-menu li a,
.page-template-template-capabilities .fixedHeader #top-menu .number-item a,
.page-template-template-capabilities .fixedHeader #top-menu li a,
.page-template-template-custom .fixedHeader #top-menu .number-item a,
.page-template-template-custom .fixedHeader #top-menu li a,
.fixedHeader #top-menu .number-item a,
.fixedHeader #top-menu li a {
    color: #fff;
}

.page-template-template-new-form .fixedHeader #top-menu li a:hover,
.page-template-template-capabilities .fixedHeader #top-menu li a:hover,
.page-template-template-brands .fixedHeader #top-menu li a:hover,
.page-template-template-custom .fixedHeader #top-menu li a:hover,
.fixedHeader #top-menu li a:hover {
    color: #d7fc00
}

.page-template-template-new-form .fixedHeader #top-menu li.quote-button a,
.page-template-template-capabilities .fixedHeader #top-menu li.quote-button a,
.page-template-template-brands .fixedHeader #top-menu li.quote-button a,
.page-template-template-custom .fixedHeader #top-menu li.quote-button a,
.fixedHeader #top-menu li.quote-button a {
    color: #1b1b13
}

header .top-header p a {
    text-decoration: underline !important;
    color: #fff;
}

header.fixedHeader .top-header {
    display: none;
}

.custom-logo-link {
    line-height: 40px
}

.lighter_option {
    display: none;
}

.page-template-template-custom .header-custom-logo,
.header-custom-logo {
    display: none;
}

@media screen and (min-width:992px) {
    .hidden-md {
        display: none;
    }
}

.header-custom-logo {
    display: none
}

.lighter-header-scroll .header-custom-logo {
    display: inline-block;
}

@media screen and (max-width:991px) {
    .fixedHeader .responsive-menu-pro-inner::after,
    .fixedHeader .responsive-menu-pro-inner::before,
    .fixedHeader .responsive-menu-pro-inner {
        background: #000 !important
    }
    button.rmp_menu_trigger {
        border-radius: 0 !important;
        top: 7px !important;
        background: transparent !important;
		padding-top: 1px !important;
    }
    .page-template-template-custom .logo-green,
    .logo-green {
        width: calc(100% - 35px);
        float: right;
    }
    .lighter-header-scroll .header-custom-logo {
        float: right;
        width: calc(100% - 35px);
    }
    .page-template-template-custom .fixedHeader .header-custom-logo,
    .fixedHeader .header-custom-logo {
        display: inline-block;
    }
    .page-template-template-custom .fixedHeader .logo-green,
    .fixedHeader .logo-green {
        display: none;
    }
    .logo-green {
        width: calc(100% - 35px);
        float: right;
    }
    .fixedHeader .header-custom-logo {
        width: calc(100% - 35px);
        float: right;
    }
    .custom-logo-link img {
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .fixedHeader .logo-green {
        display: none;
    }
    .fixedHeader .header-custom-logo {
        float: right;
        width: calc(100% - 35px);
        display: block;
    }
	.fixedHeader .header-container > div > .custom-logo-link img {
		display: none;
	}
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width:1024px) and (min-width: 767px) {
    .custom-logo-link img {
        height: 44px;
        width: auto;
    }
}

#top-menu {
    float: right;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0;
}

#top-menu li {
    float: left;
    margin-left: 13px;
    line-height: 45px;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
    #top-menu li {
        float: left;
        margin-left: 0px;
    }
}

#top-menu li a {
    font-size: 15px;
    padding: 5px 15px;
    line-height: 1.1;
    color: #000;
    transition: .15s all;
    text-decoration: none;
    position: relative;
}

.page-template-template-new-form #top-menu li a,
#top-menu li a {
    color: #758686;
}

#menu-item-14 a {
    pointer-events: none;
}

#menu-item-14 a::after {
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 300;
    font-size: 12px;
    margin-left: 3px;
}

#menu-item-14 a.rotate::after {
    content: '\f077';
}

#menu-item-14.rotate {
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#menu-item-14.rotate a,
#menu-item-14.rotate:hover a {
    color: #000 !important;
}

#top-menu li a:hover {
    color: #d7fc00;
    transition: .15s all;
}

.current-menu-item {
    font-weight: normal;
}

.menu-header-menu-container {
    float: right;
}

.single .fixedHeader .white-items-header #top-menu li a {
    color: #000;
}

.hidden-md .quote-button {
    line-height: 40px;
    width: auto;
    display: inline-block;
    float: right;
}

.quote-button-custom a {
    border: 1px solid #d7fc00;
    background: #d7fc00;
    color: #1b1b13 !important;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 8px;
    padding-right: 8px;
    float: right;
    line-height: 40px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.quote-button-custom a:hover {
    background: #bce012;
    border: 1px solid #bce012;
    color: #1b1b13;
    transition: .15s all;
}

.hidden-md .quote-button a {
    border: 1px solid #d7fc00;
    background: #d7fc00;
    color: #1b1b13;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    float: right;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 5px 5px 2px;
}

#top-menu li.quote-button a {
    border: 1px solid #d7fc00;
    background: #d7fc00;
    color: #1b1b13;
    border-radius: 20px;
    line-height: 27px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
}

#top-menu li.quote-button a:hover {
    background: #bce012;
    border: 1px solid #bce012;
    color: #1b1b13;
    transition: .15s all;
}

#top-menu li.number-item a {
    color: #000;
    text-transform: uppercase;
}

#top-menu li.number-item a:hover {
    color: #d7fc00;
    transition: .15s all;
}

#top-menu li.number-item a {
    /* color: #fff; */
    text-transform: uppercase;
}

#top-menu li.number-item a:hover {
    color: #d7fc00;
    transition: .15s all;
}

.submenu-resources {
    display: none;
    position: absolute;
    top: 100%;
    left: -10%;
    background: #fff;
    max-width: 1000px;
    font-size: 16px;
    padding: 30px 40px 20px;
    width: 1000px;
    border-radius: 30px;
    webkit-box-shadow: 0px 10px 12px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 12px -5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .submenu-resources {
        max-width: 105%
    }
}

.submenu-resources a.title-link,
.submenu-resources p {
    font-weight: bold;
    border-bottom: 1px solid #cecec6;
    color: #000;
    font-size: 16px;
    padding-bottom: 10px;
    width: 90%;
    margin-bottom: 15px;
    display: inline-block;
}

.submenu-resources ul li a {
    line-height: 26px;
    color: #000;
    font-weight: 700;
    padding: 5px 25px 5px 5px;
    font-size: 15px;
}

.submenu-resources #menu-resources-menu-3 li a {
    /*     font-weight: 300 */
}

.submenu-resources ul li a:hover {
    background: #d7fc00;
    transition: .15s all;
    /* padding: 5px 30px 5px 5px; */
}

.submenu-resources ul li a::after {
    content: '\f178';
    font: normal normal normal 14px/1 FontAwesome;
    display: none;
    color: #3b585e;
}

.submenu-resources ul li a:hover:after {
    display: inline-block;
    transition: .2s all;
    transform: translateX(10px);
    position: absolute;
    top: 5px;
    right: 15px;
}

.submenu-resources ul {
    padding: 0;
}

.submenu-resources ul li ul {
    padding-left: 30px;
    list-style: disc;
}

.submenu-resources ul li ul li a {
    font-weight: 300;
    padding-left: 5px;
}

.submenu-resources .menu-resources-menu-1-container {
    float: left;
    padding-right: 15px;
    width: 33%;
}

.submenu-resources .menu-resources-menu-2-container {
    float: left;
    width: 33%;
    padding-left: 15px;
}

.submenu-resources .menu-resources-menu-3-container {
    float: left;
    width: 33%;
    padding-left: 15px;
}

.menu-resources-menu-2-container li {
    float: none;
    width: 100%;
    line-height: 16px;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
    #top-menu li a {
        font-size: 14px;
    }
    #top-menu li.quote-button a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1140px) {
    .menu-header-menu-container .menu li a {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 991px) {
    .header-container {
        padding: 10px 0;
    }
    .fixedHeader .header-container {
        background: #fff;
    }
    .menu-header-menu-container {
        display: none;
    }
    button#responsive-menu-button {
        z-index: 9999999 !important;
        background: transparent !important;
        line-height: 40px !important;
    }
    button#responsive-menu-button {
        z-index: 9999999 !important;
        background: #1b1b13 !important;
        line-height: 40px;
    }
    .fixedHeader button#responsive-menu-button {
        background: #fff !important;
    }
    .scrolled button#responsive-menu-button {}
    #responsive-menu .quote-button {
        display: none;
    }
    #responsive-menu-container li.responsive-menu-item a .fa {
        margin-right: 5px !important;
    }
    .responsive-menu-inner,
    .responsive-menu-inner::before,
    .responsive-menu-inner::after {
        background: #fff !important;
    }
    .fixedHeader .responsive-menu-inner,
    .fixedHeader .responsive-menu-inner::before,
    .fixedHeader .responsive-menu-inner::after {
        background: #000 !important;
    }
    .responsive-menu-inner,
    .responsive-menu-inner::before,
    .responsive-menu-inner::after {
        background: #fff !important;
    }
    #responsive-menu-container #responsive-menu-title {
        padding-bottom: 0 !important;
    }
    .fixedHeader .header-container .responsive-menu-inner,
    .fixedHeader .header-container .responsive-menu-inner::before,
    .fixedHeader .header-container .responsive-menu-inner::after {
        background: #000 !important;
    }
    .fixedHeader .header-container.lighter-header-scroll .responsive-menu-inner,
    .fixedHeader .header-container.lighter-header-scroll .responsive-menu-inner::before,
    .fixedHeader .header-container.lighter-header-scroll .responsive-menu-inner::after {
        background: #000 !important;
    }
    .header-container.lighter-header-scroll .responsive-menu-inner,
    .header-container.lighter-header-scroll .responsive-menu-inner::before,
    .header-container.lighter-header-scroll .responsive-menu-inner::after {
        background: #000 !important;
    }
}

@media screen and (max-width: 370px) {
    .top-header p {
        font-size: 12px;
    }
    .hidden-md .quote-button a {
        padding: 0 3px;
        font-size: 12px;
    }
}

@media screen and (max-width: 300px) {
    .top-header p {
        font-size: 11px;
    }
    .hidden-md .quote-button a {
        padding: 0;
        font-size: 10px;
    }
}

/*FOOTER**/

.site-footer {
    background-color: #1B1B13;
    background: url(../jpg/footer-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 15px;
}

.site-footer,
.site-content {
    display: inline-block;
    width: 100%;
}

.icon.icon-search,
.icon-mail-reply {
    width: 10px;
    height: 10px;
}

#text-3 p {
    margin-bottom: 15px;
    color: #eaeae7;
    font-size: 14px;
}

#media_image-2 {
    margin-top: 20px;
}

#media_image-3 {
    margin: 30px 0;
}

.menu-footer-menu-3-container {
    margin-top: 59px;
}

footer .widget-title {
    color: #fff;
    padding: 20px 0 20px;
    font-size: 18px;
    line-height: 1.1;
}

#nav_menu-5 .widget-title {
    padding-top: 0;
}

footer ul.menu {
    padding: 0;
}

footer ul.menu li {
    margin-bottom: 10px;
}

footer ul.menu li a {
    color: #758686;
}

footer ul.menu li a:hover {
    color: #d7fc00;
    transition: .15s all;
}

footer ul.menu li.quote-button a {
    border: 1px solid #d7fc00;
    background: #d7fc00;
    color: #1b1b13;
    border-radius: 20px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

footer ul.menu li.quote-button a:hover {
    background: #bce012;
    border: 1px solid #bce012;
    color: #1b1b13;
    transition: .15s all;
}

footer ul.menu li.number-item a {
    color: #fff;
    text-transform: uppercase;
}

footer ul.menu li.number-item a:hover {
    color: #bce012;
}

@media screen and (max-width: 1024px) {
    footer ul.menu li.quote-button a {
        width: auto;
    }
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
    footer ul.menu li.quote-button a {
        font-size: 12px;
        padding: 0;
    }
}

@media screen and (min-width: 1025px) {
    footer aside .col-md-2.col-sm-6.col-xs-12 {}
}

@media screen and (min-width: 767px) {
    footer aside .col-md-3.col-sm-6.col-xs-12:before {
        content: '';
        background: #d7fc00;
        position: absolute;
        width: calc(100% - 0px);
        height: 2px;
    }
    footer aside .col-md-2.col-sm-6.col-xs-12:before {
        content: '';
        background: #d7fc00;
        position: absolute;
        width: calc(100% - 30px);
        height: 2px;
    }
    footer aside .col-md-3.col-sm-6.col-xs-12:first-child {
        border-top: 0;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    footer aside .col-md-3.col-sm-6.col-xs-12:before {
        left: 0;
    }
    #nav_menu-2 {
        min-height: 370px
    }
}

@media screen and (max-width: 767px) {
    .menu-footer-menu-3-container {
        margin-top: 30px;
    }
}

@media screen and (min-width: 767px) {
    #nav_menu-2 .widget-title,
    #nav_menu-3 .widget-title {
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    #nav_menu-2 .menu-footer-menu-1-container,
    #nav_menu-3 .menu-footer-menu-2-container {
        display: none;
    }
    #nav_menu-2 .widget-title::after,
    #nav_menu-3 .widget-title::after {
        content: '\f078';
        font: normal normal normal 14px/1 FontAwesome;
        margin-left: 10px;
    }
    #nav_menu-2 .widget-title.rotate::after,
    #nav_menu-3 .widget-title.rotate::after {
        content: '\f054';
        font: normal normal normal 14px/1 FontAwesome;
        margin-left: 10px;
    }
}

footer .col-md-2.col-sm-6.col-xs-12 .widget_media_image {
    float: left;
    width: 100%;
    margin: 0 0 0 5px;
    max-width: 40px;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    footer .col-md-2.col-sm-6.col-xs-12 .widget_media_image {
        float: left;
        width: 100%;
        margin: 0 0 0 1%;
        max-width: 24%;
    }
    footer ul.menu li.quote-button a {
        font-size: 13px;
        padding: 0 2px;
    }
}

.footer-bottom {
    float: none;
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    border-top: 1px solid #758686;
    margin-top: 40px;
}

.footer-bottom .widget_text {
    float: left;
    width: 20%;
}

.footer-bottom .widget_text {
    color: #fff;
}

.footer-bottom .widget_text p strong {
    font-weight: normal;
}

.footer-bottom .widget_text p {
    max-width: 200px;
    line-height: 1.4;
    font-size: 14px;
}

.footer-bottom .widget_text p:first-child {
    font-size: 16px;
    max-width: 100%;
    line-height: 1.1;
    text-transform: uppercase;
}

.footer-bottom .widget_text strong {
    color: #758686;
}

@media screen and (max-width: 1024px) {
    .footer-bottom .widget_text {
        float: left;
        width: 50%;
    }
    .footer-bottom .row {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom .widget_text {
        float: none;
        width: 100%;
        display: inline-block;
    }
}

.footer-copyright {
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    line-height: 1;
    font-size: 16px;
}

/* single post */

.single .BlogItem-title,
.single.single-post .Blog-meta {
    display: none;
}

.single .title-in-content {
    padding: 15px
}

.single .sqs-gallery {
    display: block;
    column-count: 3;
    column-gap: 10px;
}

.single .sqs-gallery img {
    margin-bottom: 10px
}

.single.single-post .sqs-layout.col-md-12.columns-12,
.single.single-post .content-top-area-wrapper {
    padding: 0;
}

.search .wrap,
.archive .wrap,
.single.single-post .wrap {
    padding-top: 120px;
    padding-bottom: 50px;
    line-height: 1.3;
}

.single.single-post .wrap .entry-content .sqs-row {
    margin: 0;
}

.single.single-post .wrap .entry-content .sqs-row .image-block-wrapper {
    padding: 0 !important;
}

.single.single-post .wrap .entry-content .sqs-row img {
    max-width: 100%;
}

.custom-posts-sidebar {
    background: url(../png/nav-bkg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

.custom-posts-sidebar .widget-title {
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 20px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.custom-posts-sidebar label {
    font-weight: normal;
    color: #fff;
}

.custom-posts-sidebar ul {
    padding-left: 25px;
    margin: 0;
}

.custom-posts-sidebar li {
    margin: 0 0 10px;
    position: relative;
    font-size: 16px;
    line-height: 1.3;
}

.custom-posts-sidebar li a {
    color: #fff
}

.custom-posts-sidebar li a:hover {
    color: #d7fc00;
}

.custom-posts-sidebar ul li::before {
    content: '';
    background: #d7fc00;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: -20px;
    border-radius: 100%;
    top: 30%;
}

/* homepage */

.section-certs-home {
    padding: 50px 0;
    background: url(../jpg/certs.jpg) center left no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
}

.headline-certs {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
}

@media screen and (max-width:991px) {
    .headline-certs {
        margin: 30px 0 10px;
    }
}

.headline-certs span {
    font-weight: bold;
    color: #d7fc00;
}

.description-certs {
    color: #fff;
    font-size: 18px;
    line-height: 1.35;
    margin: 10px 0 30px;
}

.cta-certs a {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 0px 25px;
    text-align: center;
    max-width: 400px;
    line-height: 48px;
    font-size: 16px;
}

.cta-certs a:hover {
    color: #fff;
    opacity: .85;
    transition: .25s all;
}

.section-1-homepage {
    padding: 0;
    display: block;
    width: 100%;
    background-size: cover !important;
}

.image-on-banner-section-1-homepage {
    float: right;
    max-width: 500px;
}

@media screen and (min-width: 1025px) {
    .section-1-homepage .col-md-7 {
        padding-right: 0;
    }
    .section-1-homepage .col-md-5 {
        padding-left: 0;
    }
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.first-effect .wrapper-section-1 {
    -webkit-animation: fadeInFromNone 1s ease-out;
    -moz-animation: fadeInFromNone 1s ease-out;
    -o-animation: fadeInFromNone 1s ease-out;
    animation: fadeInFromNone 1s ease-out;
}

.wrapper-section-1 {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    padding: 0px 0 20px 0;
}

.title-section-1 {
    font-size: 40px;
    color: #fff;
    line-height: 1.1;
    font-weight: 800;
}

@media screen and (min-width: 1301px) {
    .wrapper-section-1 {
        padding: 0;
    }
}

@media screen and (max-width: 1150px) and (min-width: 992px) {
    .title-section-1 {
        font-size: 54px;
    }
}

@media screen and (max-width: 1301px) {
    .image-on-banner-section-1-homepage {
        padding: 40px 0 0 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .section-1-homepage .col-md-7 {
        position: initial;
    }
    .section-1-homepage .row {
        position: relative;
    }
    .image-on-banner-section-1-homepage {
        position: absolute;
        bottom: 0;
        max-width: 566px;
    }
}

@media screen and (max-width: 991px) {
    .image-on-banner-section-1-homepage {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .box-services-section-1 h2,
    .title-section-1 {
        font-size: 30px !important;
    }
}

.title-section-1 strong {
    color: #d7fc00;
}

.subtitle-section-1 {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.description-section-1 {
    line-height: 26px;
    color: #758686;
    margin: 10px 0;
    font-size: 24px;
    display: inline-block;
    width: 100%;
}

.description-section-1 ul {
    padding: 0 0 0 22px;
    margin: 0;
}

.description-section-1 ul li {
    float: left;
    margin-right: 50px;
    position: relative;
    font-size: 15px;
    color: #a1b2b2;
}

.description-section-1 ul li::before {
    content: '\f00c';
    position: absolute;
    left: -20px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #d7fc00;
    top: 5px;
}

.description-section-1 p {
    line-height: 1.3;
    color: #adada0;
    margin: 10px 0;
    font-size: 18px;
}

.description-section-1 strong {
    font-weight: normal;
    color: #d7fc00;
}

.first-button-section-1 a {
    border: 1px solid #d7fc00;
    background: #d7fc00;
    color: #1b1b13;
    display: inline-block;
    margin: 45px 0 15px;
    width: 100%;
    border-radius: 30px;
    padding: 0px 25px;
    text-align: center;
    max-width: 400px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.first-button-section-1 a:hover {
    transition: .15s all;
    background: #bce012;
    border: 1px solid #bce012;
    color: #1b1b13;
}

.second-button-section-1 a {
    color: #fff;
    display: inline-block;
    margin: 0;
    width: 100%;
    border-radius: 20px;
    padding: 10px 0;
    text-align: left;
    max-width: 400px;
    line-height: 1.5;
    font-size: 16px;
    text-transform: uppercase;
}

.second-button-section-1 a:hover {
    color: #758686;
}

@media screen and (max-width: 360px) {
    .first-button-section-1 a {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .section-1-homepage {
        padding: 20px 0;
    }
}

.section-testimonials-section-1 {
    display: inline-block;
    width: 100%;
    background: #0a2e36;
    padding: 20px 0;
}

@media screen and (min-width: 992px) {
    .section-testimonials-section-1 .row {
        display: flex;
        align-items: center;
    }
}

.headline-section-testimonial {
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .headline-section-testimonial {
        font-size: 30px;
    }
}

.headline-section-testimonial b {
    display: block;
}

.section-2-homepage {
    display: block;
    width: 100%;
    background: url(../jpg/herro-new-s2.jpg) center right no-repeat;
    background-size: cover;
    padding: 50px 0;
}

@media screen and (min-width:992px) {}

.box-wrapper-section-2 {
    margin: 0 auto 15px;
    display: table;
    text-align: center;
    min-height: 250px;
    background: #d8d9d4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon-box-section-2 {
    margin: 0 auto 15px;
    display: table;
    text-align: center;
}

.icon-box-section-2 img {
    width: 80%;
}

.description-box-section2 {
    margin: 0 auto 15px;
    display: table;
    text-align: center;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 300;
    color: #0a2e36;
}

.description-box-section2 strong {
    font-size: 28px;
}

.section-3-homepage {
    width: 100%;
    padding: 50px 0;
    display: inline-block;
    background: url(../png/image-s-3.png) center bottom no-repeat;
    background-size: cover;
}

.section-3-homepage .container {
    max-width: 1130px !important;
}

.section-3-homepage h2 {
    font-size: 54px;
    line-height: 1.1;
    color: #000;
    max-width: 900px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .section-3-homepage h2 {
        font-size: 35px;
    }
}

.description-s-3 p,
.description-s-3 {
    font-size: 18px;
    line-height: 1.5;
    max-width: 500px;
    font-weight: 300;
}

.box-wrapper-section-3 {
    border: 1px solid rgba(10, 46, 54, 1);
    min-height: 345px;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .box-wrapper-section-3 {
        min-height: 385px;
    }
}

.icon-title-box-section-3 img {
    display: flex;
    max-width: 70px;
}

.icon-title-box-section-3 strong {
    float: left;
    display: contents;
}

.icon-title-box-section-3 {
    background: rgba(10, 46, 54, 0.35);
    color: #fff;
    padding: 15px;
    font-size: 26px;
    line-height: 1.2;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    min-height: 121px;
}

.box-content-section-3 .col-md-6:nth-child(3) .icon-title-box-section-3,
.box-content-section-3 .col-md-6:nth-child(4) .icon-title-box-section-3,
.box-content-section-3 .col-md-6:nth-child(7) .icon-title-box-section-3 {
    background: rgba(10, 46, 54, 1);
}

.description-box-section-3 {
    padding: 15px;
}

.description-box-section-3 p,
.description-box-section-3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 300;
}

.last-box-section-3 {
    padding: 43px 30px;
}

.last-box-section-3 strong {
    font-size: 28px;
    color: #000;
    line-height: 1.2;
}

.last-box-section-3 p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.last-box-section-3 a,
.blk-button {
    border: 1px solid #0a2e36;
    background: #0a2e36;
    color: #fff;
    border-radius: 30px;
    line-height: 50px;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    font-size: 21px;
    display: inline-block;
}

.last-box-section-3 a:hover,
.blk-button:hover {
    transition: .15s all;
    background: #fff;
    color: #1b1b13;
}

.last-box-section-3 a {
    font-size: 18px;
    background: #d7fc00;
    border-radius: 30px;
    color: #1b1b13;
    border: 1px solid #d7fc00;
}

.last-box-section-3 a:hover {
    background: #bce012;
    border: 1px solid #bce012;
    color: #1b1b13;
    transition: .15s all;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .last-box-section-3 a,
    .blk-button {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .last-box-section-3 {
        padding: 5px;
    }
    .last-box-section-3 a,
    .blk-button {
        padding: 0 10px;
        font-size: 18px;
    }
}

@media screen and (max-width: 350px) {
    .last-box-section-3 a {
        font-size: 17px
    }
}

.section-4-homepage {
    display: block;
    width: 100%;
    padding: 50px 0 5px;
    background: url(../jpg/s4-background.jpg) left top no-repeat;
    background-size: cover;
    color: #fff;
}

@media screen and (max-width: 1681px) {
    .section-4-homepage {
        padding: 75px 0;
    }
}

.innner-text-section-4 h2 {
    font-size: 40px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .innner-text-section-4 h2 {
        font-size: 35px;
    }
}

.innner-text-section-4 p {
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0 30px;
}

.innner-text-section-4 img {
    margin: 20px 0;
    height: auto;
    max-height: 250px;
    width: auto;
    display: block;
}

.section-4-homepage em a span {
    color: #d7fc00 !important;
}

.section-4-homepage table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 30px;
}

@-webkit-keyframes run {
    0% {
        left: 0;
        transform: translateX(0);
    }
    100% {
        left: 50px;
        transform: translateX(0px);
    }
}

@media screen and (max-width: 991px) {
    .section-4-homepage .col-md-12.col-xs-12 div {
        overflow-x: scroll;
        position: relative;
    }
    .section-4-homepage .col-md-12.col-xs-12 div::before {
        /* content: '\f0a6';
        position: absolute;
        top: 50px;
        left: 10px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 30px;
        animation: linear infinite alternate;
        animation-name: run;
        animation-duration: 2s; */
    }
}

.section-4-homepage table img {
    max-height: 35px;
    width: auto;
    height: auto;
}

.section-4-homepage table td {
    font-size: 18px;
    overflow: hidden;
    padding: 20px 5px;
}

.section-4-homepage table tr td {
    border-top: 1px solid #8e9c9c !important;
}

.section-4-homepage table tr:first-child td {
    color: #cecec6;
}

.section-4-homepage table tr:last-child td {
    border-top: 1px dashed #fff !important;
}

.section-4-homepage table tr:last-child td:first-child {
    text-align: left !important;
}

.innner-image-section-4 {
    margin-top: 0;
}

@media screen and (min-width: 1441px) {
    .innner-image-section-4 img {
        max-width: 100%;
        float: right;
    }
}

.section-5-homepage {
    display: block;
    width: 100%;
    background: #0a2e36;
    color: #fff;
    padding: 35px 0;
}

.no-big {
    float: left;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    padding-right: 15px;
    position: relative;
    top: -10px;
}

.description-box-section-5 {
    float: left;
}

@media screen and (max-width: 991px) {
    .description-box-section-5 {
        margin: 15px 0;
    }
    .description-box-section-5 p {
        margin: 0;
    }
}

.section-5-homepage p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    float: left;
}

.section-5-homepage p strong:first-child {
    font-size: 18px;
    line-height: 22px;
}

.section-5-homepage p strong {
    display: block;
}

.section-6-homepage {
    display: block;
    width: 100%;
    padding: 100px 0;
    background: url(../jpg/s4-background.jpg) right bottom no-repeat;
    background-size: cover;
    color: #fff;
}

.section-6-homepage h2 {
    font-size: 54px;
    line-height: 1.1;
    font-weight: bold;
    margin: 0 0 50px;
    text-align: center;
}

.description-box-section-6 p img {
    margin: 0 auto;
    display: table;
}

.description-box-section-6 p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

.description-box-section-6 p b,
.description-box-section-6 p strong {
    font-size: 18px;
    line-height: 1.4;
    margin: 30px 0;
    display: block;
}

@media screen and (max-width: 767px) {
    .section-6-homepage h2 {
        font-size: 35px;
    }
}

.section-9-homepage {
    display: block;
    width: 100%;
}

.section-9-homepage-wrapper {
    display: inline-block;
    width: 100%;
    padding: 80px 0 50px;
}

@media screen and (max-width: 1300px) {
    .section-9-homepage-wrapper {
        margin-bottom: 0;
    }
    .box-content-section-9 {
        grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    }
}

@media screen and (max-width: 1200px) {
    .section-9-homepage-wrapper {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .section-9-homepage-wrapper {
        margin: 0 !important;
    }
    .box-content-section-9 {
        column-count: inherit !important;
        column-gap: 0 !important;
        width: 100% !important;
        display: inline-block !important;
        grid-gap: initial !important;
    }
    .column-faqs {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .section-9-homepage-wrapper {
        padding: 20px 0;
    }
}

.box-content-section-9 {
    column-gap: 30px;
    column-fill: initial;
    column-count: 2;
    display: block;
    box-sizing: inherit;
    width: 100%;
    overflow: hidden;
}

.box-wrapper-section-9 {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    max-width: 100%;
}

.title-section-9-homepage {
    font-size: 54px;
    line-height: 1.1;
    color: #101014;
    font-weight: bold;
    font-style: normal;
    padding-bottom: 40px;
    text-align: left;
    max-width: 600px;
}

@media screen and (max-width: 767px) {
    .title-section-9-homepage {
        font-size: 35px;
    }
}

.text-box-section-9 {
    font-size: 16px;
    line-height: 1.5;
    color: #1b1b13;
    float: left;
    width: 90%;
}

.ask-box-section-9 {
    color: #075866;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    min-height: 0;
}

.answer-box-section-9 {
    color: #1b1b13;
    font-size: 16px;
    line-height: 1.4;
    min-height: 0;
}

.column-faqs {
    padding: 15px 30px 0;
    background: rgba(202, 207, 205, 0.35);
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
}

.box-content-section-9 .column-faqs:last-child>div {
    margin-bottom: 30px;
}

.box-content-section-9 img {
    max-width: 80px !important;
    height: auto
}

.box-content-section-9 .column-faqs img,
.box-content-section-9 .column-faqs:last-child img {
    min-height: 70px;
    width: auto;
    margin-bottom: 10px;
}

/* INNER PAGE */

.hero-image {
    background: url(../jpg/hero_pic.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    display: inline-block;
    width: 100%;
    padding: 118px 0 0;
}

@media screen and (max-width: 767px) {
    .hero-image {
        padding: 90px 0 0;
    }
}

.hero-image .first-effect {
    -webkit-animation: fadeInFromNone 0.65s ease-out;
    -moz-animation: fadeInFromNone 0.65s ease-out;
    -o-animation: fadeInFromNone 0.65s ease-out;
    animation: fadeInFromNone 0.65s ease-out;
}

.hero-image h1 {
    font-size: 60px;
    line-height: 1.1;
    color: #000;
    font-family: 'HelveticaNeueLT' !important;
    font-weight: 700;
    text-align: center;
}

.hero-image h1:after {
    content: '.';
    color: #d7fc00;
}

@media screen and (max-width: 991px) {
    .hero-image h1 {
        font-size: 37px;
        padding-top: 30px;
    }
}

.knowledge-title {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    padding: 30px 0 15px;
}

.description-page-text {
    margin: 30px auto 0;
    display: table;
}

.description-page-text ul li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    line-height: 25px;
}

.description-page-text ul li strong {
    font-family: 'HelveticaNeueLT' !important;
    font-weight: 700;
}

.description-page-text ul li::before {
    content: '';
    background: url(../png/check-black.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -35px;
}

.CTA-section-on-banner {
    background: url(../jpg/background-section-6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding: 50px 60px;
    color: #fff;
    margin-bottom: -50px;
    margin-top: 30px;
}

.image-on-cta {
    max-width: 100%;
}

.text-under-image-cta {
    font-size: 12px;
    padding-top: 10px;
}

.title-on-cta-section {
    font-size: 31px;
    font-family: 'HelveticaNeueLT' !important;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .title-on-cta-section {
        font-size: 21px;
    }
    .title-on-cta-section br {
        content: '';
        display: block;
        margin: 10px;
    }
}

.description-on-cta-section {
    font-size: 16px;
    line-height: 1.4;
}

.description-on-cta-section ul {
    padding-left: 25px;
}

.description-on-cta-section h5 {
    font-size: 12px;
    line-height: 1.3;
    text-align: center !important;
    max-width: 400px;
}

.description-on-cta-section ul li {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.description-on-cta-section ul li::before {
    content: '';
    background: #d7fc00;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: -20px;
    border-radius: 100%;
    top: 30%;
}

.with-CTA-section .CTA-section-on-banner.white-text-on-CTA {
    color: #fff;
}

.with-CTA-section .CTA-section-on-banner.white-text-on-CTA li::before {
    background: #fff;
}

.description-on-cta-section a {
    margin: 20px 0 5px;
    display: table;
    border: 1px solid #d7fc00;
    background: #d7fc00;
    color: #1b1b13;
    width: 100%;
    border-radius: 100px;
    padding: 0px 25px;
    text-align: center;
    max-width: 400px;
    line-height: 48px;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}

.description-on-cta-section a:hover {
    transition: .15s all;
    background: #bce012;
    border: 1px solid #bce012;
    color: #1b1b13;
}

.tga {
    border-collapse: collapse;
    border-spacing: 0;
}

.tga ul {
    list-style: none !important;
    padding-left: 10px !important;
}

.tga ul li:before {
    content: '\203A';
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 0px;
    position: relative;
    bottom: 2px;
    left: -5px;
}

.tga th {
    text-transform: uppercase;
}

.tga td {
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tga th {
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tga .tg-0a7q {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.tga .tg-0a7q:last-child {
    width: 200px;
}

.tga thead {
    border-bottom: 1px dashed #8e9c9c;
}

.tga tr th {
    border-left: 1px solid #8e9c9c;
    border-right: 1px solid #8e9c9c;
}

.tga tr td {
    border-left: 1.5px solid #000;
    border-right: 1.5px solid #000;
    border-bottom: 1px solid #8e9c9c !important;
}

.tga tr td:first-child,
.tga tr th:first-child {
    border-left: 0 !important;
}

.tga tr:last-child td {
    border-bottom: 0 !important;
}

.tga tr td:last-child,
.tga tr th:last-child {
    border-right: 0 !important;
}

.page .content-area {
    display: block;
    padding: 140px 0 50px;
}

.single article,
.page article {
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .description-on-cta-section a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
    }
    .CTA-section-on-banner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .content-area iframe {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .CTA-section-on-banner {
        margin-top: 0;
        padding: 30px 0;
    }
    .description-on-cta-section h5 {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 360px) {
    .description-on-cta-section a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }
}

.top-footer-section-1 {
    display: block;
    width: 100%;
    padding: 0px 0px 50px;
}

.top-footer-section-1-wrapper {
    background: url(../png/nav-bkg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding: 50px 30px;
    color: #fff;
}

.top-footer-section-1-wrapper h4 {
    font-size: 30px;
    line-height: 1.3;
}

.top-footer-section-1-wrapper p {
    font-size: 20px;
    line-height: 1.3;
}

.top-footer-section-1 a {
    margin: 20px auto 5px;
    display: table;
    border: 1px solid #d7fc00;
    background: #d7fc00;
    color: #1b1b13;
    width: 100%;
    border-radius: 20px;
    padding: 0px 25px;
    text-align: center;
    max-width: 400px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.top-footer-section-1 a:hover {
    transition: .15s all;
    background: #bce012;
    border: 1px solid #bce012;
    color: #1b1b13;
}

.custom-sidebar-custom-template {
    background: #eaeae7;
    padding: 30px 30px 30px 40px;
}

.custom-sidebar-custom-template .widget-title {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #1b1b13;
    font-size: 20px;
    line-height: 1.3;
    color: #1b1b13;
}

.custom-sidebar-custom-template ul {
    padding: 0;
    margin: 0;
}

.custom-sidebar-custom-template ul li {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4
}

.custom-sidebar-custom-template ul li a {
    color: #005fc1;
}

@media screen and (min-width: 1025px) {
    .position-relative-row {
        position: relative;
    }
    .position-sticky {
        position: sticky;
        z-index: 1;
        top: 100px;
    }
}

@media screen and (max-width: 991px) {
    .top-footer-section-1-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .top-footer-section-1 a {
        padding: 0;
    }
}

div figure.wp-block-image figcaption,
figure figcaption em {
    font-size: 18px;
    font-style: normal !important;
    line-height: 1.2;
    color: #1b1b13;
    font-family: 'HelveticaNeueLT' !important;
    font-style: normal;
    font-weight: 300;
}

.image-caption {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 16px;
}

.wp-block-columns {
    margin: 25px 0;
}

.content-top-area-wrapper h3,
.content-top-area-wrapper h2 {
    margin-top: 30px;
}

.content-top-area-wrapper .col-md-12 h1:first-child,
.content-top-area-wrapper .col-md-12 h3:first-child,
.content-top-area-wrapper .col-md-12 h2:first-child {
    margin-top: 0px;
}

.entry-content h2:first-child {
    margin-top: 0;
}

.top-footer-section-2 {
    display: block;
    width: 100%;
    padding: 0 0 50px 0px;
}

@media screen and (max-width: 1024px) {
    .entry-content figure.size-large.wp-block-image img {
        width: auto;
        max-width: inherit;
    }
    .entry-content figure.size-large.wp-block-image {
        overflow-x: scroll;
    }
}

/*BLOG PAGE STYLE*/

.with-CTA-section.hero-image {
    margin-bottom: 255px;
}

.with-CTA-section .CTA-section-on-banner {
    margin-bottom: -315px;
}

.single .with-CTA-section .CTA-section-on-banner {
    margin-bottom: -215px;
}

.hide-cta-section-on-hero-image.hero-image {
    margin: 0;
    padding: 120px 0 45px;
}

.page-template-template-blog .fixedHeader #top-menu .number-item a,
.page-template-template-blog .fixedHeader #top-menu a {
    color: #000;
}

.page-template-template-blog .hero-image h1 {
    color: #fff;
}

.page-template-template-blog .hero-image h1::after {
    content: '.';
    color: #d7fc00;
    border-radius: 100%;
}

.with-CTA-section .CTA-section-on-banner {
    color: #3b585e
}

.with-CTA-section .CTA-section-on-banner li::before {
    background: #3b585e
}

.title-in-content {
    display: block;
    padding: 5px 15px 25px;
    line-height: 1.15;
}

@media screen and (max-width: 991px) {
    .title-in-content {
        font-size: 28px !important
    }
}

.content-top-area-wrapper {
    font-size: 16px;
    line-height: 30px;
    color: #1b1b13;
}

@media screen and (min-width:992px) {
    .content-top-area-wrapper {
        padding-right: 30px;
    }
}

.content-top-area-wrapper a {
    color: #005fc1;
}

.featured-post-article {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.single-post-article {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    min-height: 403px;
}

.single-post-article-img-thumb {
    height: 150px;
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.single-post-article-img-thumb img {
    width: auto;
    height: auto;
    max-width: initial;
}

.featured-post-article-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    color: #1b1b13;
    padding: 10px 0;
    display: inline-block;
    width: 100%
}

.featured-post-article-excerpt {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    color: #1b1b13;
}

@media screen and (max-width: 991px) {
    .single-post-article {
        min-height: 0;
    }
}

.sqs-gallery .slide.content-fill p {
    margin-bottom: 10px;
}

.sqs-gallery-thumbnails-per-row-5 .sqs-gallery .slide {
    width: 20%;
    float: left;
    margin: 10px 0;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 1.3;
    min-height: 180px
}

.slide .meta-title {
    font-size: 16px;
    line-height: 1.5;
}

.sqs-gallery .slide.content-fill {
    width: 33%;
    float: left;
    margin: 10px 0;
    padding: 10px 5px;
    font-size: 16px;
    line-height: 1.3;
}

.sqs-gallery-thumbnails-per-row-5 .sqs-gallery,
.sqs-gallery {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .sqs-gallery-thumbnails-per-row-5 .sqs-gallery,
    .sqs-gallery {
        margin: 0 auto;
    }
}

.sqs-gallery-block-slider .sqs-gallery>img {
    width: 33%;
    float: left;
    margin: 10px 0;
    padding: 10px 5px;
}

.sqs-gallery-block-slider .sqs-gallery br {
    display: none
}

.content-top-area-wrapper ol {
    list-style: decimal;
    padding-left: 20px;
}

.content-top-area-wrapper ul,
ul[data-rte-list="default"] {
    list-style: disc;
    padding: 0 0 0 20px;
}

.sqs-gallery-thumbnails,
.Blog-meta.BlogItem-meta,
.BlogItem-share,
.BlogItem-comments {
    display: none
}

article.BlogItem .sqs-layout>.row {
    margin: 0
}

body:not(.home) table.tg {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
}

body:not(.home) table.tg th {
    padding: 5px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #fff;
    background: transparent;
    color: #000;
    border-bottom: 2px dashed #34342e;
    border-right: 2px solid #34342e !important;
    position: relative;
}

body:not(.home) table.tg th:last-child {
    border-right: 0 !important;
}

body:not(.home) table.tg th:last-child:before {
    display: none;
}

body:not(.home) table.tg td {
    border: 1px solid #bfc7c7;
    padding: 7px;
    font-size: 15px;
    line-height: 1.3;
    border-left-color: #34342e;
    border-right: 2px solid #34342e;
}

body:not(.home) table.tg td ul {
    margin: 0;
    padding: 0;
}

body:not(.home) table.tg tr:first-child th,
body:not(.home) table.tg tr:first-child td {
    border-top: 0;
}

body:not(.home) table.tg tr:nth-child(2) td {
    border-top-style: dashed !important;
}

body:not(.home) table.tg tr th:first-child,
body:not(.home) table.tg tr td:first-child {
    border-left: 0;
}

body:not(.home) table.tg tr:last-child th,
body:not(.home) table.tg tr:last-child td {}

body:not(.home) table.tg tr:last-child td {
    border-bottom: 0
}

body:not(.home) table.tg tr th:last-child,
body:not(.home) table.tg tr td:last-child {
    border-right: 0;
}

.page-id-1978 table.tg td.tg-031e,
.page-id-2213 table.tg td.tg-s6z2:last-child,
.page-id-1978 table.tg td.tg-yw4l:last-child {
    width: 30px;
}

.page-id-2224 .sqs-gallery .slide.content-fill {
    margin: 0;
    min-height: 180px;
}

@media screen and (max-width: 991px) {
    .page-id-2310 .sqs-gallery-container {
        margin: 0 30px;
    }
    .page-id-2261 .intrinsic {
        width: 100% !important
    }
    .page-id-2261 .image-card-wrapper {
        width: 100% !important;
        position: relative !important;
        top: 0 !important;
    }
}

.sqs-block-button-element--small::after,
.sqs-block-button-element::after {
    content: '\f178';
    font: normal normal normal 20px FontAwesome;
    font-weight: 300;
    font-size: 16px;
    margin-left: 5px;
}

.sqs-block-button-element--small,
.sqs-block-button-element {
    text-transform: uppercase;
    padding: 0px 25px;
    width: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #1b1b13;
    background: transparent;
    color: #1b1b13 !important;
    border-radius: 20px;
    line-height: 40px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .sqs-block-button-element--small,
    .sqs-block-button-element {
        padding: 0 10px;
    }
}

.sqs-block-button-element--small:hover,
.sqs-block-button-element:hover {
    color: #fff !important;
    background: #1b1b13;
    border: 1px solid #1b1b13;
    transition: .15s all;
}

.page-id-1980 .content-top-area-wrapper ul,
.page-id-2268 .content-top-area-wrapper ul {
    list-style: disc;
    font-size: 16px;
}

.page-id-2268 .content-top-area-wrapper div {
    margin-left: 0 !important;
}

.page-id-1980 .content-top-area-wrapper ol {
    display: inline-block;
    padding: 0 0 0 20px !important;
    list-style: decimal;
    font-size: 16px;
}

.page-id-1592 .content-top-area-wrapper ol {
    display: inline-block;
    padding-left: 20px !important;
    list-style: decimal;
    font-size: 16px;
}

.page-id-2305 .menu-item-title {
    font-weight: bold;
    padding: 15px 0 7px;
}

.page-id-2311 .col-md-6 .intrinsic br {
    display: none;
}

@media screen and (min-width: 992px) {
    div[style="overflow-x: scroll;"] {
        overflow-x: visible !important
    }
    .page-id-2311 .col-md-6 .sqs-block-image-figure {
        position: relative;
        width: 100%;
        display: inline-block;
    }
    .page-id-2261 figure {
        position: relative;
    }
    .page-id-2261 .intrinsic {
        width: 60%;
    }
    .page-id-2311 .col-md-6 .intrinsic {
        width: 50%;
        float: left;
    }
    .page-id-2261 .intrinsic img,
    .page-id-2311 .col-md-6 .intrinsic img {
        display: inline-block;
        width: 100%
    }
    .page-id-2311 .image-subtitle {
        padding-left: 0;
        line-height: 1.5;
    }
    .page-id-2311 .image-card-wrapper {
        position: relative;
        width: 50%;
        line-height: 1.3;
        float: left;
        padding: 25px 0px 0px 25px;
    }
    .page-id-2261 .image-card-wrapper {
        position: absolute;
        top: 20%;
        right: 0;
        width: 50%;
        line-height: 1.3;
        background: #000;
        color: #fff;
        padding: 10px 20px
    }
    .page-id-2261 .image-card-wrapper a {
        color: #Fff;
        text-transform: capitalize;
        font-size: 16px
    }
}

@media screen and (max-width: 991px) {
    .page-id-2311 .col-md-6 .sqs-block-image-figure {
        max-width: 220px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1024px) {
    .page-template-template-standard .site-main div[style="overflow-x:scroll"],
    .page-template-template-custom .site-main div[style="overflow-x:scroll"] {
        overflow-x: visible !important;
    }
}

.caldera-grid {
    font-size: 16px;
}

.caldera-grid #fld_5443930_1-wrap .btn.btn-block.cf-uploader-trigger {
    width: auto;
    margin-bottom: 10px
}

@media screen and (min-width:992px) {
    body.page-template-template-brands .fixedHeader .logo-green,
    body.page-template-template-capabilities .fixedHeader .logo-green,
    body.page-template-template-custom .fixedHeader .logo-green {
        display: block;
    }
    body.page-template-template-capabilities .fixedHeader .header-custom-logo,
    body.page-template-template-brands .fixedHeader .header-custom-logo,
    body.page-template-template-custom .fixedHeader .header-custom-logo {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .table-parent-class {
        overflow-x: scroll;
        position: relative;
    }
}

.tg ul {
    list-style: none !important;
    padding-left: 10px !important;
}

.tg ul li:before {
    content: '\203A';
    margin-right: 3px;
    position: relative;
    bottom: 2px;
    left: -5px;
}

.tg ul li ul {
    list-style: none;
    padding: 0 !important;
}

table.tg tr th {
    padding: 10px 10px !important;
}

.grid-item {
    margin-bottom: 20px
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.grid {
    column-count: 3;
    column-gap: 10px;
    display: block;
}

@media screen and (max-width: 991px) {
    .grid {
        column-count: 2;
        column-gap: 0px;
    }
}

.page-id-2305 .menu-selector {
    margin: 0 auto;
    display: table;
}

.page-id-2305 .menu-selector br {
    display: none;
}

.page-id-2305 .menu-selector label {
    float: left;
    margin: 0 5px;
    cursor: pointer;
    text-decoration: underline;
}

.page-id-2305 .menu-section-title {
    margin: 15px 0 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.page-id-2305 div[role="tabpanel"] {
    display: none;
    font-size: 16px;
}

.page-id-2660 .hero-image h1 {
    display: table;
    max-width: 900px;
    margin: 0 auto;
}

.page-id-2660 .description-page-text {
    margin: 10px auto;
}

.page-id-2660 .description-page-text p {
    color: #fff;
}

.fixedHeader #top-menu li.quote-button a:hover {
    color: #fff;
}

.page-id-2301 .caldera-grid textarea.form-control,
.page-id-2301 .caldera-grid input.form-control {
    max-width: 450px;
    line-height: 40px;
    height: 40px;
}

/**.caldera-grid .checkbox{
    margin-bottom: 40px !important;

}
**/

.caldera-grid .checkbox input[type=checkbox],
.caldera-grid .checkbox-inline input[type=checkbox],
.caldera-grid .radio input[type=radio],
.caldera-grid .radio-inline input[type=radio] {
    margin-top: 8px;
}

.caldera-grid input[type=submit] {
    text-transform: uppercase;
    padding: 0px 25px;
    width: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #1b1b13;
    background: transparent;
    color: #1b1b13 !important;
    border-radius: 20px;
    line-height: 40px;
    display: inline-block;
}

.caldera-grid input[type=submit]:hover {
    background: #1b1b13;
    color: #fff !important;
    transition: .15s all;
}

.section-featured-downloads-after-content {
    color: #fff;
}

.section-featured-downloads-after-content .row {
    padding: 30px 0;
    border-top: 1px solid #d7fc00;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .section-featured-downloads-after-content .row {
        display: inline-block;
    }
}

.section-featured-downloads-after-content .title-featured-section {
    font-size: 40px;
    line-height: 1.3;
    text-transform: capitalize;
}

.section-featured-downloads-after-content .row:nth-child(2) {
    border: 0 !important
}

.section-featured-downloads-after-content .row .file-title-downloads {
    font-size: 16px;
    line-height: 1.5;
    padding: 9px 0;
}

.button-featured-style {
    border: 1px solid #fff;
    background: #3b585e;
    color: #fff;
    border-radius: 100px;
    line-height: 27px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.button-featured-style:visited {
    border: 1px solid #fff;
    background: #3b585e;
    color: #fff;
}

.button-featured-style:active,
.button-featured-style:focus,
.button-featured-style:hover {
    background: #fff;
    color: #3b585e;
    transition: .15s all;
}

@media screen and (max-width: 991px) {
    .section-featured-downloads-after-content .title-featured-section {
        font-size: 26px;
        line-height: 1.2;
    }
    .section-featured-downloads-after-content .row .file-title-downloads {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .button-featured-style {
        margin-bottom: 15px;
    }
    .section-featured-downloads-after-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 30px !important;
    }
}

body:not(.home) #capabilities {
    margin: 50px 0 0 !important;
}

@media screen and (max-width: 991px) {
    body:not(.home) #capabilities {
        margin: 30px 0 !important
    }
}

a#cn-accept-cookie {
    color: #fff;
    border: 1px solid #fff !important;
    padding: 2px 10px;
}

.content-top-area-wrapper b,
.content-top-area-wrapper strong {
    font-weight: 900;
}

div[data-alignment="center"] {
    margin: 0 auto;
    display: table;
}

#imagemodal::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.modal-dialog {
    position: relative;
    z-index: 1;
}

.sqs-video-wrapper p {
    margin-bottom: 0
}

.wrapper-image-custom {}

.wrapper-image-custom img {
    width: auto;
    height: 250px;
    max-width: none;
    text-align: center;
}

.slide {
    height: 250px;
    overflow: hidden;
    margin: 0 0 10px;
    position: relative;
}

.slide img {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .slide {
        margin: 10px !important;
        width: calc(33% - 20px) !important;
    }
}

@media screen and (max-width: 767px) {
    .slide {
        height: 250px;
        overflow: hidden;
        margin: 0 0 10px;
        position: relative;
        max-width: 300px;
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 360px) {
    .slide {
        max-width: 270px;
    }
}

.row-1-rms {
    background: url('../jpg/rms-row-1.jpg') right top no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding: 50px 30px;
    color: #eaeae7;
    overflow-x: scroll;
}

.row-1-rms p {
    font-size: 18px;
    line-height: 1.45;
    margin: 30px 0 50px;
}

.row-1-rms tr {
    border-top: 1px dashed #a6b3b6;
}

.row-1-rms thead tr {
    border-top: 1px solid #a6b3b6;
}

.row-1-rms td {
    padding: 15px 5px;
    line-height: 1.5;
}

.row-1-rms td img {
    margin: 0 auto;
    display: table;
}

.row-1-rms th {
    color: #eaeae7;
    padding: 15px;
}

.row-1-rms tbody tr:first-child {
    border-top: 0 !important;
}

.row-1-rms tbody tr:nth-child(6n+2) {
    border-top: 1px solid #a6b3b6
}

.row-1-rms tbody tr:first-child td,
.row-1-rms th {
    background: #456166;
    text-align: center;
    line-height: 1.5;
}

.logo-table-rms {
    max-width: 160px;
    margin: 0 !important;
    width: 100%;
}

.row-1-rms h2 {
    color: #fff;
    font-size: 55px;
    line-height: 1.1;
    font-weight: bold;
}

.row-2-rms {
    background: url('../jpg/rms-row-2.jpg') right top no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding: 20px 30px 50px;
    margin-top: 50px;
    color: #3b585e;
}

.row-2-rms h3 {
    color: #3b585e;
    font-size: 55px;
    line-height: 1.1;
    font-weight: bold;
}

.row-2-rms p {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 26px;
}

.row-3-rms {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: #0a2e36;
}

.row-3-rms p {
    color: #0a2e36;
}

.row-3-rms h3 {
    color: #0a2e36;
    font-size: 40px;
    line-height: 1.1;
    font-weight: normal;
}

.subrow-2-rms {}

.img-wrapper-box {
    min-height: 86px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}

.subrow-2-rms {
    color: #2c474c;
    line-height: 1.3;
}

.subrow-2-rms .green-txt {
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
    display: none;
}

.subrow-2-rms .col-md-4 p {
    text-align: center;
    font-size: 16px;
    margin: 0;
    line-height: 1.35;
    font-weight: 300;
}

.subrow-2-rms .col-md-4 span {
    font-size: 18px;
}

.subrow-2-rms .title-subrow-2-rms {
    font-size: 24px;
    margin: 0 0 20px;
    text-align: left;
    background: #d7fc00;
    display: inline-block;
    font-weight: bold;
}

.section-case-study-home {
    background: url('../jpg/m-background.jpg') center right no-repeat;
    background-size: cover;
}

@media screen and (min-width: 992px) {
    .center-option-rms {
        padding-left: 50px;
        border-left: 2px solid #a0ada9;
    }
}

.center-option-rms strong {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    display: block;
    color: #0a2e36;
}

.center-option-rms p {
    color: #0a2e36;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.center-option-rms p:before {
    content: '\f00c';
    position: absolute;
    left: 0px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d7fc00;
    top: 0px;
    background: #0c2f38;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    overflow: hidden;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

@media screen and (max-width: 1290px) and (min-width:992px) {
    .page-id-3957 .table-rms::before {
        content: '\f0a6';
        position: absolute;
        top: 0px;
        left: 10px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 30px;
        animation: linear infinite alternate;
        animation-name: run;
        animation-duration: 2s;
    }
}

@media screen and (max-width: 991px) {
    .table-rms {
        overflow-x: scroll;
        position: relative;
    }
    .table-rms::before {
        content: '\f0a6';
        position: absolute;
        top: 0px;
        left: 10px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 30px;
        animation: linear infinite alternate;
        animation-name: run;
        animation-duration: 2s;
    }
    .row-1-rms h2 {
        font-size: 30px;
    }
    .row-2-rms h3 {
        font-size: 30px;
    }
    .row-3-rms h3 {
        font-size: 30px;
    }
    .row-2-rms .description-on-cta-section a,
    .row-1-rms .description-on-cta-section a {
        font-size: 16px;
        padding: 10px 15px;
        line-height: 20px;
    }
    .row-1-rms .description-on-cta-section a {
        padding: 10px 55px;
    }
    .center-option-rms p {
        min-width: 0;
        width: 100%;
    }
    .center-option-rms strong {
        margin: 20px 0 10px;
    }
    .row-3-rms,
    .subrow-2-rms {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row-2-rms img {
        margin-top: 30px
    }
    .img-wrapper-box {
        margin-top: 25px;
    }
}

@media screen and (max-width: 360px) {
    .row-1-rms {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row-1-rms .description-on-cta-section a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .table-rms {
        overflow-x: scroll;
    }
}

/* C-forms scroll to confirmation fix */

.c-forms-confirmation {
    padding-top: 100px !important;
    margin-top: -100px;
}

/* Fix for image popup */

.slide .modal-body img {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
}

.modal-dialog {
    display: block;
    top: 50px;
}

.modal-content .modal-header {
    display: block;
    position: relative;
    padding: 20px 15px;
    height: 41px;
}

.modal-content .modal-header button.close {
    margin: 0;
    padding: 2px 12px 7px;
    right: 0;
    top: 0;
    color: #333;
}

.table-content-w-links,
.table-content {
    padding: 0 0px 30px;
    display: inline-block;
    width: 100%;
}

.table-content-w-links ul,
.table-content ul {
    margin: 0;
    list-style: none !important;
    padding-left: 40px;
}

.table-content-w-links ul li,
.table-content ul li {
    position: relative;
    margin-bottom: 15px;
    width: 50%;
    float: left;
    padding-right: 40px;
    transition: transform 0.5s;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .table-content-w-links ul li,
    .table-content ul li {
        padding-right: 40px;
        min-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .table-content-w-links ul li,
    .table-content ul li {
        width: 100%;
        float: none;
    }
    .icon-title-box-section-3 {
        font-size: 24px;
        overflow: hidden;
    }
}

.table-content-w-links ul li a,
.table-content ul li a {
    color: #1b1b13;
    display: inline-block;
    padding-right: 20px;
}

.table-content-w-links ul li:hover,
.table-content ul li:hover {
    transform: translatex(10px);
}

.table-content-w-links ul li:before,
.table-content ul li:before {
    content: '\f054';
    position: absolute;
    margin-left: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #d7fc00;
    color: #1b1b13;
    border-radius: 100%;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 300;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3px;
}

/* fix for large space between items */

.table-content-parent.full {
    display: none;
}

.table-content-parent.full .table-content li {
    width: 100%;
    min-height: 20px;
}

@media screen and (min-width:768px) {
    .table-content-parent.full {
        display: block;
    }
    .table-content-parent.half {
        display: none;
    }
}

/*	WP Gallery styles for gallery-columns-3 */

.gallery.gallery-columns-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px auto;
}

.gallery.gallery-columns-3 figure {
    flex: 0 1 300px;
    margin: 0 auto;
    padding: 10px;
}

.gallery.gallery-columns-3 figure .gallery-icon {
    height: 100%;
    width: 100%;
}

@media screen and (min-width:568px) {
    .gallery.gallery-columns-3 figure {
        flex: 0 1 50%;
    }
}

@media screen and (min-width:768px) {
    .gallery.gallery-columns-3 figure {
        flex: 0 1 33.33%;
    }
}

.gallery.gallery-columns-3 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.page-template-template-custom .footer-bottom section {
    padding: 0 10px;
}

.page-template-template-custom .footer-bottom .widget_text p:first-child {
    min-height: 51px;
}

@media screen and (min-width:1201px) and (max-width: 1440px) {
    .page-template-template-custom .footer-bottom section {
        padding: 0 10px;
    }
    .page-template-template-custom .section-4-homepage table img {
        width: auto;
        height: auto
    }
}

@media screen and (min-width:992px) and (max-width: 1200px) {
    .page-template-template-custom .footer-bottom section {
        padding: 0 10px;
        min-height: 140px;
    }
    .page-template-template-custom footer .last-box-section-3 a {
        padding: 0 10px;
    }
    .section-4-homepage table img {
        width: auto;
        height: auto
    }
}

@media screen and (min-width:767px) and (max-width: 991px) {
    .page-template-template-custom .footer-bottom section {
        min-height: 140px;
    }
}

@media screen and (max-width:991px) {
    .page-template-template-custom .main .container .vc_row:first-child {
        padding-top: 30px !important;
    }
    .page-template-template-custom .main .container .vc_row:first-child .vc_column-inner {
        padding-top: 0 !important
    }
}

.page-template-template-custom footer .col-md-3:before {
    display: none !important;
}

.lighter-header-scroll .header-custom-logo {
    margin-top: -65px !important;
    width: 90%;
}

.fixedHeader .lighter-header-scroll .header-custom-logo {
    margin-top: 0px !important;
    width: auto;
}

.pb-30 {
    padding-bottom: 30px
}

.wpb_button,
div.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 20px;
}

/** Update Style eJump**/

header.fixedHeader.new-header {
    background: rgba(0, 0, 0, 0.8);
}

.page-template-template-new-form .vc_row-fluid.container,
.page-template-template-new .vc_row-fluid.container {
    font-size: 16px;
    line-height: 26px;
    color: #101014;
}

.new-header {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.new-header .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-header .col-md-4 a {
    display: inline-block;
    /* padding: 10px 0 9px; */
}

@media screen and (max-width: 767px) {
    .new-header .row {
        flex-direction: column;
    }
    .new-header .col-md-8 li {
        margin-top: 5px;
    }
    header.new-header {
        padding: 10px 0
    }
}

.menu-main {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

.page-id-4970 .menu-main {
    padding: 9px 0
}

.menu-main li {
    float: left;
    padding-left: 35px;
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
}

.menu-main li a {
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
    text-decoration: none;
}

.page-template-template-new-form .wpb_text_column,
.page-template-template-new .wpb_text_column {
    display: inline-block;
    width: 100%
}

.page-template-template-new-form .vc_row-fluid.container,
.page-template-template-new .vc_row-fluid.container {
    margin: 0 auto;
}

.page-template-template-new-form .vc_row-fluid.container {
    max-width: 1280px;
    width: 100%;
}

.page-template-template-new .table-content-w-links ul li,
.page-template-template-new .table-content ul li {
    width: 100%;
}

.page-template-template-new .table-content-w-links ul li:before,
.page-template-template-new .table-content ul li:before {
    background: #eaeae7;
    color: #1b1b13;
}

.row-1-majestic h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    display: block;
    margin: 0 0 30px !important;
}

.row-1-majestic .container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-red a,
.custom-red button,
.row-1-majestic button {
    background: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 12px 40px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    transition: .25s all;
}

.row-1-majestic button:hover {
    background: #fff !important;
    color: #ff0000 !important;
    border-color: #fff !important;
    transition: .25s all;
}

.custom-red a:hover,
.custom-red button:hover {
    background: #fff !important;
    color: #ff0000 !important;
    border-color: #ff0000 !important;
    transition: .25s all;
}

.sky-btn-custom a,
.row-1-majestic .sky-btn-custom a {
    background: #284a77 !important;
    border: 1px solid #284a77 !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 12px 40px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    transition: .25s all;
}

.sky-btn-custom a:hover {
    background: #fff !important;
    color: #284a77 !important;
    border-color: #284a77 !important;
    transition: .25s all;
}

.row-1-majestic .sky-btn-custom a:hover {
    border-color: #fff !important;
}

.green-btn-custom a,
.row-1-majestic .green-btn-custom a {
    background: #d7fc00 !important;
    border: 1px solid #d7fc00 !important;
    color: #000a0c;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 12px 40px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    transition: .25s all;
    color: #000a0c !important
}

.green-btn-custom a:hover {
    background: #bce012 !important;
    border: 1px solid #bce012 !important;
    color: #1b1b13 !important;
    transition: .25s all;
}

.custom-blue a,
.row-1-majestic .blue-btn-custom a,
.custom-blue button,
.row-1-majestic .blue-btn-custom button {
    background: #005dac !important;
    border: 1px solid #005dac !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 12px 40px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    transition: .25s all;
}

.row-1-majestic .blue-btn-custom a:hover,
.row-1-majestic .blue-btn-custom button:hover {
    background: #fff !important;
    color: #005dac !important;
    border-color: #fff !important;
    transition: .25s all;
}

.custom-blue a:hover,
.custom-blue button:hover {
    background: #fff !important;
    color: #005dac !important;
    border-color: #005dac !important;
    transition: .25s all;
}

.custom-juicy a,
.row-1-majestic .custom-juicy a,
.custom-juicy button,
.row-1-majestic .custom-juicy button {
    background: #c41230 !important;
    border: 1px solid #c41230 !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 12px 40px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    transition: .25s all;
}

.row-1-majestic .custom-juicy a:hover,
.row-1-majestic .custom-juicy button:hover {
    background: #fff !important;
    color: #c41230 !important;
    border-color: #fff !important;
    transition: .25s all;
}

.custom-juicy a:hover,
.custom-juicy button:hover {
    background: #fff !important;
    color: #c41230 !important;
    border-color: #c41230 !important;
    transition: .25s all;
}

.juicy-btn-custom a,
.row-1-majestic .juicy-btn-custom a,
.juicy-btn-custom button,
.row-1-majestic .juicy-btn-custom button {
    background: rgb(196, 18, 48) !important;
    border: 1px solid rgb(196, 18, 48) !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 12px 40px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    transition: .25s all;
}

.row-1-majestic .juicy-btn-custom a:hover,
.row-1-majestic .juicy-btn-custom button:hover {
    background: #fff !important;
    color: rgb(196, 18, 48) !important;
    border-color: #fff !important;
    transition: .25s all;
}

.juicy-btn-custom a:hover,
.juicy-btn-custom button:hover {
    background: #fff !important;
    color: rgb(196, 18, 48) !important;
    border-color: rgb(196, 18, 48) !important;
    transition: .25s all;
}

.row-1-majestic p,
.row-1-majestic a {
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
}

.row-1-majestic .vc_col-sm-8 {
    max-width: 770px;
}

.row-1-majestic>.wpb_column>.vc_column-inner {
    padding: 0 !important;
}

.row-1-majestic .wpb_content_element {
    margin-bottom: 10px;
}

.row-1-majestic.form-row-1 {
    padding: 130px 0 50px !important
}

.row-1-majestic.form-row-1 .vc_column-inner {
    padding-bottom: 20px !important
}

.row-2-majestic .container {
    margin: 0 auto !important;
}

.row-items-2 .wpb_wrapper a {
    color: #101014;
}

.row-items-2 .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-2-majestic .wpb_content_element {
    margin: 0;
}

.row-2-majestic {
    padding: 45px 0;
    display: inline-block;
    width: 100%
}

.custom-text-row-2-majestic {
    max-width: 480px;
    font-size: 18px;
    line-height: 1.3;
    color: #101014;
}

@media screen and (min-width: 992px) {
    .wrapper-footer-col-2 {
        padding: 0 26px 0 30px;
        display: inline-block;
        width: 100%;
    }
    .wrapper-footer-col-3 {
        padding: 0 0px 0 35px;
        display: inline-block;
        width: 100%;
    }
}

footer.site-footer.new-footer-customize {
    display: block;
}

#media_image-8 {
    margin-bottom: 30px;
}

#media_image-8 img {
    width: 100%
}

.bottom-socials-icons {
    margin: 0 auto;
    display: table;
    text-align: center;
}

.bottom-socials-icons .widget {
    float: left;
    margin: 0px 10px;
}

.bottom-socials-icons p {
    font-size: 16px;
    line-height: 24px;
    color: #cacfcd;
    display: block;
    margin: 20px 0 0;
}

#nav_menu-5 {
    margin: 30px 0 10px
}

#text-12 {
    margin: 20px auto 0;
    display: table;
    max-width: 300px;
    text-align: center;
    width: 100%;
}

#text-12 ul li:first-child a {
    line-height: 38px;
    border-radius: 30px;
}

#nav_menu-6 .widget-title,
#nav_menu-7 .widget-title {
    font-size: 20px;
    line-height: 1.3;
    border-bottom: 1px solid #d7fc00;
    padding-top: 0;
    margin-bottom: 30px;
}

#text-11 p {
    color: #a1b3b3;
    font-size: 16px;
    line-height: 22px;
}

#menu-new-footer-1 {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#menu-new-footer-3 li,
#menu-new-footer-2 li {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}

#menu-new-footer-2 li a,
#menu-new-footer-3 li a {
    color: #a1b3b3;
    font-size: 16px;
    line-height: 29px;
    padding: 0 10px;
    background: #333331;
    border-radius: 20px;
    display: inline-block;
}

#menu-new-footer-2 li a:hover,
#menu-new-footer-3 li a:hover {
    color: #d7fc00;
    transition: .15s all;
}

#custom_html-2 {
    width: 190px;
    margin: 0 30px;
}

#custom_html-2 a {
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}

#custom_html-2 a:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
    transition: .25s all;
}

.map-area {
    background-color: #242422;
    background: url('../jpg/map-background.jpg')center center no-repeat;
    background-size: cover;
    padding: 80px 0 55px;
    overflow: hidden !important;
}

.title-map-area {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
}

.title-map-area strong {
    display: block
}

.subtitle-map-area {
    margin: 20px 0;
    display: block;
    font-size: 16px;
    color: #a1b3b3;
}

.map-wrapper {
    margin: 15px 0 85px;
    float: right;
}

.map-wrapper p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #eaeae7;
}

#media_image-10 {
    margin: 50px auto 20px;
    display: table;
}

.wrapper-map-addresses {
    display: block;
}

.wrapper-map-addresses .widget_text {
    width: 25%;
}

#text-16:after {
    clear: both;
    content: '';
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #custom_html-2 {
        margin-bottom: 30px
    }
    .map-wrapper {
        margin-bottom: 110px
    }
}

@media screen and (max-width: 991px) {
    .map-wrapper {
        float: none;
        margin: 0;
    }
    #custom_html-2 {
        float: left;
        min-height: 200px;
    }
    .wrapper-map-addresses .widget_text {
        width: 50%;
    }
    .info-map-area {
        padding: 0 15px !important;
        display: inline-block;
        width: 100%
    }
    .map-area {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .wrapper-map-addresses .widget_text {
        width: 100% !important;
    }
    #custom_html-2 {
        min-height: 0;
        float: none;
        margin: 0 0 30px;
    }
}

.wrapper-map-addresses p .map-certification {
    color: #fff !important;
    font-style: italic;
}

.wrapper-map-addresses p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 20px;
}

.row-aniomation-majestic .wpb_content_element {
    margin: 0;
}

.wpb_text_column.title-column-custom {
    margin-top: 224px;
    transition: 1s all;
    position: relative;
    z-index: 1;
}

.content-area-wrapper .table-content {
    padding-bottom: 0
}

.content-area-wrapper h2 {
    margin-top: 50px;
    font-family: 'HelveticaNeueLT' !important;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
}

.content-area-wrapper table,
.content-area-wrapper th,
.content-area-wrapper td {
    border: 1px solid #dadde6;
    border-collapse: collapse;
}

.content-area-wrapper td {
    padding: 15px 25px
}

.content-area-wrapper h3 {
    font-size: 18px;
    line-height: 26px;
    color: #1b1b13;
    font-family: 'HelveticaNeueLT' !important;
    font-weight: 800;
    margin-top: 40px;
}

.page-template-template-new .content-area-wrapper ol {
    list-style: decimal;
    padding-left: 20px
}

.page-template-template-new .content-area-wrapper figure,
.page-template-template-new .content-area-wrapper img {
    max-width: 100%;
    height: auto;
}

.page-template-template-new .content-area-wrapper ul {
    list-style: disc;
    padding-left: 20px
}

.figures figure {
    margin-bottom: 25px;
}

@media screen and (min-width:992px) {
    .container.content-area-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

.wpb_text_column.hover-text-animation {
    position: relative;
    top: 0px;
    opacity: 0;
    transition: 1.5s all;
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 24px;
}

.row-aniomation-majestic .vc_column-inner>.wpb_wrapper {
    padding: 0 15px;
}

.row-aniomation-majestic .vc_column-inner .wpb_wrapper .wpb_wrapper::before {
    position: absolute;
    left: -15px;
    top: 0;
    height: 600px;
    width: 1px;
    content: '';
    background: #fff;
}

.row-aniomation-majestic .vc_column-inner .wpb_wrapper .wpb_wrapper {
    padding: 0 20px 40px;
    position: relative;
}

.row-aniomation-majestic .vc_column-inner {
    padding: 5px;
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
    transition: 1s all;
}

@media screen and (min-width:1442px) {
    .wpb_text_column.title-column-custom {
        margin-top: 430px;
    }
    .page-id-5045 .wpb_text_column.title-column-custom {
        margin-top: 430px;
    }
    .page-id-4970 .wpb_text_column.title-column-custom {
        margin-top: 430px;
    }
    .row-aniomation-majestic .vc_column-inner {
        padding: 5px;
        min-height: 600px;
        max-height: 600px;
    }
}

.row-aniomation-majestic .vc_column-inner {
    position: relative;
    cursor: pointer;
}

.row-aniomation-majestic .vc_column-inner:hover::before {
    content: '';
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.95) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: .75s all;
    opacity: 1;
}

.row-aniomation-majestic .vc_column-inner::before {
    content: '';
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .75s all;
}

.row-aniomation-majestic .vc_column-inner:hover .wpb_text_column.title-column-custom {
    margin-top: 50px;
    transition: 1s all;
}

.row-aniomation-majestic .vc_column-inner:hover .wpb_text_column.hover-text-animation {
    opacity: 1;
    transition: 1.5s all
}

.row-aniomation-majestic {
    color: #fff;
    margin-bottom: 15px;
}

.navigation-content-custom {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .row-1-majestic .vc_col-sm-8 .vc_column-inner {
        padding: 30px 15px !important
    }
    .row-1-majestic h1 br {
        display: none;
    }
    .row-1-majestic h1 {
        font-size: 36px;
    }
    div.vc_btn3-container.custom-red {
        margin-bottom: 50px !important;
    }
    .custom-blue button,
    .row-1-majestic .blue-btn-custom button,
    .custom-juicy button,
    .row-1-majestic .juicy-btn-custom button,
    .custom-red button,
    .row-1-majestic button {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 14px !important;
    }
    .row-2-majestic {
        padding-bottom: 15px !important
    }
    .page-template-template-new-form .vc_row-fluid.container,
    .page-template-template-new .vc_row-fluid.container {
        padding: 0;
    }
    .page-template-template-new-form .vc_column_container.vc_col-sm-9>.vc_column-inner,
    .page-template-template-new .vc_column_container.vc_col-sm-9>.vc_column-inner {
        padding: 15px !important;
    }
    .new-header .col-md-4 a {
        margin: 0 0 10px;
        display: table;
    }
    .row-items-2 .wpb_wrapper {
        flex-direction: column;
    }
    .row-items-2 .wpb_wrapper p {
        text-align: center;
        margin: 10px 0 !important;
    }
    .menu-main {
        float: none;
        margin: 0;
        display: inline-block;
    }
    #nav_menu-6 .widget-title,
    #nav_menu-7 .widget-title {
        margin-top: 30px;
    }
    #text-12 {
        display: inline-block;
        text-align: left;
    }
    .menu-main li a {
        font-size: 12px;
    }
    .menu-main li {
        padding-left: 0px;
        padding-right: 10px;
        font-size: 11px;
    }
    .menu-main li:last-child {
        padding: 0;
    }
    .menu-main li br {
        display: none;
    }
    .wrapper-map-addresses {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Popup Theme 4902: Default Theme */

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0 !important
}

.pum-theme-4902,
.pum-theme-default-theme {
    background-color: rgba( 255, 255, 255, 1.00)
}

.pum-theme-4902 .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 18px;
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23);
    background-color: rgba( 249, 249, 249, 1.00)
}

.pum-theme-4902 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    font-style: normal;
    line-height: 36px
}

.pum-theme-4902 .pum-content,
.pum-theme-default-theme .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: 400;
    font-style: inherit
}

.pum-theme-4902 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
    background-color: rgba( 0, 183, 205, 1.00)
}

/* Popup Theme 4903: Light Box */

.pum-theme-4903,
.pum-theme-lightbox {
    background-color: rgba( 0, 0, 0, 0.60)
}

.pum-theme-4903 .pum-container,
.pum-theme-lightbox .pum-container {
    padding: 18px;
    border-radius: 3px;
    border: 8px solid #000000;
    box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00);
    background-color: rgba( 255, 255, 255, 1.00)
}

.pum-theme-4903 .pum-title,
.pum-theme-lightbox .pum-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 100;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-4903 .pum-content,
.pum-theme-lightbox .pum-content {
    color: #000000;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-4903 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
    background-color: rgba( 0, 0, 0, 1.00)
}

/* Popup Theme 4904: Enterprise Blue */

.pum-theme-4904,
.pum-theme-enterprise-blue {
    background-color: rgba( 0, 0, 0, 0.70)
}

.pum-theme-4904 .pum-container,
.pum-theme-enterprise-blue .pum-container {
    padding: 28px;
    border-radius: 5px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50);
    background-color: rgba( 255, 255, 255, 1.00)
}

.pum-theme-4904 .pum-title,
.pum-theme-enterprise-blue .pum-title {
    color: #315b7c;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 100;
    font-size: 34px;
    line-height: 36px
}

.pum-theme-4904 .pum-content,
.pum-theme-enterprise-blue .pum-content {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-4904 .pum-content+.pum-close,
.pum-theme-enterprise-blue .pum-content+.pum-close {
    position: absolute;
    height: 28px;
    width: 28px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    padding: 4px;
    color: #ffffff;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #ffffff;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
    background-color: rgba( 49, 91, 124, 1.00)
}

/* Popup Theme 4905: Hello Box */

.pum-theme-4905,
.pum-theme-hello-box {
    background-color: rgba( 0, 0, 0, 0.75)
}

.pum-theme-4905 .pum-container,
.pum-theme-hello-box .pum-container {
    padding: 30px;
    border-radius: 80px;
    border: 14px solid #81d742;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00);
    background-color: rgba( 255, 255, 255, 1.00)
}

.pum-theme-4905 .pum-title,
.pum-theme-hello-box .pum-title {
    color: #2d2d2d;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
    font-family: Montserrat;
    font-weight: 100;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-4905 .pum-content,
.pum-theme-hello-box .pum-content {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-4905 .pum-content+.pum-close,
.pum-theme-hello-box .pum-content+.pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: -30px;
    bottom: auto;
    top: -30px;
    padding: 0px;
    color: #2d2d2d;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 32px;
    line-height: 28px;
    border: 1px none #ffffff;
    border-radius: 28px;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
    background-color: rgba( 255, 255, 255, 1.00)
}

/* Popup Theme 4906: Cutting Edge */

.pum-theme-4906,
.pum-theme-cutting-edge {
    background-color: rgba( 0, 0, 0, 0.50)
}

.pum-theme-4906 .pum-container,
.pum-theme-cutting-edge .pum-container {
    padding: 18px;
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50);
    background-color: rgba( 30, 115, 190, 1.00)
}

.pum-theme-4906 .pum-title,
.pum-theme-cutting-edge .pum-title {
    color: #ffffff;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
    font-family: Sans-Serif;
    font-weight: 100;
    font-size: 26px;
    line-height: 28px
}

.pum-theme-4906 .pum-content,
.pum-theme-cutting-edge .pum-content {
    color: #ffffff;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-4906 .pum-content+.pum-close,
.pum-theme-cutting-edge .pum-content+.pum-close {
    position: absolute;
    height: 24px;
    width: 24px;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 0px;
    color: #1e73be;
    font-family: Times New Roman;
    font-weight: 100;
    font-size: 32px;
    line-height: 24px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10);
    text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10);
    background-color: rgba( 238, 238, 34, 1.00)
}

/* Popup Theme 4907: Framed Border */

.pum-theme-4907,
.pum-theme-framed-border {
    background-color: rgba( 255, 255, 255, 0.50)
}

.pum-theme-4907 .pum-container,
.pum-theme-framed-border .pum-container {
    padding: 18px;
    border-radius: 0px;
    border: 20px outset #dd3333;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97) inset;
    background-color: rgba( 255, 251, 239, 1.00)
}

.pum-theme-4907 .pum-title,
.pum-theme-framed-border .pum-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 100;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-4907 .pum-content,
.pum-theme-framed-border .pum-content {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100
}

.pum-theme-4907 .pum-content+.pum-close,
.pum-theme-framed-border .pum-content+.pum-close {
    position: absolute;
    height: 20px;
    width: 20px;
    left: auto;
    right: -20px;
    bottom: auto;
    top: -20px;
    padding: 0px;
    color: #ffffff;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23);
    background-color: rgba( 0, 0, 0, 0.55)
}

/* Popup Theme 4908: Floating Bar - Soft Blue */

.pum-theme-4908,
.pum-theme-floating-bar {
    background-color: rgba( 255, 255, 255, 0.00)
}

.pum-theme-4908 .pum-container,
.pum-theme-floating-bar .pum-container {
    padding: 8px;
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23);
    background-color: rgba( 238, 246, 252, 1.00)
}

.pum-theme-4908 .pum-title,
.pum-theme-floating-bar .pum-title {
    color: #505050;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-4908 .pum-content,
.pum-theme-floating-bar .pum-content {
    color: #505050;
    font-family: inherit;
    font-weight: 400
}

.pum-theme-4908 .pum-content+.pum-close,
.pum-theme-floating-bar .pum-content+.pum-close {
    position: absolute;
    height: 18px;
    width: 18px;
    left: auto;
    right: 5px;
    bottom: auto;
    top: 50%;
    padding: 0px;
    color: #505050;
    font-family: Sans-Serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #505050;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00);
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00);
    background-color: rgba( 255, 255, 255, 0.00);
    transform: translate(0, -50%)
}

/* Popup Theme 4909: Content Only - For use with page builders or block editor */

.pum-theme-4909,
.pum-theme-content-only {
    background-color: rgba( 0, 0, 0, 0.70)
}

.pum-theme-4909 .pum-container,
.pum-theme-content-only .pum-container {
    padding: 0px;
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00)
}

.pum-theme-4909 .pum-title,
.pum-theme-content-only .pum-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px
}

.pum-theme-4909 .pum-content,
.pum-theme-content-only .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: 400
}

.pum-theme-4909 .pum-content+.pum-close,
.pum-theme-content-only .pum-content+.pum-close {
    position: absolute;
    height: 18px;
    width: 18px;
    left: auto;
    right: 7px;
    bottom: auto;
    top: 7px;
    padding: 0px;
    color: #000000;
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00);
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00);
    background-color: rgba( 255, 255, 255, 0.00)
}

#pum-4911 {
    z-index: 1999999999
}

.pum-theme-4903 .pum-container,
.pum-theme-lightbox .pum-container {
    border: 1px solid #c2c2cc !important;
    border-radius: 20px !important;
    background: #edeeee !important;
}

.pum-theme-4903 .pum-container img {
    border-bottom: 1px solid #c2c2cc !important;
    padding: 10px 0;
}

.pum-theme-4903 .pum-container p {
    max-width: 465px;
    margin: 0 auto 15px;
    color: #101014 !important;
    font-size: 16px;
    line-height: 24px;
}

.pum-theme-4903 .pum-container .pum-content button {
    margin: 0 auto;
    display: table;
    border-radius: 30px;
    padding: 10px 30px;
    margin-top: 25px;
    margin-bottom: 15px;
    border: 2px solid #101014 !important;
    color: #101014 !important;
    font-weight: bold !important;
    text-transform: uppercase;
    background: transparent !important;
}

.pum-theme-4903 .pum-container .pum-content button:hover {
    background: #101014 !important;
    color: #fff !important;
    transition: .5s all;
}

.pate-template-template-new .table-content-w-links ul,
.page-template-template-new .table-content ul {
    margin: 0;
    list-style: none !important;
    padding-left: 40px;
}

.box-services-section-1 {
    padding: 15px 30px 15px;
    border: 1px solid #4d4d45;
    border-radius: 25px;
    background: rgba(27, 27, 19, 0.7);
}

.box-services-section-1 h2 {
    font-size: 40px;
    color: #d7fc00;
    line-height: 1.1;
    margin-bottom: 15px;
    padding: 0 25px;
    font-weight: 700;
}

.box-services-section-1 h2 b {
    font-weight: normal;
    color: #fff;
    display: block;
    font-size: 22px;
}

.row-services-section-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 25px;
    border: 1px solid transparent;
    border-radius: 25px;
    background: #2e2e33;
    transition: .5s all;
}

.row-services-section-1:hover {
    cursor: pointer;
    background: #45454d;
    transition: .5s all;
}

.title-info-services {
    color: #fff;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.description-info-services {
    color: #a1b2b2;
    line-height: 1.3;
    font-size: 14px;
    padding-right: 20px;
}

.description-info-services b {
    color: #d7fc00;
    font-weight: normal;
}

.section-services {
    display: inline-block;
    width: 100%;
    margin-bottom: 75px;
    margin-top: 35px;
}

.text-testimonial {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    font-style: italic;
    position: relative;
}

.text-testimonial b {
    display: block;
}

.row-testimonial-section-1::before {
    content: '\201C';
    position: absolute;
    left: -30px;
    font-size: 40px;
    line-height: 1;
    color: #fff;
}

.row-testimonial-section-1::after {
    content: '\201D';
    position: absolute;
    right: -30px;
    font-size: 40px;
    line-height: 1;
    bottom: 15px;
    color: #fff;
}

.author-testimonial {
    font-size: 14px;
    color: #bcbcbc;
    font-weight: 300;
    display: block;
    margin-top: 10px;
}

.row-testimonial-section-1 {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    position: relative;
}

.home .section-1-homepage {
    position: relative;
}

.home .section-1-homepage::after {
    position: absolute;
    content: '';
    background: url('../png/a-copy.png') center center no-repeat;
    background-size: cover;
    max-width: 1264px;
    max-height: 1174px;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.home .section-1-homepage .container {
    position: relative;
    z-index: 1;
}

#grid-custom-cetex {
    max-width: 770px;
}

.key-capabilites .row .col-md-4 {
    text-align: center;
    margin-top: 30px;
}

.key-capabilites .row strong {
    display: table;
    margin: 15px auto 0;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .first-row-section-1-homepage {
        margin-top: 50px;
        display: inline-block;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .section-4-homepage .col-md-12.col-xs-12 div::before,
    .home .section-1-homepage::after {
        display: none !important;
    }
    .box-services-section-1 {
        margin-bottom: 30px;
    }
    .section-testimonials-section-1 .row,
    .section-services {
        margin-bottom: 25px;
    }
    .row-testimonial-section-1 {
        margin-top: 15px;
    }
    .row-testimonial-section-1:before {
        left: -10px;
        top: -15px;
    }
    .row-testimonial-section-1:after {
        right: 0px;
    }
    .text-testimonial {
        font-size: 26px;
    }
    button.vc_btn3.vc_btn3-style-modern,
    a.vc_btn3.vc_btn3-style-modern {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .page-id-5394 a.vc_btn3.vc_btn3-style-modern,
    .page-id-5357 button.vc_btn3.vc_btn3-style-modern,
    .page-id-5357 a.vc_btn3.vc_btn3-style-modern {
        font-size: 14px !important;
        padding-left: 7px !important;
        padding-right: 7px !important
    }
    .page-template-template-new .col-md-6.col-xs-12 .table-content {
        margin-bottom: 20px;
    }
    .page-template-template-new .content-area-wrapper figure {
        margin-bottom: 25px;
    }
    .page-template-template-new .content-area-wrapper figure figcaption {
        margin-top: 10px;
    }
    .page-id-5638 .content-area-wrapper table {
        display: inline-block;
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 20px;
        border: 0;
        overflow: scroll;
    }
}

#myBtntotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #E7E9EB;
    color: #000;
    cursor: pointer;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

#myBtntotop:hover {
    background-color: #0a0a0a;
    color: #fff;
    transition: .5s all;
}

.tgg th,
.tgg td {
    text-align: left;
    padding: 15px;
}

.tgg,
.tgg td,
.tgg th,
.tgg tr {
    border: 1px solid #dadde6;
    line-height: 1.3;
}

.highlits-row td {
    border-right-color: #fff;
    background: #3b585e;
    color: #dffd33;
}

.tgg tr th {
    background: #edeeee;
    font-weight: bold;
}

.tgg tr td:first-child {
    font-weight: bold;
}

figure figcaption {
    display: none;
}

#captions-images-enabled figure figcaption {
    display: block
}

.images-bulk figure,
.images-bulk img {
    max-width: 100%;
    width: 100%;
    height: auto;
    text-transform: capitalize;
}

.wrapper-map-addresses .widget-title {
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
}

#text-14 {
    border-top: 1px solid #758686;
    border-bottom: 1px solid #758686;
    margin: 0 0 30px;
    padding: 20px 0px 0px;
    width: 23%;
}

.top-box-aa-row {
    padding: 0 30px;
}

.box-aa-row,
.section-listing-brands {
    display: inline-block;
    width: 100%;
    padding: 30px;
    background: rgba(27, 27, 19, 0.7);
    border: 1px solid #4d4d45;
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.section-listing-brands h3 {
    font-size: 22px;
    font-weight: 300;
    max-width: 611px;
    margin: 5px auto 35px;
    display: table;
    text-align: center;
    color: #fff;
}

.map-location-custom {
    margin-bottom: 30px;
}

.row-brands-section-quote {
    margin: 35px auto 15px;
    display: table;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    overflow: hidden;
}

.row-brands-section-quote:hover {
    background: #fff;
    color: #2e2e33;
    border-radius: 30px;
}

.box-row-brands {
    display: inline-block;
    width: 100%;
    padding: 15px 0px 50px;
    background: #2e2e33;
    border-radius: 30px;
    margin-bottom: 20px;
}

@media screen and (min-width:1200px) {
    .row-capabilites .box-row-brands {
        min-height: 600px;
    }
}

.page-template-template-brands .box-row-brands {
    padding: 60px 15px 50px;
}

.row-brands-section-phone {
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #a1b2b2;
    font-size: 15px;
}

.row-brands-section-phone:hover {
    color: #d7fc00;
    transition: .25s all;
}

.row-brands-section img {
    display: table;
    margin: 0 auto;
}

.middle-column-brads {
    display: table;
    margin: 0 auto;
}

.address-custom-style p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 26px
}

.address-custom-style strong {
    font-weight: 300;
    color: #d7fc00;
}

.address-custom-style h6 {
    display: inline-block;
    font-size: 15px;
    padding: 7px 35px;
    background: #2f3336;
    border: 1px solid #a1b3b3;
    color: #a1b3b3;
    transition: uppercase;
    border-radius: 10px;
    margin: 15px 0;
}

.capabilities-custom-style {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}

.capabilities-custom-style ul {
    list-style: none;
    padding-left: 21px;
}

.capabilities-custom-style ul li {
    position: relative;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}

.wrapper-box-brands {
    max-width: 1025px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

.capabilities-custom-style ul li::before {
    position: absolute;
    margin-left: -20px;
    color: #d7fc00;
    content: '\f111';
    font: normal normal normal 10px/1 FontAwesome;
    font-weight: 300;
    font-size: 8px;
    top: 3px
}

.key-custom-title {
    font-size: 15px;
    margin-bottom: 20px;
    color: #a1b2b2;
    display: inline-block;
}

@media screen and (max-width:991px) {
    .section-listing-brands {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-row-brands {
        padding: 30px 15px 20px;
    }
    .middle-column-brads {
        margin: 30px auto 15px;
    }
    .capabilities-custom-style {
        max-width: 220px;
        margin: 0 auto;
    }
}

.row-capabilites h3 {
    font-weight: normal;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 25px;
    margin-top: 20px;
}

.row-capabilites h3 span {
    font-size: 40px;
    color: #d7fc00;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 0;
    font-weight: 700;
    display: block;
}

@media screen and (max-width:767px) {
    .capabilities-custom-style {
        max-width: 300px;
    }
    .row-capabilites h3 span {
        font-size: 31px;
    }
}

.table-content-new {
    padding: 0 0px 30px;
    display: inline-block;
    width: 100%;
}

.row-capabilites .top-box-aa-row .table-content-new {
    padding: 0;
}

@media screen and (min-width:992px) {
    .row-capabilites .top-box-aa-row {
        min-height: 300px;
    }
}

@media screen and (min-width:1200px) {
    .row-capabilites .top-box-aa-row {
        min-height: 265px;
    }
}

.table-content-new ul {
    margin: 0;
    list-style: none !important;
    padding-left: 40px;
}

.table-content-new ul li {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    color: #eaeae7;
    margin-left: 0;
    transition: margin 0.3s;
    line-height: 1.2;
}

.table-content-new ul li:hover {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .table-content-w-links ul li,
    .table-content ul li {
        width: 100%;
        float: none;
    }
    .icon-title-box-section-3 {
        font-size: 24px;
        overflow: hidden;
    }
}

.table-content-new ul li a {
    color: #eaeae7;
}

/*.table-content-new ul li:hover {
    transform: translatex(10px);
    transition: .70s all;
}
*/

.table-content-new ul li a:before {
    content: '\f054';
    position: absolute;
    margin-left: -40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eaeae7;
    color: #1b1b13;
    border-radius: 100%;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 300;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    margin-top: -15px;
}

.up-box-aa {
    width: calc(100% - 30px);
    padding: 0 15px 15px;
    border-bottom: 1px solid #45454d;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 55px
}

.description-additive-custom {
    min-height: 130px;
}

.title-additive-custom {
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.icon-additive-custom {
    float: right;
}

.middle-box-aa {
    display: inline-block;
    width: 100%;
    padding: 15px 30px 5px;
}

.subtitle-additive-custom .description-info-services b {
    font-weight: 700;
}

.subtitle-additive-custom .description-info-services {
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 15px
}

.image-additive-custom img {
    max-width: 100%;
    width: 100%;
}

.quote-additive-custom a {
    margin: 25px auto 15px;
    display: table;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}

.quote-additive-custom a:hover {
    background: #fff;
    color: #444;
}

.more-additive-custom a {
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #a1b2b2;
    font-size: 15px;
    text-transform: capitalize;
    padding-bottom: 5px;
    border-bottom: 1px solid #a1b2b2;
}

.more-additive-custom a:hover {
    color: #d7fc00;
    border-color: #d7fc00;
}

.page-template-template-new-form .row-1-majestic.form-row-1 {
    padding: 60px 0 50px !important;
}

/* tolerances table - /machine-shop-services */

table.tolerances-table {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

table.tolerances-table tr {
    height: auto !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0);
}

table.tolerances-table tr:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
}

table.tolerances-table tr td {
    padding: 15px 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: auto !important;
}

table.tolerances-table tr td:last-child {
    width: 30% !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width:768px) {
    table.tolerances-table tr td:last-child {
        width: 25% !important;
    }
}

/*	footer map hover effect */

.wrapper-map-addresses .widget .textwidget>p span {
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    transition: border 0.3s;
}

.wrapper-map-addresses .widget .textwidget>p.underline-text span:not(.map-certification) {
    border-bottom-color: #d7fc00;
}

@media screen and (min-width:992px) {
    footer .col-md-4 {
        width: 33.33%
    }
}

.blob.green {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-green 3s infinite;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: block
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media screen and (min-width:992px) {
    #media_image-9 {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .wrapper-img {
        display: none !important;
    }
}

.new-hero-section .btn-container {
    text-align: center;
    display: inline-block;
}

.new-hero-section {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

.bulletheadline-h1 {
    color: #ffffff;
    font-size: 45px;
    line-height: 1.1;
    max-width: 500px;
    padding-bottom: 10px;
    margin-top: 0;
}

.details-new-hero,
.details-new-hero li {
    color: #ffffff;
    list-style: none;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
    margin-left: 0px;
}

.details-new-hero strong {
    color: #d7fc00;
}

.details-new-hero li {
    margin-bottom: 20px;
    position: relative;
}

.details-new-hero li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #d7fc00;
}

.details-new-hero ul {
    padding-left: 40px;
}

@media screen and (min-width: 992px) {
    .align-items-center-desktop {
        display: flex;
        align-items: center;
    }
}

.bottom-hero {
    display: inline-block;
    width: 100%;
    padding: 35px 0 0;
    background: #eaeae7;
}

.title-bottom-hero {
    font-size: 45px;
    line-height: 1.1;
    color: #000;
    font-weight: bold;
    margin-top: 0;
    text-align: center;
}

.subtitle-bottom-hero {
    font-size: 45px;
    line-height: 1.1;
    color: #000;
    font-weight: 100;
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}

.icon-option-bottom {
    margin: 0 auto;
    display: table;
}

.option-bottom-hero .col-md-4 img {
    margin-bottom: 15px;
}

.option-bottom-hero .col-md-4 {
    margin-bottom: 20px;
}

.text-option-bottom {
    text-align: center;
    font-size: 22px;
    line-height: 1.1;
    color: #000000;
}

.page-template-template-new-standard.page .content-area {
    padding-top: 50px
}

.tooltip-brand {
    display: none;
    position: absolute;
    top: 360px;
    right: 0;
    z-index: 11;
    padding: 15px 15px 10px;
    ;
    max-width: 620px;
    width: 100%;
    border-radius: 30px;
    background: #2e2e33;
    border: 1px solid #4d4d45;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.3);
}

.tooltip-brand .row-brands-section-quote .address-custom-style p {
    line-height: 22px;
}

.tooltip-brand .row-brands-section-quote {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tooltip-brand::before {
    content: '';
    background: url('../png/triangle-tooltip.png') center center no-repeat;
    background-size: cover;
    width: 26px;
    height: 13px;
    display: block;
    position: absolute;
    top: -13px;
    left: 72px;
}

#tooltip-location-fathom {
    top: 180px;
}

#tooltip-location-mw {
    top: 260px;
    right: -90px;
}

#tooltip-location-mw:before {
    left: 73px;
}

#tooltip-location-mm {
    top: 200px;
}

#tooltip-location-mm:before {
    left: 243px
}

#tooltip-location-lm {
    top: 315px;
}

#tooltip-location-lm:before {
    left: 298px;
}

#tooltip-location-cetex {
    top: 312px;
}

#tooltip-location-cetex:before {
    left: 326px;
}

#tooltip-location-marktwo {
    top: 345px;
}

#tooltip-location-marktwo:before {
    left: auto;
    right: 90px;
}

#tooltip-location-incodema {
    top: 140px;
}

#tooltip-location-incodema:before {
    left: auto;
    right: 64px;
}

#tooltip-location-newcut {
    top: 135px;
}

#tooltip-location-newcut:before {
    left: auto;
    right: 88px;
}

#tooltip-location-ppc {
    top: 190px;
}

#tooltip-location-ppc:before {
    left: 411px;
}

#tooltip-location-summit {
    top: 170px;
}

#tooltip-location-summit:before {
    left: 398px;
}

#tooltip-location-dahlquist {
    top: 130px;
}

#tooltip-location-dahlquist:before {
    left: 345px;
}

#tooltip-location-icomold {
    top: 175px
}

#tooltip-location-icomold:before {
    left: auto;
    right: 139px
}

.tooltip-brand[style="display: block; top: 143px;"]::before {
    left: 395px !important;
}

.tooltip-brand .first-brand-column .row-brands-section-quote {
    margin-top: 17px;
    margin-bottom: 10px;
}

.tooltip-brand .first-brand-column img {
    width: auto;
    height: auto;
    max-width: 200px;
}

.tooltip-brand .first-brand-column {
    text-align: center;
}

.tooltip-brand .first-brand-column .middle-column-brads {
    margin-top: 7px
}

@-webkit-keyframes fadeInLogo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInLogo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.link-on-logo-brand .green-logo {
    display: none;
}

.link-on-logo-brand:hover img.grey-logo {
    filter: invert(10%) sepia(157%) saturate(2523%) hue-rotate(30deg) brightness(125%) contrast(123%)
}

@media screen and (max-width:991px) {
    div.tooltip-brand {
        display: none !important;
    }
}

/* temp fix */

.page-template-template-brands .first-row-section-1-homepage {
    position: relative;
}

.box-row-brands>div.tooltip-brand {
    display: none !important;
}

.wrapper-map-addresses p.underline-text {
    color: #d7fc00;
}

/* icodema new template style */

.table-specif tr td {
    padding: 5px 10px;
}

.row-table-new-custom {
    width: 100%;
    display: inline-block;
    border: 1px solid #000;
    overflow: hidden;
    margin-bottom: 20px !important;
}

.title-icon-section {
    background: #000;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    padding: 20px 25px;
}

.row-table-new-custom .row {
    padding: 25px 25px 0;
}

.row-table-new-custom .row .row {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .row-table-new-custom .row .row .col-xs-12:first-child {}
    .row-table-new-custom .row .row .col-xs-12:last-child {}
    .row-table-new-custom .row .row {
        display: flex;
        align-items: center;
    }
}

.row-table-new-custom>.row {
    border-bottom: 1px solid #000;
}

.row-table-new-custom .row:last-child {
    border: 0 !important;
}

.btn-blk-white {
    color: #000;
    padding: 5px 7px;
    border: 1px solid #000;
    border-radius: 20px;
    display: block;
    font-size: 14px;
    text-align: center;
    width: 160px;
    margin-top: 10px;
}

.btn-blk-white:hover {
    background: #000;
    color: #fff;
    transition: .25s all;
}

a.custom-link-new {
    border-bottom: 1px solid #000;
    font-size: 16px;
    line-height: 24px !important;
    color: #000;
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    padding-right: 10px;
    margin-bottom: 5px;
}

a.custom-link-new:hover {
    color: #000;
    opacity: .85;
    position: relative;
}

a.custom-link-new:after {
    content: '\f054';
    position: absolute;
    margin-left: 2px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    font-weight: 300;
    line-height: 25px;
    top: 0;
    right: 0;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .row-table-new-custom .row .row .col-xs-12 {
        width: 90%;
    }
    .row-table-new-custom .row .row .col-xs-12:last-child {
        padding: 0;
    }
    a.custom-link-new {
        font-size: 14px;
        display: inline-block;
        padding: 0;
    }
    a.custom-link-new:after {
        right: -10px;
    }
}

.box-custom-icodema {
    margin-bottom: 30px !important;
    display: block;
}

.title-box-icodema {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.description-box-icodema {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-weight: 400;
}

.description-box-icodema ul {
    list-style: disc;
    padding-left: 20px;
}

.description-box-icodema ul li {
    margin-bottom: 10px;
}

.list-2-columns {
    padding: 0;
    margin: 0;
}

.cta-box-icodema {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.title-icon-section {
    display: inline-block;
    width: 100%;
}

.title-icon-section a {
    border: 1px solid #d7fc00 !important;
    background: #d7fc00 !important;
    color: #1b1b13 !important;
    border-radius: 20px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 65px !important;
    width: auto;
    text-align: center;
    font-size: 15px !important;
}

.title-icon-section a:hover {
    background: #bce012 !important;
    color: #1b1b13 !important;
    transition: .15s all;
}

@media screen and (min-width:992px) {
    .title-icon-section a {
        float: right;
    }
    .list-2-columns li {
        float: left;
        width: 50%;
        line-height: 1.2;
    }
}

@media screen and (min-width:992px) and (max-width: 1300px) {
    .table-specif {
        display: inline-block;
        width: 100%;
        overflow-x: scroll;
    }
}

@media screen and (max-width:991px) {
    .btn-blk-white {
        float: none;
    }
    .title-icon-section a {
        margin-top: 15px !important
    }
    .table-specif {
        display: inline-block;
        width: 100%;
        overflow-x: scroll;
    }
    .custom-link-new {
        margin-bottom: 15px !important;
    }
}

.anchor-links a {
    color: #000 !important;
    text-decoration: underline !important
}

.class-column-no-padding .vc_column-inner {
    padding: 0 !important;
}

/*	footer fix */

.map-area .info-map-area .wrapper-map-addresses .widget_text {}

.map-area .info-map-area .wrapper-map-addresses .widget_text:nth-child(1),
.map-area .info-map-area .wrapper-map-addresses .widget_text:nth-child(2) {
    width: 100% !important;
    margin: 20px 0 30px !important;
    min-height: 50px;
}

@media screen and (min-width:576px) {
    .map-area .info-map-area .wrapper-map-addresses .widget_text {}
}

@media screen and (max-width: 1200px) {
    .level-2-address {
        display: flex;
        flex-direction: column;
        margin-top: 15px !important;
        width: 100%;
    }
    #custom_html-2 a {
        width: auto
    }
    .wrapper-map-addresses p {
        margin-bottom: 10px;
    }
    .wrapper-map-addresses #text-19 p br:last-child {
        display: none;
    }
    #text-16 {
        order: 1
    }
    #text-17 {
        order: 2
    }
    #text-27 {
        order: 6
    }
    #text-20 {
        order: 10
    }
    #text-15 {
        order: 1
    }
    #text-19 {
        order: 4
    }
    #text-25 {
        order: 9
    }
    #text-21 {
        order: 5
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .level-2-address {
        display: flex;
        margin-top: 15px !important;
        width: 100%;
        flex: 50%;
        flex-flow: row wrap;
    }
    #text-20 {
        margin-top: -110px;
    }
    #text-15 {
        margin-top: 13px;
    }
    #text-27 {
        margin-top: -30px;
    }
}

@media screen and (max-width:992px) {
    .map-area .info-map-area .wrapper-map-addresses .widget_text:nth-child(1),
    .map-area .info-map-area .wrapper-map-addresses .widget_text:nth-child(2) {
        min-height: 50px !important;
        margin: 10px 0 !important;
    }
}

@media screen and (min-width:992px) {
    .map-area .info-map-area .wrapper-map-addresses .widget_text {}
    .map-area .info-map-area .wrapper-map-addresses .widget_text:nth-child(1),
    .map-area .info-map-area .wrapper-map-addresses .widget_text:nth-child(2) {
        width: 50% !important;
        min-height: 50px !important;
        vertical-align: middle;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .map-area .map-wrapper {
        margin-bottom: 0px !important;
    }
    .map-area .info-map-area .wrapper-map-addresses.level-2-address .widget {
        float: left;
        width: 33% !important;
        min-height: 200px
    }
}

@media screen and (min-width:1201px) {
    .level-2-address {
        display: inline-block;
        width: 100%;
        margin-top: -100px;
        margin-bottom: -100px;
    }
}

@media screen and (min-width:1201px) {
    .map-area .info-map-area .wrapper-map-addresses .widget_text {
        float: left;
        margin: 0;
        padding: 20px 20px 0 0 !important;
        display: inline-block;
        vertical-align: top;
    }
    .map-area .info-map-area .wrapper-map-addresses .widget_text:nth-child(1),
    .map-area .info-map-area .wrapper-map-addresses .widget_text:nth-child(2) {
        width: 23% !important;
    }
    .map-area .info-map-area .wrapper-map-addresses.level-2-address section.widget {
        margin: 0 !important;
        width: 25% !important
    }
    #text-21 {
        width: 100% !important;
        margin-top: -50px !important;
        position: relative;
        left: 25%;
        top: -150px;
    }
    #text-20 {
        position: relative;
        top: 80px;
    }
    #text-25 {
        margin-top: -180px !important;
    }
    #text-19 {
        margin-top: -100px !important;
        position: relative;
        top: -145px;
    }
    #text-15 {
        margin-top: -100px !important
    }
    #text-27 {
        margin-top: -20px !important;
    }
    #text-17 {
        margin-top: -120px !important;
    }
    .map-area {
        padding-bottom: 0
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    .map-area .info-map-area .wrapper-map-addresses.level-2-address section.widget {
        width: 50% !important;
        float: left;
    }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
    .map-area .info-map-area .wrapper-map-addresses.level-2-address section.widget {
        width: 50% !important;
    }
    .map-area .info-map-area .wrapper-map-addresses.level-2-address {
        max-width: 600px !important;
    }
}

@media screen and (min-width: 992px) {
    .section-certs-home .row {
        display: flex;
        align-items: center;
    }
}

.new-hero-section .bulletemphasis {
    font-weight: bold;
    color: #d7fc00;
}

.page-template-template-metadata header:not(.fixedHeader) {
    background: #1b1b13;
    position: relative;
}

.page-template-template-new .vc_row.vc_hidden {
    opacity: 1 !important;
    overflow: hidden;
}

.title-box-custom-1 p {
    color: #0a2e36;
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
}

.subtitle-box-custom-1 p {
    color: #0a2e36;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
}

.row-box-custom-2.container {
    background: #0a2e36;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    display: flex;
    align-items: center;
}

.row-box-custom-2.container p {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    margin: 10px 0 0;
}

.row-box-custom-2 .wpb_single_image,
.row-box-custom-2 img {
    text-align: center;
    margin: 0 auto;
    display: table;
}

.row-box-custom-2 .wpb_text_column {
    margin: 0;
}

.row-center-box-custom-3 p {
    font-size: 17px;
    color: #0a2e36;
}

.row-center-box-custom-3 {
    margin: 10px 0 5px !important;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.row-box-custom-3 .vc_col-sm-6 {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 225px;
    display: flex;
    align-items: center;
}

.row-box-custom-3:last-child .vc_col-sm-6 {
    display: inline-block;
    min-height: 180px;
    padding-top: 30px;
    padding-bottom: 0
}

.row-box-custom-3 .vc_col-sm-6 h4 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 10px;
}

.row-box-custom-3:nth-child(4) .right-box-custom-3 p {
    font-size: 22px;
    line-height: 1.1;
    margin-top: -10px;
}

.row-box-custom-3 .vc_col-sm-6 img {
    max-height: 50px;
}

.right-box-custom-3 a {
    color: #a1b2b2;
    text-decoration: underline !important;
}

.row-box-custom-3 .vc_col-sm-6:first-child:after {
    background: #d7fc00;
    text-align: center;
    color: #1b1b13;
    position: absolute;
    content: '+';
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    font-weight: bold;
    top: calc(50% - 12px);
    right: -12px;
    border-radius: 100%;
    z-index: 99;
}

body:not(.home) .section-testimonials-section-1 {
    display: block;
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .row-box-custom-3 .vc_col-sm-6:first-child:after {
        top: auto;
        bottom: -12px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .row-box-custom-3 .vc_col-sm-6 {
        min-height: 0;
    }
    .row-box-custom-3 .vc_col-sm-6:first-child {
        padding-bottom: 15px;
    }
    .row-box-custom-3 .vc_col-sm-6:last-child {
        padding-top: 30px;
    }
    .row-box-custom-2.container {
        flex-direction: column;
    }
    .row-box-custom-2.container p {
        margin: 0 0 15px !important;
    }
    .title-box-custom-1 p {
        font-size: 26px;
    }
    .first-row-box-custom .vc_column-inner,
    .first-row-box-custom {
        padding: 0;
    }
    .row-box-custom-3 {
        display: flex;
        flex-direction: column;
    }
    .row-box-custom-3 .vc_col-sm-6 {
        width: 100%;
        min-height: 0 !important;
    }
}

.page-template-template-new-2 .wpb_row {
    margin: 0 !important;
    left: 0 !important;
}

.page-template-template-new-2 .wpb_row>.vc_column_container.vc_col-sm-12>.vc_column-inner {
    margin: 0 auto !important;
    max-width: 1170px !important
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .row-box-custom-3 .vc_col-sm-6 {
        min-height: 275px
    }
    .page-template-template-new-2 .wpb_row {
        margin: 0 auto !important;
        left: 0 !important;
    }
}

.wpb_text_column ul {
    list-style: disc;
    padding-left: 25px;
}

/*	table-content fix for new standard template */

body.page-template-template-new-standard .content-top-area-wrapper {
    margin: 0 !important;
}

body.page-template-template-new-standard .content-top-area-wrapper .post-date.asd {
    padding: 0;
}

body.page-template-template-new-standard .content-top-area-wrapper .title-in-content {
    padding: 5px 0 25px;
}

body.page-template-template-new-standard .table-content>ul {
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

body.page-template-template-new-standard .table-content>ul>li {
    padding: 0 0 0 40px;
    float: none;
    flex: 0 1 auto;
    width: 50%;
    min-width: 300px;
}




.custom-table-materials {
    /* min-height: 500px; */
    display: flex;
    padding: 30px 0;
    align-items: center;
    overflow: hidden;
    margin: 0;
    position: relative;
}

.custom-table-materials .vc_column_container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.custom-table-materials h2 {
    font-size: 54px;
    margin: 0 0 30px;
    line-height: 1;
    color: #fff
}

.custom-table-materials .vc_tta-tabs-list a {
    margin: 0 !important;
    border-radius: 0 !important;
}

.custom-table-materials .vc_tta-tabs-list li {
    width: 50%;
    margin: 0 !important;
    border-radius: 0 !important;
    font-size: 20px;
    text-align: center;
}

.custom-table-materials .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a,
.custom-table-materials .vc_tta-tabs-list li a {
    background: #dadada !important;
    color: #0a2e36 !important;
    border: 0 !important;
    border-top: 2px solid transparent !important;
    text-align: center;
}

.custom-table-materials .vc_tta-tabs-list li.vc_active a {
    background: #0a2e36 !important;
    color: #d7fc00 !important;
    font-size: 20px;
    text-align: center;
    border-top: 2px solid #d7fc00 !important;
}

.custom-table-materials .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    background: #0a2e36 !important;
    color: #d7fc00 !important;
    font-size: 20px;
    text-align: center;
    border-top: 2px solid #d7fc00 !important;
}

.custom-table-materials::before {
    content: '';
    background: url(../hero-s5.html) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
}

.custom-table-materials table blockquote {
    display: none
}

.custom-table-materials table td.active blockquote {
    display: block;
    border: 0;
    padding: 20px;
    font-weight: normal;
}

.custom-table-materials table tr td {
    border: 1px solid #ccc;
    padding: 15px;
    color: #000;
    font-size: 16px;
}

.custom-table-materials table tr td:first-child {
    font-weight: bold;
    color: #0a2e36;
    font-size: 20px;
    line-height: 1.2;
}

.custom-table-materials table tr:first-child td:first-child {
    font-weight: normal;
    font-size: 16px;
}

.custom-table-materials table tr:first-child {
    background: #1b1b14;
}

.custom-table-materials table tr:nth-child(2n+1) td {
    /* border: 0; */
}

.custom-table-materials table tr:first-child td {
    padding: 10px;
    color: #fff;
    border: 0;
}

.custom-table-materials table em {
    font-weight: bold;
    color: #0a2e36;
    font-style: initial;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 15px 10px;
    display: inline-block;
    width: 100%;
    background: #cfd4d4;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.custom-table-materials table em::after {
    content: '(Click to Expand)';
    font-size: 12px;
    margin-left: 10px;
    color: #758686;
    font-weight: normal;
    ''
}

.custom-table-materials table td.active em::after {
    display: none
}

.custom-table-materials table em::before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 10px;
}

.custom-table-materials table td.active em::before {
    content: "\f106";
}

.custom-table-materials .vc_tta-panel-body {
    background: #f4f4f4 !important;
}

.custom-table-materials table td[colspan="5"] p {
    margin: 0
}

.custom-table-materials table td[colspan="5"] blockquote p {
    margin: 0 0 15px
}

.custom-table-materials table td[colspan="5"] {
    padding: 0;
    line-height: 1 !important;
    margin: 0;
}

.custom-table-materials .vc_col-sm-8 p {
    margin: 0;
    color: #0a2e36;
    font-size: 18px;
    line-height: 1.3;
}

.custom-table-materials table td[colspan="5"] p #rmp-container-9999 {
    display: none;
}
.wrapper-custom-table-materials{
    width: 100%
}
@media screen and (max-width:991px){
  .custom-table-materials{
    max-width: 100vw;
    overflow: hidden;
    display: inline-block;
    width: 100%
  }
  .wrapper-custom-table-materials{
    overflow-x: scroll;
  }
}
.post-date{
  display: none !important
}
