﻿@charset "UTF-8";
/* --------------------------------------------------------
    Icou – Responsive Business HTML Template
-------------------------------------------------------- */
/* --------------------------------------------------------
    Table of contents
-------------------------------------------------------- */
/* --------------------------------------------------------

  1. Bootstrap Reset and dependencies
  2. Bootstrap Core CSS
  3. Bootstrap Components
  4. Bootstrap Components w/ JavaScript
  5. Bootstrap Utility classes
  6. Fonts
  7. Forms
  8. Mixins
  9. Base Styles
  10. Nav Styles
  11. Section Styling
  12. About Section
  13. Feature Sections
  14. Headings
  15. Buttons
  16. Icons
  17. Home Page Stage
  18. Shop Styles
  19. Contact Us
  20. Blog Section
  21. Services
  22. Tesimonials
  23. Partner
  24. Accordion Component
  25. Tab Component
  26. Text Image Component
  27. Portfolio Styles
  28. Team Styles
  29. Footer
  30. Responsive Styling



/* --------------------------------------------------------
    2. Bootstrap Core CSS
-------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 1.5;
    color: #000 !important;
    background-color: #fff;
}


h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #d9534f;
    text-decoration: none;
}


img {
    vertical-align: middle;
}

a,
button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}



button {
    line-height: inherit;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 0.5rem;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #323c46;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 12.5px;
    padding-left: 12.5px;
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12.5px;
    margin-left: -12.5px;
}

.col-12, .col-sm-6, .col-sm-12, .col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-12, .col-lg-3, .col-lg-5, .col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12.5px;
    padding-left: 12.5px;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}



.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.8rem 1.1rem;
    font-size: 1rem;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.btn-primary {
    color: #fff;
    background-color: #182e5e;
    border-color: #3560be;
}



.btn-sm {
    padding: 0.35rem 0.52rem;
    font-size: 0.875rem;
    border-radius: 0px;
}

.page-header-bottom-no-header {
    position: relative;
    height: 116px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
    z-index: 1;
    border-bottom: 1px solid #eceeef;
}

    .page-header-bottom-no-header ul,
    li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .page-header-bottom ul li,
        .page-header-bottom-no-header ul li {
            color: #292929;
            font-size: 14px;
            line-height: 55px;
            display: inline-block;
            margin-left: 12px;
        }

            .page-header-bottom ul li a,
            .page-header-bottom-no-header ul li a {
                list-style: none;
                color: #1c1c1c;
                cursor: pointer;
                font-size: 13px;
            }

            .page-header-bottom ul li:first-child,
            .page-header-bottom-no-header ul li:first-child {
                padding-left: 0;
                margin-left: 0;
            }

                .page-header-bottom ul li:first-child a:before,
                .page-header-bottom-no-header ul li:first-child a:before {
                    display: none;
                    font-family: 'FontAwesome';
                    content: "\f015";
                    position: relative;
                    font-size: 16px;
                    color: inherit;
                    margin-right: 5px;
                    line-height: 22px;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

    .page-header > li:hover > a,
    .page-header-bottom > li.current > a,
    .page-header > li:hover > a,
    .page-header-bottom-no-header > li.current > a {
        color: #d9534f;
        opacity: 1;
    }

.breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    height: 100%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.breadcrumbs {
    position: relative;
    left: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

    .breadcrumb::after {
        display: block;
        content: "";
        clear: both;
    }

.breadcrumb-item {
    float: left;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        color: #636c72;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #636c72;
    }

/* --------------------------------------------------------
    3. Bootstrap Components
-------------------------------------------------------- */

.collapse {
    display: none;
}

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}




.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-toggler {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}



/* --------------------------------------------------------
    4. Bootstrap Components w/ JavaScript
-------------------------------------------------------- */

/* --------------------------------------------------------
    5. Bootstrap Utility classes
-------------------------------------------------------- */

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}


.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 0 !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-bottom: 1.5rem !important;
}

.mr-auto {
    margin-right: auto !important;
}


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}



strong {
    font-weight: inherit;
}

strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
html [type="button"] {
    -webkit-appearance: button;
}


/* --------------------------------------------------------
  6. Fonts
-------------------------------------------------------- */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../assets/fonts/fa-fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../assets/fonts/fa-fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../assets/fonts/fa-fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../assets/fonts/fa-fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../assets/fonts/fa-fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../assets/fonts/fa-fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: x-large;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

