/* CSS Document */
* {
    padding: 0;
    margin: 0;
    list-style: none;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

@font-face {
    font-family: 'avenir';
    src: url("fonts/avenir.eot");
    src: url("fonts/avenir.eot") format("embedded-opentype"), url("fonts/avenir.woff2") format("woff2"), url("fonts/avenir.woff") format("woff"), url("fonts/avenir.ttf") format("truetype"), url("fonts/avenir.svg#avenir") format("svg");
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url("fonts/BebasNeueBold.eot");
    src: url("fonts/BebasNeueBold.eot") format("embedded-opentype"), url("fonts/BebasNeueBold.woff2") format("woff2"), url("fonts/BebasNeueBold.woff") format("woff"), url("fonts/BebasNeueBold.ttf") format("truetype"), url("fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
}

@font-face {
    font-family: 'helveticawebfont';
    src: url("fonts/helveticawebfont.eot");
    src: url("fonts/helveticawebfont.eot") format("embedded-opentype"), url("fonts/helveticawebfont.woff2") format("woff2"), url("fonts/helveticawebfont.woff") format("woff"), url("fonts/helveticawebfont.ttf") format("truetype"), url("fonts/helveticawebfont.svg#helveticawebfont") format("svg");
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

body {
    /*font-family: 'avenir', sans-serif;*/
    font-family: 'helveticawebfont', sans-serif;
    background: #FFF;
    font-size: 100%;
    color: #000;
    line-height: 100%;
    font-style: normal;
    font-weight: normal;
    /*font-size: 14px;*/
    font-size: 16px;
}

p.error { 
    position: relative;
    padding: .75rem 1.25rem; 
    margin-bottom: 1rem;
    border: 1px solid transparent; 
    border-radius: 3px; 
    color: #721c24; 
    background-color: #f8d7da; 
    border-color: #f5c6cb; 
}

input {
    background: none;
    border: 0 none;
    outline: none;
}

input, textarea {
    font-family: 'avenir', sans-serif;
}

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

td {
    vertical-align: top;
}

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

a {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.clearfix {
    clear: both;
    /*content:" "; never use this property error in opera*/
    display: block;
    font-size: inherit;
    height: 0;
    line-height: 0;
}

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

body, html {
    height: 100%;
}

.container:before,
.container:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

.container {
    /*width: 95%;*/
    width: 98%;
    max-width: 1170px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
}

/**************** Header ****************/
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
}

#header .container {
    /*margin: 0 auto auto 1%;*/
    margin: 0 auto;
    /*max-width: 95%;*/
    max-width: 98%;
}

a.logo {
    float: left;
    display: inline-block;
    max-width: 150px;
}

#nav {
    float: right;
    padding-top: 15px;
}

#nav ul li {
    display: inline-block;
    padding: 0 20px;
}

#nav ul li a {
    color: #302E91;
    font-family: 'BebasNeueBold', sans-serif;
    text-transform: uppercase;
}

#nav ul li a:hover {
    color: #000;
}

/**************** Close ****************/
/**************** Slider ***************/
.slider {
    position: relative;
}

.slider .bx-wrapper {
    margin: 0;
}

.slider .bx-wrapper .bx-viewport {
    border: none;
    background: none;
    left: 0;
    box-shadow: none;
}

.slider .bx-wrapper .bx-pager,
.slider .bx-wrapper .bx-controls-auto {
    bottom: 50px;
}

.slider ul li img {
    width: 100%;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 0;
    background: #fff;
    height: 7px;
    width: 30px;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #302e91;
}

.caption {
    position: absolute;
    left: 0;
    right: 0;
    margin: -70px auto 0 auto;
    max-width: 1170px;
    width: 95%;
    top: 50%;
    z-index: 10;
}

.caption h2 {
    text-transform: uppercase;
    line-height: 130%;
    font-size: 42px;
    font-family: 'BebasNeueBold', sans-serif;
}

.caption a {
    display: inline-block;
    background: #302e91;
    color: #fff;
    padding: 20px 25px;
    margin: 20px 0 0;
    text-transform: capitalize;
}

.caption a:hover {
    background: #fff;
    color: #302e91;
}

.slider .overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

/**************** Close ****************/
/**************** Content ****************/
.home-content {
    min-height: 100%;
    margin-bottom: -45px;
}

.section {
    padding: 20px 0;
}

