@charset "UTF-8";
body {
    color: #0a0c23;
    font: 400 20px/1.5 "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
    background: #0A1923;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}
.col-lg-9.col-md-12.cbp-so-side.cbp-so-side-right .owl-controls {
    position: relative;
    top: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
    color: #1c2160;
}

h1,
.heading-1 {
    font-size: 120px;
    line-height: 120px;
}

h2,
.heading-2 {
    font-size: 108px;
    line-height: 1.11111111;
    font-weight: 300;
}

@media (max-width: 1199px) {
    h2,
    .heading-2 {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    h2,
    .heading-2 {
        font-size: 70px;
    }
}

@media (max-width: 479px) {
    h2,
    .heading-2 {
        font-size: 40px;
    }
}

h3,
.heading-3 {
    font-size: 40px;
    line-height: 1.125;
}

@media (max-width: 479px) {
    h3,
    .heading-3 {
        font-size: 30px;
    }
}

h4,
.heading-4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

h5,
.heading-5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

h6,
.heading-6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

p .fa,
.marked-list .fa,
.list .fa {
    text-decoration: none;
}

small,
.small {
    font-size: .8em;
    line-height: 1.25;
}

.big {
    font-size: 1.5em;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
    position: relative;
}

a[href^="tel:"]:after,
a[href^="callto:"]:after,
a[href^="mailto:"]:after {
    background: #2E369D;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 1px;
    content: "";
    opacity: 0;
    transition: height 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0s;
    transform: translateY(-10px);
}

a[href^="tel:"]:hover:after,
a[href^="callto:"]:hover:after,
a[href^="mailto:"]:hover:after {
    height: 2px;
    opacity: 1;
    transform: translateY(0px);
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

*+p {
    margin-top: 30px;
}

h4+p {
    margin-top: 18px;
}

*+.btn {
    margin-top: 58px;
}

*+.btn-md {
    margin-top: 112px;
}

*+.inline-list {
    margin-top: 20px;
}

*+.flex-list {
    margin-top: 83px;
}

*+.subscribe-form {
    margin-top: 32px;
}

*+.offset-1 {
    margin-top: 10px;
}

.inset-1 {
    padding-top: 103px;
    padding-left: 100px;
}

@media (max-width: 991px) {
    .inset-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.inset-2 {
    padding-top: 35px;
}

.inset-3 {
    padding-top: 43px;
    padding-right: 100px;
}

@media (max-width: 991px) {
    .inset-3 {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 479px) {
    .inset-3 {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
    }
}

.inset-4 {
    padding-left: 100px;
    padding-top: 30px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .inset-4 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 479px) {
    .inset-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.inset-5 {
    padding-top: 32px;
}

.inset-6 {
    padding-top: 43px;
    padding-bottom: 70px;
}

.well {
    padding: 120px 0 100px;
}

.well-2 {
    padding: 70px 0 70px;
}

.round {
    border-radius: 50%;
}

.full {
    width: 100%;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.strike {
    text-decoration: line-through;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.text-lowercase {
    text-transform: lowercase;
}

.thin {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.sbold {
    font-weight: 600;
}

strong,
.bold {
    font-weight: 700;
}

.ubold {
    font-weight: 900;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

@media (max-width: 1199px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-left {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .text-sm-center {
        text-align: center;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-left {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
    .text-xs-right {
        text-align: right;
    }
    .text-xs-left {
        text-align: left;
    }
}

@media (max-width: 479px) {
    .text-xxs-center {
        text-align: center;
    }
    .text-xxs-right {
        text-align: right;
    }
    .text-xxs-left {
        text-align: left;
    }
}

.pull-left {
    float: left;
}

.pull-none {
    float: none;
}

.pull-right {
    float: right;
}

@media (max-width: 1199px) {
    .pull-md-none {
        text-align: center;
    }
    .pull-md-right {
        text-align: right;
    }
    .pull-md-left {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .pull-sm-none {
        text-align: center;
    }
    .pull-sm-right {
        text-align: right;
    }
    .pull-sm-left {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .pull-xs-none {
        text-align: center;
    }
    .pull-xs-right {
        text-align: right;
    }
    .pull-xs-left {
        text-align: left;
    }
}

.text-default {
    color: #000;
}

.text-contrast {
    color: #2E369D;
}

.text-primary {
    color: #2E369D;
}

.bg-primary {
    background: #2E369D;
}

.bg-contrast {
    background: rgba(255, 255, 255, 0.85);
    /*background: #fff;*/
}

.bg-contrast--after {
    position: relative;
}

.bg-contrast--after:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    height: 100%;
    width: 5000px;
    left: 100%;
    top: 0;
}

@media (max-width: 991px) {
    .bg-contrast--after:after {
        display: none;
    }
}

.bg-contrast--before {
    position: relative;
}

.bg-contrast--before:before {
    content: '';
    position: absolute;
    background: #FFFFFF;
    height: 100%;
    width: 5000px;
    right: 100%;
    top: 0;
}

@media (max-width: 991px) {
    .bg-contrast--before:before {
        display: none;
    }
}

.bg-img {
    -webkit-background-size: cover;
    background-size: cover;
    background: url("../images/bg-img.jpg") no-repeat fixed;
}

@media (max-width: 1199px) {
    .bg-img {
        background: url("../images/bg-img.jpg") no-repeat scroll center center;
    }
}

.brand {
    display: inline-block;
    background: #2E369D;
    padding: 32.5px 38px;
}

.brand_name {
    font-weight: 500;
    overflow: hidden;
    font-variant: small-caps;
    color: #FFFFFF;
    font-size: 35px;
    line-height: 35px;
}

.image-wrap-1 {
    position: relative;
}

.image-wrap-1 img {
    max-width: none;
    position: absolute;
    left: 100%;
    bottom: 0;
}

@media (max-width: 991px) {
    .image-wrap-1 img {
        position: static;
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }
}

.icon {
    display: inline-block;
}

.icon.fa-facebook,
.icon.fa-twitter,
.icon.fa-google-plus,
.icon.fa-skype,
.icon.fa-instagram {
    font-size: 20px;
    line-height: 20px;
}

.icon.fa-facebook:hover,
.icon.fa-twitter:hover,
.icon.fa-google-plus:hover,
.icon.fa-skype:hover,
.icon.fa-instagram:hover {
    color: #5d65d0;
}

.btn {
    display: inline-block;
    background: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn:before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition-property: transform, opacity;
    transition-duration: 0.7s, 0.4s;
    transition-delay: 0s, 0s;
}

.btn:hover:before {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.btn-md {
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    padding: 17.5px 88px;
    overflow: hidden;
}

.btn-md--mod {
    padding: 17.5px 30px;
    overflow: visible;
}

.btn-lg {
    overflow: hidden;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    padding: 37.5px 63px;
}

@media (max-width: 479px) {
    .btn-lg {
        padding: 30px 50px;
        font-size: 25px;
        line-height: 30px;
    }
}

.btn-primary {
    color: #000;
    background: #fedd00;
}

.btn-primary:before {
    background: rgb(254, 221, 0);
    box-shadow: inset 0px -2px 4px 0px #0c0c0c;
}

.btn-primary:active {
    -webkit-box-shadow: 0 0 5px #2E369D;
    -moz-box-shadow: 0 0 5px #2E369D;
    box-shadow: 0 0 5px #2E369D;
}

.flex-list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.flex-list li {
    display: table-cell;
    text-align: center;
}

.flex-list li a:hover {
    opacity: 0.7;
}

@media (max-width: 991px) {
    .flex-list,
    .flex-list li {
        display: block;
    }
    .flex-list li+li {
        margin-top: 30px;
    }
}

.inline-list li {
    display: inline-block;
}

.inline-list li+li {
    margin-left: 25px;
}

.contact-info {
    display: inline-block;
}

.contact-info address+dl {
    margin-top: 27px;
}

.contact-info dl {
    font-size: 16px;
    line-height: 20px;
}

.contact-info dl dt,
.contact-info dl dd {
    display: inline-block;
}

.contact-info dl dt+dd {
    margin-left: -4px;
}

.contact-info dl a[href^="callto:"]:after {
    background: #fff;
}

.contact-info dl a[href^="callto:"]:hover:after {
    height: 1px;
}

.contact-info dl a[href^="mailto:"] {
    color: #5d65d0;
}

.contact-info dl a[href^="mailto:"]:after {
    background: #5d65d0;
}

.contact-info dl.email dt+dd {
    margin-left: 0px;
}

@media (max-width: 991px) {
    .thumb-wrap:before,
    .thumb-wrap:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .thumb-wrap:after {
        clear: both;
    }
}

.thumb-wrap .thumb {
    display: inline-block;
}

@media (max-width: 991px) {
    .thumb-wrap .thumb {
        float: left;
        width: 50%;
    }
    .thumb-wrap .thumb:first-child {
        width: 100%;
    }
}

.product_img {
    overflow: hidden;
    width: 100%;
}

.product_img img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product_caption {
    color: #FFFFFF;
    background: #2E369D;
    padding: 25px 30px 35px;
}

.product_caption h1,
.product_caption h2,
.product_caption h3,
.product_caption h4,
.product_caption h5,
.product_caption h6,
.product_caption .heading-1,
.product_caption .heading-2,
.product_caption .heading-3,
.product_caption .heading-4,
.product_caption .heading-5,
.product_caption .heading-6 {
    color: #FFFFFF;
}

.product:hover .product_img img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.toTop {
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    background: #2633a1;
    border-radius: 50%;
    position: absolute;
    bottom: 27px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover {
    color: #fff;
    background: #5965d4;
    text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
    display: none!important;
}

.parallax {
    position: relative;
    overflow: hidden;
}

.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
}

.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent;
}

.thumb_overlay:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font: 400 40px "Material Icons";
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
}

.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(46, 54, 157, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#802E369D', endColorstr='#802E369D')";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#802E369D', endColorstr='#802E369D');
    zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
    display: block;
}

.thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.cbp-so-scroller {
    overflow: hidden;
}

.cbp-so-section {
    position: relative;
    overflow: hidden;
}

.cbp-so-init .cbp-so-side {
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}

.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition: -webkit-transform .7s, opacity 0.5s;
    -moz-transition: -moz-transform .7s, opacity 0.5s;
    transition: transform .7s, opacity 0.5s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    overflow: hidden;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

header {
    background: #ffffff;
}

header .brand {
    float: left;
}

header .header-right {
    overflow: hidden;
    height: 100px;
    text-align: center;
    background: #d2e28b;
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: inset 0px -2px 2px 1px #a8cf45;
}

header .header-right address {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 26px;
    color: #2E369D;
}

header .header-right address a {
    display: inline-block;
}

@media (max-width: 991px) {
    header {
        text-align: center;
    }
    header .brand {
        width: 100%;
        float: none;
    }
}

main {
    display: block;
    background: #ffffff;
    /*background: #d6e6f3;*/
}

footer {
    padding-top: 70px;
    padding-bottom: 44px;
    background: rgb(208, 208, 208);
    color: #2E369D;
}

@media (max-width: 1199px) {
    footer {
        padding-bottom: 120px;
    }
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #5d65d0;
}

footer h4 {
    letter-spacing: 1.2px;
}

footer .brand {
    background: #1c2160;
}

footer .copyright {
    margin-top: 15px;
    font-size: 16px;
}

@media (max-width: 1199px) {
    footer .copyright {
        margin-top: 60px;
    }
}
