body {
    margin: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    overflow-x: hidden;
    letter-spacing: 1px;
}

/* theme color pink = #ed1c24 */
/* theme color blue = #0069aa */

/* common css */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: top;
    max-width: 100%;
    border: 0;
}

a {
    color: #000;
}

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

p {
    margin: 0 0 10px;
}

.page-width {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn,
input[type=button],
input[type=submit] {
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
    background:#0069aa;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number]{
    height: 36px;
    padding: 0 10px;
}

/* header css */
.page-header {
    border-bottom: 5px solid #ed1c24;
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo img{
    max-width: 250px;
    margin: 10px 0;
}

nav {
    margin-left: auto;
    margin-top: auto;
}

.nav-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}

.nav-link + .nav-link{
    margin-left: 5px;
}

.nav-link a {
    text-decoration: none;
    color: #ed1c24;
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px 4px 0 0;
}

.nav-link.active a,
.nav-link a:hover {
    background: #ed1c24;
    color: #fff;
}

/* slide show */
.slide-item {
    position: relative;
}
.slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50% -50%);
    -moz-transform: translate(-50% -50%);
    -ms-transform: translate(-50% -50%);
    -o-transform: translate(-50% -50%);
    transform: translate(-50%, -50%);
    padding: 50px;
    background: rgba(0,0,0,.3);
    color: #fff;
}

.slide-content h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.slide-content p {
    text-transform: uppercase;
    font-size: 18px;
    font-weight:300;
}

.slide-content .btn {
    display: inline-block;
    margin-top: 20px;
    background: #ed1c24;
}

.main-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    margin: auto;
}

.main-carousel.owl-carousel .owl-nav button.owl-prev,
.main-carousel.owl-carousel .owl-nav button.owl-next{
    background: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
}

.main-carousel * {
    outline: none !important;
}

.main-carousel.owl-carousel .owl-nav button.owl-next {
    float: right;
}

/* track shipment css */

.track-shipment {
    background: rgba(0,0,0,0.1);
    border-bottom: 5px solid #ed1c24;
}

.track-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    align-items: center;
}

.track-content .track-field {
    margin: 0 10px;
}

.track-content .track-title {
    margin: 0;
    font-size: 18px;
}

.track-content input[type=radio] {
    margin-left: 10px;
}

/* home product bar */
.home-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.home-product-item {
    padding: 15px;
    background: #0069aa;
    color: #fff;
    position: relative;
    width: 33.33%;
}

.home-product-item > a,
.service-item > a,
.empty-anchor {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-product-item.item2 {
    background: rgba(0,0,0,0.1);
    color: #333;
}

.home-product-item.item3 {
    background: #ed1c24;
}

.home-product-item.item4 {
    background: #333;
}

.home-product-item-title {
    text-transform: uppercase;
    font-size: 18px;
}

@media all and (min-width: 768px) {
    .sidebar .home-products {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .sidebar .home-product-item {
        width: 100%;
    }

    .sidebar .home-product-item-title {
        font-size: 14px;
        margin: 0;
    }

    .sidebar .home-product-item p {
        display: none;
    }
}

/* home services bar */
.home-services-title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.home-services-subtitle {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
}

.service-lists {
    margin: 30px 0 50px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.service-item {
    width: 50%;
    padding: 15px;
    position: relative;
}

.service-item:after {
    content: '';
    clear: both;
    display: table;
}

.service-icon {
    width: 100px;
    height: 100px;
    background: #ed1c24;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #fff;
    font-size: 40px;
}

.service-icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service-dec {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    width: calc(100% - 107px);
}

.service-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #ed1c24;
    margin: 0 0 10px;
}

.service-dec p {
    margin: 0;
    line-height: 1.8;
}


/* footer css */
.page-footer {
    background: rgba(0,0,0,0.1);
    margin-top: 30px;
    border-top: 1px solid rgba(0,0,0,0.3);
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-links,
.footer-address{
    width: 25%;
}

.footer-link + .footer-link{
    margin-top: 10px;
}

.footer-link a {
    text-decoration: none;
    color: #333;
}

.footer-link a:hover{
    text-decoration: underline;
}

.footer-address li + li{
    margin-top: 10px;
}

.address-info > span{
    display: block;
}

/* copyright css */

.page-copyright {
    background: #0069aa;
}

.copyright-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.copyright-content a{
    color: #fff;
}

.powered-by {
    margin-left: auto;
}

/* inner pages css */

.page-banner {
    max-height: 250px;
    position: relative;
    overflow: hidden;
}

.page-banner img {
    margin-top: -50px;
}

.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.breadcrumb {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.breadcrumb .fa {
    font-size: 18px;
    color: #333;
}

.breadcrumb a{
    color: #333;
    text-decoration: none;
}

.breadcrumb ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.breadcrumb ul li {
    margin-right: 15px;
    position: relative;
    line-height: 18px;
}

.breadcrumb ul li + li:before {
    content: '';
    background: #333;
    width: 1px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.columns {
    padding-top: 30px;
}

.columns:after {
    content: '';
    display: table;
    clear: both;
}

.sidebar {
    width: 25%;
    margin-right: 5%;
    float: left;
}

.sidebar-links-title {
    text-transform: uppercase;
    color: #fff;
    background: #0069aa;
    padding: 10px;
    margin: 0;
    font-weight: normal;
}

.sidebar-links-title .fa {
    float: right;
    margin-top: 2px;
}

.sidebar-additional {
    clear: left;
}

.related-items {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 5px solid #0069aa;
    background: rgba(0,0,0,.1);
}

.related-item {
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #333;
}

.related-item:last-of-type {
    border: 0;
}

.related-item a{
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.related-item a:hover {
    background: rgba(0,0,0,.11);
}

.main-content {
    width: 70%;
    float: right;
}

/* login page */

.sign-in-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.login-col {
    width: 48%;
    max-height: 400px;
    position: relative;
}

.login-col a {
    display: block;
    border: 5px solid #333;
    position: relative;
}

.login-heading {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.login-col:hover .login-heading{
    padding-bottom: 30px;
}

/* form field setting */

.form-field-group {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-field-group .form-label {
    width: 22%;
    width: 170px;
    padding-right: 15px;
}

.form-field-group.required .form-label:after {
    content: '*';
    font-weight: bold;
    color: red;
}

.form-field-group .form-field {
    width: 78%;
    width: calc(100% - 180px);
    max-width: 400px;
}

.form-field-group .form-field input[type=text],
.form-field-group .form-field input[type=number],
.form-field-group .form-field input[type=email],
.form-field-group .form-field textarea {
    min-width: 300px;
    width: 100%;
}

.form-field-group .form-field .btn + .btn {
    margin-left: 12px;
}

 
.error {
  color: red;
  margin-left: 5px;
}
 
label.error {
  display: inline;
}