.col-half {
    display: inline-block;
    width: 49.8%;
    vertical-align: middle;
    box-sizing: border-box;
}

.col-half p {
    line-height: 140%;
}

.col-half h2 {
    font-size: 34px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0 0 20px;
    position: relative;
    font-family: 'BebasNeueBold', sans-serif;
    font-weight: normal;
}

.col-half h2 span {
    background: #fff;
    padding: 0 10px 0 0;
}

.col-half h2:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 32px;
    height: 10px;
    width: 60%;
    z-index: -1;
    background: #26B7D7;
}

.col-half h3 {
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 3px 0;
    font-family: 'BebasNeueBold', sans-serif;
    font-weight: normal;
    position: relative;
    margin: 0 0 20px;
}

.col-half h3 span {
    position: relative;
    z-index: 1;
}

.col-half h3:after {
    background: #2f2d91;
    clear: both;
    content: "";
    display: block;
    height: 100%;
    left: -135%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 160%;
    z-index: 0;
}

.col-half h3 span.number {
    border-radius: 150px;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    left: -65px;
    line-height: 51px;
    position: absolute;
    text-align: center;
    top: -12px;
    width: 50px;
    background: #26B7D7;
    text-shadow: 3px 1px 1px rgba(0, 0, 0, 0.3);
}

.col-half ul {
    margin-left: 10px;
}

.col-half ul li {
    list-style: disc;
    line-height: 140%;
}

.features {
    max-width: 45%;
}

.feature-block {
    position: relative;
}

.with-border:after {
    content: "";
    right: 0;
    background: #fff;
    width: 1px;
    bottom: -10px;
    top: 10px;
    clear: both;
    overflow: hidden;
    position: absolute;
}

.feature-block h4 {
    position: relative;
    font-weight: normal;
    font-size: 22px;
    font-family: 'BebasNeueBold', sans-serif;
    margin: 0 0 10px;
    line-height: 100%;
}

.feature-block h4 span {
    padding-right: 10px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.feature-block h4:after {
    position: absolute;
    z-index: 0;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 10px;
    background: #fff;
    height: 1px;
}

.feature-block ul {
    padding-right: 100px;
    padding-bottom: 30px;
}

.feature-block ul li {
    list-style: none;
}

img.icon-feature {
    position: absolute;
    right: 20px;
    top: 50%;
    max-width: 50px;
    margin-top: -30px;
}

.white-bg {
    background: #fff;
}

.blue-bg {
    background: #2F2D91;
}

.text-blue {
    color: #302E91;
}

.text-dark {
    color: #76787A;
}

.text-white {
    color: #fff;
}

.with-large-padding {
    padding: 70px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.margin-b-25 {
    margin-bottom: 25px;
}

.padding-b-25 {
    padding-bottom: 25px;
}

.margin-b-100 {
    margin-bottom: 100px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.margin-t-25 {
    margin-top: 25px;
}

.padding-t-25 {
    padding-top: 25px;
}

.right-border {
    border-right: 1px solid #fff;
}

img.logo-ss {
    max-width: 200px;
}

img.transparent-icon {
    max-height: 400px;
}

.slider .transparent-icon {
    left: 0;
    max-width: 320px;
    position: absolute;
    top: 0;
    z-index: 10;
}

/*** Contact ***/
.map-block {
    padding: 70px 0 0;
}

.map-block iframe {
    width: 100%;
}

.menu-toggle {
    display: none;
}

#map {
    height: 500px;
}

/**************** Close ****************/
/**************** Footer ****************/
.footer {
    position: relative;
}

.footer h2 {
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0 0 20px;
    position: relative;
    font-family: 'BebasNeueBold', sans-serif;
    font-weight: normal;
}

.footer h2 span {
    padding: 0 10px 0 0;
}

.footer h2:after {
    bottom: 35px;
    clear: both;
    content: "";
    display: block;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 85%;
    z-index: 0;
    background: #26B7D7;
}

.footer .col-4 {
    float: left;
    width: 25%;
}

.footer .col-4 h5 {
    font-family: 'BebasNeueBold', sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 100%;
    padding: 0 0 20px;
}

.footer .col-4 address {
    font-style: normal;
    line-height: 130%;
    padding: 0 0 25px;
}

.footer .footer-logo img {
    max-height: 100px;
}

.footer address a:hover {
    color: #fff;
}

.footer .copyright {
    font-size: 14px;
}

.footer .container {
    max-width: 97%;
    width: auto;
}

.copyright p {
    font-size: 12px;
}

.footer a {
    color: #fff;
}

/**************** Close ****************/
/****** Media Queries ******/
@media (max-width: 1023px) {
    .menu-toggle {
        display: block;
        background: none;
        border: medium none;
        float: right;
        font-size: 28px;
        margin: 5px 10px 0 0;
        cursor: pointer;
    }
    #nav {
        clear: both;
        float: none;
        padding-top: 0;
    }
    #nav ul {
        display: none;
    }
    #nav ul li {
        display: block;
        padding: 18px 15px 0px 15px;
    }
    #nav ul li a {
        display: block;
    }
    .col-half {
        width: 100%;
        display: block;
    }
    .col-half h3::after {
        left: -6%;
        right: -6%;
        width: 100%;
    }
    #map, #map iframe {
        max-width: 100%;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .caption h2 {
        font-size: 30px;
    }
    .slider .bx-wrapper .bx-viewport {
        min-height: 1010px;
    }
    .slider ul li img {
        min-height: 1010px;
        width: auto;
    }
    .slider ul li .transparent-icon img {
        height: auto;
        min-height: inherit;
    }
    .col-half::before, .col-half::after {
        clear: both;
        content: "";
        display: block;
        overflow: hidden;
    }
    .footer h2::after {
        width: 78%;
    }
    .footer .col-4 {
        display: flex;
        float: none;
        width: 100%;
    }
    .footer .col-4 address {
        padding: 0 30px 25px 0;
    }
}

