@font-face {
    font-family: 'RBNo31-BlackItalic';
    src: url('../fonts/RBNo31-BlackItalic.woff2') format('woff2'),
    url('../fonts/RBNo31-BlackItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Liberator';
    src: url('../fonts/Liberator.woff2') format('woff2'),
    url('../fonts/Liberator.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}
/* Master layout */
/************************************************************
Global styles */
/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
li a {
	font: 18px/1.38 "Liberator", sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 18px/1.38 "Poppins", sans-serif;
    color: #030303;
}

/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s ease 0s; 
        transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
}

/* Form elements */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"], 
textarea, 
select {
    font-size: 18px;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 15px;
    text-transform: inherit;
    font-family: inherit;
    color: #030303;
    background: #fff;
    box-shadow: none;
}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    -webkit-text-fill-color: #030303;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #030303;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #030303;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #030303;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #030303;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
    margin-bottom: 0;
}
h1, h2, h3, .large-text {
    font-family: 'Liberator', sans-serif;
    text-transform: uppercase;
    color: #CE1728;
}
h1 {
    font-size: 45px !important;
    line-height: 1.03;
    margin-bottom: 25px;
}
.large-text {
   font-size: 55px;
    line-height: 1.03;
    margin-bottom: 25px;
}
h2 {
   font-size: 40px !important;
    line-height: 1.03;
    margin-bottom: 25px;
}
h3 {
    font-size: 30px;
    line-height: 1.17;
    margin-bottom: 15px;
}
h4 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h5 {
   
}
h6 {
   
}
.large-text {
    
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 25px;
}
p:last-child{
    margin-bottom: 0;
}
p a {
    
}
p a:hover {
    color: inherit;
}
ul, ol {
    list-style-type: none;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 35%;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.container {
    max-width: 1810px;
    margin: 0 auto;
    padding: 0 70px;
}
.container.sm {
    max-width: 1500px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}
/* Text alignment */
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
table {
    width: 100%;
    table-layout: fixed;
    font-size: 16px;
}
/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}
.on-top {
    position: relative;
    z-index: 1;
}
.hide {
    display: none !important;
}
.no-scroll {
    overflow: hidden;
}
.sub-menu, .sub-ctrl, 
.slick-arrow, .btn,
.header-wrapper .search-box,
.more-link:after {
    -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
}
.ql-box:before,
.project-box .project-content,
.photo-gallery .gallery-item:before {
    -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.img-box .relative {
    z-index: 1;
}
.banner .single-banner:after,
.sub-banner:after,
.ql-box:before,
.project-box .project-content,
.testimonials-wrapper:before,
.bar-callout:before,
.photo-gallery .gallery-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn {
    font: normal 18px/1.2 "Arial", sans-serif;
    letter-spacing: 0.9px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    padding: 16px 40px 14px;
    border-radius: 20px 0px;
    min-width: 200px;
    border: 2px solid transparent;
}
.btn:hover {
   border-color: #CE1728 !important; 
   color: #CE1728 !important;
}
.btnContact {
   color: #030303;
   border-color: #030303;
}
.btn.btn-dark {
    background: #030303;
}
.btn.btn-invert {
    background: #007DB6;
}
.btn.btn-light {
    font-weight: bold;
    color: #030303;
    border: 2px solid #030303;
    background: transparent;
}
.btn:hover {
    color: #fff;
}
.btn.btn-invert:hover {
    background: #02425F;
}
.btn + .btn {
    margin-left: 25px;
}
.more-link,
.back-link {
    letter-spacing: 0.9px;
    text-transform: uppercase;
    white-space: nowrap;
}
.more-link:after,
.back-link:before,
.prod-detail .section-content .btn:before  {
    content: '\f105';
    display: inline-block;
    font: 300 18px/1 Font Awesome\ 5 Pro;
    vertical-align: top;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.back-link:before,
.prod-detail .section-content .btn:before {
    content: '\f104';
    margin: 0 10px 0 0;
}
/* List */
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul{
    margin: 10px 0;
}
.content ul li,
.content ol li,
.info-section ol li,
.info-section ul li,
.single-project-wrapper .project-content ul li {
    position: relative;
    padding-left: 15px;
}
.content ul > li:not(:last-child),
.content ol > li:not(:last-child),
.info-section ol > li:not(:last-child),
.info-section ul > li:not(:last-child),
.single-project-wrapper .project-content ol > li:not(:last-child),
.single-project-wrapper .project-content ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.content ul > li:before,
.info-section ul > li:before,
.single-project-wrapper .project-content ul > li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0px;
    display: inline-block;
    vertical-align: baseline;
    width: 10px;
    height: 10px;
    
}
.content ol,
.info-section ol,
.single-project-wrapper .project-content ol { 
    counter-reset: item; 
}
.content ol > li:before,
.info-section ol > li:before,
.single-project-wrapper .project-content ol > li:before  {
    content: counter(item) ". ";
    counter-increment: item;
    color: #007DB6;
    font-weight: bold;
    position: absolute;
    left: 0;
}
/* Icons */
.icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-bottom: 20px;
}
.icon img {
    max-height: 100%;
    max-width: 100%;
}
i {
    font-style: normal;
}
/* Social */
.social a {
    font-size: 30px;
}
.social a:not(:last-child) {
    margin-right: 25px;
}
/***************************
Slick Slider main styles */
.testimonial-con .slick-arrow,
.brand-con .slick-arrow{
	color: #000000;
}
.testimonial-con .slick-arrow.slick-prev,
.brand-con .slick-arrow.slick-prev {
    left: -50px;
}
.testimonial-con .slick-arrow.slick-next,
.brand-con .slick-arrow.slick-next  {
    right: -30px;
}
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-arrow {
    width: 30px;
    height: 61px;
    color: inherit;
    position: absolute;
    z-index: 9;
    color: #007DB6;
}
.slick-arrow:before {
    font: 300 30px/1 "Font Awesome 6 Pro";
}
.slick-arrow.slick-prev:before {
    content: '\f060';
}
.slick-arrow.slick-next:before {
    content: '\f061';
}
.slick-arrow.slick-prev {
    left: 55px;
}
.slick-arrow.slick-next {
    right: 55px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    position: static;
    height: 12px;
    line-height: 0;
    z-index: 9;
    margin-top: 40px;
}
.slick-dots li {
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #030303;
}
.slick-dots li.slick-active button {
    background: #007DB6;
    border-color: #007DB6;
}
.slick-dots li button:before {
    content: none;
}
.slick-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 85px;
    position: absolute;
    color: #FFF;
    bottom: 100px;
    width: 100%;
}
.slick-slider-nav  .slick-dots {
    margin: 0;
    width: auto;   
}
.slick-slider-nav .slick-arrow {
    position: static;
    transform: none;
    color: #FFF;
}
.slick-slider-nav .slick-prev {
    position: absolute;
    left: 100px;
}
.slick-slider-nav .slick-next {
    order: 1;
    position: absolute;
    right: 100px;
}
.slick-arrow:hover:before {
   color: #CE1728;
}
.slick-arrow:before {
   -webkit-transition: all 0.3s ease 0s; 
     transition: all 0.3s ease 0s;
}
.content-full {
   width: 100% !important;
}
.product-content {
   padding-top: 60px
}
/* Contact Modal */
/* Modal overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10000;
}

/* Modal box */
.modal-contact {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  width: 90%;
  transform: scale(0.8);
  transition: transform 0.3s ease;
  position: relative;
  height: 80%;
  overflow-y: auto;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

/* Show modal */
.modal-overlay.active-contact {
  opacity: 1;
  pointer-events: all;
}

.modal-overlay.active-contact .modal-contact {
  transform: scale(1);
}