/*=====================================
Template Name: kiosk Bike
Template URI: https://themeclan.com/kiosk-bike
Author: ITclanBD
Author URI: https://itclanbd.com/
Description: eCommerce HTML Template
Version: 1.0.0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
=====================================*/
/*=====================================
  Table of Content
=======================================
  01. Normalize CSS
  02. Theme Default CSS
    2.1. Background CSS
    2.2. Scroll CSS
    2.3. Space CSS
    2.4. Button CSS
    2.5. Social Icons CSS
    2.6. Select Dropdown CSS
    2.7. Tab Content CSS
  03. Header CSS
    3.1. Header Style Two
  04. Breadcrumb CSS
  05. Preloader CSS
  06. Animation CSS

  35. Footer CSS
    35.1. Footer Style Two
  36. Scroll top CSS
=====================================*/
/*========================================
   01. Normalize CSS
========================================*/
html {
    font-family: sans-serif;
    font-size: 10px;
}

body {
    margin: 0;
    font-size: 16px;
    color: #131420;
    line-height: 2.8rem;
    position: relative;
    background: #fff;
    font-family: infra-regular;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
}

@font-face {
    src: url(../fonts/text-fonts/Infra-Black.otf);
    font-family: infra-black;
}

@font-face {
    src: url(../fonts/text-fonts/Infra-Bold.otf);
    font-family: infra-bold;
}

@font-face {
    src: url(../fonts/text-fonts/Infra-ExtraBold.otf);
    font-family: infra-extrabold;
}

@font-face {
    src: url(../fonts/text-fonts/Infra-ExtraLight.otf);
    font-family: infra-extralight;
}

@font-face {
    src: url(../fonts/text-fonts/Infra-Light.otf);
    font-family: infra-light;
}

@font-face {
    src: url(../fonts/text-fonts/Infra-Medium.otf);
    font-family: infra-medium;
}

@font-face {
    src: url(../fonts/text-fonts/Infra-Regular.otf);
    font-family: infra-regular;
}

@font-face {
    src: url(../fonts/text-fonts/Infra-SemiBold.otf);
    font-family: infra-semibold;
}

@font-face {
    src: url(../fonts/text-fonts/Infra-Thin.otf);
    font-family: infra-thin;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1rem 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
    pre {
        font-size: 14px;
    }
}

a {
    background-color: transparent;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline-width: 0;
    outline: none !important;
}

abbr[title] {
    border-bottom: 1px dotted #ddd;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-family: infra-bold;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1rem;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25rem;
}

sup {
    top: -0.5rem;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button:focus,
input:focus {
    outline: none;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35rem 0.625rem 0.75rem;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

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

blockquote:before {
    content: "\efcd" !important;
    position: absolute;
    left: 0;
    font-size: 3rem;
    top: 0;
    font-family: IcoFont !important;
    color: #2e3189;
}

blockquote:after {
    content: "\efce" !important;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 3rem;
    font-family: IcoFont !important;
    color: #2e3189;
}

body,
button,
input,
select,
textarea {
    color: #131420;
    font-family: infra-regular;
    font-size: 1.6rem;
}

@media only screen and (max-width: 767.98px) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 14px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 2rem;
    color: #131420;
    font-family: infra-bold;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 2rem 0;
    font-size: 1.6rem;
    color: #131420;
    line-height: 2.4rem;
    font-weight: 400;
}

@media only screen and (max-width: 767.98px) {
    p {
        font-size: 14px;
    }
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    padding: 0 4.5rem;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #2e3189;
    position: relative;
    font-family: infra-regular;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 400;
    margin-top: 0.5rem;
    font-family: infra-regular;
    font-size: 1.6rem;
    color: #131420;
}

@media only screen and (max-width: 767.98px) {
    blockquote cite {
        font-size: 14px;
    }
}

address {
    margin: 0 0 1.5rem;
    line-height: 24px;
}

pre {
    background: #eee;
    font-size: 1rem;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 1rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #eee;
    text-decoration: none;
}

big {
    font-size: 125%;
}

:focus {
    outline: none;
}

.ic-form-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.ic-form-row > .col, .ic-form-row > [class*=col-] {
    padding-right: 1rem;
    padding-left: 1rem;
}

label {
    color: #131420;
    display: block;
    font-family: infra-bold;
    margin-bottom: 0.5rem;
}

fieldset {
    margin-bottom: 1rem;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    background: #fff;
    border: 1px solid #ecf0f3;
    -webkit-border-radius: 3px;
    border-radius: 4px;
    display: block;
    padding: 0.7em;
    width: 100%;
    margin-bottom: 2rem;
    outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
    border-color: #131420;
}

select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5rem;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-family: infra-bold;
    padding: 15px 0;
    text-shadow: none;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
    padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    background-color: #ddd;
    color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb;
}

::-webkit-input-placeholder {
    color: #131420;
    font-family: infra-light;
}

:-moz-placeholder {
    color: #131420;
    font-family: infra-light;
}

::-moz-placeholder {
    color: #131420;
    font-family: infra-light;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #131420;
    font-family: infra-light;
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 !important;
    padding: 0;
}

ul {
    list-style: disc;
    margin-left: 2.5rem;
}

ol {
    list-style: decimal;
    margin-left: 2.5rem;
}

li > ul,
li > ol {
    margin-left: 2.5rem;
}

dt {
    font-family: infra-bold;
    line-height: 24px;
    margin: 0 1.5em;
}

dd {
    margin: 0 1.5em 1.5em;
    line-height: 24px;
}

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
    border: 1px solid #ecf0f3;
}

tr {
    border-bottom: 1px solid #ecf0f3;
    border-top: 1px solid #ecf0f3;
    border-left: 1px solid #ecf0f3;
}

td {
    padding: 1em;
    border: 1px solid #ecf0f3;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.theme-color {
    color: #2e3189 !important;
}