@media (max-width: 767px) {
    #header {
        position: relative;
    }
    .caption h2 br {
        display: none;
    }
    .caption h2 {
        font-size: 18px;
    }
    .home-content {
        min-height: inherit;
        margin-bottom: -10px;
    }
    .caption {
        margin: -40px auto 0;
    }
    .slider ul li .transparent-icon img {
        height: auto;
        min-height: inherit;
        max-width: 150px;
        margin: 0;
    }
    .with-large-padding {
        padding: 20px;
    }
    .col-half h3 {
        padding: 3px 0;
        text-align: center;
    }
    .col-half h3 span.number {
        left: -5px;
    }
    .features {
        float: none;
        max-width: 100%;
    }
    .with-border::after {
        display: none;
    }
    .with-large-image {
        position: relative;
        height: 0;
        padding: 56.25% 0 0 0;
        overflow: hidden;
    }
    .with-large-image img {
        position: absolute;
        display: block;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        min-height: 400px;
    }
    .section {
        padding: 0;
    }
    .footer .col-4 {
        float: none;
        width: 100%;
    }
    .footer h2::after {
        width: 54%;
    }
    #map {
        height: 250px;
    }
    .map-block {
        padding: 0;
    }
}

/* 22-1-2016 */
.page-height-min {
    min-height: calc(100vh - 66px);
}

.login-page {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.login-page * {
    box-sizing: border-box;
}

.login {
    width: 400px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 450px) {
    .login {
        width: 90%;
        margin: 20px;
    }
}

.login__heading {
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'BebasNeueBold', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #302E91;
    letter-spacing: 1px;
    text-align: center;
}

.login__body {
    padding: 30px;
}

.login-btn {
    min-width: 100px;
}

.input-section {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .475rem .75rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
    font-family: 'BebasNeueBold', sans-serif;
}

.btn-primary {
    color: #fff;
    background-color: #302E91;
    border-color: #302E91;
}

/* product page */
.product-list {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .product-list {
        margin-top: 100px;
    }
}

.product {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.product__img {
    padding: 15px;
}

.product__img img {
    width: 100%;
}

.product__name {
    padding: 15px;
    font-weight: normal;
}

.product__link {
    width: 100%;
    border-radius: 0;
    display: block;
}

.product-detail-heading {
    text-transform: uppercase;
    color: #302e91;
    /* font-weight: bold; */
    font-size: 24px;
    font-family: 'BebasNeueBold', sans-serif;
}

.product-display {
    border: 1px solid #e6e6e6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.07);
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}

.product-display img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.font-small {
    font-size: 12px;
}

.product-detail-tb thead th {
    font-family: 'BebasNeueBold', sans-serif;
    background-color: #302e91;
    color: #fff;
    vertical-align: middle;
}

.product-detail-tb td {
    vertical-align: middle;
}

.product-detail-page {
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .product-detail-page {
        padding-top: 100px;
    }
}
