/* --- RESET & BASE STYLES --- */
.clearfix:after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

body {
    background: #FFF;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

p {
    font-family: 'Open Sans', sans-serif;
    padding: 1em 0;
    color: #777;
    line-height: 26px;
}

p.description {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    padding: 0;
    margin-top: 34px;
    letter-spacing: 0px;
}

/* --- HEADERS --- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
}

h1 {
    font-size: 22px;
    line-height: 34px;
}

h2 {
    font-size: 33px;
    line-height: 44px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    line-height: 26px;
}

h2.box-header {
    text-align: center;
}

.box-header:after {
    display: block;
    content: "";
    background: #1E69B8;
    width: 40px;
    height: 2px;
    margin-top: 13px;
    background: #ec1f28;
}

h2.box-header:after,
h6.box-header.align-center:after {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/* --- SITE CONTAINER --- */
.site-container {
    background: #FFF;
}

/* --- LAYOUT SYSTEM --- */
.row {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.row.full-width {
    width: 100%;
}

.row.gray {
    background: #F5F5F5;
}

.row.dark-gray {
    background-color: #73767A;
    color: #ffffff;
}

.row.dark-gray .box-header,
.row.dark-gray p,
.row.dark-gray a {
    color: #ffffff;
}

.row.dark-gray a:hover {
    color: #cccccc;
}

.row:after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.column {
    position: relative;
    float: left;
    margin-left: 30px;
}

.column:first-child {
    margin-left: 0;
}

.column-1-1 {
    width: 100%;
}

.column-1-2 {
    width: 570px;
}

.column-1-3 {
    width: 370px;
}

/* --- VERTICAL ALIGN --- */
.vertical-align-table {
    display: table;
}

.vertical-align-cell {
    display: table-cell;
    vertical-align: middle;
}

/* --- UTILITY CLASSES --- */
.align-center {
    text-align: center;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-26 {
    margin-top: 26px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.page-margin-top {
    margin-top: 50px;
}


/* --- HEADER TOP BAR --- */
.header-top-bar-container {
    background-color: #F5F5F5;
}

.header-top-bar {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

/* --- CONTACT DETAILS --- */
.contact-details {
    float: left;
}

.contact-details li {
    float: left;
    border-right: 1px solid #E2E6E7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #999;
    line-height: 20px;
    padding: 15px 20px;
}

.contact-details li a {
    color: #999;
}

.contact-details li:first-child {
    border-left: 1px solid #E2E6E7;
}

.contact-details li:before {
    color: #A4AAB3;
    font-size: 14px;
    margin-right: 10px;
    padding-bottom: 1px;
}


.contact-details-list li:before {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 48px;
    color: #AEAFB0;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.contact-details-list li p {
    font-family: 'Open Sans';
    /*font-size: 21px;*/
    line-height: 32px;
    padding: 12px 0;
    margin-left: 78px;
    color: #FFF;
    font-weight: 300;
}

.contact-details-list li p a {
    color: #A3B0C2;
}

/* --- SOCIAL ICONS --- */
.social-icons {
    float: right;
}

.social-icons li {
    float: left;
    border-right: 1px solid #E2E6E7;
}

.social-icons li:first-child {
    border-left: 1px solid #E2E6E7;
}

.social-icons li a {
    padding: 17px;
}

.social-icons a {
    display: block;
    color: #A4AAB3;
}

.social-icons a:hover {
    color: #777;
    text-decoration: none;
}

.social-icons a:before {
    font-size: 14px;
}

.social-icons.gray {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 26px auto 0;
    width: 100%;
    float: none;
}

.social-icons.gray li {
    background: transparent;
    border: 1px solid #888A8E;
    margin-left: 8px;
    float: none;
}

.social-icons.gray li:hover {
    border-color: #FFF;
}

.social-icons.gray li a {
    height: 18px;
    padding: 15px 17px;
}

.social-icons.gray li a:before {
    color: #AEAFB0;
}

.social-icons.gray li a:hover:before {
    color: #FFF;
}

.social-icons.gray li:first-child {
    margin-left: 0;
    border-left: 1px solid #888a8e;
}

/* --- HEADER --- */
.header-container {
    padding: 26px 0;
}

.header {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.header .logo {
    width: 370px;
}

.header .logo img {
    max-width: 370px;
    height: auto;
    display: block;
}

.header h1 {
    font-size: 34px;
    font-weight: 800;
    color: #1E69B8;
    line-height: 1;
    letter-spacing: 0;
}

.header h1 a {
    color: #1E69B8;
}

.header h1 a:hover {
    opacity: 1;
    text-decoration: none;
}

/* --- FORMS --- */
input, textarea {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #E2E6E7;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 15px;
    color: #777;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.contact-form {
    max-width: 900px;
    margin: 0 auto;
}

.contact-form .row {
    width: 100%;
    margin: 0;
}

.contact-form .column {
    width: calc(50% - 15px);
}

.contact-form .column:first-child {
    margin-left: 0;
}

.contact-form .column-1-1 {
    width: 100%;
    margin-left: 0;
}

.contact-form input,
.contact-form textarea {
    box-sizing: border-box;
    width: 100%;
}

.contact-form input {
    margin-top: 20px;
}

.contact-form input:first-child {
    margin-top: 0;
}

.contact-form textarea {
    height: 190px;
    resize: none;
}

::-webkit-input-placeholder {
    color: #A4AAB3;
}

:-moz-placeholder {
    color: #A4AAB3;
    opacity: 1;
}

::-moz-placeholder {
    color: #A4AAB3;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #A4AAB3;
}

/* --- BUTTONS --- */
.more,
.more[type="submit"] {
    position: relative;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #ec1f28;
    padding: 19px 24px 20px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    border: none;
}

.more span {
    position: relative;
    z-index: 10;
}

.more::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    transition: all 0.2s ease 0s;
    z-index: 9;
}

.more:hover {
    opacity: 1;
    text-decoration: none;
}

.more:hover::before {
    width: 100%;
    background: rgba(0,0,0,0.12);
}

/* --- OUR CLIENTS / SUPPLIERS --- */
.our-clients-list-container {
    overflow: hidden;
    text-align: center;
}

.our-clients-list li {
    float: left;
    width: 170px;
    height: 120px;
    margin-right: 30px;
}

.our-clients-list li img {
    width: 100%;
    height: auto;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 50px;
    align-items: center;
    justify-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.logo-item {
    width: 100%;
    max-width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: #fff;
    border: 1px solid #e2e6e7;
    transition: all 0.3s ease;
}

.logo-item:hover {
    border-color: #ec1f28;
    box-shadow: 0 4px 12px rbga(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.logo-item img {
    max-width: 100%;
    height: auto;
    display: block;
    filter: grayscale(100%) contrast(1.1);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0%) contrast(1);
    opacity: 1;
}

/* --- CAROUSEL PAGINATION --- */
.cs-carousel-pagination {
    display: block;
}

.cs-carousel-pagination a {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #FFF;
    border: 2px solid #E2E6E7;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 48px;
}

.cs-carousel-pagination a:first-child {
    margin-left: 0;
}

.cs-carousel-pagination a.selected,
.cs-carousel-pagination a:hover {
    border-color: #1E69B8;
}

.cs-carousel-pagination span {
    display: none;
}

/* --- COPYRIGHT --- */
.copyright {
    color: #A4AAB3;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
}

.padding-top-bottom-30 {
    padding: 30px 0;
}

/* --- COMPANY OVERVIEW FEATURES LIST --- */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    width: 100%;
    margin-top: 0;
}

.features-list .icon {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-size: 48px;
    color: #ec1f28;
}

.features-list h5 {
    text-align: center;
    margin-bottom: 15px;
    color: #414142;
}

.features-list p {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #414142;
}

/* --- CUSTOM SECTIONS --- */
.hero-section {
    padding: 60px 0;
    text-align: center;
}

.hero-subtitle {
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.revolution-slider-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden !important;
}

.revolution-slider {
    width: 100%;
    height: 600px;
    position: relative;
    background: #414142;
}

.revolution-slider li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.revolution-slider .tp-caption {
    z-index: 2;
}

.revolution-slider h2 {
    color: #FFF;
    font-size: 42px;
    font-weight: 800;
    text-align: center;
}

.tp-revslider-mainul .tp-parallax-wrap, .tp-revslider-mainul .tp-loop-wrap, .tp-revslider-mainul .tp-mask-wrap {
    width: 100% !important;
}

.tparrows.preview1 {
    width: 40px;
    height: 100px;
    background: none;
}

.tparrows.preview1::before {
    content: "";
}

.tparrows.preview1:after {
    font-family: "template-cs" !important;
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFF;
    width: 40px;
    height: 100px;
    text-align: center;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
    line-height: 100px;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.tp-rightarrow.preview1:after {
    content: 'a';
    right: 0;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}

.tp-leftarrow.preview1:after {
    content: 'a';
}

.tparrows.preview1:hover:after {
    background: #FFF;
    color: #666;
}

.tparrows.preview1 .tp-arr-allwrapper {
    display: none;
}

.tp-bullets.preview1 {
    height: 12px !important;
}

.tp-bullets.preview1 .tp-bullet {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 11px !important;
    height: 11px !important;
    border: none !important;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    background: rgba(0, 0, 0, 0.15);
}

.tp-bullets.preview1 .tp-bullet:hover,
.tp-bullets.preview1 .tp-bullet.selected {
    background: #FFF !important;
    width: 11px !important;
    height: 11px !important;
    border: none !important;
}

.align-center {
    text-align: center;
}

.dark-gray .align-center {
    width: 100%;
}

.header h1 a,
.sf-menu a:hover,
.social-icons a:hover,
.header-top-bar .template-search:hover,
.header-top-bar-container .header-toggle:hover,
.slider-control:hover,
.more:hover,
.vertical-menu li a:hover,
.buttons li a:hover,
.tabs-navigation li a:hover,
.tabs-navigation li a:focus,
.tabs-navigation li a:active,
.taxonomies a:hover,
.pagination li a:hover,
.scroll-top:hover {
    text-decoration: none;
}

.contact-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 20px;
}

.overview-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.overview-subtitle {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.suppliers-subtitle {
    max-width: 700px;
    margin: 20px auto;
}

.supplier-logos-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

/* --- FOCUS STYLES --- */
:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}