@media only screen and (min-width: 576px) {
    .ic-container {
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1201px) {
    .ic-container {
        padding: 0 35px;
    }
}

@media only screen and (min-width: 1400px) {
    .ic-container {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 1820px) {
    .ic-container {
        max-width: 1700px;
        padding: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .ic-container {
        width: auto;
        margin: 0 auto;
        padding: 0;
    }
}

#lightcase-info {
    display: none !important;
}

.list-none {
    list-style: none;
}

/*========================================
   02. Theme Default CSS
========================================*/
/* ========== 2.1. Background CSS =========== */
.ic-section-bg {
    background-color: #EBEDEC;
}

.ic-section-bg-2 {
    background-color: #FAFAFA;
}

/* ========== 2.2. Scroll CSS =========== */
body.no-scroll {
    overflow: hidden;
}

/* ========== 2.3. Space CSS =========== */
.p0 {
    padding: 0px;
}

.ic-padding-120 {
    padding: 12rem 0;
}

@media only screen and (max-width: 991.98px) {
    .ic-padding-120 {
        padding: 10rem 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .ic-padding-120 {
        padding: 8rem 0;
    }
}

.ic-padding-100 {
    padding: 10rem 0;
}

.ic-padding-80 {
    padding: 8rem 0;
}

@media only screen and (max-width: 767.98px) {
    .ic-padding-80 {
        padding: 6rem 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-padding-80 {
        padding: 5rem 0;
    }
}

.ic-padding-60 {
    padding: 6rem 0;
}

.ic-padding-40 {
    padding: 4rem 0;
}

.ic-padding-20 {
    padding: 2rem 0;
}

.ic-p-lr-10 {
    padding: 0 1rem;
}

.ic-padding-top {
    padding-top: 12rem;
}

.ic-padding-bottom {
    padding-bottom: 12rem;
}

.ic-margin-100 {
    margin: 10rem 0;
}

.ic-margin-80 {
    margin: 8rem 0;
}

.ic-margin-60 {
    margin: 6rem 0;
}

.ic-margin-40 {
    margin: 4rem 0;
}

.ic-margin-20 {
    margin: 2rem 0;
}

.ic-margin-top {
    margin-top: 8rem;
}

.ic-margin-bottom {
    margin-bottom: 8rem;
}

.ic-mb-40 {
    margin-bottom: 4rem !important;
}

.ic-mb-30 {
    margin-bottom: 3rem !important;
}

.ic-mb-20 {
    margin-bottom: 2rem !important;
}

.ic-space-100 {
    height: 10rem;
    padding-bottom: 10rem;
}

.ic-space-80 {
    height: 8rem;
    padding-bottom: 8rem;
}

.ic-space-60 {
    height: 6rem;
    padding-bottom: 6rem;
}

.ic-space-40 {
    height: 4rem;
    padding-bottom: 4rem;
}

.ic-space-30 {
    height: 3rem;
    padding-bottom: 3rem;
}

.ic-space-20 {
    height: 2rem;
    padding-bottom: 2rem;
}

.font-light {
    font-family: infra-light;
}

.font-regular {
    font-family: infra-regular;
}

@media only screen and (max-width: 991.98px) {
    .ic-flex-md-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/* ========== 2.4. Button CSS =========== */
.ic-custom-btn {
    font-size: 14px;
    color: #131420;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 2rem;
    min-width: 16rem;
    text-align: center;
    line-height: 4.8rem;
    border: 1px solid #131420;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    z-index: 1;
    outline: none;
}

.ic-custom-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    left: auto;
    right: 0;
    bottom: 0;
    background: #2e3189;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ic-custom-btn:hover {
    color: #fff;
    border: 1px solid #2e3189;
}

.ic-custom-btn:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.ic-custom-btn.white-color {
    color: #fff;
    border: 1px solid #fff;
}

.ic-custom-btn.white-color::before {
    background: #fff;
}

.ic-custom-btn.white-color:hover {
    color: #2e3189;
}

.ic-custom-btn.ic-btn-xlg {
    min-width: 26rem;
}

.ic-custom-btn.ic-btn-lg {
    min-width: 20rem;
}

.ic-custom-btn.ic-btn-sm {
    min-width: 14rem;
}

@media only screen and (max-width: 991.98px) {
    .ic-custom-btn {
        line-height: 4.2rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-custom-btn {
        line-height: 3.8rem;
        min-width: 14rem;
    }
}

button.ic-custom-btn {
    background: #2e3189;
    font-weight: 400;
}

input.ic-custom-btn {
    border: none;
    outline: none;
}

.ic-custom-btn-rvs {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 2rem;
    min-width: 16rem;
    text-align: center;
    line-height: 4.8rem;
    border: 1px solid #131420;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    z-index: 1;
    outline: none;
}

.ic-custom-btn-rvs::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    background: #131420;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ic-custom-btn-rvs:hover {
    color: #131420;
    border: 1px solid #131420;
}

.ic-custom-btn-rvs:hover::before {
    width: 0;
    left: auto;
    right: 0;
}

.ic-custom-btn-rvs.ic-btn-xlg {
    min-width: 26rem;
}

.ic-custom-btn-rvs.ic-btn-lg {
    min-width: 20rem;
}

.ic-custom-btn-rvs.ic-btn-sm {
    min-width: 14rem;
}

@media only screen and (max-width: 991.98px) {
    .ic-custom-btn-rvs {
        line-height: 4.2rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-custom-btn-rvs {
        line-height: 3.8rem;
        min-width: 14rem;
    }
}

button.ic-custom-btn-rvs {
    background: #2e3189;
    font-weight: 400;
}

input.ic-custom-btn-rvs {
    border: none;
    outline: none;
}

.ic-btn-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 375px) {
    .ic-btn-group {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ic-btn-group .ic-btn:not(:last-child) {
    margin-right: 2rem;
}

@media only screen and (max-width: 375px) {
    .ic-btn-group .ic-btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

.ic-btn-group.text-center {
    -webkit-justify-content: center;
    justify-content: center;
}

/* ========== 2.5. Social Icons CSS =========== */
.ic-social-profile {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.ic-social-profile li {
    margin-right: 1rem;
}

.ic-social-profile li.ic-share-text {
    font-size: 2.4rem;
    color: #2e3189;
    font-weight: 800;
    text-transform: capitalize;
    margin-right: 3.5rem;
}

@media only screen and (max-width: 480px) {
    .ic-social-profile li.ic-share-text {
        display: none;
    }
}

.ic-social-profile li:last-child {
    margin-right: 0;
}

.ic-social-profile li a {
    display: inline-block;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    border: 1px solid #2e3189;
    position: relative;
    text-align: center;
    color: #2e3189;
    z-index: 1;
    border-radius: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ic-social-profile li a i {
    font-size: 2.4rem;
    line-height: 4.8rem;
}

@media only screen and (max-width: 767.98px) {
    .ic-social-profile li a i {
        font-size: 2rem;
        line-height: 4rem;
    }
}

.ic-social-profile li a:hover {
    color: #fff;
    box-shadow: 0 0 0 0 #fff inset, 0 0 0 4rem #2e3189 inset;
}

@media only screen and (max-width: 767.98px) {
    .ic-social-profile li a {
        height: 4rem;
        width: 4rem;
        line-height: 4rem;
    }
}

/* ========== 2.6. Nice Select CSS =========== */
.nice-select {
    border: 1px solid #cccccc;
    width: 100%;
    font-size: 16px;
    background-color: transparent;
    height: auto;
    padding: 4px 16px;
    text-overflow: ellipsis;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    resize: none;
}

.nice-select:after {
    height: 7px;
    width: 7px;
    right: 16px;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
}

.nice-select .list li {
    color: #131420;
    font-size: 14px;
    line-height: 32px;
    min-height: 32px;
}

.nice-select.form-control.ic-select {
    margin-top: 0 !important;
}

.nice-select.form-control.ic-select.short-by {
    width: 150px;
}

/* ========== 2.7. Tab Content CSS =========== */
.tab-content .tab-pane {
    display: none;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

.tab-content .tab-pane.active {
    display: block;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    animation: fadeInUp 1s;
}

@media only screen and (max-width: 991.98px) {
    .ic-mb-20 {
        margin-bottom: 20px;
    }

    .ic-mb-30 {
        margin-bottom: 30px;
    }

    .ic-mb-40 {
        margin-bottom: 40px;
    }

    .ic-mb-50 {
        margin-bottom: 50px;
    }

    .ic-mb-60 {
        margin-bottom: 60px;
    }

    .ic-md-text-center {
        text-align: center !important;
    }

    .ic-d-md-block {
        display: block !important;
    }

    .ic-d-md-none {
        display: none !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .ic-sm-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .ic-sm-col-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/*========================================
   03. Header CSS
========================================*/
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url(../../assets/images/loader.gif) no-repeat center center;
    z-index: 99999;
}

header.ic-header .ic-header-top {
    background: #fff;
    padding: 2rem 0;
}

@media only screen and (max-width: 1199.98px) {
    header.ic-header .ic-header-top {
        padding: 1.5rem 0;
    }
}

@media only screen and (max-width: 991.98px) {
    header.ic-header .ic-header-top {
        display: none;
    }
}

header.ic-header .ic-header-top .ic-header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.ic-header .ic-header-top .ic-header-top-inner .ic-header-select {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 2px solid #131420;
}

header.ic-header .ic-header-top .ic-header-top-inner .ic-header-select:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

header.ic-header .ic-header-top .ic-header-top-inner .ic-header-select .form-control {
    padding: 0 35px 0 15px;
    border: none;
    line-height: 18px;
    outline: none;
    font-size: 14px;
}

header.ic-header .ic-header-top .ic-header-top-inner .ic-header-select .nice-select ul.list {
    margin-top: 5px !important;
}

header.ic-header .ic-header-top .ic-header-top-inner .ic-header-select .nice-select .option {
    line-height: 30px;
    min-height: 30px;
}

header.ic-header .ic-header-top .ic-header-top-inner .ic-header-select .nice-select .option.selected {
    font-weight: 400;
}

header.ic-header .ic-header-top .ic-header-top-inner .ic-header-top-links {
    display: flex;
    list-style: none;
    margin: 0;
}

header.ic-header .ic-header-top .ic-header-top-inner .ic-header-top-links li svg {
    height: 22px;
    width: 22px;
}

@media only screen and (max-width: 1650px) {
    header.ic-header .ic-header-top .ic-header-top-inner .ic-header-top-links li {
        font-size: 14px;
    }
}

header.ic-header .ic-header-top .ic-header-top-inner .ic-header-top-links li:not(:last-child) {
    margin-right: 2rem;
}

header.ic-header .ic-header-top .ic-header-top-inner .ic-header-top-links li:hover svg path {
    fill: #2e3189;
}

header.ic-header .ic-header-bottom {
    background: #fff;
    position: relative;
    border-style: solid;
    border-color: #F9F9F9;
    border-width: 1px 0 2px 0;
}

@media only screen and (min-width: 992px) {
    header.ic-header .ic-header-bottom .ic-header-sticky-logo {
        display: none;
    }
}

header.ic-header .ic-header-bottom .ic-header-bottom-right ul {
    display: none;
    margin-right: 20px !important;
}

header.ic-header .ic-header-bottom .ic-header-bottom-right ul li {
    margin-right: 20px;
}

@media only screen and (max-width: 375px) {
    header.ic-header .ic-header-bottom .ic-header-bottom-right ul li {
        margin-right: 10px;
    }
}

header.ic-header .ic-header-bottom .ic-header-bottom-right ul li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 375px) {
    header.ic-header .ic-header-bottom .ic-header-bottom-right ul {
        margin-right: 10px !important;
    }
}

header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) !important;
    padding: 1rem 0;
}

header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed .ic-header-sticky-logo {
    display: block;
}

header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed .ic-header-bottom-left {
    display: flex !important;
}

header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed .ic-header-bottom-right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed .ic-primary-menu {
    display: none;
}

header.ic-header .ic-header-bottom ul.ic-main-menu {
    list-style: none;
}

@media only screen and (max-width: 991.98px) {
    header.ic-header .ic-header-bottom ul.ic-main-menu {
        display: none !important;
    }
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li {
    padding: 0 15px;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li > a {
    color: #131420;
    font-size: 14px;
    line-height: 2rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    position: relative;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li > a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 100%;
    height: 2px;
    background: #2e3189;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li:hover > a, header.ic-header .ic-header-bottom ul.ic-main-menu > li.active > a {
    color: #2e3189;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li:hover > a:before, header.ic-header .ic-header-bottom ul.ic-main-menu > li.active > a:before {
    transform: translateX(-50%) scaleX(1);
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown {
    position: relative;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown > a {
    position: relative;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown > a:after {
    content: "\eac8";
    font-family: IcoFont !important;
    font-weight: 700;
    margin-left: .5rem;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown {
    position: absolute;
    left: 15px;
    min-width: 22rem;
    margin-top: 2px !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    background: #fff;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    display: table;
    transform-origin: top;
    -webkit-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
    z-index: 99;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown.left-align {
    left: auto;
    right: 0;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li {
    list-style: none;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li .col.col-6 {
    -webkit-flex: 0 0 22rem;
    -ms-flex: 0 0 22rem;
    flex: 0 0 22rem;
    max-width: 22rem;
    min-width: 22rem;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li a {
    color: #131420;
    font-size: 14px;
    display: block;
    padding: 7px 2.5rem;
    line-height: 2rem;
    font-weight: 400;
    text-transform: capitalize;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li a span {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li a.active, header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li a:hover {
    color: #2e3189;
    background: #fafafa;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 4rem;
    padding: 1rem 0;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown .ic-has-sub-menu {
    position: relative;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown .ic-has-sub-menu:after {
    content: "\eac8";
    font-family: IcoFont !important;
    font-weight: 700;
    margin-left: .5rem;
    position: absolute;
    top: 6px;
    right: 6px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown .ic-has-sub-menu ul.ic-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    -webkit-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    -o-transform: translateX(2rem);
    transform: translateX(2rem);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
    min-width: 24rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown .ic-has-sub-menu:hover ul.ic-sub-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown.two-column {
    min-width: 44rem;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown:hover .ic-mega-menu {
    opacity: 1;
    visibility: visible;
}

header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown:hover ul.ic-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

header.ic-header .ic-header-bottom .ic-header-search-icon {
    cursor: pointer;
}

header.ic-header .ic-header-bottom .ic-header-search-icon i {
    font-size: 22px;
    color: #131420;
}

header.ic-header .ic-header-minicart .ic-header-minicart-btn {
    cursor: pointer;
    position: relative;
}

header.ic-header .ic-header-minicart .ic-header-minicart-btn svg {
    height: 2.2rem;
    width: 2.2rem;
}

header.ic-header .ic-header-minicart .ic-header-minicart-btn span.ic-miniCart-count {
    display: inline-block;
    padding: 4px 6px;
    background: #2e3189;
    color: #fff;
    position: absolute;
    line-height: 1rem;
    font-size: 12px;
    border-radius: 100%;
    right: -7px;
}

header.ic-header .ic-header-minicart .ic-header-minicart-btn:hover {
    color: #2e3189;
}

.ic-minicart {
    height: 100%;
    width: 35rem;
    position: fixed;
    top: 0;
    right: 0;
    padding: 2rem 4rem;
    list-style: none;
    background-color: #fff;
    overflow-y: auto;
    z-index: 1000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ic-minicart .ic-minicart-close {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ic-minicart .ic-minicart-close i::before {
    font-size: 2.4rem;
}

.ic-minicart .ic-minicart-close:hover {
    color: #2e3189;
}

.ic-minicart .ic-minicart-items {
    margin-bottom: 3rem;
}

.ic-minicart .ic-minicart-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #d5d5da;
}

.ic-minicart .ic-minicart-item .ic-product-thumbnail {
    position: relative;
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
    max-width: 8rem;
    margin-right: 1.5rem;
    min-height: 8rem;
    border: 1px solid #f7f7f7;
    overflow: hidden;
}

.ic-minicart .ic-minicart-item .ic-product-thumbnail img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ic-minicart .ic-minicart-item .ic-product-content-inner {
    display: table;
}

.ic-minicart .ic-minicart-item .ic-product-content-inner .ic-product-item-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    font-family: infra-regular;
}

.ic-minicart .ic-minicart-item .ic-product-content-inner .ic-product-item-title a {
    color: #131420;
}

.ic-minicart .ic-minicart-item .ic-product-content-inner .ic-product-item-price {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 0;
    font-family: infra-regular;
}

.ic-minicart .ic-minicart-item .ic-product-content-inner .ic-item-rmv {
    cursor: pointer;
    line-height: 1.8rem;
}

.ic-minicart .ic-minicart-item .ic-product-content-inner .ic-item-rmv i {
    margin-right: 0 !important;
    font-size: 1.3rem;
}

.ic-minicart .ic-minicart-item .ic-product-content-inner .ic-item-rmv:hover i {
    color: #2e3189;
}

.ic-minicart .ic-minicart-item:hover .ic-product-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ic-minicart .ic-minicart-item:hover .ic-product-item-title a {
    color: #2e3189;
}

.ic-minicart .ic-minicart-subtotal {
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.ic-minicart .ic-btn:not(.dark-color):hover {
    box-shadow: none;
    background: transparent;
}

.ic-minicart .ic-custom-btn-rvs {
    margin-bottom: 1.5rem;
}

.minicart-open {
    overflow: hidden;
}

.minicart-open .ic-minicart {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.minicart-open:after {
    content: "";
    display: block !important;
    position: fixed;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
}

.search-area.open .search-input {
    opacity: 1;
}

.ic-search-area {
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
}

.ic-search-area .ic-search-area-inner {
    background: #fff;
    padding: 40px 40px;
    -webkit-transform: translateY(-30rem);
    -ms-transform: translateY(-30rem);
    -o-transform: translateY(-30rem);
    transform: translateY(-30rem);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ic-search-area .ic-search-area-inner .ic-search-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.ic-search-area .ic-search-area-inner .ic-search-header p {
    font-family: infra-light;
}

.ic-search-area .ic-search-area-inner .icon-input {
    position: relative;
}

.ic-search-area .ic-search-area-inner .icon-input i {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ic-search-area .ic-search-input input {
    width: 100%;
    color: #131420;
    border-radius: 0;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #111;
    padding: 5px 0;
    font-family: infra-light;
}

.ic-search-area .ic-search-input input:focus {
    border-bottom: 1px solid #2e3189;
}

.ic-search-area .ic-search-input input:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #2e3189;
}

.ic-search-area .ic-search-input input:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #2e3189;
}

.ic-search-area .ic-search-input input:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #2e3189;
}

.ic-search-area .ic-search-input input:focus:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #2e3189;
}

.ic-search-area .ic-search-close {
    width: 3rem;
    height: 3rem;
    z-index: 9999;
    cursor: pointer;
}

.ic-search-area .ic-search-close i {
    font-size: 3rem;
}

.ic-search-area .ic-search-close:hover i {
    color: #2e3189;
}

.ic-search-area.show {
    opacity: 1;
    visibility: visible;
}

.ic-search-area.show .ic-search-area-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ic-nav-icon {
    display: block;
    margin-right: 3rem;
    cursor: pointer;
}

.ic-nav-icon .ic-menu-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ic-nav-icon .ic-menu-icon span {
    background: #2e3189;
    height: 2px;
    width: 3rem;
    display: inline-block;
}

.ic-nav-icon .ic-menu-icon span:nth-child(2) {
    width: 2rem;
    margin: 7px 0;
}

.ic-nav-icon .ic-menu-icon span:nth-child(3) {
    width: 2.5rem;
}

header.ic-header.ic-nav-open .ic-mobile-menu-main {
    position: fixed;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ic-header .ic-mobile-menu {
    position: fixed;
    top: 0;
    left: -35rem;
    width: 32rem;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ic-header .ic-mobile-menu .ic-nav-close {
    height: 5rem;
    width: 5rem;
    text-align: center;
    line-height: 5rem;
    z-index: 2;
    background: #fff;
    cursor: pointer;
    margin-left: auto;
}

.ic-header .ic-mobile-menu .ic-nav-close i {
    font-size: 20px;
}

.ic-header .ic-mobile-menu .ic-nav-close:hover i {
    color: #2e3189;
}

.ic-header .ic-mobile-menu .ic-mobile-menu-card {
    padding: 2rem 0 4rem 0;
    overflow-y: auto;
    height: 100vh;
}

.ic-header .ic-mobile-menu .ic-mobile-menu-body {
    padding-top: 3rem;
}

.ic-header .ic-mobile-menu ul {
    margin: 0;
    list-style: none;
}

.ic-header .ic-mobile-menu ul li {
    position: static;
}

.ic-header .ic-mobile-menu ul li:last-child {
    margin-bottom: 0;
}

.ic-header .ic-mobile-menu ul li a {
    font-size: 1.6rem;
    color: #131420;
    display: block;
    line-height: 4rem;
    padding: 0 30px;
    position: relative;
    text-transform: capitalize;
}

.ic-header .ic-mobile-menu ul li a span {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

.ic-header .ic-mobile-menu ul li.ic-has-dropdown > a:after {
    content: "\eac8";
    font-family: IcoFont !important;
    position: absolute;
    right: 15px;
    font-weight: 700;
    top: 1px;
}

.ic-header .ic-mobile-menu ul li.ic-has-dropdown.open ul.ic-dropdown {
    background: #fafafa;
}

.ic-header .ic-mobile-menu ul li.hover, .ic-header .ic-mobile-menu ul li.active {
    background: #fafafa;
}

.ic-header .ic-mobile-menu ul li .ic-dropdown {
    display: none;
}

.ic-header.ic-nav-open .ic-mobile-menu {
    left: 0;
}

@media only screen and (min-width: 992px) {
    header.ic-header .ic-header-bottom-left {
        display: none !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic-menu-wrapper {
        padding: 1rem 0;
    }

    header.ic-header .ic-header-bottom .ic-header-bottom-right ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .ic-navbar-right .custom-btn {
        display: none;
    }

    .ic-mobile-logo img {
        width: 220px;
    }

    .ic-header-mobile-bottom {
        display: block !important;
    }

    .ic-mobile-sticky-hide {
        display: none !important;
    }

    .ic-sticky-mobile-logo {
        display: block !important;
    }
}

@media only screen and (max-width: 480px) {
    .ic-header-bottom .ic-header-logo img {
        width: 180px;
    }

    .ic-nav-icon {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .ic-header-bottom .ic-header-logo img {
        width: 150px;
    }
}

.ic-mobile-logo {
    text-align: center;
    padding-bottom: 10px;
}

.ic-mobile-user i {
    font-size: 22px;
    color: #131420;
    margin-left: 12px;
}

.ic-header-mobile-bottom {
    border-top: 1px solid rgba(20, 20, 28, 0.1);
    padding-top: 12px;
}

.ic-mobile-nav-icon {
    margin-top: 3px;
}

.ic-header-mobile-bottom {
    display: none;
}

.ic-sticky-mobile-logo {
    text-align: center;
    display: none;
    padding-bottom: 1rem;
}

.ic-mobile-user svg {
    width: 22px;
    height: 22px;
}

.ic-sub-dropdown {
    position: absolute;
    background: #fff;
    left: 95%;
    min-width: 22rem;
    margin-top: 2px !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.ic-mega-dropdown a {
    position: relative;
}

.ic-mega-dropdown a::after {
    position: absolute;
    content: "\eaca";
    font-family: IcoFont !important;
    font-weight: 700;
    margin-left: .5rem;
    right: 8px;
}

.ic-mega-dropdown:hover .ic-sub-dropdown {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.ic-sub-dropdown a::after {
    display: none;
}

.ic-mobile-megadrop-down {
    position: relative !important;
}

.ic-mobile-megadrop-down a {
    width: 80%;
}

.ic-mobile-megadrop-down a::after {
    display: none;
}

.ic-mobile-megadrop-down i {
    font-size: 1.6rem;
    color: #131420;
    display: block;
    line-height: 4rem;
    padding: 0 0px 0px 30px;
    position: absolute;
    right: 15px;
    top: 0;
    font-weight: 700;
    cursor: pointer;
}

.ic-header .ic-mobile-menu ul li.ic-has-dropdown.ic-mobile-megadrop-down.open ul.ic-dropdown {
    background: #fff;
    padding-left: 15px;
}

/*========================================
   05. Preloader CSS
========================================*/
.ic-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}

.loading-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ic-preloader-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.ic-preloader-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2e3189;
    animation: ic-preloader-grid 1.2s linear infinite;
}

.ic-preloader-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.ic-preloader-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.ic-preloader-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.ic-preloader-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.ic-preloader-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.ic-preloader-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.ic-preloader-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.ic-preloader-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.ic-preloader-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

@keyframes ic-preloader-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/*========================================
   06. Animation CSS
========================================*/
@-webkit-keyframes fadeInLeft_translateY {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50px, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
    }
}

@-moz-keyframes fadeInLeft_translateY {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50px, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
    }
}

@-o-keyframes fadeInLeft_translateY {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50px, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
    }
}

@keyframes fadeInLeft_translateY {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50px, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
    }
}

/*============== Fade-in-left and opacity =================*/
@-webkit-keyframes fadeInUp_opacity {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    100% {
        opacity: .1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInUp_opacity {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }
    100% {
        opacity: .1;
        -webkit-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp_opacity {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }
    100% {
        opacity: .1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp_opacity {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }
    100% {
        opacity: .1;
        -webkit-transform: translateY(0);
    }
}

@keyframes ic_up_down {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

/*========================================
   07. Section Header CSS
========================================*/
.ic-section-header {
    text-align: center;
}

.ic-section-header h2 {
    font-size: 32px;
    line-height: 34px;
    text-transform: capitalize;
    color: #2e3189;
}

@media only screen and (max-width: 991.98px) {
    .ic-section-header h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ic-section-header h2 {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
}

.ic-section-header h4 {
    font-family: infra-light;
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
    color: #131420;
}

.ic-section-header h4 span {
    display: block;
    color: #2e3189;
    font-family: infra-bold;
    margin-bottom: 0;
}

@media only screen and (max-width: 991.98px) {
    .ic-section-header h4 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ic-section-header h4 {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
}

.ic-section-header h5 {
    color: #d2d2d2;
    font-family: infra-light;
    font-size: 14px;
    margin-bottom: 0;
}

.ic-section-header span {
    font-family: infra-light;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 30px;
    text-transform: capitalize;
    color: #131420;
}

@media only screen and (max-width: 991.98px) {
    .ic-section-header span {
        font-size: 18px;
        line-height: 26px;
    }
}

.ic-section-header p {
    margin-bottom: 0;
}

/*========================================
   08. Banner Slider CSS
========================================*/
.ic-slider-section {
    overflow: hidden;
    padding-top: 20px;
}

@media only screen and (max-width: 1280px) {
    .ic-slider-section {
        padding-top: 0;
    }
}

.ic-slider-section .ic-banner-slider-inner {
    position: relative;
}

.ic-slider-section .owl-stage-outer {
    padding: 0;
}

.ic-slider-section .ic-dots-main {
    position: absolute;
    top: 50%;
    right: 6rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

@media only screen and (max-width: 1650px) {
    .ic-slider-section .ic-dots-main {
        right: 5rem;
    }
}

@media only screen and (max-width: 1280px) {
    .ic-slider-section .ic-dots-main {
        right: 4rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic-slider-section .ic-dots-main {
        right: 4rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-slider-section .ic-dots-main {
        display: none;
    }
}

.ic-slider-section .ic-dots-main .ic-owl-dot {
    margin-bottom: 2rem;
    color: #2e3189;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
    .ic-slider-section .ic-dots-main .ic-owl-dot {
        height: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.ic-slider-section .ic-dots-main .ic-owl-dot .ic-owl-circle {
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    background: #D2D2D2;
    position: relative;
}

.ic-slider-section .ic-dots-main .ic-owl-dot .ic-owl-circle::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    height: 16px;
    width: 16px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 100%;
    border: 1px dashed #2e3189;
    opacity: 0;
}

.ic-slider-section .ic-dots-main .ic-owl-dot.active .ic-owl-circle {
    background: #2e3189;
}

.ic-slider-section .ic-dots-main .ic-owl-dot.active .ic-owl-circle::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ic-slider-section .ic-dots-main .ic-owl-dot:last-child {
    margin-bottom: 15px;
}

.ic-slider-section .ic-dots-main .ic-carousel-custom-dots-nav {
    padding-top: 100px;
    position: relative;
    width: 10px;
    line-height: 18px;
}

.ic-slider-section .ic-dots-main .ic-carousel-custom-dots-nav span {
    word-break: break-word;
    width: 10px;
    font-size: 14px;
    color: #d2d2d2;
}

.ic-slider-section .ic-dots-main .ic-carousel-custom-dots-nav span.current-slider {
    color: #131420;
}

.ic-slider-section .ic-dots-main .ic-carousel-custom-dots-nav span:nth-child(2) {
    margin: 6px 0;
    display: inline-block;
}

@media only screen and (max-width: 991.98px) {
    .ic-slider-section .ic-dots-main .ic-carousel-custom-dots-nav span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1650px) {
    .ic-slider-section .ic-dots-main .ic-carousel-custom-dots-nav {
        padding-top: 80px;
    }
}

.ic-slider-section .ic-dots-main .ic-carousel-custom-dots-nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    height: 70px;
    width: 1px;
    background: #D2D2D2;
}

.ic-slider-section .ic-carousel-custom-dots-two {
    position: absolute;
    top: 50%;
    left: 5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

@media only screen and (max-width: 1650px) {
    .ic-slider-section .ic-carousel-custom-dots-two {
        left: 3rem;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic-slider-section .ic-carousel-custom-dots-two {
        left: 2.5rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-slider-section .ic-carousel-custom-dots-two {
        display: none;
    }
}

.ic-slider-section .ic-carousel-custom-dots-two .ic-owl-dot-text {
    margin-bottom: 4rem;
    color: #d2d2d2;
    word-break: break-word;
    width: 10px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

@media only screen and (max-width: 1650px) {
    .ic-slider-section .ic-carousel-custom-dots-two .ic-owl-dot-text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic-slider-section .ic-carousel-custom-dots-two .ic-owl-dot-text {
        margin-bottom: 1.5rem;
        font-size: 12px;
        line-height: 16px;
    }
}

.ic-slider-section .ic-carousel-custom-dots-two .ic-owl-dot-text.active {
    color: #131420;
}

.ic-slider-section .ic-carousel-custom-dots-two .ic-owl-dot-text:last-child {
    margin-bottom: 0;
}

.ic-slider-section .tab-content .tab-pane.active {
    animation-name: fade-in;
}

.ic-banner-slider-item {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20rem 0;
}

@media only screen and (max-width: 1650px) {
    .ic-banner-slider-item {
        padding: 15rem 0;
    }
}

@media only screen and (max-width: 1280px) {
    .ic-banner-slider-item {
        padding: 12rem 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-banner-slider-item {
        padding: 8rem 0;
    }
}

@media only screen and (max-width: 480px) {
    .ic-banner-slider-item {
        padding: 4rem 0;
    }
}

.ic-banner-slider-item.slider-item-1 {
    background-image: url("../images/slider/01.jpg");
}

.ic-banner-slider-item.slider-item-2 {
    background-image: url("../images/slider/02.jpg");
}

.ic-banner-slider-item.slider-item-3 {
    background-image: url("../images/slider/03.jpg");
}

@media only screen and (max-width: 1280px) {
    .ic-banner-slider-item .ic-banner-content {
        padding-left: 80px;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic-banner-slider-item .ic-banner-content {
        padding-left: 0;
    }
}

.ic-banner-slider-item .ic-banner-content .ic-banner-short-title {
    font-size: 21px;
    line-height: 24px;
    color: #131420;
    font-family: infra-light;
    letter-spacing: 2rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

@media only screen and (max-width: 1280px) {
    .ic-banner-slider-item .ic-banner-content .ic-banner-short-title {
        font-size: 1.8rem;
        line-height: 2.2rem;
        letter-spacing: 1rem;
    }
}

.ic-banner-slider-item .ic-banner-content .ic-banner-title {
    font-size: 48px;
    line-height: 58px;
    color: #131420;
    text-transform: capitalize;
    font-family: infra-light;
}

.ic-banner-slider-item .ic-banner-content .ic-banner-title span {
    font-family: infra-bold;
    color: #2e3189;
}

@media only screen and (max-width: 1280px) {
    .ic-banner-slider-item .ic-banner-content .ic-banner-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ic-banner-slider-item .ic-banner-content .ic-banner-title {
        font-size: 34px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-banner-slider-item .ic-banner-content .ic-banner-title {
        font-size: 28px;
        line-height: 38px;
    }
}

.ic-banner-slider-item .ic-banner-content .ic-custom-btn {
    margin-top: 50px;
}

@media only screen and (max-width: 767.98px) {
    .ic-banner-slider-item .ic-banner-content .ic-custom-btn {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .ic-banner-slider-item .ic-banner-content .ic-custom-btn {
        margin-top: 25px;
    }
}

.owl-item.active .ic-slider-animated-1 h4 {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-1 h1 {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-1 p {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-1 a {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-2 h4 {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-2 h1 {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-2 p {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-2 a {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-3 h4 {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-3 h1 {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-3 p {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.owl-item.active .ic-slider-animated-3 a {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

/*========================================
   10. Products CSS
========================================*/
.ic-product-item {
    box-shadow: 0 0 6px -2px rgba(20, 20, 28, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    position: relative;
}

.ic-product-item .ic-product-thumb img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ic-product-item .ic-product-content {
    position: absolute;
    bottom: -12rem;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ic-product-item .ic-product-content h4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    font-family: infra-regular;
}

.ic-product-item .ic-product-content h4 a {
    color: #2e3189;
}

.ic-product-item .ic-product-content h4 a:hover {
    text-decoration: underline;
}

.ic-product-item .ic-product-content span {
    font-size: 14px;
    line-height: 21px;
    color: #2e3189;
}

.ic-product-item:hover {
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 28, 0.1);
}

.ic-product-item:hover .ic-product-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ic-product-item:hover .ic-product-content {
    bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    .ic-new-arival .ic-section-header {
        text-align: center !important;
    }

    .ic-new-arival .ic-section-header h2 {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .ic-new-arival .ic-product-item {
        margin: 0 20% 30px 20%;
    }
}

@media only screen and (max-width: 375px) {
    .ic-new-arival .ic-product-item {
        margin: 0 15% 30px 15%;
    }
}

@media only screen and (max-width: 320px) {
    .ic-new-arival .ic-product-item {
        margin: 0 10% 25px 10%;
    }
}

/*========================================
   10. Products Category CSS
========================================*/
.ic-cat-item {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
    .ic-cat-item {
        margin-bottom: 50px;
    }
}

.ic-cat-item .ic-cat-thumb {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
    .ic-cat-item .ic-cat-thumb {
        margin-bottom: 20px;
    }
}

.ic-cat-item .ic-cat-thumb img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.ic-cat-item .ic-cat-content {
    text-align: center;
}

.ic-cat-item .ic-cat-content h3 {
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: infra-light;
}

.ic-cat-item .ic-cat-content h3 span {
    font-family: infra-bold;
}

@media only screen and (max-width: 575.98px) {
    .ic-cat-item .ic-cat-content h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

.ic-cat-item .ic-cat-content h3 a {
    color: #131420;
}

.ic-cat-item .ic-cat-content h3 a:hover {
    color: #2e3189;
}

.ic-cat-item:hover .ic-cat-thumb img {
    transform: scale(1.1);
}

@-ms-keyframes shinex {
    100% {
        left: 125%;
    }
}

@-o-keyframes shinex {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes shinex {
    100% {
        left: 125%;
    }
}

@keyframes shinex {
    100% {
        left: 125%;
    }
}

.video-slider .slick-list {
    padding: 0 300px 0 0 !important;
}

@media only screen and (max-width: 991.98px) {
    .video-slider .slick-list {
        padding: 0 250px 0 0 !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .video-slider .slick-list {
        padding: 0 150px 0 0 !important;
    }
}

@media only screen and (max-width: 575.98px) {
    .video-slider .slick-list {
        padding: 0 !important;
    }
}

.video-slider .ic-video-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    margin: 0 15px;
    z-index: 1;
    min-height: 600px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

@media only screen and (max-width: 991.98px) {
    .video-slider .ic-video-item {
        min-height: 500px;
    }
}

@media only screen and (max-width: 767.98px) {
    .video-slider .ic-video-item {
        min-height: 450px;
    }
}

@media only screen and (max-width: 575.98px) {
    .video-slider .ic-video-item {
        min-height: 340px;
        background-position: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .video-slider .ic-video-item {
        min-height: 250px;
        background-position: 50%;
    }
}

.video-slider .ic-video-item .ic-video-content {
    padding: 0 100px;
}

@media only screen and (max-width: 767.98px) {
    .video-slider .ic-video-item .ic-video-content {
        padding: 0 50px;
    }
}

.video-slider .ic-video-item .ic-video-content .ic-video-content-inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.video-slider .ic-video-item .ic-video-content .ic-video-content-inner h2 {
    font-size: 42px;
    line-height: 48px;
    font-family: infra-light;
    color: #fff;
    margin-bottom: 60px;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

@media only screen and (max-width: 1280px) {
    .video-slider .ic-video-item .ic-video-content .ic-video-content-inner h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 767.98px) {
    .video-slider .ic-video-item .ic-video-content .ic-video-content-inner h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575.98px) {
    .video-slider .ic-video-item .ic-video-content .ic-video-content-inner h2 {
        position: static;
        margin-bottom: 30px;
    }
}

.video-slider .ic-video-item .ic-video-content .ic-video-content-inner a {
    position: relative;
}

@media only screen and (max-width: 767.98px) {
    .video-slider .ic-video-item .ic-video-content .ic-video-content-inner a img {
        width: 45px;
    }
}

.video-slider .ic-video-item .ic-video-content .ic-video-content-inner a svg {
    height: 60px;
    width: 60px;
}

.video-slider .ic-video-item .ic-video-content .ic-video-content-inner a svg path {
    fill: #fff;
}

.video-slider .ic-video-item .ic-video-content .ic-video-content-inner a i {
    font-size: 72px;
    color: #fff;
}

@media only screen and (max-width: 767.98px) {
    .video-slider .ic-video-item .ic-video-content .ic-video-content-inner a i {
        font-size: 52px;
    }
}

.video-slider .ic-video-item.slick-current {
    background-position: 50%;
}

.video-slider .ic-video-item.slick-current .ic-video-content-inner {
    padding-top: 200px;
}

@media only screen and (max-width: 767.98px) {
    .video-slider .ic-video-item.slick-current .ic-video-content-inner {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 575.98px) {
    .video-slider .ic-video-item.slick-current .ic-video-content-inner {
        padding-top: 0;
    }
}

.video-slider .ic-video-item.slick-current .ic-video-content-inner h2 {
    left: 0;
}

.video-slider .ic-video-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(19, 20, 32, 0.15);
    z-index: -1;
}

.ic-feature-item {
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .ic-feature-item img {
        width: 45px;
    }
}

.ic-feature-item h4 {
    font-family: infra-regular;
    font-size: 16px;
    line-height: 32px;
    margin: 8px 0 0 0;
}

.ic-feature-item h4 a {
    color: #131420;
}

@media only screen and (max-width: 480px) {
    .ic-feature-item h4 {
        font-size: 14px;
        line-height: 22px;
    }
}

/*========================================
   20. Testimonial CSS
========================================*/
.ic-testimonial-header h2 {
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
    color: #131420;
}

@media only screen and (max-width: 991.98px) {
    .ic-testimonial-header h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ic-testimonial-header h2 {
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
}

.ic-testimonial-header span {
    font-family: infra-regular;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #2e3189;
}

.ic-testimonial-inner {
    background: #FAFAFA;
}

.ic-testimonial-slider-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ic-testimonial-slider-nav .ic-testimonial-nav-right,
.ic-testimonial-slider-nav .ic-testimonial-nav-left {
    height: 4rem;
    width: 4rem;
    border: 1px solid #2e3189;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    margin-left: 1.5rem;
    color: #2e3189;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ic-testimonial-slider-nav .ic-testimonial-nav-right:hover,
.ic-testimonial-slider-nav .ic-testimonial-nav-left:hover {
    background: #2e3189;
    color: #fff;
}

.ic-testimonial-slider-nav .ic-testimonial-nav-left {
    margin-left: 0;
}

.ic-testimonial-item > img {
    margin-bottom: 30px;
    width: auto !important;
}

@media only screen and (max-width: 767.98px) {
    .ic-testimonial-item > img {
        margin-bottom: 15px;
    }
}

.ic-testimonial-item p {
    margin-bottom: 30px;
}

.ic-testimonial-item .ic-testi-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ic-testimonial-item .ic-testi-footer .ic-avatar {
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

.ic-testimonial-item .ic-testi-footer .ic-designation {
    flex-grow: 1;
}

.ic-testimonial-item .ic-testi-footer h4 {
    font-family: infra-semibold;
    font-size: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    .ic-testimonial-item .ic-testi-footer h4 {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ic-testimonial-item .ic-testi-footer span {
        line-height: 22px;
        display: inline-block;
        font-size: 14px;
    }
}

.ic-image-slider-section .ic-img-nav-left,
.ic-image-slider-section .ic-img-nav-right {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    border: 1px solid #fff;
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
    font-family: infra-bold;
    font-weight: 700;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ic-image-slider-section .ic-img-nav-left:hover,
.ic-image-slider-section .ic-img-nav-right:hover {
    background: #2e3189;
    border: 1px solid #2e3189;
    color: #fff;
}

@media only screen and (max-width: 991.98px) {
    .ic-image-slider-section .ic-img-nav-left,
    .ic-image-slider-section .ic-img-nav-right {
        position: static;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        color: #2e3189;
        border: 1px solid #2e3189;
        border-radius: 0;
        height: 40px;
        width: 40px;
        line-height: 38px;
        margin: 0 5px;
    }
}

.ic-image-slider-section .ic-img-nav-right {
    left: auto;
    right: 1rem;
}

@media only screen and (max-width: 991.98px) {
    .ic-image-slider-section .ic-img-slider-nav {
        margin: 30px auto 0;
        display: flex !important;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    .ic-image-slider-section .ic-img-slider-nav {
        margin: 15px auto 0;
    }
}

.ic-image-slider-section .ic-img-content-wrapper {
    padding-top: 25%;
    text-align: center;
}

@media only screen and (max-width: 991.98px) {
    .ic-image-slider-section .ic-img-content-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-image-slider-section .ic-img-content-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.ic-image-slider-section .ic-image-slider-right-bg {
    background-image: url(../images/slider/product-slider-bg.jpg);
    background-repeat: repeat-x;
    background-size: contain;
}

.ic-image-slider-section .ic-img-slider-content {
    padding: 0 50px;
}

@media only screen and (max-width: 767.98px) {
    .ic-image-slider-section .ic-img-slider-content {
        padding: 0 30px;
    }
}

.ic-image-slider-section .ic-img-slider-content h2 {
    font-size: 42px;
    font-family: infra-regular;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (max-width: 575.98px) {
    .ic-image-slider-section .ic-img-slider-content h2 {
        font-size: 36px;
    }
}

.ic-image-slider-section .ic-img-slider-content h2 span {
    font-family: infra-bold;
}

.ic-image-slider-section .ic-img-slider-content p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
    font-family: infra-light;
}

@media only screen and (max-width: 991.98px) {
    .ic-image-slider-section .ic-img-slider-item img {
        width: 100%;
    }
}

.ic-product-items.style-two .ic-product-item {
    box-shadow: 0 0 6px -2px rgba(20, 20, 28, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.ic-product-items.style-two .ic-product-item .ic-product-thumb {
    overflow: hidden;
}

.ic-product-items.style-two .ic-product-item .ic-product-thumb img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ic-product-items.style-two .ic-product-item .ic-product-content {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ic-product-items.style-two .ic-product-item .ic-product-content span.cat a {
    color: #d2d2d2;
    font-family: infra-light;
    text-transform: uppercase;
}

.ic-product-items.style-two .ic-product-item .ic-product-content h4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    font-family: infra-regular;
    text-transform: uppercase;
}

.ic-product-items.style-two .ic-product-item .ic-product-content h4 a {
    color: #131420;
}

.ic-product-items.style-two .ic-product-item .ic-product-content h4 a:hover {
    text-decoration: underline;
    color: #2e3189;
}

.ic-product-items.style-two .ic-product-item .ic-product-content span {
    font-size: 14px;
    line-height: 21px;
    color: #131420;
    text-transform: uppercase;
}

.ic-product-items.style-two .ic-product-item:hover {
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 28, 0.1);
}

.ic-product-items.style-two .ic-product-item:hover span.cat a {
    color: #2e3189;
}

.ic-product-items.style-two .ic-product-item:hover .ic-product-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ic-product-items.style-two .ic-product-item:hover .ic-product-content {
    bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    .ic-product-filter .ic-select {
        margin-bottom: 20px;
    }
}

.product-loadmore {
    color: #131420;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.product-loadmore i {
    margin-right: 8px;
    font-size: 22px;
}

.back-to-shop-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #131420;
    padding-bottom: 30px;
}

.back-to-shop-btn i {
    font-size: 20px;
}

.back-to-shop-btn:hover {
    color: #2e3189;
}

.ic-product-details-slider {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1199.98px) {
    .ic-product-details-slider {
        display: flex;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic-product-details-slider {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-product-details-slider {
        display: flex;
        flex-direction: column;
    }
}

.ic-product-details-slider .ic-product-single-slider {
    width: calc(100% - 102px);
    overflow: hidden;
    padding-left: 15px;
    order: 2;
}

@media only screen and (max-width: 991.98px) {
    .ic-product-details-slider .ic-product-single-slider {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-product-details-slider .ic-product-single-slider {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
        padding-left: 0;
    }
}

.ic-product-details-slider .ic-product-single-slider .ic-product-thumbnail {
    overflow: hidden;
}

@media only screen and (max-width: 991.98px) {
    .ic-product-details-slider .ic-product-single-slider .ic-product-thumbnail img {
        margin: 0 auto;
    }
}

.ic-product-details-slider .ic-product-slider-nav {
    width: 102px;
    order: 1;
    cursor: pointer;
}

@media only screen and (max-width: 991.98px) {
    .ic-product-details-slider .ic-product-slider-nav {
        width: 100%;
        order: 2;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-product-details-slider .ic-product-slider-nav {
        width: 100%;
        order: 2;
    }
}

.ic-product-details-slider .ic-product-slider-nav .pro-dec-small {
    margin: 5px 0;
}

@media only screen and (max-width: 1199.98px) {
    .ic-product-details-slider .ic-product-slider-nav .pro-dec-small {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic-product-details-slider .ic-product-slider-nav .pro-dec-small {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-product-details-slider .ic-product-slider-nav .pro-dec-small {
        margin: 0 10px;
    }
}

.ic-product-details-slider .ic-product-slider-nav .pro-dec-small.slick-slide {
    position: relative;
}

.ic-product-details-slider .ic-product-slider-nav .pro-dec-small.slick-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(250, 250, 250, 0.5);
    z-index: 1;
}

.ic-product-details-slider .ic-product-slider-nav .pro-dec-small.slick-slide.slick-current:after {
    display: none;
}

.ic-product-details-slider .ic-product-slider-nav .pro-dec-small img {
    width: 100%;
    transition: 0s;
}

.easyzoom-flyout img {
    max-width: initial;
}

/* Product Details Content */
.product-details-content h5 {
    font-family: infra-light;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 0;
}

.product-details-content h5 a {
    color: #d2d2d2;
}

@media only screen and (max-width: 991.98px) {
    .product-details-content h5 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575.98px) {
    .product-details-content h5 {
        font-size: 24px;
    }
}

.product-details-content h2 {
    font-size: 42px;
    color: #131420;
    font-family: infra-regular;
    margin-bottom: 25px;
}

.product-details-content p.price {
    font-size: 28px;
    font-family: infra-bold;
}

.product-details-content p.price span {
    color: #d2d2d2;
    font-family: infra-light;
}

.product-details-content .product-rating-reviews {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}

.product-details-content .product-rating-reviews .product-dec-rating i {
    font-size: 18px;
    color: #131420;
}

@media only screen and (max-width: 575.98px) {
    .product-details-content .product-rating-reviews {
        flex-wrap: wrap;
    }
}

.product-details-content .product-rating-reviews .product-dec-reviews {
    margin-left: 10px;
    flex-grow: 1;
}

@media only screen and (max-width: 575.98px) {
    .product-details-content .product-rating-reviews .product-dec-reviews {
        font-size: 14px;
    }
}

.product-details-content .product-rating-reviews .product-dec-reviews a {
    margin-left: 10px;
    float: right;
    color: #131420;
}

.product-details-content .product-rating-reviews .product-dec-reviews a:hover {
    color: #2e3189;
}

.product-details-content p.pro-dec-text {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 26px;
}

@media only screen and (max-width: 991.98px) {
    .product-details-content p.pro-dec-text {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.product-details-content .ic-product-short-specification {
    margin-bottom: 30px;
}

.product-details-content .ic-product-short-specification .ic-specification-list {
    list-style: none;
}

.product-details-content .ic-product-short-specification .ic-specification-list li span {
    display: inline-block;
    min-width: 14rem;
    font-family: infra-semibold;
}

@media only screen and (max-width: 991.98px) {
    .product-details-content .ic-custom-btn-rvs {
        line-height: 4.8rem;
    }
}

.ic-product-opt {
    overflow: hidden;
}

.ic-product-opt .ic-product-opt-title {
    display: block;
    font-family: infra-semibold;
    margin-bottom: 1rem;
    line-height: 2.2rem;
}

.ic-product-opt .ic-opts-list {
    list-style: none;
    margin: 0;
}

.ic-product-opt .ic-opts-list li {
    display: inline-block;
    margin-right: .5rem;
}

.ic-product-opt .ic-opts-list.ic-opts-color {
    display: inline-block;
    margin-left: 23px;
    top: 1px;
    position: relative;
}

.ic-product-opt .ic-opts-list.ic-opts-color li {
    position: relative;
    float: left;
    margin: 0 10px 0 0;
}

.ic-product-opt .ic-opts-list.ic-opts-color li input {
    width: 18px;
    height: 22px;
    border-width: 2px;
    vertical-align: top;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
}

.ic-product-opt .ic-opts-list.ic-opts-color li input:hover + .ic-product-color {
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 28, 0.1);
}

.ic-product-opt .ic-opts-list.ic-opts-color li input:checked + .ic-product-color::after {
    opacity: 1;
}

.ic-product-opt .ic-opts-list.ic-opts-color li .ic-product-color::after {
    font-family: IcoFont;
    content: "\eed6";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ic-product-opt .ic-opts-list.ic-opts-color li .ic-product-color {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ic-product-opt .ic-opts-list.ic-opts-size {
    line-height: 2.2rem;
}

.ic-product-opt .ic-opts-list.ic-opts-size li {
    font-weight: 500;
    color: #131420;
    margin-right: 1rem;
}

.ic-product-opt .ic-opts-list.ic-opts-size li a {
    color: #131420;
}

.ic-product-opt .ic-opts-list.ic-opts-size li.active {
    text-decoration: underline;
    color: #2e3189;
}

.ic-product-opt .ic-opts-list.ic-opts-size li.active a {
    text-decoration: underline;
    color: #2e3189;
}

.ic-product-opt-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ic-product-opt-group .ic-product-opt {
    margin-right: 4rem;
}

.ic-quantity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: 1px solid #131420;
}

.ic-quantity input {
    width: 5rem;
    background: transparent;
    text-align: center;
    margin: 0;
    height: 4.8rem;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border: none;
    color: #131420;
}

.ic-quantity input:focus {
    border: none;
}

.ic-quantity input::-webkit-outer-spin-button,
.ic-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.ic-quantity input[type=number] {
    -moz-appearance: textfield;
}

.ic-quantity .ic-quantity-up {
    height: 4.8rem;
    width: 4.8rem;
    text-align: center;
    line-height: 4.8rem;
    cursor: pointer;
    color: #131420;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ic-quantity .ic-quantity-up:hover {
    background: #131420;
    color: #fff;
}

.ic-quantity .ic-quantity-down {
    height: 4.8rem;
    width: 4.8rem;
    text-align: center;
    line-height: 4.8rem;
    cursor: pointer;
    color: #131420;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ic-quantity .ic-quantity-down:hover {
    background: #131420;
    color: #fff;
}

.ic-product-size .nice-select {
    border: 1px solid #131420;
}

.product-detail-quality {
    margin-bottom: 3rem;
}

.pro-detail-wishlist a {
    height: 5rem;
    width: 5rem;
    color: #131420;
    background: #D2D2D2;
    line-height: 5rem;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    margin-left: 2rem;
}

.pro-detail-wishlist a:hover {
    background: #131420;
    color: #fff;
}

.pro-detail-social ul {
    list-style: none;
}

.pro-detail-social ul li {
    display: inline-block;
    margin-right: 1.5rem;
}

.pro-detail-social ul li a {
    color: #131420;
    font-size: 20px;
}

.pro-detail-social ul li a:hover {
    color: #2e3189;
}

/*------------------------------------------
   1.1. Product Description Tab
-------------------------------------------*/
.product-description-tab-section .pro-dec-nav {
    margin-bottom: 33px;
}

@media only screen and (max-width: 991.98px) {
    .product-description-tab-section .pro-dec-nav {
        margin-bottom: 23px;
    }
}

@media only screen and (max-width: 575.98px) {
    .product-description-tab-section .pro-dec-nav {
        margin-bottom: 23px;
    }
}

.product-description-tab-section .pro-dec-nav .nav {
    border-bottom: 1px solid #E8E8E8;
}

.product-description-tab-section .pro-dec-nav .nav li a {
    padding: 6px 20px 8px;
    font-family: infra-medium;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    color: #131420;
}

.product-description-tab-section .pro-dec-nav .nav li a.active {
    background-color: #D2D2D2;
    color: #2e3189;
}

/* Product Tab Content */
.tab-content .single-product-tab .img-row {
    margin-top: 36px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 991.98px) {
    .tab-content .single-product-tab .img-row {
        margin-top: 26px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 575.98px) {
    .tab-content .single-product-tab .img-row {
        margin-top: 26px;
        margin-bottom: 25px;
    }
}

.tab-content .single-product-tab .img-row img {
    width: 100%;
}

.tab-content .description-content > p {
    line-height: 26px;
}

.tab-content .description-content ul {
    padding-left: 25px;
}

.ic-product-review .ic-review-list {
    list-style: none;
}

.ic-product-review .ic-review-list .ic-review-item + .ic-review-item {
    margin-top: 18px;
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
}

.ic-product-review .ic-review-list .ic-review-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ic-product-review .ic-review-list .ic-review-body .ic-review-avatar {
    overflow: hidden;
    border-radius: 100%;
    margin-right: 2rem;
}

.ic-product-review .ic-review-list .ic-review-body .ic-review-meta {
    flex-grow: 1;
    margin-right: 2rem;
}

.ic-product-review .ic-review-list .ic-review-body .ic-review-author {
    font-size: 18px;
    font-weight: 500;
}

.ic-product-review .ic-review-list .ic-review-body .ic-review-date {
    font-size: 14px;
}

.ic-product-review .ic-review-list .ic-review-body .ic-review-content {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 12px;
}

.ic-product-review .ic-review-form {
    margin-top: 4rem;
}

.ic-product-review .ic-review-form .form-group {
    margin-bottom: 2rem;
}

.ic-product-review .ic-review-form .form-control {
    min-height: 5rem;
    font-size: 1.6rem;
    border-radius: 0 !important;
    outline: none !important;
    border: 1px solid #bbb !important;
    padding: 0 2rem;
    margin-bottom: 0;
}

.ic-product-review .ic-review-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #2e3189 !important;
}

.ic-product-review .ic-review-form textarea.form-control {
    padding: 1.5rem 2rem;
}

@media only screen and (max-width: 767.98px) {
    .ic-product-review .ic-review-form textarea.form-control {
        height: 15rem;
    }
}

.ic-product-review .ic-review-form .ic-review-star-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ic-product-review .ic-review-form .ic-review-star-form label {
    margin: 0 2rem 0 0;
    font-weight: 500;
}

@media screen and (max-width: 991px) and (min-width: 771px) {
    .ic-product-review .ic-review-form .ic-review-star-form label {
        display: none;
    }
}

.ic-product-review .ic-review-form .ic-custom-btn-rvs:hover {
    color: #fff;
}

.ic-review-rating ul {
    list-style: none;
}

.ic-review-rating ul li {
    display: inline-block;
}

.ic-review-rating ul li i {
    color: #c7c7c7;
    font-size: 1.8rem;
}

.ic-review-rating ul li.active i {
    color: #2e3189;
}

.ic-review-rating-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ic-review-rating-wrapper .ic-review-rating {
    margin-right: 2rem;
}

.country-page-header .ic-logo {
    padding: 30px 0;
}

@media only screen and (max-width: 575.98px) {
    .country-page-header .ic-logo {
        padding: 3rem 0;
    }
}

.country-page-header h3 {
    font-family: infra-regular;
    font-size: 28px;
}

@media only screen and (max-width: 575.98px) {
    .country-page-header h3 {
        font-size: 22px;
    }
}

.country-page-header span {
    font-size: 14px;
    color: #d2d2d2;
    font-family: infra-regular;
}

.ic-choose-location-section {
    padding: 30px 0 50px 0;
}

@media only screen and (max-width: 575.98px) {
    .ic-choose-location-section {
        padding: 20px 0 40px 0;
    }
}

.ic-choose-location {
    margin-bottom: 25px;
}

@media only screen and (max-width: 575.98px) {
    .ic-choose-location div {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.ic-choose-location a .active-country p {
    color: #2e3189;
}

.ic-choose-location a img {
    margin-top: -10px;
    display: inline-block;
}

.ic-choose-location a p {
    font-size: 22px;
    line-height: 42px;
    font-family: infra-medium;
    color: #131420;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 767.98px) {
    .ic-choose-location a {
        font-size: 36px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-choose-location a {
        margin-bottom: 10px;
        text-align: center;
        font-size: 24px;
        line-height: 26px;
    }
}

.ic-choose-location a:hover p {
    color: #2e3189;
}

.county-map-image {
    max-width: 92%;
    display: block;
    margin: auto;
}

.ic-blog-section .ic-blog-header {
    margin-bottom: 60px;
}

.ic-blog-section .ic-blog-header h2 {
    font-size: 48px;
    color: #2e3189;
    margin-bottom: 0;
}

.ic-blog-section .ic-blog-header h2 span {
    display: block;
    font-family: infra-regular;
    font-size: 24px;
    color: #131420;
}

.ic-blog-section .ic-blog-item {
    margin-bottom: 30px;
    position: relative;
}

.ic-blog-section .ic-blog-item .ic-blog-thumb {
    overflow: hidden;
}

.ic-blog-section .ic-blog-item .ic-blog-thumb img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 100%;
}

.ic-blog-section .ic-blog-item .ic-blog-content {
    margin: -200px 65px 0 65px;
    background: #fff;
    position: relative;
    padding: 40px;
}

@media only screen and (max-width: 1650px) {
    .ic-blog-section .ic-blog-item .ic-blog-content {
        padding: 35px;
        margin: -150px 50px 0 50px;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic-blog-section .ic-blog-item .ic-blog-content {
        padding: 25px;
        margin: 0;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    }
}

.ic-blog-section .ic-blog-item .ic-blog-content h3 {
    font-family: infra-light;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991.98px) {
    .ic-blog-section .ic-blog-item .ic-blog-content h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

.ic-blog-section .ic-blog-item .ic-blog-content h3 a {
    color: #131420;
}

.ic-blog-section .ic-blog-item .ic-blog-content p {
    font-size: 14px;
}

.ic-blog-section .ic-blog-item .ic-blog-content a.blog-btn {
    color: #131420;
    font-size: 14px;
}

.ic-blog-section .ic-blog-item .ic-blog-content a.blog-btn i {
    margin-left: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 16px;
}

.ic-blog-section .ic-blog-item .ic-blog-content a.blog-btn:hover {
    color: #2e3189;
}

.ic-blog-section .ic-blog-item .ic-blog-content a.blog-btn:hover i {
    margin-left: 10px;
}

.ic-blog-section .ic-blog-item.ic-blog-item-large .ic-blog-content {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 60%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    background: #fff;
    padding: 40px;
}

@media only screen and (max-width: 1650px) {
    .ic-blog-section .ic-blog-item.ic-blog-item-large .ic-blog-content {
        padding: 35px;
        margin: 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .ic-blog-section .ic-blog-item.ic-blog-item-large .ic-blog-content {
        position: static;
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        padding: 25px;
        margin: 0;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    }
}

.ic-blog-section .ic-blog-load-more a {
    color: #d2d2d2;
    display: block;
    border: 1px solid #F4F4F4;
    font-family: infra-light;
    height: 6rem;
    line-height: 58px;
}

.ic-blog-section .ic-blog-load-more a:hover {
    color: #2e3189;
    border-color: #2e3189;
}

.ic-blog-section .ic-blog-video {
    background: #131420;
    margin-bottom: 40px;
}

.ic-blog-section .ic-blog-video .ic-video-thumb {
    position: relative;
}

@media only screen and (max-width: 767.98px) {
    .ic-blog-section .ic-blog-video .ic-video-thumb {
        margin-bottom: 20px;
    }
}

.ic-blog-section .ic-blog-video .ic-video-thumb a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ic-blog-section .ic-blog-video .ic-video-thumb a i {
    color: #fff;
    font-size: 72px;
}

@media only screen and (max-width: 767.98px) {
    .ic-blog-section .ic-blog-video .ic-video-thumb a i {
        font-size: 52px;
    }
}

.ic-blog-section .ic-blog-video .ic-video-content-inner h2 {
    font-size: 36px;
    color: #fff;
    font-family: infra-regular;
}

@media only screen and (max-width: 767.98px) {
    .ic-blog-section .ic-blog-video .ic-video-content-inner h2 {
        margin-bottom: 5px;
    }
}

.ic-blog-section .ic-blog-video .ic-video-content-inner a {
    color: #d2d2d2;
    font-size: 14px;
    line-height: 36px;
    font-family: infra-light;
    display: inline-block;
    position: relative;
}

.ic-blog-section .ic-blog-video .ic-video-content-inner a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 2px;
    width: 50px;
    background: #D2D2D2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ic-blog-section .ic-blog-video .ic-video-content-inner a:hover:after {
    width: 100%;
}

.ic-post-meta {
    margin-bottom: 5px;
}

.ic-post-meta span {
    color: #d2d2d2;
    display: inline-block;
    font-size: 14px;
}

.ic-post-meta span.ic-post-author a {
    color: #131420;
}

.ic-post-meta span.ic-post-author a:hover {
    color: #2e3189;
}

.ic-post-meta span a {
    color: #d2d2d2;
}

.ic-post-meta span a:hover {
    color: #2e3189;
}

.ic-post-meta.style-two span {
    text-transform: uppercase;
    margin: 0 3px;
    font-family: infra-light;
}

/*post meta*/
.ic-blog-single .ic-blog-header {
    margin-bottom: 60px;
}

.ic-blog-single .ic-blog-header h2 {
    font-size: 48px;
    color: #2e3189;
    margin-bottom: 0;
}

.ic-blog-single .ic-blog-header h2 span {
    display: block;
    font-family: infra-regular;
    font-size: 24px;
    color: #131420;
}

.ic-blog-single .ic-blog-title {
    font-size: 34px;
    font-family: infra-regular;
    margin-bottom: 30px;
}

.ic-blog-single .ic-blog-content {
    font-size: 14px;
}

.ic-blog-single .ic-blog-content p {
    font-size: 14px;
}

.ic-blog-single .ic-blog-content ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 25px !important;
}

.ic-blog-single .ic-blog-content li {
    font-size: 14px;
}

.ic-blog-bottom {
    margin: 40px 0;
}

.ic-post-tag i {
    margin-right: 5px;
}

.ic-post-tag a {
    font-size: 14px;
    color: #131420;
    position: relative;
}

.ic-post-tag a:after {
    content: "/";
    font-size: 14px;
    color: #131420;
    padding: 0 3px;
}

.ic-post-tag a:last-child:after {
    display: none;
}

.ic-post-tag a:hover {
    color: #2e3189;
}

.ic-share-post {
    list-style: none;
}

.ic-share-post li {
    display: inline-block;
}

.ic-share-post li.ic-share-text {
    font-size: 14px;
    margin-right: 10px;
    text-transform: capitalize;
}

.ic-share-post li a {
    font-size: 14px;
    color: #131420;
    margin-right: 10px;
}

.ic-share-post li a:hover {
    color: #2e3189;
}

/* ========== 29.2. Author =========== */
.ic-author {
    padding: 4rem;
    background: #FAFAFA;
    overflow: hidden;
    margin-bottom: 80px;
}

.ic-author .ic-author-avatar {
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 2.5rem;
}

.ic-author .ic-author-content {
    display: table;
}

.ic-author .ic-author-content .ic-author-content-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ic-author .ic-author-content .ic-author-content-top h3 {
    font-size: 21px;
    color: #131420;
    font-family: infra-medium;
    margin-bottom: 15px;
}

.ic-author .ic-author-content .ic-author-content-top h3 a {
    color: #131420;
}

.ic-author .ic-author-content .ic-author-content-top h3 a:hover {
    color: #2e3189;
}

.ic-author .ic-author-content p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.8rem;
}

.ic-blog-single-post-navigation {
    margin-bottom: 80px;
}

.ic-blog-single-post-navigation a i {
    font-size: 16px;
}

/* ========== 29.3. Blog Comment =========== */
.ic-comment .ic-comment-title {
    font-size: 42px;
    margin-bottom: 30px;
    font-family: infra-regular;
}

.ic-comment .ic-comment-list {
    list-style: none;
}

.ic-comment .ic-comment-list .ic-comment-body {
    overflow: hidden;
    margin-bottom: 25px;
}

.ic-comment .ic-comment-list .ic-comment-body .ic-comment-avatar {
    float: left;
    margin-right: 3rem;
    border-radius: 100%;
    overflow: hidden;
}

.ic-comment .ic-comment-list .ic-comment-body .ic-comment-content {
    display: flow-root;
}

.ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-meta .ic-comment-author {
    font-family: infra-medium;
    margin-right: 15px;
    font-size: 14px;
}

.ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-meta .ic-comment-date {
    color: #d2d2d2;
    font-size: 14px;
}

.ic-comment .ic-comment-list .ic-comment-body .ic-comment-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-reply {
    color: #d2d2d2;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 14px;
}

.ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-reply i {
    margin-right: 5px;
}

.ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-reply:hover {
    color: #2e3189;
}

.ic-comment .ic-comment-list .ic-has-child ul {
    padding-left: 5rem;
    list-style: none;
}

.ic-comment .ic-loadmore-comments {
    font-weight: 500;
    text-decoration: underline;
    margin-top: 2rem;
    color: #131420;
}

.ic-comment .ic-loadmore-comments:hover {
    color: #2e3189;
}

/* ========== 29.4. Blog Comment Form =========== */
.ic-comment-form .ic-comment-form-title {
    font-size: 42px;
    margin-bottom: 30px;
    font-family: infra-regular;
}

.ic-comment-form .ic-form-controll {
    border-style: solid;
    border-color: #d2d2d2;
    border-radius: 0;
    padding: 5px 0;
    margin-bottom: 2rem;
    border-width: 0 0 1px 0;
    color: #d2d2d2;
    font-size: 14px;
}

.ic-comment-form .ic-form-controll::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #d2d2d2;
}

.ic-comment-form .ic-form-controll:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d2d2d2;
}

.ic-comment-form .ic-form-controll::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d2d2d2;
}

.ic-comment-form .ic-form-controll:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #d2d2d2;
}

.ic-comment-form .ic-form-controll:focus {
    border-color: #2e3189;
}

.ic-comment-form textarea.ic-form-controll {
    padding: 10px 0;
    color: #d2d2d2;
}

.ic-comment-form textarea.ic-form-controll::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #d2d2d2;
}

.ic-comment-form textarea.ic-form-controll:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d2d2d2;
}

.ic-comment-form textarea.ic-form-controll::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d2d2d2;
}

.ic-comment-form textarea.ic-form-controll:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #d2d2d2;
}

.ic-comment-form .ic-custom-btn-rvs {
    font-family: infra-regular;
}

.ic-comment-form .ic-custom-btn-rvs:hover {
    color: #fff;
}

/*========================================
  About CSS
========================================*/
.about_banner .title {
    padding: 35px 0px 35px 0px;
}

.about_banner .title h2 {
    color: #2e3189;
    font-size: 28px;
    margin-bottom: 0px;
}

.about_banner .title p {
    margin-bottom: 0px;
}

.about_banner .title p a {
    font-size: 20px;
    font-family: infra-light;
    color: #131420;
}

.about_banner .banner-bottom {
    padding: 30px 0px 50px 0px;
}

.about_banner .banner-bottom h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
}

.about_banner .banner-bottom p {
    font-size: 16px;
    font-family: infra-regular;
}

.about_banner .banner-bottom span {
    color: #2e3189;
    font-family: infra-semibold;
}

.working_char_content .mr-15 {
    margin-right: -15px;
    margin-left: 15px;
}

.working_char_content .working_char_right h2 {
    font-size: 32px;
    margin-top: -10px;
}

.working_char_content .working_char_right .text-regular {
    font-size: 16px;
    font-family: infra-medium;
    margin-bottom: 0px;
}

.working_char_content .working_char_right .text-regular span {
    color: #2e3189;
    font-size: 20px;
}

.working_char_content .working_char_right span {
    color: #2e3189;
    font-family: infra-medium;
}

.what_set_area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 50px 0px 50px 0px;
}

.what_set_area .what_set_content {
    padding: 80px 0px 80px 0px;
}

.what_set_area .what_set_content h2 {
    font-size: 32px;
    color: #ffffff;
}

.what_set_area .what_set_content p {
    color: #fff;
}

.what_set_area .what_set_content .text-set-content {
    font-size: 16px;
    font-family: infra-medium;
    margin-bottom: 0px;
}

.what_set_area .what_set_content .text-set-content span {
    font-size: 20px;
    color: #fff;
}

.what_set_area .what_set_content span {
    color: #d2d2d2;
}

.working_content .title h4 {
    font-family: infra-light;
    color: #2e3189;
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
}

.working_content .title p {
    font-size: 24px;
    font-family: infra-semibold;
    margin-top: 5px;
    margin-bottom: 25px;
}

.working_content .warking-warp {
    display: flex;
}

.working_content .custom-p {
    padding: 5px;
}

.working_content .image-content {
    text-align: center;
    box-shadow: 1px 0px 7px 0px #f0e7f0;
    overflow: hidden;
}

.working_content .image-content .text h4 {
    font-size: 16px;
    font-family: infra-light;
    color: #131420;
    padding: 15px 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.working_content .image-content .image {
    transition: all 0.4s ease-in-out;
}

.about-b {
    border-top: none !important;
}

.last-img {
    margin-left: -14px;
}

/* subscrip popup form */
.signup-popup-text {
    padding: 90px 0px 74px 0px;
}

.signup-popup-text h3 {
    font-size: 26px;
    color: #131420;
    font-family: infra-light;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 32px;
}

.signup-popup-text h3 span {
    color: #2e3189;
    font-family: infra-bold;
}

.signup-popup-text p {
    font-size: 14px;
    font-family: infra-regular;
    margin-bottom: 25px;
}

.signup-popup-text input {
    padding: 20px 20px;
    border-radius: 0px;
    border: none;
    background-color: #FAFAFA;
    border: 1px solid #FAFAFA;
}

.signup-popup-text :focus {
    border: 1px solid #2e3189;
}

.signup-popup-text ::placeholder {
    color: #131420;
    font-family: infra-regular;
    font-size: 14px;
}

.signup-popup-text .btn {
    text-transform: uppercase;
    width: 100%;
    background: #131420;
    color: #fff;
    padding: 11px 0px;
    border-radius: 0px;
    border: none;
    font-family: infra-regular;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}

.signup-popup-text .btn:hover {
    background: #2e3189;
}

.signup-popup-text .subscribe-bottom-text {
    padding-top: 25px;
    margin-bottom: 0px;
}

.signup-popup-text .subscribe-bottom-text a {
    font-size: 14px;
    font-family: infra-medium;
    color: #131420;
}

.signup-popup-text .subscribe-bottom-text a:focus {
    border: none;
}

.no-padding {
    padding-left: 0px;
}

.signup-popup {
    position: fixed;
    padding: 50px 0;
    z-index: 999999;
    background: rgba(1, 1, 1, 0.2);
    width: 100%;
    display: none;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.signup-popup-row {
    position: absolute;
    width: 65%;
    top: 60%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: white;
}

.signup-close {
    text-align: right;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -20px;
}

.signup-close .fa {
    background: black;
    color: white;
    padding: 10px;
    border-radius: 100%;
}

.signup-popup {
    display: none;
}

.close-sign-up {
    position: absolute;
    right: -20px;
    top: -15px;
    cursor: pointer;
}

.close-sign-up .fa {
    color: #fff;
    background: #2e3189;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 7px 0px 0px 0px;
}

/* subscrip popup form */
.ic-instruction-title {
    padding: 35px 0px;
}

.ic-instruction-title h2 {
    font-size: 28px;
    color: #2e3189;
    margin: 0px;
    line-height: 30px;
    font-family: infra-bold;
}

.ic-instruction-title p {
    line-height: 30px;
    margin-bottom: 0px;
}

.ic-instruction-title p a {
    font-family: infra-light;
    font-size: 21px;
    color: #131420;
}

.ic-instruction-warper {
    padding-bottom: 50px;
}

.ic-instruction-warper .ic-title h2 {
    font-size: 30px;
    font-family: infra-bold;
    color: #131420;
    margin-bottom: 35px;
}

.ic-instruction-warper .ic-instruction-box {
    background: #FAFAFA;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.ic-instruction-warper .ic-box-content {
    padding: 70px 0px;
    margin-bottom: 30px;
    color: #131420;
}

.ic-instruction-warper .ic-box-content h4 {
    font-size: 24px;
    font-family: infra-medium;
    margin-bottom: 0px;
    margin-top: 30px;
    color: unset;
}

.ic-instruction-warper .ic-box-content #ic-box-white-image {
    display: none;
}

.ic-instruction-warper .ic-box-content #ic-box-white-image2 {
    display: none;
}

.ic-instruction-warper .ic-box-content #ic-box-white-image3 {
    display: none;
}

.ic-instruction-warper .ic-box-content #ic-box-white-image4 {
    display: none;
}

.ic-instruction-warper .ic-box-content #ic-box-white-image5 {
    display: none;
}

.ic-instruction-warper .ic-box-content #ic-box-white-image6 {
    display: none;
}

.ic-instruction-warper .ic-scrool {
    height: 255px;
    overflow-y: scroll;
}

.ic-instruction-warper .ic-details-box {
    width: 800px;
    background: #fff;
    position: absolute;
    z-index: 1;
    padding: 10px 20px 10px 20px;
    bottom: -226px;
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 28, 0.1);
    display: none;
}

.ic-instruction-warper .ic-details-box h4 {
    font-size: 24px;
    font-family: infra-bold;
    color: #2e3189;
}

.ic-instruction-warper .ic-details-box ul li {
    list-style-type: decimal;
    font-family: infra-regular;
    font-size: 16px;
    color: #131420;
    margin-bottom: 10px;
    margin-left: 40px;
    line-height: 22px;
    padding-left: 10px;
}

.ic-instruction-warper .ic-details-box img {
    width: 20px;
    cursor: pointer;
}

.ic-instruction-warper #ic-details-box3 {
    right: 13px;
}

.ic-instruction-warper #ic-details-box6 {
    right: 13px;
}

.ic-active-bg {
    background: red !important;
}

.ic-padding80 {
    padding-bottom: 80px;
}

.ic-page-title {
    padding: 35px 0px;
}

.ic-page-title h2 {
    font-size: 28px;
    color: #2e3189;
    margin: 0px;
    line-height: 30px;
    font-family: infra-bold;
}

.ic-page-title p {
    font-family: infra-light;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0px;
}

.ic-page-title p a {
    color: #131420;
}

.ic-location-address {
    padding: 110px 0px 80px 45px;
}

.ic-location-address h2 {
    font-size: 32px;
    line-height: 24px;
    margin-bottom: 30px;
    font-family: infra-semibold;
}

.ic-location-address .ic-office h6 {
    font-size: 16px;
    color: #2e3189;
    line-height: 24px;
    margin-bottom: 4px;
    font-family: infra-semibold;
}

.ic-location-address .ic-office p {
    font-size: 16px;
    font-family: infra-light;
    line-height: 24px;
    margin-bottom: 10px;
}

.ic-location-address .ic-mail h6 {
    font-size: 16px;
    color: #2e3189;
    line-height: 24px;
    margin-bottom: 0px;
    font-family: infra-semibold;
}

.ic-location-address .ic-mail p {
    font-size: 16px;
    font-family: infra-light;
    line-height: 24px;
    margin-bottom: 10px;
}

.ic-location-address .ic-phone h6 {
    font-size: 16px;
    color: #2e3189;
    line-height: 24px;
    margin-bottom: 0px;
    font-family: infra-semibold;
}

.ic-location-address .ic-phone p {
    font-size: 16px;
    font-family: infra-light;
    line-height: 24px;
    margin-bottom: 10px;
}

.ic-2nd-location-address {
    padding-left: 0px;
}

.ic-mb35 {
    margin-bottom: 35px;
}

.ic-loaction-map-m {
    display: none;
}

.ic-exchange-p1 p {
    font-size: 16px;
    line-height: 24px;
}

.ic-exchange-p2 h6 {
    font-size: 16px;
    font-family: infra-semibold;
    color: #2e3189;
    margin-bottom: 0px;
    line-height: 24px;
}

.ic-exchange-p2 ul li {
    list-style-type: none;
    font-size: 16px;
    padding-left: 35px;
}

.ic-exchange-p3 h6 {
    font-size: 16px;
    font-family: infra-semibold;
    color: #2e3189;
    margin-bottom: 0px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 2px;
}

.ic-exchange-p4 h6 {
    font-size: 16px;
    font-family: infra-semibold;
    color: #2e3189;
    margin-bottom: 0px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 2px;
}

.ic-exchange-video-box {
    background: #011A50;
    padding: 35px 0px 40px 0px;
    margin-top: 22px;
}

.ic-exchange-video-box h2 {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
}

.ic-exchange-video-box h2 span {
    text-transform: uppercase;
}

.ic-exchange-video-box img {
    width: 250px;
}

.ic-exchange-video-box i {
    color: #fff;
    display: block;
    font-size: 40px;
    margin-top: -34px;
    cursor: pointer;
}

.ic-exchange-bottom-content {
    padding-bottom: 80px;
}

.ic-exchange-bottom-content .ic-exchange-p5 h6 {
    font-size: 16px;
    font-family: infra-semibold;
    color: #2e3189;
    margin-bottom: 0px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 2px;
}

.ic-exchange-bottom-content .ic-exchange-p6 h6 {
    font-size: 16px;
    font-family: infra-semibold;
    color: #2e3189;
    margin-bottom: 0px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 2px;
}

.ic-exchange-bottom-content .ic-exchange-p6 ul li {
    list-style-type: none;
    font-size: 16px;
    padding-left: 35px;
}

.ic-exchange-bottom-content .ic-exchange-p6 p {
    margin-bottom: 0;
    line-height: 25px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
    color: #fff;
    top: 0;
    right: 135px;
    top: -21px;
}

.mfp-hide {
    display: none !important;
}

.ic-login-title {
    padding: 35px 0px;
    border-bottom: 1px solid #F7F7F7;
}

.ic-login-content {
    padding: 50px 0px;
}

.ic-login-top p {
    font-family: infra-regular;
    line-height: 24px;
    margin-bottom: 0px;
    margin: 25px 0px;
}

.ic-login-field input {
    padding: 22px 10px;
    border-radius: 0px;
    border: 1px solid #9F9B99;
    font-size: 15px;
}

.ic-login-field input:focus {
    border: 1px solid #2e3189;
}

.ic-login-field input:last-child {
    margin-bottom: 11px;
}

.ic-login-field ::placeholder {
    text-align: center;
    font-size: 16px;
    font-family: infra-regular;
    color: #d2d2d2;
}

.ic-round-checkbox p {
    font-family: infra-regular;
    display: inline-block;
    margin-left: 5px;
}

.ic-forget-text a {
    color: #2e3189;
    font-family: infra-regular;
    text-decoration: underline;
}

.ic-round-checkbox {
    position: relative;
}

.ic-round-checkbox label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 18px;
}

.ic-round-checkbox label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 9px;
}

.ic-round-checkbox input[type="checkbox"] {
    visibility: hidden;
}

.ic-round-checkbox input[type="checkbox"]:checked + label {
    background-color: #2e3189;
    border-color: #2e3189;
}

.ic-round-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.ic-login-bottom {
    margin-top: -5px;
}

.ic-login-bottom button {
    width: 100%;
    width: 100%;
    padding: 8px 0px;
    background: #2E3189;
    border: 1px solid #2E3189;
    border-radius: 0px;
    font-size: 16px;
    font-family: infra-regular;
    transition: all 0.3s ease-in-out;
}

.ic-login-bottom button:hover {
    background: black;
}

.ic-login-bottom p {
    margin: 35px 0px 0px 0px;
    font-family: infra-regular;
    color: #131420;
}

.ic-login-bottom span a {
    color: #2e3189;
    text-decoration: underline;
}

.ic-registration-box {
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 28, 0.1);
    padding: 30px 30px 30px 25px;
}

.checkout-popup-box {
    position: fixed;
    padding: 50px 0;
    z-index: 999999;
    background: rgba(1, 1, 1, 0.2);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

#ic-checkout-login-popup {
    display: none;
}

.checkout-popup-row {
    position: absolute;
    width: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: white;
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 28, 0.1);
}

.pl-0 {
    padding-left: 0px;
}

.close-checkout-login {
    position: absolute;
    right: -14px;
    top: -70px;
    cursor: pointer;
}

.close-checkout-login i {
    color: #fff;
    background: #2e3189;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding: 7px 0px 0px 0px;
}

.login-col {
    display: block;
    margin: auto;
}

.ic-title {
    position: relative;
}

.ic-title h2 {
    font-size: 180px;
    font-family: infra-black;
    color: #D2D2D2;
    margin-bottom: -2px;
}

.ic-error {
    position: absolute;
    top: 100px;
    left: 132px;
}

.ic-error p {
    font-size: 20px;
    font-family: infra-semibold;
    background: #2E3189;
    display: inline-block;
    color: #fff;
    padding: 2px 12px 5px 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.ic-404-btn p {
    margin-bottom: 35px;
}

.ic-404-btn h4 {
    font-family: infra-bold;
    font-size: 36px;
    color: #2e3189;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 36px;
}

.ic-404-btn button {
    font-size: 16px;
    font-family: infra-regular;
    padding: 0px;
    height: 50px;
    width: 200px;
    background: #131420;
    border-radius: 0px;
    border: 1px solid #131420;
    transition: all 0.3s ease-in-out;
}

.ic-404-btn button:hover {
    background: #2E3189;
    border: 1px solid #2E3189;
}

.ic-404-btn button a {
    font-size: 16px;
    font-family: infra-regular;
    color: #fff;
}

.ic-404-image {
    padding: 70px 0px 104px 0px;
}

.ic-faq-title h2 {
    font-size: 46px;
    font-family: infra-light;
    color: #2e3189;
    margin-bottom: 0px;
    padding: 35px 0px 56px 0px;
    text-transform: uppercase;
}

.ic-faq-nav-tabs {
    border: none;
}

.ic-faq-nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: none;
    color: #2e3189;
}

.ic-faq-nav-tabs .nav-link {
    border: none;
    font-family: infra-light;
    font-size: 16px;
    color: #d2d2d2;
    padding: 0px 20px;
    text-transform: uppercase;
    position: relative;
    margin-left: 10px;
}

.ic-faq-nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #D2D2D2;
    right: -5px;
    top: 6px;
}

.ic-faq-nav-tabs .nav-link:last-child::before {
    display: none;
}

.ic-faq-nav-tabs .nav-link:last-child {
    padding-right: 0px;
}

.ic-faq-nav-tabs .nav-link:first-child {
    padding-left: 5px;
    margin-left: 0px;
}

.ic-faq-text-title h2 {
    font-size: 40px;
    font-family: infra-regular;
    color: #131420;
    margin-bottom: 0px;
    margin-top: 55px;
}

.accordion_head {
    border-bottom: 1px solid #D2D2D2;
    color: #d2d2d2;
    cursor: pointer;
    font-family: infra-light;
    font-size: 19px;
    padding: 25px 0px 10px 0px;
}

.accordion_head span {
    font-family: infra-regular;
    font-size: 30px;
}

.accordion_body p {
    margin-bottom: 0px;
    margin-top: 12px;
    font-family: infra-light;
    font-size: 20px;
    line-height: 30px;
}

.accordion_body p span {
    font-size: 32px;
}

.plusminus {
    float: right;
    font-family: infra-regular;
    font-size: 30px;
    color: #d2d2d2;
}

.ic-faq-bottom {
    margin-bottom: 75px;
}

.ic-faq-bottom h6 {
    font-family: infra-regular;
    font-size: 24px;
    text-transform: uppercase;
    margin: 65px 0px 30px 0px;
}

.ic-faq-bottom button {
    padding: 0px;
    width: 190px;
    height: 54px;
    border-radius: 0px;
    background: #131420;
    transition: all 0.3s ease-in-out;
}

.ic-faq-bottom button a {
    font-family: infra-regular;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}

.ic-faq-bottom button:hover {
    background: #2e3189;
}

.ic-add-cart-btn {
    background: #131420;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.ic-add-cart-btn::before {
    display: none;
}

.ic-add-cart-btn:hover {
    background: #2e3189;
    color: #fff;
    border: 1px solid #2e3189;
}

.ic-cart-btn {
    cursor: pointer;
    position: relative;
}

.ic-cart-btn .ic-miniCart-count {
    background: #161723 !important;
    display: inline-block;
    padding: 4px 6px;
    color: #fff;
    position: absolute;
    line-height: 1rem;
    font-size: 12px;
    border-radius: 100%;
    right: -7px;
}

.ic-cart-list {
    width: 355px;
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 28, 0.1);
    position: absolute;
    right: 105px;
    z-index: 1;
    top: 93px;
    display: none;
}

.ic-cart-list .ic-cart-list-box {
    padding: 10px 20px 10px 5px;
    border-bottom: 1px solid #F8F8F8;
}

.ic-cart-list p {
    font-size: 14px;
    line-height: 22px;
    margin-left: -34px;
    margin-top: 15px;
}

.ic-cart-list .ic-cart-list-icon {
    margin-top: 33px;
}

.ic-cart-box-btn {
    margin: 17px 20px 40px 20px;
}

.ic-cart-view-btn {
    width: 145px;
    height: 50px;
    padding: 0px;
    border-radius: 0px;
    background: #2E3189;
    transition: all 0.3s ease-in-out;
}

.ic-cart-view-btn:hover {
    background: #131420;
    color: #fff;
}

.ic-cart-view-btn a {
    font-family: infra-regular;
    color: #fff;
    font-size: 16px;
}

.ic-total-text h6 {
    font-family: infra-semibold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-left: 72px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.ic-cart-checkout-btn {
    width: 145px;
    height: 50px;
    padding: 0px;
    border-radius: 0px;
    background: #131420;
    transition: all 0.3s ease-in-out;
}

.ic-cart-checkout-btn:hover {
    background: #2E3189;
    color: #fff;
}

.ic-cart-checkout-btn a {
    font-family: infra-regular;
    color: #fff;
    font-size: 16px;
}

#ic-cart-btn2 {
    display: none;
}

header.ic-header .ic-header-minicart .ic-cart-btn {
    cursor: pointer;
    position: relative;
}

header.ic-header .ic-header-minicart .ic-cart-btn span.ic-miniCart-count {
    display: inline-block;
    padding: 4px 6px;
    background: #2e3189;
    color: #fff;
    position: absolute;
    line-height: 1rem;
    font-size: 12px;
    border-radius: 100%;
    right: -7px;
}

header.ic-header .ic-header-minicart .ic-cart-btn svg {
    height: 2.2rem;
    width: 2.2rem;
}

#ic-cart-btn4 {
    display: none;
}

.ic-cart-list2 {
    width: 355px;
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 28, 0.1);
    position: absolute;
    right: 105px;
    z-index: 1;
    top: 93px;
    display: none;
}

.ic-cart-list2 .ic-cart-list-box {
    padding: 10px 20px 10px 5px;
    border-bottom: 1px solid #F8F8F8;
}

.ic-cart-list2 p {
    font-size: 14px;
    line-height: 22px;
    margin-left: -34px;
    margin-top: 15px;
}

.ic-cart-list2 .ic-cart-list-icon {
    margin-top: 33px;
}

.ic-view-cart-product {
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 28, 0.1);
    padding: 11px;
    margin-bottom: 15px;
}

.ic-view-cart-product:last-child {
    margin-bottom: 0px;
}

.ic-view-cart-product .ic-image {
    display: inline-block;
}

.ic-view-cart-product .ic-title {
    margin-top: 25px;
    margin-left: -30px;
}

.ic-view-cart-product .ic-title p {
    font-size: 24px;
    font-family: infra-semibold;
    margin-bottom: 0px;
    line-height: 30px;
    color: #3f3833;
}

.ic-view-cart-product .ic-title span {
    font-size: 16px;
    font-family: infra-semibold;
    color: #3f3833;
}

.ic-view-cart-product .ic-unit-price {
    margin-left: -45px;
    margin-top: 25px;
}

.ic-view-cart-product .ic-unit-price p {
    font-family: infra-semibold;
    margin-bottom: 0px;
    line-height: 24px;
}

.ic-view-cart-product .ic-unit-price span {
    font-family: infra-regular;
    font-size: 14px;
}

.ic-view-cart-product .ic-quantity {
    margin-top: 25px;
}

.ic-view-cart-product .ic-total-price {
    margin-top: 25px;
}

.ic-view-cart-product .ic-total-price p {
    font-family: infra-semibold;
    margin-bottom: 0px;
    line-height: 24px;
}

.ic-view-cart-product .ic-total-price span {
    font-family: infra-regular;
    font-size: 14px;
}

.ic-view-cart-product .ic-remove {
    margin-top: 35px;
    margin-right: 5px;
}

.ic-coupon-update-btn {
    margin-top: 35px;
}

.ic-coupon-update-btn .coupon input {
    height: 50px;
    width: 380px;
    border-radius: 0px;
    border: 1px solid #D2D2D2;
    display: inline-block;
}

.ic-coupon-update-btn .coupon input:focus {
    border-top: 1px solid #2e3189;
    border-bottom: 1px solid #2e3189;
    border-left: 1px solid #2e3189;
}

.ic-coupon-update-btn .coupon input::placeholder {
    font-family: infra-regular;
    font-size: 16px;
    color: #d2d2d2;
}

.ic-coupon-update-btn .coupon button {
    margin-left: -4px;
    height: 50px;
    background: #131420;
    border: 1px solid #131420;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    font-family: infra-regular;
}

.ic-coupon-update-btn .coupon button:hover {
    background: #2e3189;
    border: 1px solid #2e3189;
}

.ic-coupon-update-btn .update-cart-btn {
    padding: 0px;
    width: 160px;
    height: 50px;
    background: #2e3189;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #2e3189;
}

.ic-coupon-update-btn .update-cart-btn a {
    font-family: infra-regular;
    font-size: 16px;
    color: #fff;
}

.ic-coupon-update-btn .update-cart-btn:hover {
    background: #131420;
    border: 1px solid #131420;
}

.ic-cart-total {
    width: 545px;
    float: right;
    margin-top: 60px;
    margin-bottom: 80px;
}

.ic-cart-total-header {
    background: #131420;
}

.ic-cart-total-header h4 {
    font-family: infra-semibold;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0px;
    padding: 16px 0px;
    margin-left: 28px;
}

.ic-cart-total-details {
    background: #FAFAFA;
    padding: 0px 0px 0px 0px;
}

.ic-cart-total-details .ic-items {
    padding: 20px 0px 0px 25px;
}

.ic-cart-total-details .ic-items p {
    font-size: 16px;
    color: #131420;
    font-family: infra-semibold;
    margin-bottom: 0px;
    line-height: 30px;
}

.ic-cart-total-details .item1 {
    margin-bottom: 5px;
}

.ic-cart-total-details .item1 p {
    font-size: 16px;
    color: #131420;
    font-family: infra-semibold;
    margin-bottom: 0px;
    line-height: 30px;
}

.ic-cart-total-details .item1 span {
    font-family: infra-regular;
    font-size: 14px;
}

.ic-cart-total-details .ic-item1-p {
    padding: 0px 0px 0px 25px;
}

.ic-cart-total-details .ic-price {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-right: 25px;
    width: 100px;
}

.ic-cart-total-details .ic-sub-total {
    padding-top: 11px;
}

.ic-cart-total-details .ic-sub-total p {
    font-size: 16px;
    font-family: infra-medium;
    margin-bottom: 0px;
    line-height: 32px;
}

.ic-cart-total-details .ic-tk {
    font-family: infra-semibold;
    font-size: 16px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-top: 11px;
    width: 100px;
}

.ic-cart-total-details .ic-ship-total {
    padding-left: 25px;
}

.ic-cart-total-details .ic-ship-total p {
    font-size: 16px;
    font-family: infra-medium;
    margin-bottom: -5px;
}

.ic-cart-total-details .ic-ship-total span {
    font-family: infra-regular;
    font-size: 14px;
    color: #2e3189;
}

.ic-cart-total-details .ic-total {
    font-size: 16px;
    font-family: infra-medium;
    color: #2e3189;
}

.ic-cart-total-details .ic-total-tk {
    font-family: infra-semibold;
    font-size: 16px;
    color: #2e3189;
    padding-right: 25px;
    width: 100px;
}

.ic-cart-total-details .ic-padding-left {
    padding-left: 25px;
}

.ic-cart-total-details .ic-item-b {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 8px;
}

.ic-cart-total-details .m0 {
    padding-top: 0px;
}

.ic-cart-total-details .ic-pt-5 {
    padding-top: 15px;
}

.ic-view-cart-button {
    margin-top: 15px;
}

.ic-view-cart-button .ic-continue-shopping-btn, .ic-view-cart-button .ic-process-check-btn {
    padding: 0px;
    width: 257px;
    height: 50px;
    font-family: infra-regular;
    font-size: 16px;
    background: #131420;
    border-radius: 0px;
    margin-right: -2px;
    transition: all 0.5s ease-in-out;
}

.ic-view-cart-button .ic-continue-shopping-btn a, .ic-view-cart-button .ic-process-check-btn a {
    color: #fff;
    line-height: 30px;
}

.ic-view-cart-button .ic-process-check-btn {
    width: 288px;
    background: #2e3189;
    margin-left: -2px;
}

.ic-pt-15 {
    padding-top: 15px;
}

.ic-wishlist-area {
    margin-bottom: 80px;
}

.ic-forget-password-btn {
    margin-top: 15px;
}

.ic-forget-password-btn p {
    margin-top: 15px;
}

.ic-billing-payment-content {
    margin: 40px 0px 80px 0px;
}

.ic-checkout-area {
    margin-bottom: 62px;
}

.ic-checkout-header {
    background: #D2D2D2;
    padding: 13px 16px;
}

.ic-checkout-header p {
    margin-bottom: 0px;
}

.ic-checkout-header a {
    color: #2e3189;
    text-decoration: underline;
}

.ic-checkout-cart-total {
    width: unset;
    float: unset;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 38px;
}

.ic-billing-details h6 {
    font-size: 24px;
    font-family: infra-bold;
    line-height: 30px;
    color: #2e3189;
    margin-bottom: 0px;
    margin: 32px 0px 31px 0px;
}

.ic-billing-details .form-group {
    margin-bottom: 0px;
}

.ic-billing-details label {
    font-family: infra-regular;
    margin-bottom: 2px;
}

.ic-billing-details input {
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
}

.ic-billing-details input::placeholder {
    font-family: infra-regular;
    font-size: 16px;
    color: #d2d2d2;
}

.ic-billing-details input:focus {
    border: 1px solid #2e3189;
}

.ic-billing-details textarea {
    border-radius: 0px;
    border: 1px solid #D2D2D2;
    margin-top: 5px;
    min-height: 120px;
    transition: all 0.3s ease-in-out;
}

.ic-billing-details textarea::placeholder {
    font-family: infra-regular;
    font-size: 16px;
    color: #d2d2d2;
}

.ic-billing-details textarea:focus {
    border: 1px solid #2e3189;
}

.ic-billing-details .ic-name-group input {
    border: 1px solid #D2D2D2;
    margin-bottom: 14px;
    transition: all 0.3s ease-in-out;
}

.ic-billing-details .ic-name-group input:focus {
    border: 1px solid #2e3189;
}

.ic-billing-details .ic-input-other-group input {
    border: 1px solid #9F9B99;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.ic-billing-details .ic-input-other-group input:focus {
    border: 1px solid #2e3189;
}

.ic-billing-details .ic-input-other-group .nice-select {
    border: 1px solid #9F9B99;
    margin-bottom: 15px;
}

.ic-billing-details .ic-input-other-group .nice-select .list li {
    margin: 2px 0px 2px 0px;
}

.ic-billing-details .ic-input-other-group .nice-select .list li:first-child {
    margin-top: 0px;
}

.ic-additional-info {
    margin-top: 9px;
}

.ic-additional-info h4 {
    font-family: infra-bold;
    font-size: 24px;
    line-height: 30px;
    color: #2e3189;
    margin-bottom: 29px;
}

.ic-additional-info .ic-checkout-check p {
    margin-bottom: 4px;
}

.ic-check-out-total {
    background: #D2D2D2;
    padding: 9px 0px 10px 25px;
    margin-top: 13px;
}

.ic-check-out-total p {
    margin-bottom: 0px;
}

.ic-checkout-payment .ic-payment-heading {
    padding: 10px 0px 0px 25px;
}

.ic-checkout-payment .ic-payment-heading h6 {
    font-size: 24px;
    color: #2e3189;
    line-height: 36px;
    margin-bottom: 5px;
    font-family: infra-bold;
}

.ic-checkout-payment .payment-method .bulgy-radios {
    margin-left: 48px;
}

.ic-checkout-payment .payment-method .bulgy-radios label {
    display: inline-block;
    position: relative;
    height: 1em;
    padding-left: 4rem;
    cursor: pointer;
    font-size: 2.5rem;
    user-select: none;
    color: #555;
}

.ic-checkout-payment .payment-method .bulgy-radios .label {
    display: flex;
    align-items: center;
    padding-right: 3rem;
    font-size: 16px;
    color: #131420;
    font-family: infra-regular;
}

.ic-checkout-payment .payment-method .bulgy-radios input {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    left: -2000px;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .radio {
    background-color: #2e3189;
    transition: background .3s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .radio::after {
    opacity: 1;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label {
    color: #2e3189;
    font-family: infra-regular;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span {
    animation: bulge .5s forwards;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(1) {
    animation-delay: 0.025s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(2) {
    animation-delay: 0.05s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(3) {
    animation-delay: 0.075s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(4) {
    animation-delay: 0.1s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(5) {
    animation-delay: 0.125s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(6) {
    animation-delay: 0.15s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(7) {
    animation-delay: 0.175s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(8) {
    animation-delay: 0.2s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(9) {
    animation-delay: 0.225s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(10) {
    animation-delay: 0.25s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(11) {
    animation-delay: 0.275s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(12) {
    animation-delay: 0.3s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(13) {
    animation-delay: 0.325s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(14) {
    animation-delay: 0.35s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(15) {
    animation-delay: 0.375s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(16) {
    animation-delay: 0.4s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(17) {
    animation-delay: 0.425s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(18) {
    animation-delay: 0.45s;
}

.ic-checkout-payment .payment-method .bulgy-radios input:checked ~ .label span:nth-child(19) {
    animation-delay: 0.475s;
}

.ic-checkout-payment .payment-method .radio {
    position: absolute;
    top: 6px;
    left: 0;
    height: 14px;
    width: 14px;
    background: #131420;
    border-radius: 50%;
}

.ic-checkout-payment .payment-method .radio::after {
    content: '';
    position: absolute;
    opacity: 0;
    top: 1px;
    left: 0px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #2e3189;
}

@keyframes bulge {
    50% {
        transform: rotate(4deg);
        font-size: 1.5em;
        font-weight: bold;
    }
    100% {
        transform: rotate(0);
        font-size: 1em;
        font-weight: bold;
    }
}

.ic-place-order-now-btn {
    margin-top: 32px;
}

.ic-place-order-now-btn button {
    width: 100%;
    height: 50px;
    background: #2e3189;
    border-radius: 0px;
    padding: 0px;
    line-height: 36px;
    transition: all 0.5s ease-in-out;
}

.ic-place-order-now-btn button a {
    font-family: infra-regular;
    font-size: 16px;
    color: #fff;
}

.ic-place-order-now-btn button:hover {
    background: #131420;
}

.ic-register-mobal-btn {
    display: inline-block;
    width: 105px !important;
    background: none !important;
    border: none !important;
    color: #2e3189 !important;
    text-decoration: underline;
}

.ic-checkout-reg-btn button {
    width: 50%;
    margin-top: 15px;
}

.ic-checkout-reg-btn p {
    margin-top: 10px;
}

.ic-pl-0 {
    padding-left: 0px;
}

.ic-checkout-reg img {
    border-radius: 5px;
}

.ic-order-details {
    margin-bottom: 15px !important;
}

.ic-order-details-warper {
    max-height: 265px;
    overflow-y: auto;
}

.ic-contact-details .ic-view-cart-product:last-child {
    margin-bottom: 15px;
}

.ic-user-profile-title {
    border-bottom: 1px solid #F7F7F7;
}

.ic-profile-banner-area {
    margin-top: 40px;
}

.ic-profile {
    position: relative;
    margin-bottom: 20px;
}

.ic-profile .image {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -14px;
}

.ic-profile .ic-name {
    display: inline-block;
    margin-left: 135px;
    margin-top: 12px;
}

.ic-profile .ic-name h6 {
    font-size: 20px;
    font-family: infra-semibold;
    margin-bottom: 0px;
    line-height: 24px;
    color: #2e3189;
}

.ic-profile .ic-name p {
    color: #d2d2d2;
}

.ic-user-profile-nav-tabs {
    border: none;
}

.ic-user-profile-nav-tabs .nav-item {
    margin-right: 5px;
}

.ic-user-profile-nav-tabs .nav-link.active {
    background-color: #2e3189;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.ic-user-profile-nav-tabs .nav-link {
    background: #FAFAFA;
    border: none;
    border-radius: none;
    color: #2e3189;
    padding: 10px 30px;
    height: 50px;
    line-height: 30px;
}

.ic-contact-details h6 {
    color: #2e3189;
    font-size: 24px;
    margin-bottom: 0px;
    font-family: infra-semibold;
    line-height: 24px;
    margin-bottom: 27px;
}

.ic-contact-details p {
    margin: 0px;
    line-height: 24px;
    margin-bottom: 8px;
}

.ic-contact-details .address {
    color: #2e3189;
}

.ic-contact-details .address-txt {
    width: 420px;
    margin-left: 5px;
}

.ic-contact-details .enail-txt {
    margin-left: 5px;
}

.ic-contact-details .phn-txt {
    margin-left: 5px;
}

.ic-user-profile-tab-content {
    margin-top: 32px;
}

.email {
    color: #2e3189;
}

.phn {
    color: #2e3189;
}

.ic-user-pending-btn, .ic-user-cancle-btn {
    height: 40px;
    width: 100px;
    border-radius: 0px;
    background: #131420;
    padding: 0px;
    transition: all 0.5s ease-in-out;
}

.ic-user-pending-btn a, .ic-user-cancle-btn a {
    color: #fff;
    font-family: infra-regular;
    font-size: 16px;
}

.ic-user-pending-btn:hover, .ic-user-cancle-btn:hover {
    background: #2e3189;
}

.ic-user-cancle-btn {
    background: #FF3C58;
}

.ic-instagram-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ic-instagram-items .ic-instagram-item {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    position: relative;
}

.ic-instagram-items .ic-instagram-item .ic-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ic-instagram-items .ic-instagram-item .ic-content h4 {
    margin-bottom: 0;
    font-family: infra-light;
    color: #fff;
    font-size: 16px;
}

.ic-instagram-items .ic-instagram-item .ic-content i {
    margin-right: 5px;
    margin-top: 4px;
    font-size: 18px;
}

.ic-instagram-items .ic-instagram-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ic-instagram-items .ic-instagram-item:hover .ic-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ic-instagram-items .ic-instagram-item:hover::before {
    opacity: 1;
}

@media only screen and (max-width: 991.98px) {
    .ic-follow-section .ic-section-header {
        margin-bottom: 30px;
    }
}

.ic-follow-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 575.98px) {
    .ic-follow-item {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .ic-follow-item {
        width: 170px;
        margin: 0 auto 20px;
    }
}

.ic-follow-item i {
    font-size: 36px;
    margin-right: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ic-follow-item img {
    width: 36px;
    margin-right: 20px;
}

.ic-follow-item h4 {
    margin-bottom: 0;
    font-family: infra-regular;
    font-size: 16px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ic-follow-item.facebook i {
    color: #0673E7;
}

.ic-follow-item.facebook:hover h4 {
    color: #0673E7;
}

.ic-follow-item.instagram i {
    color: #0673E7;
}

.ic-follow-item.instagram:hover h4 {
    color: #C63C72;
}

.ic-follow-item.youtube i {
    color: #FF0000;
}

.ic-follow-item.youtube:hover h4 {
    color: #FF0000;
}

.ic-follow-item:hover h4 {
    color: #2e3189;
}

/*========================================
   35. Footer CSS
========================================*/
.ic-footer {
    position: relative;
}

.ic-footer-top {
    border-top: 1px solid #F7F7F7;
}

@media only screen and (max-width: 991.98px) {
    .ic-footer-top .ic-footer-item {
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 480px) {
    .ic-footer-top .ic-footer-item {
        width: 50%;
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 375px) {
    .ic-footer-top .ic-footer-item {
        width: 60%;
    }
}

@media only screen and (max-width: 320px) {
    .ic-footer-top .ic-footer-item {
        width: 80%;
    }
}

.ic-footer-top .ic-footer-item .ic-footer-widget-title {
    font-size: 24px;
    font-family: infra-semibold;
    color: #131420;
    margin-bottom: 3rem;
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-widget-about a {
    color: #131420;
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-widget-about a:hover {
    color: #2e3189;
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-menu {
    list-style: none;
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-menu li {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-menu li a {
    font-size: 16px;
    line-height: 36px;
    color: #131420;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
    .ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-menu li a {
        font-size: 14px;
    }
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-menu li:hover {
    color: #2e3189;
    padding-left: 1rem;
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-menu li:hover a {
    color: #2e3189;
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-menu span {
    cursor: pointer;
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-contact-item h6 {
    font-size: 16px;
    color: #2e3189;
    line-height: 36px;
    margin-bottom: 0;
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-contact-item ul {
    list-style: none;
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-contact-item ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #131420;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 767.98px) {
    .ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-contact-item ul li a {
        font-size: 14px;
    }
}

.ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-contact-item ul li a:hover {
    color: #2e3189;
    text-decoration: underline;
}

.ic-footer-bottom {
    background: #FAFAFA;
    padding: 40px 0;
}

@media only screen and (max-width: 575.98px) {
    .ic-footer-bottom {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 480px) {
    .ic-footer-bottom .ic-copyright-text br {
        display: none;
    }
}

.ic-footer-bottom .ic-copyright-text p {
    font-weight: 500;
    margin-bottom: 3rem;
}

@media only screen and (max-width: 575.98px) {
    .ic-footer-bottom .ic-copyright-text p {
        font-size: 14px;
    }
}

.ic-footer-bottom .ic-copyright-text p a {
    color: #131420;
}

.ic-footer-bottom .ic-copyright-text p a:hover {
    text-decoration: underline;
}

.ic-footer-bottom .ic-copyright-text p i {
    color: #2e3189;
}

@media only screen and (max-width: 575.98px) {
    .ic-footer-bottom .ic-footer-payment img {
        width: 100%;
    }
}

.hover-none-a:hover {
    padding-left: 0px !important;
}

.hover-none-a:hover .hove-lm {
    padding-left: 10px;
}

/*========================================
   36. Scroll top CSS
========================================*/
.ic-scroll-top {
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 100%;
    background-color: #2e3189;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    line-height: 4.5rem;
    position: fixed;
    right: 4%;
    text-decoration: none;
    z-index: 999;
    animation: ic_up_down 3s linear infinite;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ic-scroll-top:hover, .ic-scroll-top:focus {
    color: #fff;
}

@media only screen and (max-width: 500px) {
    .ic-scroll-top {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.8rem;
        line-height: 3.8rem;
        right: 5rem;
    }
}

/*# sourceMappingURL=style.css.map */


.catalog-img-height {
    width: 100%;
}

.catalog-width {
    border: 1px solid #dbe0e0;
}