/* Deprecated as of 4.4.0 */

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-map-marker:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-bars:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

@font-face {
    font-family: 'robotoregular';
    src: url("../assets/fonts/Roboto-Regular-webfont.eot");
    src: url("../assets/fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Roboto-Regular-webfont.woff") format("woff"), url("../assets/fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../assets/fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'varela_roundregular';
    src: url("../assets/fonts/VarelaRound-Regular-webfont.eot");
    src: url("../assets/fonts/VarelaRound-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/VarelaRound-Regular-webfont.woff") format("woff"), url("../assets/fonts/VarelaRound-Regular-webfont.ttf") format("truetype"), url("../assets/fonts/VarelaRound-Regular-webfont.svg#varela_roundregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sansregular';
    src: url("../assets/fonts/OpenSans-Regular-webfont.eot");
    src: url("../assets/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("../assets/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../assets/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'open_sanslight';
    src: url("../assets/fonts/OpenSans-Light-webfont.eot");
    src: url("../assets/fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/OpenSans-Light-webfont.woff") format("woff"), url("../assets/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../assets/fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* --------------------------------------------------------
  7. Forms
-------------------------------------------------------- */

.newsletter-footer-content {
    padding: 0;
}

/* --------------------------------------------------------
  8. Mixins
-------------------------------------------------------- */
/* --------------------------------------------------------
  9. Base Styles
-------------------------------------------------------- */
html,
body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    overflow-x: hidden;
    min-height: 100%;
}




.icou-t-white {
    color: white !important;
}

.top-bar {
    padding: 10px 0;
    height: 80px;
    margin-bottom: -1px;
    background: #182e5e;
    border-bottom: 2px solid #3560be;
    line-height: 22px;
}

    .top-bar p {
        color: #fff;
        font-size: 14px;
        opacity: 0.5;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

.social {
    text-align: right;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-right: 0.8rem;
}

li,
li {
    /*display: block;*/
    list-style: none;
    margin: 0;
    padding: 0;
}

.scrollup {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 40px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 10;
    -webkit-transition: background-color 2s ease-in-out;
    transition: background-color 2s ease-in-out;
}


    .scrollup i {
        font-size: 13px;
        position: absolute;
        opacity: 1;
        color: #fff;
        left: 50%;
        top: 50%;
        margin-top: -7px;
        margin-left: -6px;
        text-decoration: none;
    }

/* --------------------------------------------------------
  10. Nav Styles
-------------------------------------------------------- */
.mainmeu-area {
    position: absolute;
    margin-top: -40px;
    margin-bottom: -40px;
    z-index: 100001;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu-wrapper {
    background: #1c1c1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-height: 80px;
    width: 100%;
    padding: 9px;
    transition: background-color 2s ease-out;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    -webkit-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
}

.icou-toggler {
    color: #fff;
    background: #303030;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    float: none;
    margin: 0;
    top: 24px;
    z-index: 7;
    width: 50px;
    height: 50px;
    padding: 15px 13px;
    transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
}


.mainmeu-area .sticky {
    margin: 0;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transition: all 1.2s ease-out;
    -webkit-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}

.mainmeu-area .mainmenu-bg {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
    background: #1c1c1c;
}

.mainmeu-area .navbar {
    padding: 0;
}

.navbar-brand {
    position: relative;
    color: #fff;
    height: 57px;
    vertical-align: middle;
    background: transparent;
}

.navbar-toggler {
    cursor: pointer;
    color: #fff;
    vertical-align: middle;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li {
    display: inline-block;
    margin-left: 0px;
    margin-right: -2px;
    padding: 10px 0;
    position: relative;
}

    .main-menu .navigation li a {
        background: #1c1c1c;
        color: #f7f7f9;
        -webkit-font-smoothing: antialiased;
        display: block;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.3px;
        opacity: 1;
        padding: 13px 23px;
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .main-menu .navigation li a::before {
            content: '';
            position: absolute;
            top: 0;
            right: -2px;
            width: 2px;
            height: 100%;
        }

    .main-menu .navigation li:last-child > a:before {
        display: none;
    }

.main-menu .navigation > li.main-menu-link {
    vertical-align: middle;
    top: 4px;
}


/* --------------------------------------------------------
  11. Section Styling
-------------------------------------------------------- */

.s-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.s-bg-white {
    background-color: #fff;
}

/* --------------------------------------------------------
  12. About Section
-------------------------------------------------------- */

/* --------------------------------------------------------
  13. Feature Sections
-------------------------------------------------------- */

.page-header-light:after {
    content: "";
    background: #ffffff;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.inset-content {
    top: -550px;
    position: relative;
    margin-bottom: -500px;
}

/* --------------------------------------------------------
  14. Headings
-------------------------------------------------------- */
.icou-brand-title {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    font-weight: 400;
}

.icou-sub-title {
    letter-spacing: 0.02rem;
    font-weight: 600;
    letter-spacing: -0.02rem;
}

.icou-sub-title--white {
    color: #fff;
}

.section-header {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
    text-align: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    padding: 1.5rem;
}

.section-header--left-position {
    text-align: left;
}

.section-header__section-header-title-left {
    position: relative;
}

    .section-header__section-header-title-left:before {
        position: absolute;
        content: "";
        top: -2px;
        left: -10px;
        width: 4px;
        height: 22px;
        background: #d9534f;
    }

    .section-header__section-header-title-left:after {
        position: absolute;
        content: "";
        top: -2px;
        left: -7px;
        width: 22px;
        height: 4px;
        background: #d9534f;
    }

.section-header__separate-line-basement {
    display: block;
    margin-left: 0;
    margin-right: auto;
    border-color: #cacaca;
    border-top-style: dotted;
    border-top-width: 1px;
    margin-top: 1rem;
}

/* --------------------------------------------------------
  15. Buttons
-------------------------------------------------------- */

/* --------------------------------------------------------
  16. Icons
-------------------------------------------------------- */

/* --------------------------------------------------------
  17. Home Page Stage
-------------------------------------------------------- */
.section.banner {
    padding: 0 0;
}

#slides .slide-caption {
    padding: 10px 20px;
    position: relative;
    text-align: left;
    max-width: 100%;
    z-index: 3;
    margin-top: 15%;
}

.banner h2 {
    min-width: 470px;
    width: 520px;
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    color: #fff;
    display: block;
    padding: 15px 0;
    font-size: 35px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
    line-height: 35px;
    -webkit-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}


.intro-tables .intro-table {
    background: #fff;
    position: relative;
    text-align: center;
    width: 100%;
    /*min-height: 280px;*/
    margin: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 2px 2px 12px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 2px 2px 12px 2px rgba(0, 0, 0, 0.09);
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
    z-index: 2;
    margin-bottom: 25px;
}

.intro-tables .img-holder {
    position: relative;
    overflow: hidden;
}

    .intro-tables .img-holder img {
        max-width: 100%;
        border: 0;
    }

/* --------------------------------------------------------
  18. Shop Styles
-------------------------------------------------------- */

li {
    list-style: disc;
    margin: 0;
    padding: 0;
}

/* --------------------------------------------------------
  19. Contact Us
-------------------------------------------------------- */

.contact-block {
    padding: 0;
    position: relative;
    margin-top: 30rem;
    min-height: 400px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 11px 0 rgba(112, 111, 111, 0.28), 0 4px 15px 0 rgba(108, 108, 108, 0.15);
    box-shadow: 0 5px 11px 0 rgba(112, 111, 111, 0.28), 0 4px 15px 0 rgba(108, 108, 108, 0.15);
}

.contact-block-left-area {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    padding: 2rem;
    background-color: transparent;
}

.contact-block .section-header {
    margin-top: 0;
    margin-bottom: 1px;
}

.contact-block-form {
    padding: 1px;
}

.contact-block-right-area-wrapper {
    padding: 0;
    margin: 0;
}

.contact-block-right-area {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 4rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #a21e27;
}

.contact-block .contact-title {
    margin-bottom: 1.4rem;
}

.contact-block .address-item {
    margin-bottom: 1.6rem;
}

    .contact-block .address-item i {
        margin-right: 0.8rem;
    }

.contact-block-social {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 20px;
}

/* --------------------------------------------------------
  20. Blog Section
-------------------------------------------------------- */

/* --------------------------------------------------------
  21. Services
-------------------------------------------------------- */
.services-home {
    z-index: 1;
    display: block;
    position: relative;
    height: 100%;
}

    .services-home .section-header p {
        color: #323c46;
    }

#services-single-area {
    position: relative;
}

.service-section {
    position: relative;
}

    .service-section .section-header {
        padding: 0;
        margin-top: 1rem;
        margin-bottom: 1.6rem;
    }

#services-single-area {
    position: relative;
}

/* --------------------------------------------------------
  22. Tesimonials
-------------------------------------------------------- */

/* --------------------------------------------------------
  23. Partner
-------------------------------------------------------- */

/* --------------------------------------------------------
  24. Accordion Component
-------------------------------------------------------- */
.accordion .collapsed-tabs {
    position: relative;
    margin: 0;
}

    .accordion .collapsed-tabs .card-header {
        background: #e7e7e7;
        border-radius: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        color: #e7e7e7;
        border: 0;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

        .accordion .collapsed-tabs .card-header:hover {
            background: #e27c79;
            text-decoration: none;
        }

            .accordion .collapsed-tabs .card-header:hover .icou-brand-title,
            .accordion .collapsed-tabs .card-header:hover:after {
                color: #fff;
            }

        .accordion .collapsed-tabs .card-header:active {
            background: #d9534f;
            text-decoration: none;
        }

        .accordion .collapsed-tabs .card-header .icou-brand-title {
            color: #1c1c1c;
            margin-bottom: 0;
        }

        .accordion .collapsed-tabs .card-header:after {
            font-family: FontAwesome;
            font-size: 18px;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            content: "\f107";
            z-index: 5;
            position: relative;
            color: #000;
            background-size: 15px;
            margin-left: auto;
        }

    .accordion .collapsed-tabs .card {
        border-radius: 0px;
        border: none;
        margin-bottom: 0.5rem;
    }

    .accordion .collapsed-tabs .card-block {
        border-radius: 0px;
        border: none;
        line-height: 24px;
        background: #f7f7f7;
        padding: 1.1rem;
    }

.card-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
/* --------------------------------------------------------
  29. Footer
-------------------------------------------------------- */

#main-footer {
    background-color: #1c1c1c;
    color: white;
    padding: 5em 0;
    font-size: 1rem;
}

    #main-footer a {
        color: #636c72;
        -webkit-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        text-decoration: none;
    }

        #main-footer a:hover {
            color: #de6764;
        }


.footer-wrapper {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.footer-col {
    position: relative;
}

.footer-col-title {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.about-footer {
    position: relative;
    padding: 0;
}

.services-footer {
    position: relative;
    padding: 0;
}

.latest-posts-footer {
    position: relative;
    padding: 0 10px 0 10px;
}

.latest-post-details {
    padding-left: 65px;
    position: relative;
}

.bottom {
    background-color: #171717;
    color: #7f7f7f;
    border-top: 1px solid #2b2b2b;
    border-bottom: 7px solid #d9534f;
    text-align: center;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}

.bottom-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.bottom-left {
    vertical-align: middle;
    padding: 0;
}

.bottom-right {
    vertical-align: middle;
    padding: 0;
}

.bottom-wrapper .copyright {
    padding: 1rem;
}

.bottom-wrapper p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* --------------------------------------------------------
  30. Responsive Styling
-------------------------------------------------------- */

@media (max-width: 767px) {
    .social {
        text-align: center;
    }

    .about-footer {
        padding-top: 2rem;
    }

    .footer-col {
        text-align: center;
        margin-bottom: 1rem;
    }

    .main-menu-wrapper-outer .container {
        width: 100%;
        max-width: none;
    }

    .banner h2 {
        min-width: 200px;
        width: 280px;
        font-size: 20px;
        display: table-cell;
        word-wrap: break-word;
    }

    .page-header-bottom-no-header .container {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        display: inline-block;
        top: 14px;
        left: 7px;
        margin-bottom: 14px;
    }

    .paralax {
        background: cover !important;
    }

    .search-area {
        display: none;
    }

    .slider-button-wrapper .icou-button:last-child {
        margin-bottom: 10px;
    }

    .main-menu-wrapper {
        display: block;
        position: relative;
        padding-bottom: 0;
    }

    .main-menu .navigation li {
        position: relative;
        display: block;
    }

    .main-menu .navigation {
        width: 100%;
    }

    .mainmeu-area ul {
        width: 100%;
    }

    .main-menu {
        display: inline-block;
        padding-bottom: 12px;
        /* min-height: 80px; */
        padding-top: 12px;
        z-index: 5;
        width: 100%;
    }

        .main-menu .collapse {
            position: relative;
            float: none;
            margin: 0;
            max-height: 320px;
            overflow: auto;
            padding: 0;
            width: 100%;
        }

            .main-menu .collapse > .navigation > li > a,
            .main-menu .navbar-collapse > .navigation > li > ul > li > a {
                background: #292929 none repeat scroll 0 0;
                color: #fff !important;
                line-height: 22px;
                padding: 12px !important;
                text-align: left;
                font-weight: 600;
            }

        .main-menu .navigation li a {
            background: #292929;
            color: #f7f7f9;
            display: block;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            opacity: 1;
            padding: 13px 23px;
            position: relative;
            text-transform: uppercase;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        .main-menu .collapse > .navigation {
            float: none !important;
            margin: 0 !important;
            width: 100% !important;
            background: #292929;
        }

            .main-menu .collapse > .navigation > li {
                margin: 0px !important;
                float: none !important;
                width: 100%;
            }

                .main-menu .collapse > .navigation > li > ul {
                    border-top: 0px solid white !important;
                }

                    .main-menu .collapse > .navigation > li,
                    .main-menu .collapse > .navigation > li > ul > li {
                        border-top: 1px solid rgba(14, 14, 14, 0.7) !important;
                        opacity: 1 !important;
                        top: 0px !important;
                        left: 0px !important;
                        visibility: visible !important;
                    }

        .main-menu .navigation > li > ul > li {
            border-bottom: none;
        }

        .main-menu .collapse > .navigation > li:first-child {
            border: none;
        }

        .main-menu .collapse > .navigation > li > a,
        .main-menu .collapse > .navigation > li > ul > li > a {
            background: #292929 none repeat scroll 0 0;
            color: #f7f7f9 !important;
            line-height: 22px;
            padding: 12px 13px !important;
            text-align: left;
            font-weight: 600;
        }

        .main-menu .collapse > .navigation > li:hover > a,
        .main-menu .collapse > .navigation > li > ul > li:hover > a,
        .main-menu .collapse > .navigation > li.current > a {
            background: #d9534f;
            color: #f7f7f9 !important;
            -webkit-box-shadow: 2px 1px 2px #fff;
            box-shadow: 2px 1px 2px #fff;
        }

        .main-menu .collapse > .navigation li.dropdown .dropdown-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .intro-tables .intro-table {
        padding-bottom: 20;
    }

    .main-menu .navigation > li.dropdown > a:after {
        display: none;
    }

    #feature-intro .intro-tables .intro-table {
        margin-bottom: 4rem;
    }

    .shop-page .my-account .my-account-wrapper .account-block-wrapper:first-child {
        margin-bottom: 34px;
    }

    .shop-page .checkout .address-wrapper .address-block-wrapper:first-child {
        margin-bottom: 25px;
    }

    .shop-page .checkout .summary-payment-wrapper .summary-payment-block:first-child {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .main-menu .navigation > li {
        padding: 0;
    }

        .main-menu .navigation > li > a:before {
            background: none;
        }

        .main-menu .navigation > li > ul {
            position: relative;
            border: none;
            float: none;
            visibility: visible;
            opacity: 1;
            display: none;
            margin: 0px;
            left: auto !important;
            right: auto !important;
            top: auto !important;
            width: 100%;
            background: none;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            -moz-border-radius: 0px;
            transition: none !important;
            -webkit-transition: none !important;
            -ms-transition: none !important;
            -o-transition: none !important;
            -moz-transition: none !important;
        }
}


/*7. Forms
-------------------------------------------------------- */
input[type=text] {
    padding-right: 25px;
}

.form-control,
.has-error .form-control,
.has-success .form-control,
.has-warning .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control {
    -webkit-appearance: none;
}

.form-control {
    display: block;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/20…q-.604.603-1.206.603t-1-.396z%22%20fill%3D%22%23919496%22%20/%3E%3C/svg%3E);
    background-position: right 12px center;
    background-repeat: no-repeat;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    margin-bottom: 0.6rem;
    font-size: 16px;
    line-height: 1.5;
    color: #464a4c;
    font-family: robotoregular;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9dadc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.015);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.015);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}



select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 48px;
    text-indent: .01px;
    text-overflow: '';
    color: #464a4c;
}

    select.form-control:not([size]):not([multiple]) {
        height: calc(2.25rem + 12.5px);
    }



.newsletter-footer-content {
    padding: 0;
}

.shopping-cart-page .shopping-cart ul,
li {
    list-style: disc;
    margin: 0;
    padding: 0;
}

.page-header-bottom ul,
li,
.page-header-bottom-no-header ul,
li {
    margin: 0;
    padding: 0;
}

/*# sourceMappingURL=maps/*/
