 
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
        white-space: inherit;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/**
 * Animations
 */
@-webkit-keyframes tmGrowShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.55);
        transform: scale(1.55);
        opacity: 0;
    }
}

@keyframes tmGrowShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.55);
        transform: scale(1.55);
        opacity: 0;
    }
}

@-webkit-keyframes tmSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tmSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes tmSpinReverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes tmSpinReverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes tmLeftToRight {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
        opacity: 0;
    }
}

@keyframes tmLeftToRight {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
        opacity: 0;
    }
}

/**
 * Typography
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

html {
    overflow: hidden;
    overflow-y: auto;
}

body {
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*font-family: "Poppins", sans-serif;*/
    color: #2c2b2b;
    font-weight: 400;
    background: #f5f5f5;
}

::-webkit-input-placeholder {
    color: #444444;
}

:-moz-placeholder {
    color: #444444;
}

::-moz-placeholder {
    color: #444444;
}

:-ms-input-placeholder {
    color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
    margin: 0;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Rubik", sans-serif;
    line-height: 1.3;
    color: #333333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: 500;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 400;
}

h1,
.h1 {
    font-size: 42px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    h1,
    .h1 {
        font-size: 29px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }
}

::-moz-selection {
    background: #e43838;
    color: #ffffff;
}

::-ms-selection {
    background: #e43838;
    color: #ffffff;
}

::-o-selection {
    background: #e43838;
    color: #ffffff;
}

::selection {
    background: #e43838;
    color: #ffffff;
}

*:-webkit-autofill,
*:-webkit-autofill:hover,
*:-webkit-autofill:focus,
*:-webkit-autofill:active {
    -webkit-transition: background-color 50000s ease-in-out 0s;
    -o-transition: background-color 50000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s;
}

a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        outline: none;
    }

    a:visited {
        color: inherit;
    }

button {
    cursor: pointer;
}

input,
button,
select,
textarea {
    background: transparent;
    border: 1px solid #acabab;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #444444;
    font-family: "Karla", sans-serif;
    border-radius: 3px;
}

    input::-webkit-input-placeholder,
    button::-webkit-input-placeholder,
    select::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #777777;
    }

    input:-moz-placeholder,
    button:-moz-placeholder,
    select:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #777777;
    }

    input::-moz-placeholder,
    button::-moz-placeholder,
    select::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #777777;
    }

    input:-ms-input-placeholder,
    button:-ms-input-placeholder,
    select:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #777777;
    }

    input:focus, input:active,
    button:focus,
    button:active,
    select:focus,
    select:active,
    textarea:focus,
    textarea:active {
        outline: none;
        border-color: #e43838;
    }

input,
select,
textarea {
    width: 100%;
    font-size: 14px;
    vertical-align: middle;
}

    input:focus,
    select:focus,
    textarea:focus {
        background: rgba(63, 81, 181, 0.05);
        border-color: rgba(63, 81, 181, 0.05);
    }

input,
select,
button {
    height: 41px;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    input,
    select,
    button {
        height: 44px;
    }
}

textarea {
    padding: 10px 15px;
}

blockquote {
    border: 1px solid #e5e5e5;
    border-left: 5px solid #e43838;
    font-size: 18px;
    line-height: 27px;
    padding: 30px 40px 15px 40px;
    position: relative;
    z-index: 1;
    font-style: italic;
    background: #f7f9fb;
}

    blockquote footer {
        font-size: 14px;
    }

        blockquote footer a {
            color: #e43838;
        }

            blockquote footer a:hover {
                color: #e43838;
            }

@media only screen and (max-width: 767px) {
    blockquote {
        font-size: 16px;
        line-height: 25px;
        padding: 20px;
    }
}

[class^="flaticon-"],
[class*=" flaticon-"],
[class^="flaticon-"],
[class*=" flaticon-"] {
    line-height: 1;
}

    [class^="flaticon-"]::before, [class^="flaticon-"]::after,
    [class*=" flaticon-"]::before,
    [class*=" flaticon-"]::after,
    [class^="flaticon-"]::before,
    [class^="flaticon-"]::after,
    [class*=" flaticon-"]::before,
    [class*=" flaticon-"]::after {
        margin-left: 0;
        font-size: inherit;
        vertical-align: middle;
    }

.stylish-list {
    padding-left: 0;
}

    .stylish-list li {
        list-style: none;
        line-height: 30px;
        position: relative;
        padding-left: 30px;
    }

    .stylish-list i {
        position: absolute;
        left: 0;
        top: 7px;
        font-size: 16px;
        color: #e43838;
    }

/* Checkbox & Radio Styles */
input[type=checkbox],
input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

    input[type=checkbox] ~ label,
    input[type=radio] ~ label {
        position: relative;
        padding-left: 24px;
        cursor: pointer;
    }

        input[type=checkbox] ~ label:before,
        input[type=radio] ~ label:before {
            content: "";
            font-family: 'fontAwesome';
            font-weight: 700;
            position: absolute;
            left: 0;
            top: 5px;
            border: 1px solid #000;
            height: 15px;
            width: 15px;
            line-height: 1;
            font-size: 13px;
        }


    input[type=checkbox]:checked ~ label,
    input[type=radio]:checked ~ label {
        color: #e43838;
    }

        input[type=checkbox]:checked ~ label:before,
        input[type=radio]:checked ~ label:before {
            content: "\f00c";
            color: #e43838;
            border-color: #e43838;
        }

    input[type=radio] ~ label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        border: 2px solid #e5e5e5;
        border-radius: 100px;
        height: 15px;
        width: 15px;
        margin-top: -8px;
        line-height: .5;
        font-size: 28px;
    }

    input[type=radio]:checked ~ label::before {
        content: "";
        color: #e43838;
        border-color: #e43838;
    }

/**
 * Utilities
 */
.hidden {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* Define Colors */
.color-theme {
    color: #000000;
}

.color-secondary {
    color: #9c27b0;
}

.color-dark {
    color: #272727;
}

.colog-grey {
    color: #f7f9fb;
}

.color-black {
    color: #000000;
}

.color-white {
    color: #ffffff;
}

/* Background Color */

.bg-theme {
    background: #e43838;
}

.bg-secondary {
    background: #9c27b0;
}

.bg-grey {
    background: #f7f9fb;
}

.bg-dark {
    background: #272727 !important;
}

.bg-black {
    background: #000000;
}

.bg-white {
    background: #ffffff !important;
}

/* Background Image */
[class*="bg-image-"],
[data-bgimage] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-image-1 {
    background-image: url(../images/bg/bg-8.png);
}

.bg-image-2 {
    background-image: url(../images/bg/bg-image-2.jpg);
}

.bg-image-3 {
    background-image: url(../images/bg/bg-image-3.jpg);
}

.bg-image-4 {
    background-image: url(../images/bg/bg-image-4.jpg);
}

.bg-image-5 {
    background-image: url(../images/bg/bg-image-5.jpg);
}

.bg-image-6 {
    background-image: url(../images/bg/bg-image-6.jpg);
}

.bg-image-7 {
    background-image: url(../images/bg/bg-image-7.jpg);
}

.bg-image-8 {
    background-image: url(../images/bg/bg-image-8.jpg);
}

.bg-image-9 {
    background-image: url(../images/bg/bg-image-9.jpg);
}

.bg-image-10 {
    background-image: url(../images/bg/bg-image-10.jpg);
}

.bg-image-11 {
    background-image: url(../images/bg/bg-image-11.jpg);
}

.bg-image-12 {
    background-image: url(../images/bg/bg-image-12.jpg);
}

.bg-image-13 {
    background-image: url(../images/bg/bg-image-13.jpg);
}

.bg-image-14 {
    background-image: url(../images/bg/bg-image-14.jpg);
}

.bg-image-15 {
    background-image: url(../images/bg/bg-image-15.jpg);
}

.bg-image-16 {
    background-image: url(../images/bg/bg-image-16.jpg);
}

.bg-image-17 {
    background-image: url(../images/bg/bg-image-17.jpg);
}

.bg-image-18 {
    background-image: url(../images/bg/bg-image-18.jpg);
}

.bg-image-19 {
    background-image: url(../images/bg/bg-image-19.jpg);
}

.bg-image-20 {
    background-image: url(../images/bg/bg-image-20.jpg);
}

/* Text specialized */
.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    font-style: underline;
}

/* Font specialized */
.body-font {
    font-family: "Karla", sans-serif;
}

.heading-font {
    font-family: "Rubik", sans-serif;
}

/* Height and width */
.tm-fullscreen {
    min-height: 100vh;
    width: 100%;
}

/* Overlay styles */
[data-overlay],
[data-secondary-overlay],
[data-black-overlay],
[data-white-overlay] {
    position: relative;
}

    [data-overlay] > div,
    [data-overlay] > *,
    [data-secondary-overlay] > div,
    [data-secondary-overlay] > *,
    [data-black-overlay] > div,
    [data-black-overlay] > *,
    [data-white-overlay] > div,
    [data-white-overlay] > * {
        position: relative;
        z-index: 2;
    }

    [data-overlay]:before,
    [data-secondary-overlay]:before,
    [data-black-overlay]:before,
    [data-white-overlay]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }

    [data-overlay]:before {
    }

    [data-secondary-overlay]:before {
        background-color: #e43838;
    }

    [data-black-overlay]:before {
        background-color: #32363d;
        opacity: 0.1 !important;
    }

    [data-white-overlay]:before {
        background-color: #ffffff;
    }

[data-overlay="0.5"]:before,
[data-secondary-overlay="0.5"]:before,
[data-black-overlay="0.5"]:before,
[data-white-overlay="0.5"]:before {
    opacity: 0.05;
}

[data-overlay="1"]:before,
[data-secondary-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="1.5"]:before,
[data-secondary-overlay="1.5"]:before,
[data-black-overlay="1.5"]:before,
[data-white-overlay="1.5"]:before {
    opacity: 0.15;
}

[data-overlay="2"]:before,
[data-secondary-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="2.5"]:before,
[data-secondary-overlay="2.5"]:before,
[data-black-overlay="2.5"]:before,
[data-white-overlay="2.5"]:before {
    opacity: 0.25;
}

[data-overlay="3"]:before,
[data-secondary-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="3.5"]:before,
[data-secondary-overlay="3.5"]:before,
[data-black-overlay="3.5"]:before,
[data-white-overlay="3.5"]:before {
    opacity: 0.35;
}

[data-overlay="4"]:before,
[data-secondary-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="4.5"]:before,
[data-secondary-overlay="4.5"]:before,
[data-black-overlay="4.5"]:before,
[data-white-overlay="4.5"]:before {
    opacity: 0.45;
}

[data-overlay="5"]:before,
[data-secondary-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="5.5"]:before,
[data-secondary-overlay="5.5"]:before,
[data-black-overlay="5.5"]:before,
[data-white-overlay="5.5"]:before {
    opacity: 0.55;
}

[data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="6.5"]:before,
[data-secondary-overlay="6.5"]:before,
[data-black-overlay="6.5"]:before,
[data-white-overlay="6.5"]:before {
    opacity: 0.65;
}

[data-overlay="7"]:before,
[data-secondary-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="7.5"]:before,
[data-secondary-overlay="7.5"]:before,
[data-black-overlay="7.5"]:before,
[data-white-overlay="7.5"]:before {
    opacity: 0.75;
}

[data-overlay="8"]:before,
[data-secondary-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="8.5"]:before,
[data-secondary-overlay="8.5"]:before,
[data-black-overlay="8.5"]:before,
[data-white-overlay="8.5"]:before {
    opacity: 0.85;
}

[data-overlay="9"]:before,
[data-secondary-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="9.5"]:before,
[data-secondary-overlay="9.5"]:before,
[data-black-overlay="9.5"]:before,
[data-white-overlay="9.5"]:before {
    opacity: 0.95;
}

[data-overlay="10"]:before,
[data-secondary-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
    opacity: 1;
}

/* Slick Preset */
.slick-slide:active, .slick-slide:focus {
    outline: none;
}

.slick-slide.slick-current:active, .slick-slide.slick-current:focus, .slick-slide.slick-active:active, .slick-slide.slick-active:focus {
    outline: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* Section Padding */
.tm-padding-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.tm-padding-section-top {
    padding-top: 100px;
}

.tm-padding-section-bottom {
    padding-bottom: 100px;
}

.tm-padding-section-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.tm-padding-section-sm-top {
    padding-top: 40px;
}

.tm-padding-section-sm-bottom {
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-padding-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .tm-padding-section-top {
        padding-top: 80px;
    }

    .tm-padding-section-bottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-padding-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tm-padding-section-top {
        padding-top: 70px;
    }

    .tm-padding-section-bottom {
        padding-bottom: 70px;
    }
}

.mt-30-reverse {
    margin-top: -30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mt-50-reverse {
    margin-top: -50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}


.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#scrollUp {
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    line-height: 43px;
    text-align: center;
    background: #e43838;
    color: #ffffff;
    font-size: 16px;
    border-radius: 100%;
    border: 1px solid #e43838;
    -webkit-animation: slideInRight 0.4s ease-in-out 1 both;
    animation: slideInRight 0.4s ease-in-out 1 both;
    z-index: 999 !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.form-messages {
    margin-bottom: 0;
    text-align: center;
}

    .form-messages.error {
        margin-top: 20px;
        color: #f80707;
    }

    .form-messages.success {
        margin-top: 20px;
        color: #0d8d2d;
    }

.tm-parallax {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-image: url(../images/bg/bg-image-1.jpg);
}

    .tm-parallax > .tm-parallax-img {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

/* Youtube Video Background */
.tm-videobgholder {
    position: relative;
}

.tm-videobgwarpper {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0 !important;
    left: 0;
    z-index: -1;
}

.tm-videobg {
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-size: cover;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 480px;
    }
}

@media only screen and (max-width: 575px) {
    .container {
        max-width: 440px;
    }
}

.lg-backdrop {
    background-color: rgba(50, 54, 61, 0.95);
}

.tm-rating span {
    color: #919191;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

    .tm-rating span.active {
        color: #fdc716;
    }

/* Preloader Styels */
.tm-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(63, 81, 181, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
}

    .tm-preloader span {
        display: inline-block;
        height: 30px;
        width: 30px;
        background: 0 0;
        border-radius: 1000px;
        position: relative;
        z-index: 1;
    }

        .tm-preloader span::before, .tm-preloader span::after {
            content: "";
            left: 50%;
            top: 50%;
            position: absolute;
            display: inline-block;
            border-radius: 1000px;
        }

        .tm-preloader span::before {
            height: 190%;
            width: 190%;
            margin-left: -28.5px;
            margin-top: -28.5px;
            border-width: 5px;
            border-style: solid;
            border-color: #ffffff transparent;
            -webkit-animation: tmSpinReverse 1s linear infinite;
            animation: tmSpinReverse 1s linear infinite;
        }

        .tm-preloader span::after {
            height: 250%;
            width: 250%;
            margin-left: -37.5px;
            margin-top: -37.5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #ffffff;
            -webkit-animation: tmSpin 1s linear infinite;
            animation: tmSpin 1s linear infinite;
        }

    .tm-preloader .tm-button {
        position: absolute;
        top: auto;
        left: auto;
        right: 15px;
        bottom: 15px;
    }

/* Datepicker */
.datepicker-dropdown {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #e43838;
}

    .datepicker-top-left::before,
    .datepicker-top-right::before {
        border-bottom-color: #e43838;
    }

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    color: #ffffff;
    background: #e43838;
}

.datepicker-container {
    width: 240px;
}

.datepicker-panel > ul > li {
    width: 34px;
}

body {
    padding-right: 0 !important;
}

.wrapper {
    position: relative;
    z-index: 1;
}

.modal-open .wrapper {
    z-index: initial;
}

.main-content {
    background: #ffffff;
}

/**
 * Button
 */
.tm-button,
a.tm-button,
button.tm-button {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
    background: #000;
    
    line-height: 39px;
    padding: 0 15px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #ffffff !important;
    z-index: 1;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
}
    .tm-button:hover {
        background: #e43838;
    }   

    .tm-button b,
    a.tm-button b,
    button.tm-button b {
        position: absolute;
        border-radius: 50%;
        width: 0;
        height: 0;
        display: block;
        background: rgba(0, 0, 0, 0.1);
        z-index: -1;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
        -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
        transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    }

    .tm-button:hover,
    a.tm-button:hover,
    button.tm-button:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    }

        .tm-button:hover b,
        a.tm-button:hover b,
        button.tm-button:hover b {
            width: 500px;
            height: 500px;
        }

    .tm-button:active,
    a.tm-button:active,
    button.tm-button:active {
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .tm-button.tm-button-dark,
    a.tm-button.tm-button-dark,
    button.tm-button.tm-button-dark {
        background: #333333;
        border-color: #333333;
    }

        .tm-button.tm-button-dark b,
        a.tm-button.tm-button-dark b,
        button.tm-button.tm-button-dark b {
            background: rgba(255, 255, 255, 0.1);
        }

    .tm-button.tm-button-white,
    a.tm-button.tm-button-white,
    button.tm-button.tm-button-white {
        background: #e43838;
        border-color: #e43838;
        color: #fff;
    }

        .tm-button.tm-button-white b,
        a.tm-button.tm-button-white b,
        button.tm-button.tm-button-white b {
            background: rgba(63, 81, 181, 0.1);
        }

    .tm-button.tm-button-sm,
    a.tm-button.tm-button-sm,
    button.tm-button.tm-button-sm {
        font-weight: 500;
        letter-spacing: 0;
        font-size: 16px;
        height: 44px;
        line-height: 42px;
        padding: 0 25px;
    }

@media only screen and (max-width: 767px) {
    .tm-button,
    a.tm-button,
    button.tm-button {
        font-weight: 500;
        letter-spacing: 0;
        font-size: 16px;
        height: 44px;
        line-height: 42px;
        padding: 0 25px;
    }
}

.tm-buttongroup {
    margin-left: -10px;
    margin-top: -10px;
}

    .tm-buttongroup .tm-button {
        margin-left: 10px;
        margin-top: 10px;
    }

/* Read More Button */
.tm-readmore,
a.tm-readmore,
button.tm-readmore {
    display: inline-block;
    color: #444444;
    font-weight: 700;
}

    .tm-readmore i,
    a.tm-readmore i,
    button.tm-readmore i {
        font-size: 12px;
        padding-left: 0;
        -webkit-transition: padding 0.3s ease-in-out 0s;
        -o-transition: padding 0.3s ease-in-out 0s;
        transition: padding 0.3s ease-in-out 0s;
    }

    .tm-readmore:hover,
    a.tm-readmore:hover,
    button.tm-readmore:hover {
        color: #e43838;
    }

        .tm-readmore:hover i,
        a.tm-readmore:hover i,
        button.tm-readmore:hover i {
            padding-left: 5px;
        }

/* Video Button */
.tm-videobutton,
a.tm-videobutton,
button.tm-videobutton {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .tm-videobutton a,
    a.tm-videobutton a,
    button.tm-videobutton a {
        display: inline-block;
        vertical-align: middle;
        border-radius: 999px;
    }

    .tm-videobutton::before, .tm-videobutton::after,
    a.tm-videobutton::before,
    a.tm-videobutton::after,
    button.tm-videobutton::before,
    button.tm-videobutton::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: 100%;
        margin-left: -30px;
        margin-top: -30px;
        border-radius: 999px;
    }

    .tm-videobutton::before,
    a.tm-videobutton::before,
    button.tm-videobutton::before {
        background: rgba(255, 255, 255, 0.7);
        z-index: -1;
        -webkit-animation: tmGrowShrink 1.2s ease-in-out 0s infinite both;
        animation: tmGrowShrink 1.2s ease-in-out 0s infinite both;
    }

    .tm-videobutton::after,
    a.tm-videobutton::after,
    button.tm-videobutton::after {
        background: rgba(63, 81, 181, 0.7);
        z-index: -2;
        -webkit-animation: tmGrowShrink 1.2s ease-in-out 0.3s infinite both;
        animation: tmGrowShrink 1.2s ease-in-out 0.3s infinite both;
    }

    .tm-videobutton span,
    a.tm-videobutton span,
    button.tm-videobutton span {
        display: inline-block;
        height: 60px;
        width: 60px;
        line-height: 60px;
        text-align: center;
        background: #ffffff;
        border-radius: 999px;
        color: #e43838;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

        .tm-videobutton span i,
        a.tm-videobutton span i,
        button.tm-videobutton span i {
            font-size: 26px;
            vertical-align: middle;
            padding-left: 4px;
        }

    .tm-videobutton:hover span,
    a.tm-videobutton:hover span,
    button.tm-videobutton:hover span {
        background: #e43838;
        color: #ffffff;
    }

    .tm-videobutton.tm-videobutton-lg::before, .tm-videobutton.tm-videobutton-lg::after,
    a.tm-videobutton.tm-videobutton-lg::before,
    a.tm-videobutton.tm-videobutton-lg::after,
    button.tm-videobutton.tm-videobutton-lg::before,
    button.tm-videobutton.tm-videobutton-lg::after {
        margin-left: -40px;
        margin-top: -40px;
    }

    .tm-videobutton.tm-videobutton-lg span,
    a.tm-videobutton.tm-videobutton-lg span,
    button.tm-videobutton.tm-videobutton-lg span {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

        .tm-videobutton.tm-videobutton-lg span i,
        a.tm-videobutton.tm-videobutton-lg span i,
        button.tm-videobutton.tm-videobutton-lg span i {
            font-size: 32px;
        }

@media only screen and (max-width: 767px) {
    .tm-videobutton.tm-videobutton-lg::before, .tm-videobutton.tm-videobutton-lg::after,
    a.tm-videobutton.tm-videobutton-lg::before,
    a.tm-videobutton.tm-videobutton-lg::after,
    button.tm-videobutton.tm-videobutton-lg::before,
    button.tm-videobutton.tm-videobutton-lg::after {
        margin-left: -32.5px;
        margin-top: -32.5px;
    }

    .tm-videobutton.tm-videobutton-lg span,
    a.tm-videobutton.tm-videobutton-lg span,
    button.tm-videobutton.tm-videobutton-lg span {
        height: 65px;
        width: 65px;
        line-height: 65px;
    }

        .tm-videobutton.tm-videobutton-lg span i,
        a.tm-videobutton.tm-videobutton-lg span i,
        button.tm-videobutton.tm-videobutton-lg span i {
            font-size: 26px;
        }
}

/**
 * Title
 */
.tm-section-title {
    margin-bottom: 25px;
    margin-top: -4px;
}

    .tm-section-title h2,
    .tm-section-title h3 {
        margin-top: -9px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #333;
        font-size:23px;
    }

    .tm-section-title .divider {
        position: relative;
        font-size: 20px;
        color: #e43838;
        display: inline-block;
    }

        .tm-section-title .divider i {
            padding-right: 15px;
            line-height: 1;
        }

            .tm-section-title .divider i::before {
                height: 30px;
                width: 30px;
                line-height: 30px;
                text-align: center;
                display: inline-block;
                -webkit-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
            }

        .tm-section-title .divider::before, .tm-section-title .divider::after {
            content: "";
            position: absolute;
            height: 1px;
            width: 160px;
            background: #000;
        }

        .tm-section-title .divider::before {
            left: auto;
            right: 100%;
            top: 50%;
            display: none;
        }

        .tm-section-title .divider::after {
            left: 100%;
            top: 50%;
        }

        .tm-section-title .divider.animateon i::before {
            -webkit-animation: tmSpin 2.5s linear 0s infinite;
            animation: tmSpin 2.5s linear 0s infinite;
        }

    .tm-section-title p {
        margin-top: 15px;
    }

    .tm-section-title.tm-section-title-white h2,
    .tm-section-title.tm-section-title-white h3 {
        color: #ffffff;
    }

    .tm-section-title.tm-section-title-white .divider {
        color: #ffffff;
    }

        .tm-section-title.tm-section-title-white .divider::before, .tm-section-title.tm-section-title-white .divider::after {
            background: #ffffff;
        }

    .tm-section-title.tm-section-title-white p {
        color: #ffffff;
    }

    .tm-section-title.text-center .divider i {
        padding: 0 15px;
    }

    .tm-section-title.text-center .divider::before {
        display: block;
        width: 120px;
    }

    .tm-section-title.text-center .divider::after {
        width: 120px;
    }

    .tm-section-title.text-right .divider i {
        padding-left: 15px;
        padding-right: 0;
    }

    .tm-section-title.text-right .divider::before {
        display: block;
        width: 160px;
    }

    .tm-section-title.text-right .divider::after {
        display: none;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tm-section-title {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-section-title {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-section-title {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .tm-section-title .divider::before, .tm-section-title .divider::after {
        width: 75px;
    }

    .tm-section-title.text-center .divider::before, .tm-section-title.text-center .divider::after, .tm-section-title.text-right .divider::before, .tm-section-title.text-right .divider::after {
        width: 75px;
    }
}

.small-title {
    position: relative;
    padding-bottom: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: -5px;
}

    .small-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 70px;
        background: #e43838;
    }

/**
 * Slider Elements
 */
.tm-slider-dots ul.slick-dots {
    line-height: 1;
    max-width: 1170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -25px;
}

    .tm-slider-dots ul.slick-dots li {
        width: auto;
        height: auto;
        margin: 0 10px;
        display: inline-block;
        vertical-align: middle;
    }

        .tm-slider-dots ul.slick-dots li:first-child {
            margin-left: 0;
        }

        .tm-slider-dots ul.slick-dots li:last-child {
            margin-right: 0;
        }

        .tm-slider-dots ul.slick-dots li button {
            padding: 0;
            height: 15px;
            width: 15px;
            border: 3px solid #e43838;
            border-radius: 100px;
            background: #ffffff;
        }

            .tm-slider-dots ul.slick-dots li button::before {
                display: none;
            }

        .tm-slider-dots ul.slick-dots li.slick-active button {
            border-color: #ffffff;
            background: #e43838;
            -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        }

.tm-slider-dots.tm-slider-dots-left ul.slick-dots {
    text-align: left;
}

.tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
    left: auto;
    right: -50px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 20px;
}

    .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
        margin: 10px 0;
        margin-left: 0;
        margin-right: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tm-slider-dots ul.slick-dots {
        max-width: 930px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-slider-dots ul.slick-dots {
        max-width: 690px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .tm-slider-dots.tm-slider-dots-vertical {
        margin-bottom: 40px;
    }

        .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
            max-width: inherit;
            right: auto;
            left: 0;
            top: calc(100% + 24px);
            bottom: auto;
        }

            .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
                margin: 0;
                margin: 0 10px;
            }

                .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
                    margin-left: 0;
                }

                .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
                    margin-right: 0;
                }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tm-slider-dots.tm-slider-dots-vertical {
        margin-bottom: 40px;
    }

        .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
            max-width: inherit;
            right: auto;
            left: 0;
            top: calc(100% + 24px);
            bottom: auto;
        }

            .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
                margin: 0;
                margin: 0 10px;
            }

                .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
                    margin-left: 0;
                }

                .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
                    margin-right: 0;
                }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-slider-dots.tm-slider-dots-vertical {
        margin-bottom: 40px;
    }

        .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
            max-width: inherit;
            right: auto;
            left: 0;
            top: calc(100% + 24px);
            bottom: auto;
        }

            .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
                margin: 0;
                margin: 0 10px;
            }

                .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
                    margin-left: 0;
                }

                .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
                    margin-right: 0;
                }
}

@media only screen and (max-width: 767px) {
    .tm-slider-dots.tm-slider-dots-vertical {
        margin-bottom: 40px;
    }

        .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots {
            max-width: inherit;
            right: auto;
            left: 0;
            top: calc(100% + 24px);
            bottom: auto;
        }

            .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li {
                margin: 0;
                margin: 0 10px;
            }

                .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li:first-child {
                    margin-left: 0;
                }

                .tm-slider-dots.tm-slider-dots-vertical ul.slick-dots li::last-child {
                    margin-right: 0;
                }
}

.tm-slider-arrow {
    position: relative;
}

.tm-slider-arrow-prev, .tm-slider-arrow-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 0;
    height: 50px;
    line-height: 1;
    width: 50px;
    display: inline-block;
    border: 1px solid #e43838;
    background: #e43838;
    color: #ffffff;
    margin-top: -25px;
    font-size: 20px;
    border-radius: 100px;
}

    .tm-slider-arrow-prev i, .tm-slider-arrow-next i {
        line-height: 50px;
    }

.tm-slider-arrow-prev {
    left: 0px;
    right: auto;
}

.tm-slider-arrow-next {
    right: 0px;
    left: auto;
}

@media only screen and (max-width: 1200px) {
    .tm-slider-arrow-prev, .tm-slider-arrow-next {
        height: 32px;
        width: 32px;
        font-size: 15px;
    }

        .tm-slider-arrow-prev i, .tm-slider-arrow-next i {
            line-height: 32px;
        }
}

@media only screen and (max-width: 1350px) {
    .tm-slider-arrow-prev {
        left: 0;
    }

    .tm-slider-arrow-next {
        right: 0;
    }
}

.tm-slider-arrow-hovervisible .tm-slider-arrow-prev, .tm-slider-arrow-hovervisible .tm-slider-arrow-next {
    visibility: hidden;
    opacity: 0;
}

.tm-slider-arrow-hovervisible:hover .tm-slider-arrow-prev, .tm-slider-arrow-hovervisible:hover .tm-slider-arrow-next {
    visibility: visible;
    opacity: 1;
}

/**
 * Tab
 */
.tm-tabgroup {
    margin-bottom: 45px;
}

    .tm-tabgroup li {
        margin-top: 1px;
        margin-right: 1px;
    }

        .tm-tabgroup li a {
            display: inline-block;
            height: 50px;
            line-height: 48px;
            min-width: 170px;
            text-align: center;
            padding: 0 35px;
            background: #ebebeb;
            color: #333333;
            font-size: 18px;
            font-weight: 700;
        }

            .tm-tabgroup li a:hover {
                color: #e43838;
            }

            .tm-tabgroup li a.active {
                background: #e43838;
                color: #ffffff;
            }

@media only screen and (max-width: 767px) {
    .tm-tabgroup li a {
        min-width: inherit;
        font-size: 16px;
        height: 44px;
        line-height: 42px;
        padding: 0 25px;
    }
}

.tm-tabgroup2 {
    padding-left: 0;
    background: #fff0d6;
    padding: 8px 0;
    text-align: left;
    display: block;
}

    .tm-tabgroup2 li {
        list-style: none;
        display: inline-block;
    }

        .tm-tabgroup2 li:not(:last-child) a {
            border-right: 1px solid #e8acac;
        }

        .tm-tabgroup2 li a {
            color: #444444;
            font-size: 16px;
            font-weight: 500;
            display: inline-block;
            padding: 3px 20px;
        }

            .tm-tabgroup2 li a.active {
                color: #e43838;
            }

.tab-content {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
}

    .tab-content .tab-pane {
        display: block;
        height: 0;
        max-width: 100%;
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
    }

        .tab-content .tab-pane.active {
            height: auto;
            visibility: visible;
            opacity: 1;
            overflow: visible;
        }

/**
 * Selectbox
 */
.nice-select {
    height: 50px;
    border-radius: 3px;
    line-height: 48px;
    padding: 0 15px;
    padding-right: 35px;
    width: 100%;
    background-color: transparent;
}

    .nice-select::after {
        content: "";
        position: absolute;
        border: 0;
        background-image: url(../images/icons/down-caret.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        background-size: contain;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        height: 9px;
        width: 9px;
        line-height: 1;
        text-align: center;
    }

    .nice-select .current {
        display: block;
        padding: 0;
        color: #777777;
    }

    .nice-select .list {
        border-radius: 0;
        margin-bottom: 0;
        min-width: 180px;
        width: 100%;
        margin-top: 1px;
    }

        .nice-select .list .option {
            padding: 0 15px;
            min-height: auto;
            line-height: 30px;
        }

            .nice-select .list .option:hover {
                background: #e43838;
                color: #ffffff;
            }

    .nice-select:focus {
        background: rgba(63, 81, 181, 0.05);
        border-color: rgba(228, 56, 56, 0.05);
        color: #444444;
    }

    .nice-select.open {
        background: rgba(63, 81, 181, 0.05);
        border-color: rgba(228, 56, 56, 0.05);
    }

        .nice-select.open .current {
            color: #444444;
        }

        .nice-select.open:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

/**
 * Breadcrumb
 */
.tm-breadcrumb {
    margin-top: -8px;
    margin-bottom: -8px;
}

.tm-breadcrumb-title {
    
    color: #fff;
    text-align: left
}

.tm-breadcrumb ul {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0;
    text-align: left;
}

    .tm-breadcrumb ul li {
        display: inline-block;
        list-style: none;
        font-size: 18px;
        color: #e43838;
    }

        .tm-breadcrumb ul li::after {
            content: ">";
            padding: 0 10px;
        }

        .tm-breadcrumb ul li:last-child::after {
            display: none;
        }

        .tm-breadcrumb ul li a {
            color: #fff;
        }

            .tm-breadcrumb ul li a:hover {
                color: #e43838;
            }

/**
 * Pagination
 */
.tm-pagination ul {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0;
    margin-top: -10px;
}

    .tm-pagination ul li {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        margin-top: 10px;
        margin-right: 10px;
    }

        .tm-pagination ul li a {
            display: inline-block;
            color: #444444;
            font-weight: 700;
            font-size: 18px;
            height: 45px;
            line-height: 43px;
            border: 1px solid #444444;
            text-align: center;
            min-width: 45px;
            padding: 0 15px;
            border-radius: 3px;
            cursor: pointer;
        }

            .tm-pagination ul li a:hover {
                background: #e43838;
                border-color: #e43838;
                color: #ffffff !important;
                -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            }

        .tm-pagination ul li.is-active a {
            background: #e43838;
            border-color: #e43838;
            color: #ffffff;
        }

@media only screen and (max-width: 767px) {
    .tm-pagination ul li a {
        height: 40px;
        line-height: 38px;
        padding: 0 10px;
        min-width: 40px;
        font-size: 16px;
    }
}

/**
 * Comment
 */
/* Commentlist */
.tm-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

    .tm-comment:last-child {
        margin-bottom: 0;
    }

.tm-comment-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 25px;
    border-radius: 3px;
    overflow: hidden;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

    .tm-comment-thumb img {
        max-width: 100%;
    }

.tm-comment-content::after {
    content: "";
    clear: both;
    display: table;
}

.tm-comment-content h6 {
    margin-top: -2px;
    margin-bottom: 0;
}

    .tm-comment-content h6 a {
        color: #333333;
    }

        .tm-comment-content h6 a:hover {
            color: #e43838;
        }

.tm-comment-content p {
    margin-top: 8px;
    margin-bottom: 0;
}

.tm-comment-date {
    color: #757575;
}

.tm-comment-replybutton, .tm-comment .tm-rating {
    float: right;
    color: #444444;
}

    .tm-comment-replybutton i, .tm-comment .tm-rating i {
        font-size: 12px;
    }

    .tm-comment-replybutton:hover, .tm-comment .tm-rating:hover {
        color: #e43838;
    }

.tm-comment-replypost {
    padding-left: 105px;
}

@media only screen and (max-width: 767px) {
    .tm-comment-replypost {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .tm-comment {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tm-comment-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        margin-right: 20px;
    }

    .tm-comment-content {
        margin-top: 20px;
    }

    .tm-comment-date {
        display: block;
    }

    .tm-comment-replybutton, .tm-comment .tm-rating {
        float: none;
    }
}

/* Commentbox */
.tm-commentbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -15px;
}

    .tm-commentbox p {
        margin-bottom: 5px;
    }

    .tm-commentbox label {
        margin-bottom: 15px;
    }

.tm-commentbox-singlefield {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    margin-top: 15px;
}

    .tm-commentbox-singlefield.w-33 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .tm-commentbox-singlefield .tm-button {
        margin-top: 15px;
    }

@media only screen and (max-width: 767px) {
    .tm-commentbox-singlefield.w-33 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/**
 * Form Styles
 */
.tm-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -25px;
}

.tm-form-field {
    margin-top: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

    .tm-form-field a {
        color: #444444;
    }

        .tm-form-field a:hover {
            color: #e43838;
        }

.tm-form-fieldhalf {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.tm-form.tm-form-bordered {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 3px;
}

@media only screen and (max-width: 575px) {
    .tm-form.tm-form-bordered {
        padding: 20px;
    }

    .tm-form-fieldhalf {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/**
 * Header
 */
.header {
    position: relative;
    z-index: 5;
}

.header-toparea {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 0;
}

.header-topinfo {
    padding: 2px 0;
}

    .header-topinfo ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .header-topinfo ul li {
            list-style: none;
            display: inline-block;
            margin: 0 17px;
            vertical-align: middle;
        }

            .header-topinfo ul li:first-child {
                margin-left: 0;
            }

            .header-topinfo ul li:last-child {
                margin-right: 0;
            }

            .header-topinfo ul li i {
                margin-right: 10px;
                font-size: 18px;
                vertical-align: middle;
            }

            .header-topinfo ul li a {
                color: #ffffff;
            }

                .header-topinfo ul li a:hover {
                    color: #ffffff;
                    opacity: 0.8;
                }

.header-bottomarea {
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
    z-index: 3;
    position: relative;
    background: #000;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border-bottom: 2px solid #222222;
}


.header-bottominner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-image: url(../images/head-animation.gif);
    background-position: 8px;
    z-index: 0;
}

    .header-bottominner .tm-navigation {
        text-align: center;
        
    }

.header-logo a {
    display: inline-block;
}

    .header-logo a h2,
    .header-logo a h3 {
        margin-bottom: 0;
        color: #e43838;
        font-weight: 700;
        font-family: "Rubik", sans-serif;
        letter-spacing: 1px;
    }

.header-icons {
    padding-left: 15px;
}

    .header-icons ul {
        padding-left: 0;
        margin-bottom: 0;
        font-size: 0;
    }

        .header-icons ul li {
            list-style: none;
            display: inline-block;
            padding: 0 5px;
            font-size: 15px;
            position: relative;
        }

            .header-icons ul li:first-child {
                padding-left: 0;
            }

            .header-icons ul li:last-child {
                padding-right: 0;
            }

                .header-icons ul li:last-child::after {
                    display: none;
                }

            .header-icons ul li a,
            .header-icons ul li button {
                color: #888888;
                border: none;
                padding: 0;
            }

                .header-icons ul li a i,
                .header-icons ul li button i {
                }

                .header-icons ul li a:focus,
                .header-icons ul li button:focus {
                    outline: none;
                }

                .header-icons ul li a:hover,
                .header-icons ul li button:hover {
                    color: #e43838;
                }



.header-searchbox {
    position: absolute;
    right: 0;
    top: 100%;
    background: #ffffff;
    padding: 20px;
    width: 320px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .header-searchbox input:not([type="submit"]) {
        border-right-color: transparent;
        border-radius: 3px 0 0 3px;
    }

    .header-searchbox button,
    .header-searchbox input[type="submit"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        padding: 0;
        text-align: center;
        border-radius: 0 3px 3px 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

        .header-searchbox button:hover,
        .header-searchbox input[type="submit"]:hover {
            color: #ffffff;
            background: #e43838;
            border-color: #e43838;
        }

    .header-searchbox.is-visible {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.header-searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-logo {
        max-width: 185px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-logo {
        padding: 15px 0;
    }

    .header-icons {
        padding-right: 35px;
    }

    .header-searchbox.is-visible {
        z-index: 3;
    }
}

@media only screen and (max-width: 767px) {
    .header-topinfo {
        text-align: center;
    }

        .header-topinfo ul li {
            margin: 0;
            margin-right: 12px;
        }

        .header-topinfo.text-right {
            text-align: center !important;
        }

    .header-logo {
        padding: 15px 0;
        max-width: 200px;
    }

    .header-icons {
        padding-right: 35px;
    }

    .header-searchbox.is-visible {
        z-index: 3;
    }
}

@media only screen and (max-width: 575px) {
    .header-topsocial {
        text-align: left;
    }

    .header-searchbox {
        width: 290px;
    }
}

@media only screen and (max-width: 480px) {
    .header-logo {
        max-width: 135px;
        padding: 22px 0;
    }
}

.header-mobilemenu .mean-container .mean-nav {
    margin-top: 0;
}

.header-mobilemenu .mean-container .mean-bar {
    min-height: 0;
    padding: 0;
    z-index: 2;
}

.header-mobilemenu .mean-container a.meanmenu-reveal {
    color: #444444;
    font-size: 22px !important;
    padding: 0;
    text-indent: 0;
    z-index: 99;
    margin-top: -47px;
}

.header-mobilemenu .mean-container .mean-nav {
    background: #e43838;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    width: 100%;
}

    .header-mobilemenu .mean-container .mean-nav > ul {
        max-height: 196px;
        overflow-y: auto;
    }

        .header-mobilemenu .mean-container .mean-nav > ul li a {
            padding: 2% 5%;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

            .header-mobilemenu .mean-container .mean-nav > ul li a.mean-expand {
                padding: 3px 6px !important;
                height: 34px;
                line-height: 34px;
            }

                .header-mobilemenu .mean-container .mean-nav > ul li a.mean-expand:hover {
                    background: rgba(255, 255, 255, 0.1);
                }

        .header-mobilemenu .mean-container .mean-nav > ul li li a {
            opacity: 1;
        }

        .header-mobilemenu .mean-container .mean-nav > ul li ul li a {
            padding: 7px 10%;
        }

        .header-mobilemenu .mean-container .mean-nav > ul li ul ul li a {
            padding: 7px 15%;
        }

        .header-mobilemenu .mean-container .mean-nav > ul li ul ul ul li a {
            padding: 7px 20%;
        }

/* Sticky Header */
.sticky-header.sticky-active .header-bottomarea {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: slideInDown 0.5s ease-in-out 0s 1 both;
    animation: slideInDown 0.5s ease-in-out 0s 1 both;
}

.sticky-header.sticky-active .tm-navigation > ul > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

/**
 * Navigation
 */
.tm-navigation ul {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
    text-align: right;
    margin-right: 20px;
}

    .tm-navigation ul li {
        display: inline-block;
        list-style: none;
        font-size: 16px;
        position: relative;
    }

        .tm-navigation ul li a {
            display: inline-block;
            font-size: 14px;
            font-family: "Karla", sans-serif;
            font-weight: 700;
            padding: 35px 8px;
            color: #fff;
            text-transform: uppercase;
            position: relative;
        }

.tm-navigation > ul > li > a:before  {
    content: " ";
    position: absolute;
    top: 25%;
    left: 50%;
    background: #ededed;
    width: 0;
    height: 48px;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: -1;
}

.tm-navigation > ul > li:hover > a:before {
    width: 100%;
    left: 0;
    background: #e43838;
    color: #fff;
}


.tm-navigation ul li:hover > a {
    color: #fff;
}

.tm-navigation ul li a.active {
    color: #fff;
}

.tm-navigation > ul > li > a:before.active {
    width: 100%;
    left: 0;
    background: #e43838;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tm-navigation ul li a {
        padding: 25px 12px;
    }
}

/* Dropdown Menu */
.tm-navigation .tm-navigation-dropdown > a::after {
    content: "\f107";
    font-family: 'fontAwesome';
    padding-left: 3px;
}

.tm-navigation .tm-navigation-dropdown ul {
    position: absolute;
    text-align: left;
    padding: 10px 0;
    left: 100%;
    top: 0;
    width: 250px;
    background: #000;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    border-top: 4px solid #e43838;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: -1;
    border-radius: 0 0 3px 3px;
    -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    -o-transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

    .tm-navigation .tm-navigation-dropdown ul li {
        display: block;
        padding: 0 15px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

        .tm-navigation .tm-navigation-dropdown ul li a {
            padding: 6px 0;
            line-height: 2;
            display: block;
            font-weight: 400;
            font-size: 14px;
            color: #fff;
        }

        .tm-navigation .tm-navigation-dropdown ul li.has-child::after {
            content: "";
            clear: both;
            display: table;
        }

        .tm-navigation .tm-navigation-dropdown ul li.has-child > a::after {
            content: "\f105";
            font-family: 'fontAwesome';
            float: right;
        }

        .tm-navigation .tm-navigation-dropdown ul li:hover > a {
            color: #e43838;
        }

        .tm-navigation .tm-navigation-dropdown ul li:hover > ul {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
            z-index: 1;
        }

.tm-navigation .tm-navigation-dropdown > ul {
    left: 0;
    top: 100%;
}

.tm-navigation .tm-navigation-dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.tm-navigation .tm-navigation-dropdown.overflow-element ul {
    left: auto;
    right: 100%;
}

.tm-navigation .tm-navigation-dropdown.overflow-element > ul {
    left: auto;
    right: 0;
}

.tm-navigation .tm-navigation-megamenu {
    position: inherit !important;
}

    .tm-navigation .tm-navigation-megamenu > a::after {
        content: "\f107";
        font-family: 'fontAwesome';
        padding-left: 3px;
    }

    .tm-navigation .tm-navigation-megamenu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        text-align: left;
        left: 0;
        top: 100%;
        width: 100%;
        background: #ffffff;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
        border-top: 4px solid #e43838;
        border-radius: 0 0 3px 3px;
        padding: 15px;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        z-index: -1;
        -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
        transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
        -o-transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
        transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
        transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
    }

        .tm-navigation .tm-navigation-megamenu > ul > li {
            display: block;
            width: 100%;
            margin: 15px 0;
            padding: 0 20px;
        }

            .tm-navigation .tm-navigation-megamenu > ul > li:not(:last-child) {
                border-right: 1px solid #e5e5e5;
            }

            .tm-navigation .tm-navigation-megamenu > ul > li > a {
                display: block;
                color: #e43838;
                border-bottom: 1px solid #e43838;
                padding: 0;
                padding-bottom: 5px;
                margin-bottom: 15px;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-size: 16px;
                font-weight: 700;
            }

        .tm-navigation .tm-navigation-megamenu > ul ul li {
            display: block;
        }

            .tm-navigation .tm-navigation-megamenu > ul ul li a {
                padding: 5px 0;
                line-height: 1.3;
                display: block;
                font-weight: 400;
                font-size: 14px;
                color: #444444;
            }

                .tm-navigation .tm-navigation-megamenu > ul ul li a:hover {
                    color: #e43838;
                }

    .tm-navigation .tm-navigation-megamenu:hover > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        z-index: 9;
    }

/**
 * Heroslider
 */
.heroslider {
    position: relative;
    
}

.heroslider-single {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*height:665px;*/
    overflow: hidden;
    min-height: 88vh;
	background-size: 100% 100%;
}

.heroslider-content {
    padding: 100px 0;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    transition: all 1.5s ease-in-out 0s;
}

    .heroslider-content h1 {
        color: #ffffff;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: -10px;
    }

        .heroslider-content h1 span {
            display: block;
            letter-spacing: 2px;
        }

        .heroslider-content h1 b {
            display: inline-block;
            margin-top: 20px;
            margin-bottom: 15px;
            background: rgba(255, 255, 255, 0.7);
            color: #e43838;
            font-size: 140%;
            font-weight: 700;
            padding: 0 25px;
        }

    .heroslider-content p {
        color: #ffffff;
        font-size: 18px;
    }

    .heroslider-content .tm-buttongroup {
        margin-top: 5px;
    }

.heroslider-slider .tm-slider-arrow-prev {
    left: 30px;
    z-index: 2;
}

.heroslider-slider .tm-slider-arrow-next {
    right: 30px;
    z-index: 2;
}

.heroslider-slidecounter {
    position: absolute;
    left: auto;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
    z-index: 2;
}

    .heroslider-slidecounter .current-slide {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
        display: inline-block;
        position: relative;
        width: 25px;
        text-align: center;
        line-height: 1;
    }

    .heroslider-slidecounter .total-slide {
        position: relative;
        display: inline-block;
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
        width: 25px;
        text-align: center;
        line-height: 1;
    }

        .heroslider-slidecounter .total-slide::before {
            content: "";
            position: absolute;
            left: -21px;
            top: 3px;
            height: 1px;
            width: 40px;
            background: #ffffff;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

@media only screen and (max-width: 1350px) {
    .heroslider-slider .tm-slider-arrow-prev,
    .heroslider-slider .tm-slider-arrow-next {
        top: auto;
        bottom: 20px;
    }

    .heroslider-slider .tm-slider-arrow-prev {
        left: auto;
        right: calc(50% + 10px);
    }

    .heroslider-slider .tm-slider-arrow-next {
        left: calc(50% + 10px);
        right: auto;
    }

    .heroslider-slidecounter {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .heroslider-slider .tm-slider-arrow-prev {
        left: 15px;
    }

    .heroslider-slider .tm-slider-arrow-next {
        right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heroslider-content h1 {
        margin-top: -7px;
    }

        .heroslider-content h1 b {
            font-size: 130%;
            padding: 0 15px;
            margin-bottom: 10px;
        }
}

@media only screen and (max-width: 767px) {
    .heroslider-content {
        padding-top: 50px;
    }

        .heroslider-content h1 {
            margin-top: -5px;
        }

            .heroslider-content h1 b {
                font-size: 115%;
                padding: 0 10px;
                margin-bottom: 10px;
            }

        .heroslider-content p {
            font-size: 16px;
        }

    .heroslider-slidecounter {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .heroslider-content h1 b {
        font-size: 105%;
    }
}

.heroslider-animted .heroslider-animatebox {
    overflow: hidden;
}

    .heroslider-animted .heroslider-animatebox > * {
        -webkit-transform: translateY(150%);
        -ms-transform: translateY(150%);
        transform: translateY(150%);
        -webkit-transition: all 1.2s ease-out 1.2s;
        -o-transition: all 1.2s ease-out 1.2s;
        transition: all 1.2s ease-out 1.2s;
    }

.heroslider-animted .slick-current .heroslider-animatebox > * {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* Particle Heroslider */
.heroslider-particle .particles-js {
    width: 100vw;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
}

.heroslider-particle .container {
    z-index: 4;
}

/**
 * About
 */
.tm-about-image {
    position: relative;
}

    .tm-about-image img {
        width: 100%;
    }

.tm-about-content h2 {
    margin-top: -9px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tm-about-content span.divider {
    position: relative;
    font-size: 20px;
    color: #e43838;
    margin-bottom: 15px;
    display: inline-block;
}

    .tm-about-content span.divider i {
        padding-right: 15px;
    }

    .tm-about-content span.divider::after {
        content: "";
        position: absolute;
        left: 100%;
        top: 50%;
        height: 1px;
        width: 160px;
        background: #e43838;
    }

.tm-about-content ul {
    margin-bottom: 0;
}

.tm-about-content .tm-button {
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tm-about-content h2 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-about-content {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-about-content {
        margin-top: 50px;
    }
}

/**
 * Feature
 */
.features-area {
    position: relative;
}

.feature-image {
    position: absolute;
    left: 10%;
    bottom: 0;
    max-height: 100%;
}

.features-slider-active {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .features-slider-active.slick-dotted {
        margin-bottom: 55px;
    }

    .features-slider-active .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

.features-slider-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .features-slider-row .tm-feature {
        margin: 5px 15px;
        margin: 20px 15px;
    }

.tm-feature {
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 63px 35px;
    background: #ffffff;
}

.tm-feature-icon {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 28px;
}

.tm-feature p {
    margin-bottom: 0;
}

.tm-feature:hover .tm-feature-icon {
    -webkit-animation: rubberBand 0.5s ease-in-out 0s 1 both;
    animation: rubberBand 0.5s ease-in-out 0s 1 both;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .feature-image {
        left: 4%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .feature-image {
        left: 0;
        max-width: 310px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-slider-active {
        margin-top: 0;
        margin-bottom: 0;
    }

        .features-slider-active.slick-dotted {
            margin-bottom: 0;
        }

    .feature-image {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-slider-active {
        margin-top: 0;
        margin-bottom: 0;
    }

        .features-slider-active.slick-dotted {
            margin-bottom: 0;
        }

    .features-slider-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .features-slider-row .tm-feature {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
            flex: 0 0 45%;
        }

    .feature-image {
        display: none;
    }

    .tm-feature {
        -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .features-slider-active {
        margin-top: 0;
        margin-bottom: 0;
    }

        .features-slider-active.slick-dotted {
            margin-bottom: 0;
        }

    .features-slider-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .features-slider-row .tm-feature {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 44%;
            flex: 0 0 44%;
        }

    .feature-image {
        display: none;
    }

    .tm-feature {
        -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .features-slider-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .features-slider-row .tm-feature {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
        }
}

/* Feature Style 2 */
.feature-wrapper-2 {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    padding: 35px 0;
}

    .feature-wrapper-2 [class^="col"] {
        border-right: 1px solid #e5e5e5;
    }

        .feature-wrapper-2 [class^="col"]:nth-child(3n) {
            border-right: none;
        }

.tm-feature2 {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 25px;
}

.tm-feature2-icon {
    display: inline-block;
    height: 92px;
    width: 92px;
    text-align: center;
    line-height: 90px;
    border-radius: 999px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    font-size: 40px;
    margin-bottom: 25px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tm-feature2:hover .tm-feature2-icon {
    background: #e43838;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-wrapper-2 [class^="col"] {
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .feature-wrapper-2 [class^="col"] {
        border: none;
    }
}

/**
 * Callback Area
 */
.tm-callback h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -8px;
}

.tm-callback .tm-form {
    margin-top: 30px;
}

.tm-successreport h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -8px;
}

.tm-successreport canvas {
    margin-top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-successreport {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-successreport {
        margin-top: 50px;
    }
}

/**
 * Funfact
 */
.tm-funfact-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
}

.tm-funfact {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tm-funfact-icon {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 50px;
    color: #ffffff;
    border-right: 2px solid #ffffff;
    padding-right: 20px;
    margin-right: 20px;
}

.tm-funfact-content .odometer {
    color: #ffffff;
    margin-bottom: 5px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 500;
    font-size: 36px;
    margin-top: -9px;
    display: block;
}

.tm-funfact-content h5 {
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tm-funfact-icon {
        font-size: 40px;
        margin-right: 15px;
        padding-right: 15px;
    }

    .tm-funfact-content h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-funfact {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .tm-funfact {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .tm-funfact-icon {
        font-size: 40px;
        margin-right: 15px;
        padding-right: 15px;
    }

    .tm-funfact-content .odometer {
        font-size: 28px;
    }

    .tm-funfact-content h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .tm-funfact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/**
 * Service
 */
.tm-service {
    padding: 30px 30px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.tm-service-bgicon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 150px;
    color: rgba(255, 255, 255, 0.04);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tm-service-icon {
    display: inline-block;
    font-size: 52px;
    margin-bottom: 25px;
    color: #e22020;
    border-radius: 1000px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tm-service-content h5 {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

    .tm-service-content h5 a {
        color: #333333;
    }

        .tm-service-content h5 a:hover {
            opacity: 0.8;
        }

.tm-service-content p {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tm-service-content .tm-readmore:hover {
    opacity: 0.8;
}

.tm-service:hover {
}

    .tm-service:hover .tm-service-bgicon {
    }

    .tm-service:hover .tm-service-icon {
    }

    .tm-service:hover .tm-service-content h5, .tm-service:hover .tm-service-content p {
    }

        .tm-service:hover .tm-service-content h5 a, .tm-service:hover .tm-service-content p a {
        }

    .tm-service:hover .tm-service-content .tm-readmore {
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tm-service {
        padding: 30px 15px;
    }

    .tm-service-bgicon {
        font-size: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-service-bgicon {
        font-size: 110px;
    }
}

@media only screen and (max-width: 575px) {
    .tm-service {
        padding: 30px 15px;
    }
}

.tm-service-details h2 {
    font-weight: 700;
}

.tm-service-details-image {
    margin-bottom: 25px;
}

.tm-service-details blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
}



/**
 * Product
 */
.tm-product {
    overflow: hidden;
}

.tm-product-image {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #a5a4a4;
}

    .tm-product-image img {
        display: block;
        width: 100%;
    }

.widget-categories ul
.tm-product-imagelink {
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    border: 2px solid #ccc;
    cursor: pointer;
}

.tm-product-imagelink::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tm-product-actions {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .tm-product-actions li {
        list-style: none;
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
        margin: 0 5px;
    }

        .tm-product-actions li a,
        .tm-product-actions li button {
            display: inline-block;
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            color: #444444;
            background: #ffffff;
            -webkit-transition: all 0.3s ease-in 0s;
            -o-transition: all 0.3s ease-in 0s;
            transition: all 0.3s ease-in 0s;
            vertical-align: middle;
            outline: none;
            border: none;
            padding: 0;
            border-radius: 100px;
        }

            .tm-product-actions li a:focus,
            .tm-product-actions li button:focus {
                outline: none;
            }

            .tm-product-actions li a:hover,
            .tm-product-actions li button:hover {
                background: #e43838;
                color: #ffffff;
            }

.tm-product-content {
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -5px;
    background: #333;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.tm-product-title {
    margin-bottom: 5px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    font-size: 14px;
}

    .tm-product-title a {
        color: #fff;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        text-transform:uppercase;
    }

        .tm-product-title a:hover {
            color: #e43838;
        }

.tm-product-rating {
    display: none
}

    .tm-product-rating span {
        color: #919191;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
    }

        .tm-product-rating span.active {
            color: #fdc716;
        }

.tm-product-price {
    margin-bottom: 0;
    font-size: 14px;
    color: #f38f19;
}

    .tm-product-price del {
        color: #5a5a5a;
        font-size: 12px;
    }

.tm-product:hover .tm-product-imagelink::before {
    visibility: visible;
    opacity: 1;
    color: #fdc716;
}

.tm-product:hover .tm-product-actions {
    visibility: visible;
    opacity: 1;
}

/**
 * Promo
 */
.tm-promo-content h2 {
    font-weight: 700;
}

    .tm-promo-content h2 span {
        color: #e43838;
        font-size: 60px;
    }

.tm-promo-content p {
    font-size: 18px;
    line-height: 30px;
}

.tm-promo-content .tm-countdown {
    margin-top: 15px;
}

.tm-promo-content .tm-button {
    margin-top: 50px;
}

.tm-promo-image {
    text-align: right;
}

.tm-promo-image-2 {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .tm-promo-content h2 span {
        font-size: 40px;
    }

    .tm-promo-content p {
        font-size: 16px;
    }

    .tm-promo-image {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .tm-promo-content h2 span {
        font-size: 36px;
    }

    .tm-promo-content p {
        font-size: 14px;
    }
}

.tm-countdown {
    margin-top: -30px;
}

.tm-countdown-pack {
    min-width: 100px;
    min-height: 100px;
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

    .tm-countdown-pack:not(:last-child) {
        margin-right: 30px;
    }

    .tm-countdown-pack h2 {
        margin-bottom: 0;
        margin-top: -5px;
    }

    .tm-countdown-pack h5 {
        margin-bottom: 0;
        color: #444444;
        font-weight: 400;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tm-countdown-pack {
        min-width: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-countdown-pack {
        min-width: 80px;
        min-height: 80px;
    }
}

/**
 * Blog
 */
/* Blog List Styels */
.tm-blog {
    background: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid rgba(63, 81, 181, 0.4);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tm-blog-image, .tm-blog-video, .tm-blog-audio {
    position: relative;
}

    .tm-blog-image a, .tm-blog-video a, .tm-blog-audio a {
        display: block;
    }

    .tm-blog-image img, .tm-blog-video img, .tm-blog-audio img {
        width: 100%;
    }

    .tm-blog-video:hover .blogitem-date, .tm-blog-audio:hover .blogitem-date {
        opacity: 0;
        visibility: hidden;
    }

.tm-blog-imageslider img {
    width: 100%;
}

.tm-blog-imageslider > .slick-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.tm-blog-imageslider .tm-slider-arrow-prev,
.tm-blog-imageslider .tm-slider-arrow-next {
    height: 42px;
    width: 42px;
    font-size: 15px;
    border-radius: 0;
    visibility: visible;
    opacity: 1;
}

    .tm-blog-imageslider .tm-slider-arrow-prev i,
    .tm-blog-imageslider .tm-slider-arrow-next i {
        line-height: 42px;
    }

.tm-blog-imageslider .tm-slider-arrow-prev {
    left: 0;
}

.tm-blog-imageslider .tm-slider-arrow-next {
    right: 0;
}

.tm-blog-imageslider.tm-slider-dots ul.slick-dots {
    bottom: 15px;
}

.tm-blog-content {
    padding: 30px 20px;
}

    .tm-blog-content h3 {
        margin-bottom: 10px;
    }

    .tm-blog-content h5 {
        font-weight: 500;
        margin-bottom: 10px;
    }

        .tm-blog-content h5 a {
            color: #333333;
        }

            .tm-blog-content h5 a:hover {
                color: #e43838;
            }

    .tm-blog-content p {
        margin-bottom: 10px;
    }

    .tm-blog-content blockquote {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .tm-blog-content .tm-readmore {
        color: #333333;
    }

        .tm-blog-content .tm-readmore:hover {
            color: #e43838;
        }

.tm-blog-meta {
    margin-bottom: 5px;
}

    .tm-blog-meta span {
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 5px;
    }

        .tm-blog-meta span::after {
            content: "|";
            padding: 0 10px;
        }

        .tm-blog-meta span:last-child::after {
            display: none;
        }

        .tm-blog-meta span i {
            margin-right: 5px;
            color: #e43838;
        }

    .tm-blog-meta a {
        color: #444444;
    }

        .tm-blog-meta a:hover {
            color: #e43838;
        }

.tm-blog:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.blog-slider-active > .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.blog-slider-active .blog-slider-item {
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Blog Details */
.tm-blog-tags {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.tm-blog-tags-title {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 28px;
    font-size: 18px;
}

.tm-blog-tags ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -10px;
    font-size: 0;
}

    .tm-blog-tags ul li {
        display: inline-block;
        margin-left: 10px;
        margin-top: 10px;
        font-size: 14px;
    }

        .tm-blog-tags ul li a {
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #e5e5e5;
            padding: 6px 22px;
            color: #444444;
        }

            .tm-blog-tags ul li a:hover {
                background: #e43838;
                border-color: #e43838;
                color: #ffffff;
            }

.tm-blog-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .tm-blog-tags ul li a {
        padding: 5px 15px;
    }
}

.tm-blog-details {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
}

    .tm-blog-details:hover {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .tm-blog-details .tm-blog-content {
        padding: 0;
        padding-top: 30px;
    }

/**
 * Brand Logo
 */
.brandlogo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    background: #ffffff;
    boder: 1px solid #ccc;
    min-height: 113px;
    width: 207px;
}

    .brandlogo a img {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .brandlogo a:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

        .brandlogo a:hover img {
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }

.brandlogo-slider .slick-list {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: -8px;
    background: #fff;
}

.brandlogo-slider .brandlogo {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/**
 * Why Choose
 */
.whychoose-content {
    margin-top: -7px;
    padding-right: 30px;
}

    .whychoose-content h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .whychoose-content h6 {
        font-size: 18px;
        font-weight: 400;
        margin-top: 20px;
    }

    .whychoose-content > p {
        margin-top: 20px;
    }

.whychoose-block {
    position: relative;
    padding-left: 65px;
    margin-right: 75px;
    margin-top: 25px;
}

    .whychoose-block h5 {
        margin-bottom: 10px;
    }

    .whychoose-block p {
        margin-bottom: 0;
    }

.whychoose-icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #e43838;
    font-size: 40px;
}

.whychoose-chart {
    margin-top: -7px;
}

    .whychoose-chart h2 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 25px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .whychoose-content {
        padding-right: 0;
    }

        .whychoose-content h2 {
            font-size: 38px;
        }

    .whychoose-block {
        margin-right: 45px;
    }

    .whychoose-chart h2 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .whychoose-content {
        padding-right: 0;
    }

        .whychoose-content h2 {
            font-size: 36px;
            line-height: 46px;
        }

    .whychoose-chart {
        margin-top: 50px;
    }

        .whychoose-chart h2 {
            font-size: 36px;
        }
}

@media only screen and (max-width: 767px) {
    .whychoose-content {
        padding-right: 0;
    }

        .whychoose-content h2 {
            font-size: 32px;
            line-height: 42px;
        }

        .whychoose-content h6 {
            font-size: 16px;
        }

    .whychoose-chart {
        margin-top: 40px;
    }

        .whychoose-chart h2 {
            font-size: 32px;
            line-height: 42px;
        }
}

@media only screen and (max-width: 575px) {
    .whychoose-block {
        margin-right: 0;
    }
}

/**
 * Team Member
 */
.tm-member {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tm-member-top {
    position: relative;
    overflow: hidden;
}

    .tm-member-top::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(50, 54, 61, 0.4);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out 0.1s;
        -o-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s;
        z-index: 1;
    }

    .tm-member-top img {
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

.tm-member-social {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
}

    .tm-member-social ul {
        padding: 15px 0;
        padding-left: 0;
        margin-bottom: 0;
        font-size: 0;
    }

        .tm-member-social ul li {
            list-style: none;
            margin: 0 -2px;
            display: inline-block;
            font-size: 16px;
            -webkit-transition: all 0.4s ease-in-out 0.1s;
            -o-transition: all 0.4s ease-in-out 0.1s;
            transition: all 0.4s ease-in-out 0.1s;
        }

            .tm-member-social ul li:first-child {
                padding-left: 0;
            }

            .tm-member-social ul li:last-child {
                margin-right: 0;
            }

            .tm-member-social ul li a {
                font-size: 16px;
                color: #ffffff;
                display: inline-block;
                height: 34px;
                width: 34px;
                line-height: 1;
                text-align: center;
                background: #e43838;
                border-radius: 100px;
                -webkit-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s;
            }

                .tm-member-social ul li a i {
                    line-height: 34px;
                }

                .tm-member-social ul li a:hover {
                    background: #ffffff;
                    color: #e43838;
                    opacity: 0.8;
                }

.tm-member-bottom {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
}

    .tm-member-bottom h5 {
        margin-bottom: 5px;
    }

    .tm-member-bottom p {
        margin-bottom: 0;
    }

.tm-member:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

    .tm-member:hover .tm-member-top::before {
        visibility: visible;
        opacity: 1;
    }

    .tm-member:hover .tm-member-top img {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    .tm-member:hover .tm-member-social {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

        .tm-member:hover .tm-member-social ul li {
            margin: 0 5px;
        }

/**
 * Video Area
 */
.tm-video-content {
    margin-top: 30px;
    margin-bottom: -15px;
}

    .tm-video-content h1, .tm-video-content h2, .tm-video-content h3, .tm-video-content h4, .tm-video-content h5, .tm-video-content h6, .tm-video-content p {
        color: #ffffff;
    }

/**
 * Faq Area
 */
.tm-faq-image {
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-faq-image {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-faq-image {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .tm-faq-image {
        margin-bottom: 30px;
    }
}

/* Accordion Styles */
.tm-accordion {
    margin-top: -15px;
}

    .tm-accordion .card {
        border: none;
        background: transparent;
        margin-top: 15px;
    }

    .tm-accordion .card-header {
        padding: 0;
        background: transparent;
        border: 0;
    }

        .tm-accordion .card-header button {
            height: auto;
            display: block;
            width: 100%;
            text-align: left;
            font-family: "Rubik", sans-serif;
            color: #333333;
            line-height: 28px;
            font-weight: 500;
            text-decoration: none !important;
            border: 0;
            position: relative;
            white-space: inherit;
            padding: 10px 30px;
            padding-right: 55px;
            background: #e43838;
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
        }

            .tm-accordion .card-header button::before {
                content: "\f067";
                font-family: 'fontAwesome';
                position: absolute;
                left: auto;
                right: 0;
                top: 50%;
                margin-top: -15px;
                width: 40px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                font-size: 12px;
                border-left: 1px solid rgba(255, 255, 255, 0.3);
            }

            .tm-accordion .card-header button.collapsed::before {
                content: "\f067";
            }

            .tm-accordion .card-header button:not(.collapsed) {
                border-radius: 3px 3px 0 0;
                border-bottom: 1px solid #e5e5e5;
            }

                .tm-accordion .card-header button:not(.collapsed):before {
                    content: "\f068";
                }

    .tm-accordion .card-body {
        padding: 15px;
        padding-bottom: 15px;
        border-radius: 0 0 3px 3px;
        background: #ffffff;
    }

@media only screen and (max-width: 575px) {
    .tm-accordion .card-body {
        padding: 30px 15px;
        padding-bottom: 15px;
    }

    .tm-accordion .card-header button {
        padding-left: 15px;
    }
}

/**
 * Pricebox
 */
.tm-pricebox {
    padding: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tm-pricebox-header h5 {
    margin-top: -5px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 35px;
}

.tm-pricebox-price {
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
}

    .tm-pricebox-price h6 {
        font-family: "Karla", sans-serif;
        line-height: 1;
    }

        .tm-pricebox-price h6 span {
            font-size: 48px;
            font-family: "Rubik", sans-serif;
            line-height: 1;
            font-weight: 700;
        }

            .tm-pricebox-price h6 span sup {
                font-family: "Karla", sans-serif;
                font-weight: 500;
                line-height: 1;
                vertical-align: baseline;
                font-size: 26px;
            }

.tm-pricebox-body {
    margin-top: 15px;
}

    .tm-pricebox-body ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .tm-pricebox-body ul li {
            list-style: none;
            padding: 10px 0;
            line-height: 25px;
        }

            .tm-pricebox-body ul li:not(:last-child) {
                border-bottom: 1px solid #e5e5e5;
            }

.tm-pricebox-footer {
    margin-top: 15px;
}

    .tm-pricebox-footer .tm-button {
        padding: 0 25px;
    }

.tm-pricebox.is-active {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .tm-pricebox.is-active .tm-pricebox-price span {
        color: #e43838;
    }

.tm-pricebox:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tm-pricebox {
        padding: 45px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-pricebox {
        padding: 45px 30px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 767px) {
    .tm-pricebox {
        padding: 45px 30px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

/**
 * Widgets
 */
.widget-title {
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Karla", sans-serif;
}

    .widget-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 70px;
        background: #fff;
    }

.single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .single-widget ul li {
        list-style: none;
    }

/* Widget Info */
.widget-info-logo {
    display: inline-block;
    width: 148px;
}

.widget-info .tm-button {
    margin-top: 20px;
}

/* Widget Contact */
.widget-contact ul {
    padding-right: 30px;
}

    .widget-contact ul li {
        margin-bottom: 20px;
        position: relative;
        padding-left: 40px;
    }

        .widget-contact ul li i {
            position: absolute;
            left: 0;
            top: 5px;
            color: #e43838;
            font-size: 18px;
        }

.widget-contact p {
    margin-bottom: 0;
}

.widget-contact a {
    color: #444444;
}

    .widget-contact a:hover {
        color: #e43838;
    }

/* Widget Recentpost */
.widget-recentpost ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .widget-recentpost ul li:not(:last-child) {
        margin-bottom: 15px;
    }

.widget-recentpost-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    margin-right: 15px;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 3px;
    overflow: hidden;
}

    .widget-recentpost-image::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(63, 81, 181, 0.85);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .widget-recentpost-image::after {
        content: "\f0c1";
        font-family: "fontAwesome";
        font-weight: 900;
        position: absolute;
        left: 50%;
        top: 50%;
        color: #ffffff;
        font-size: 14px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-top: 15px;
    }

    .widget-recentpost-image:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .widget-recentpost-image:hover::after {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

.widget-recentpost-content {
    margin-top: -4px;
}

    .widget-recentpost-content h6 {
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 0;
    }

        .widget-recentpost-content h6 a {
            color: #333333;
        }

            .widget-recentpost-content h6 a:hover {
                color: #e43838;
            }

    .widget-recentpost-content span {
        font-size: 14px;
        color: #5e5e5e;
    }

/* Widget Newsletter */
.widget-newsletter-form button,
.widget-newsletter-form [type="submit"] {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

/* Widget Quicklist */
.widget-quicklinks ul li:not(:last-child) {
    margin-bottom: 8px;
}

.widget-quicklinks ul li a {
    position: relative;
    padding-left: 25px;
}

    .widget-quicklinks ul li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        height: 7px;
        width: 7px;
        background: #666;
        border-radius: 100px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .widget-quicklinks ul li a:hover {
        color: #e43838;
        margin-left: 15px;
    }

/* Widget Form */
.widget-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .widget-search-form input[type="text"],
    .widget-search-form input[type="search"] {
        border-right: 0;
        border-radius: 3px 0 0 3px;
    }

        .widget-search-form input[type="text"]:focus,
        .widget-search-form input[type="search"]:focus {
            border-color: #e5e5e5;
        }

    .widget-search-form button,
    .widget-search-form input[type="submit"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        padding: 0;
        border-radius: 0 3px 3px 0;
    }

        .widget-search-form button i,
        .widget-search-form input[type="submit"] i {
            line-height: 1;
            vertical-align: text-top;
        }

        .widget-search-form button:hover,
        .widget-search-form input[type="submit"]:hover {
            background: #e43838;
            border-color: #e43838;
            color: #ffffff;
        }

/* Widget Categories */
.widget-categories ul li,
.widget-archives ul li,
.widget-serviceitems ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #f45b5b;
}

    .widget-categories ul li:first-child,
    .widget-archives ul li:first-child,
    .widget-serviceitems ul li:first-child {
        padding-top: 0;
    }

    .widget-categories ul li a,
    .widget-archives ul li a,
    .widget-serviceitems ul li a {
        display: block;
        font-weight: 400;
        color: #fff !important;
        cursor: pointer;
        text-transform: uppercase;
    }

        .widget-categories ul li a::after,
        .widget-archives ul li a::after,
        .widget-serviceitems ul li a::after {
            content: "";
            clear: both;
            display: table;
        }

        .widget-categories ul li a:before,
        .widget-archives ul li a:before,
        .widget-serviceitems ul li a:before {
            content: "-";
            padding-right: 5px;
        }

        .widget-categories ul li a span,
        .widget-archives ul li a span,
        .widget-serviceitems ul li a span {
            float: right;
        }

            .widget-categories ul li a span::before,
            .widget-archives ul li a span::before,
            .widget-serviceitems ul li a span::before {
                content: "(";
            }

            .widget-categories ul li a span::after,
            .widget-archives ul li a span::after,
            .widget-serviceitems ul li a span::after {
                content: ")";
            }

        .widget-categories ul li a:hover,
        .widget-archives ul li a:hover,
        .widget-serviceitems ul li a:hover {
            color: #000 !important;
            font-weight: 500;
            padding-left: 13px;
        }

    .widget-categories ul li.active a,
    .widget-archives ul li.active a,
    .widget-serviceitems ul li.active a {
        color: #000;
        font-weight: 700;
    }

/* Widget Social */
.widget-social li {
    display: inline-block;
}

    .widget-social li:not(:last-child) {
        margin-right: 26px;
    }

    .widget-social li a {
        font-size: 18px;
        color: #444444;
    }

        .widget-social li a:hover {
            color: #e43838;
        }

/* Widget Tags */
.widget-tags ul {
    margin-left: -10px;
    margin-top: -10px;
    font-size: 0;
}

    .widget-tags ul li {
        list-style: none;
        display: inline-block;
        margin-left: 10px;
        margin-top: 10px;
        font-size: 14px;
    }

        .widget-tags ul li a {
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #e5e5e5;
            padding: 6px 22px;
            color: #444444;
        }

            .widget-tags ul li a:hover {
                background: #e43838;
                border-color: #e43838;
                color: #ffffff;
            }

/* Widget Size */
.widget-size ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

    .widget-size ul li:first-child {
        padding-top: 0;
    }

    .widget-size ul li a {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #444444;
    }

        .widget-size ul li a:hover {
            color: #333333;
            font-weight: 700;
            padding-left: 13px;
        }

/* Widget Price Filter */
.widget-pricefilter-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

.widget-pricefilter-price {
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 14px;
}

.widget-pricefilter-button {
    display: inline-block;
    border: 1px solid #e43838;
    color: #fff;
    font-weight: 500;
    font-family: "Karla", sans-serif;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    padding: 0 20px;
    background: #e43838;
}

    .widget-pricefilter-button:focus {
        outline: none;
    }

    .widget-pricefilter-button:hover {
        background: #e43838;
        border-color: #e43838;
        color: #ffffff;
    }

.widget-pricefilter .tm-rangeslider {
    background: #ebebeb;
    height: 6px;
    width: 100%;
    position: relative;
    margin: 5px 0;
}

.widget-pricefilter .tm-rangeslider-bar {
    background: #656565;
    height: 7px;
    position: absolute;
}

.widget-pricefilter .tm-rangeslider-leftgrip, .widget-pricefilter .tm-rangeslider-rightgrip {
    height: 15px;
    background: #e43838;
    width: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
}

/* Widget Popular Product */
.widget-popularproduct ul li,
.widget-relatedproduct ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
    .widget-popularproduct ul li img{border:1px solid #ccc}
    .widget-popularproduct ul li:first-child,
    .widget-relatedproduct ul li:first-child {
        padding-top: 0;
    }

.widget-popularproduct-image,
.widget-relatedproduct-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px;
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

    .widget-popularproduct-image::before,
    .widget-relatedproduct-image::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .widget-popularproduct-image::after,
    .widget-relatedproduct-image::after {
        content: "\f0c1";
        font-family: "fontAwesome";
        position: absolute;
        left: 50%;
        top: 50%;
        color: #ffffff;
        font-size: 14px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-top: 15px;
    }

    .widget-popularproduct-image:hover::before,
    .widget-relatedproduct-image:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .widget-popularproduct-image:hover::after,
    .widget-relatedproduct-image:hover::after {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

.widget-popularproduct-content h6,
.widget-relatedproduct-content h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

    .widget-popularproduct-content h6 a,
    .widget-relatedproduct-content h6 a {
        color: #333333;
    }

        .widget-popularproduct-content h6 a:hover,
        .widget-relatedproduct-content h6 a:hover {
            color: #e43838!important;
           
        }

.sidebar-widgets {
    margin-top: -30px;
}

    .sidebar-widgets .single-widget {
        padding: 30px;
        margin-top: 30px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widgets .single-widget {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widgets {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-widgets {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .sidebar-widgets .single-widget {
        padding: 20px;
    }
}

.sidebar-widgets-2 {
    margin-top: -40px;
}

    .sidebar-widgets-2 .single-widget {
        margin-top: 40px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widgets-2 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-widgets-2 {
        margin-top: 50px;
    }
}

/**
 * Portfolio
 */
.tm-portfolio {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tm-portfolio-buttons {
    font-size: 0;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    .tm-portfolio-buttons button {
        font-size: 1.3rem;
        font-weight: bold;
        color: #444444;
        border: none;
        height: auto;
        line-height: 26px;
        padding: 0;
        margin: 0 13px;
        text-transform: uppercase;
    }

        .tm-portfolio-buttons button:hover, .tm-portfolio-buttons button.is-active {
            color: #e43838;
        }

.tm-portfolio-image {
    position: relative;
    overflow: hidden;
}

    .tm-portfolio-image:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(50, 54, 61, 0.7);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .tm-portfolio-image img {
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

.tm-portfolio-image-slider {
    position: relative;
}

.tm-portfolio-video iframe {
    border: none;
    outline: none;
}

.tm-portfolio-content {
    background: #ffffff;
    padding: 15px 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 3;
    height: calc(324px + 10px);
}

    .tm-portfolio-content h5 {
        color: #333333;
        font-weight: 400;
        margin-bottom: 5px;
    }

        .tm-portfolio-content h5 a {
            color: #333333;
        }

            .tm-portfolio-content h5 a:hover {
                color: #e43838;
            }

    .tm-portfolio-content h6 {
        color: #444444;
        font-family: "Karla", sans-serif;
        margin-bottom: 0;
        font-weight: 400;
    }

        .tm-portfolio-content h6 a {
            color: #444444;
        }

            .tm-portfolio-content h6 a:hover {
                color: #e43838;
            }

.tm-portfolio-actions {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .tm-portfolio-actions li {
        list-style: none;
        display: inline-block;
        font-size: 16px;
        margin: 0 5px;
        vertical-align: middle;
    }

        .tm-portfolio-actions li:first-child {
            margin-left: 0;
        }

        .tm-portfolio-actions li:last-child {
            margin-right: 0;
        }

        .tm-portfolio-actions li a {
            display: inline-block;
            height: 36px;
            width: 36px;
            line-height: 1;
            text-align: center;
            font-size: 16px;
            color: #444444;
            background: #ffffff;
            display: none;
            border-radius: 100px;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: scale(0.4);
            -ms-transform: scale(0.4);
            transform: scale(0.4);
            -webkit-transition: all 0.4s ease-in-out 0.2s;
            -o-transition: all 0.4s ease-in-out 0.2s;
            transition: all 0.4s ease-in-out 0.2s;
        }

            .tm-portfolio-actions li a i {
                line-height: 36px;
            }

            .tm-portfolio-actions li a:first-child {
                display: block;
            }

            .tm-portfolio-actions li a:hover {
                background: #e43838;
                color: #ffffff;
            }

.tm-portfolio:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

    .tm-portfolio:hover .tm-portfolio-image::before {
        visibility: visible;
        opacity: 1;
    }

    .tm-portfolio:hover .tm-portfolio-image img {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    .tm-portfolio:hover .tm-portfolio-actions li a {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

/* Portfolio Details */
.tm-portfoliodetails-image img {
    width: 100%;
}

.tm-portfoliodetails-gallery .tm-slider-arrow-prev {
    left: 15px;
}

.tm-portfoliodetails-gallery .tm-slider-arrow-next {
    right: 15px;
}

.tm-portfoliodetails-info {
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    background: #f7f9fb;
}

    .tm-portfoliodetails-info > ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .tm-portfoliodetails-info > ul > li {
            list-style: none;
            font-size: 16px;
        }

            .tm-portfoliodetails-info > ul > li:not(:last-child) {
                margin-bottom: 15px;
            }

            .tm-portfoliodetails-info > ul > li b {
                font-weight: 700;
                margin-right: 10px;
            }

    .tm-portfoliodetails-info .tm-rating {
        display: inline-block;
    }

.tm-portfoliodetails-share {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

    .tm-portfoliodetails-share li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
    }

        .tm-portfoliodetails-share li a {
            display: inline-block;
            vertical-align: middle;
            color: #444444;
        }

            .tm-portfoliodetails-share li a:hover {
                color: #e43838;
            }

.tm-portfoliodetails-description h3 {
    font-weight: 700;
    margin-top: -6px;
}

.tm-portfoliodetails-description ul {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-portfoliodetails-description {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-portfoliodetails-description {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .tm-portfoliodetails-info {
        padding: 20px;
    }
}

/**
 * Contact
 */
.tm-contact-block {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 50px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    min-height: 334px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply,multiply;
    color: #fff;
}

    .tm-contact-block h5 {
        margin-bottom: 10px;
    }

    .tm-contact-block p {
        margin-bottom: 0;
    }

        .tm-contact-block p a {
            color: #fff;
        }

            .tm-contact-block p a:hover {
                color: #e43838;
            }

    .tm-contact-block:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

.tm-contact-icon {
    display: inline-block;
    height: 93px;
    width: 93px;
    line-height: 89px;
    font-size: 40px;
    text-align: center;
    border-radius: 999px;
    border: 1px solid #fff;
    margin-bottom: 25px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tm-contact-formwrapper {
    padding: 23px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .tm-contact-formwrapper h5 {
        margin-bottom: 20px;
        margin-top: -4px;
    }

.tm-contact-map {
    height: 611px;
}

    .tm-contact-map #google-map {
        height: 100%;
        width: 100%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-contact-map {
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-contact-block {
        padding: 30px;
    }

    .tm-contact-icon {
        height: 75px;
        width: 75px;
        line-height: 73px;
        font-size: 32px;
    }

    .tm-contact-formwrapper {
        padding: 30px;
    }

    .tm-contact-map {
        height: 350px;
    }
}

@media only screen and (max-width: 575px) {
    .tm-contact-formwrapper {
        padding: 20px;
    }

    .tm-contact-map {
        height: 300px;
    }
}

/**
 * Shop
 */
.tm-shop-header {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -15px;
}

    .tm-shop-header .nice-select {
        width: auto;
        min-width: 200px;
        margin-top: 10px;
    }

        .tm-shop-header .nice-select .list {
            width: 100%;
        }

.tm-shop-countview {
    margin-bottom: 0;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    margin-top: 11px;
}

/**
 * Call To Action
 */
.tm-cta {
    padding: 30px 0;
}

.tm-cta-content h3 {
    color: #ffffff;
    margin-bottom: 0;
}

.tm-cta-button {
    text-align: right;
    position: relative;
    padding-left: 60px;
}

    .tm-cta-button::before {
        content: url(../images/icons/long-right-arrow.png);
        left: 0;
        top: 50%;
        width: 50px;
        line-height: 1;
        position: absolute;
        margin-top: -7px;
        -webkit-animation: tmLeftToRight 2s ease-in-out 0s infinite both;
        animation: tmLeftToRight 2s ease-in-out 0s infinite both;
    }

@media only screen and (max-width: 767px) {
    .tm-cta-content {
        text-align: left;
    }

    .tm-cta-button {
        text-align: left;
        padding-left: 0;
        margin-top: 25px;
    }

        .tm-cta-button::before {
            display: none;
        }
}

/**
 * 404 Styles
 */
.tm-pnf {
    text-align: center;
    position: relative;
    padding: 100px 0;
}

    .tm-pnf h1 {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 25rem;
        opacity: 0.06;
    }

    .tm-pnf h2 {
        color: #e43838;
        font-weight: 700;
    }

    .tm-pnf .tm-button {
        margin-top: 15px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-pnf h1 {
        font-size: 20rem;
    }
}

@media only screen and (max-width: 767px) {
    .tm-pnf {
        padding: 50px 0;
    }

        .tm-pnf h1 {
            font-size: 15rem;
        }
}

@media only screen and (max-width: 575px) {
    .tm-pnf {
        padding: 50px 0;
    }

        .tm-pnf h1 {
            font-size: 10rem;
        }
}

/**
 * Footer
 */
.footer-copyrightarea {
    padding: 10px 0;
    background: #333;
}

.footer-copyright {
    margin-bottom: 0;
    color: #ffffff;
    padding: 5px 0;
}

    .footer-copyright a {
        font-weight: 700;
        color: #ffffff;
    }

        .footer-copyright a:hover {
            opacity: 0.75;
        }

.footer-copyrightsocial {
    text-align: right;
    padding: 5px 0;
}

    .footer-copyrightsocial ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .footer-copyrightsocial ul li {
            list-style: none;
            display: inline-block;
        }

            .footer-copyrightsocial ul li:not(:last-child) {
                margin-right: 10px;
            }

            .footer-copyrightsocial ul li a {
                font-size: 16px;
                color: #ffffff;
                background: #000;
                display: inline-block;
                height: 35px;
                width: 35px;
                text-align: center;
                line-height: 35px;
                border-radius: 3px;
            }

                .footer-copyrightsocial ul li a:hover {
                    background: #e43838;
                    color: #ffffff;
                }

@media only screen and (max-width: 767px) {
    .footer-copyright {
        text-align: center;
    }

    .footer-copyrightsocial {
        text-align: center;
    }
}

.footer-widgets {
    margin-top: -50px;
}

    .footer-widgets .single-widget {
        color: #888888;
        margin-top: 50px;
    }

        .footer-widgets .single-widget a:not(.tm-button) {
            color: #888888;
        }

            .footer-widgets .single-widget a:not(.tm-button):hover {
                opacity: 0.75;
                color: #888888;
            }

    .footer-widgets .widget-title {
        color: #ffffff;
    }

        .footer-widgets .widget-title:after {
            content: "";
            height: 2px;
            width: 80px;
            background: #666;
        }

    .footer-widgets .widget-recentpost ul {
        padding-top: 5px;
    }

    .footer-widgets .widget-recentpost-content h6 {
        color: #ffffff;
        font-size: 15px;
    }

        .footer-widgets .widget-recentpost-content h6 a {
            color: #ffffff;
        }

            .footer-widgets .widget-recentpost-content h6 a:hover {
                color: #e43838;
            }

    .footer-widgets .widget-recentpost-content span {
        color: #aaaaaa;
    }

    .footer-widgets .widget-newsletter-form {
        padding-top: 10px;
    }

        .footer-widgets .widget-newsletter-form input:not([type="submit"]) {
            color: #ffffff;
            border-color: rgba(255, 255, 255, 0.2);
        }

            .footer-widgets .widget-newsletter-form input:not([type="submit"])::-webkit-input-placeholder {
                color: #ffffff;
            }

            .footer-widgets .widget-newsletter-form input:not([type="submit"]):-moz-placeholder {
                color: #ffffff;
            }

            .footer-widgets .widget-newsletter-form input:not([type="submit"])::-moz-placeholder {
                color: #ffffff;
            }

            .footer-widgets .widget-newsletter-form input:not([type="submit"]):-ms-input-placeholder {
                color: #ffffff;
            }

            .footer-widgets .widget-newsletter-form input:not([type="submit"]):focus {
                background: rgba(63, 81, 181, 0.2);
                border-color: rgba(63, 81, 181, 0.6);
            }

/**
 * Product Details
 */
.tm-prodetails-content{font-weight:500}
    .tm-prodetails-content p {
        margin-bottom: 6px;
    }

    .tm-prodetails-images {
        width: 100%;
    }

.tm-prodetails-largeimages {
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
}

.tm-prodetails-largeimage a {
    position: relative;
    z-index: 1;
    display: block;
}

    .tm-prodetails-largeimage a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .tm-prodetails-largeimage a::after {
        content: "\f00e";
        font-family: 'fontAwesome';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 70px;
        z-index: 1;
        color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .tm-prodetails-largeimage a:hover::before {
        visibility: visible;
        opacity: 1;
    }

    .tm-prodetails-largeimage a:hover::after {
        visibility: visible;
        opacity: 1;
    }

.tm-prodetails-thumbnails {
    overflow: hidden;
}

    .tm-prodetails-thumbnails .slick-list {
        margin-right: -5px;
        margin-left: -5px;
    }

    .tm-prodetails-thumbnails .tm-slider-arrow-prev,
    .tm-prodetails-thumbnails .tm-slider-arrow-next {
        height: 42px;
        width: 42px;
        font-size: 15px;
        border-radius: 3px;
        opacity: 0.8;
    }

        .tm-prodetails-thumbnails .tm-slider-arrow-prev i,
        .tm-prodetails-thumbnails .tm-slider-arrow-next i {
            line-height: 42px;
        }

    .tm-prodetails-thumbnails .tm-slider-arrow-prev {
        left: 0;
        right: auto;
    }

    .tm-prodetails-thumbnails .tm-slider-arrow-next {
        right: 0;
        left: auto;
    }

.tm-prodetails-thumbnail {
    margin: 0 4px;
    margin-top: 9px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 3px;
    overflow: hidden;
}

    .tm-prodetails-thumbnail.slick-current {
        border-color: #e43838;
    }

.tm-prodetails-title {
    margin-top: -5px;
    margin-bottom: 5px;
    font-size:16px;
}

    .tm-prodetails-title a {
        color: #333333;
    }

        .tm-prodetails-title a:hover {
            color: #e43838;
        }

.tm-prodetails-availability {
    margin-top: 5px;
}

    .tm-prodetails-availability span {
        color: #e43838;
    }

.tm-prodetails-price {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}

    .tm-prodetails-price del {
        font-size: 75%;
        color: red;
        font-weight: 600;
    }

.tm-prodetails-quantitycart {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .tm-prodetails-quantitycart .tm-quantitybox {
        margin-right: 20px;
    }

.tm-prodetails-color, .tm-prodetails-size, .tm-prodetails-categories, .tm-prodetails-tags, .tm-prodetails-share {
    border-top: 1px dashed #e5e5e5;
    padding: 12px 0;
}

    .tm-prodetails-color > h6, .tm-prodetails-size > h6, .tm-prodetails-categories > h6, .tm-prodetails-tags > h6, .tm-prodetails-share > h6 {
        margin-bottom: 0;
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
    }

    .tm-prodetails-color ul, .tm-prodetails-size ul, .tm-prodetails-categories ul, .tm-prodetails-tags ul, .tm-prodetails-share ul {
        display: inline-block;
        padding-left: 0;
        margin-bottom: 0;
    }

        .tm-prodetails-color ul li, .tm-prodetails-size ul li, .tm-prodetails-categories ul li, .tm-prodetails-tags ul li, .tm-prodetails-share ul li {
            list-style: none;
            display: inline-block;
        }

            .tm-prodetails-color ul li a, .tm-prodetails-size ul li a, .tm-prodetails-categories ul li a, .tm-prodetails-tags ul li a, .tm-prodetails-share ul li a {
                display: inline-block;
                vertical-align: middle;
                color: #444444;
            }

                .tm-prodetails-color ul li a:hover, .tm-prodetails-size ul li a:hover, .tm-prodetails-categories ul li a:hover, .tm-prodetails-tags ul li a:hover, .tm-prodetails-share ul li a:hover {
                    color: #e43838;
                }

    .tm-prodetails-color ul {
        font-size: 0;
        line-height: 1;
        vertical-align: middle;
    }

        .tm-prodetails-color ul li:not(:last-child) {
            margin-right: 10px;
        }

        .tm-prodetails-color ul li span {
            height: 16px;
            width: 16px;
            line-height: 16px;
            text-align: center;
            display: inline-block;
            border-radius: 100px;
            vertical-align: middle;
            font-size: 14px;
            border: 2px solid transparent;
        }

        .tm-prodetails-color ul li.is-checked span {
            border-color: #e43838;
        }

        .tm-prodetails-color ul li.red span {
            background: red;
        }

        .tm-prodetails-color ul li.green span {
            background: green;
        }

        .tm-prodetails-color ul li.blue span {
            background: blue;
        }

        .tm-prodetails-color ul li.black span {
            background: black;
        }

    .tm-prodetails-size ul li span {
        cursor: pointer;
    }

    .tm-prodetails-size ul li.is-checked span {
        text-decoration: underline;
    }

    .tm-prodetails-categories ul li::after, .tm-prodetails-tags ul li::after {
        content: ",";
    }

    .tm-prodetails-categories ul li:last-child::after, .tm-prodetails-tags ul li:last-child::after {
        display: none;
    }

    .tm-prodetails-share ul li {
        margin-right: 10px;
    }

.tm-prodetails-description ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .tm-prodetails-description ul li {
        list-style: none;
    }

.tm-prodetails-review > h5 {
    font-weight: 500;
    margin-bottom: 30px;
}

.tm-prodetails-review .tm-rating {
    line-height: 1;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .tm-prodetails-content {
        margin-top: 40px;
    }
}

/* Quantitybox */
.tm-quantitybox {
    position: relative;
    display: inline-block;
    width: 90px;
}

    .tm-quantitybox input {
        padding-left: 5px;
        padding-right: 30px;
        text-align: center;
    }

        .tm-quantitybox input:focus {
            border-color: #e5e5e5;
        }

.tm-quantitybox-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #e5e5e5;
    height: 25.5px;
    width: 25px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

    .tm-quantitybox-button.increment-button {
        top: 0;
    }

    .tm-quantitybox-button.decrement-button {
        top: auto;
        bottom: 0;
    }

@media only screen and (max-width: 767px) {
    .tm-quantitybox-button {
        height: 22.5px;
    }
}

/* Quickview */
.tm-quickview-popup {
    padding-right: 0 !important;
}

    .tm-quickview-popup .close {
        position: absolute;
        left: auto;
        right: 3px;
        top: 3px;
        background: #e43838;
        font-size: 15px;
        text-shadow: none;
        height: 30px;
        width: 30px;
        text-align: center;
        color: #ffffff;
        opacity: 1;
        line-height: 1;
        z-index: 1;
    }

        .tm-quickview-popup .close i {
            line-height: 30px;
            height: auto;
        }

        .tm-quickview-popup .close:hover {
            color: #ffffff !important;
        }

    .tm-quickview-popup .modal-dialog {
        max-width: inherit !important;
        position: relative;
        margin: 0;
    }

    .tm-quickview-popup .modal-content {
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .tm-quickview-popup .tm-prodetails {
        background: #ffffff;
        padding: 30px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 575px) {
    .tm-quickview-popup .tm-prodetails {
        padding: 20px;
    }
}

/**
 * Shopping Cart
 */
.tm-cart-table {
    text-align: center;
}

    .tm-cart-table tr th {
        text-transform: uppercase;
        color: #333333;
        font-weight: 700;
    }

    .tm-cart-table tr td {
        vertical-align: middle;
    }

    .tm-cart-table .tm-cart-col-image {
        width: 180px;
        min-width: 180px;
    }

    .tm-cart-table .tm-cart-col-remove {
        width: 100px;
        min-width: 100px;
    }

    .tm-cart-table .tm-cart-col-productname {
        min-width: 250px;
    }

    .tm-cart-table .tm-cart-col-price, .tm-cart-table .tm-cart-col-total {
        min-width: 100px;
    }

    .tm-cart-table .tm-cart-productimage {
        margin: 5px 30px;
        display: inline-block;
        border: 1px solid #e5e5e5;
    }

    .tm-cart-table .tm-cart-productname {
        color: #333333;
        font-weight: 600;
    }

        .tm-cart-table .tm-cart-productname:hover {
            color: #e43838;
        }

    .tm-cart-table .tm-cart-totalprice {
        font-weight: 700;
        color: #444444;
    }

    .tm-cart-table .tm-cart-removeproduct {
        border: none;
    }

        .tm-cart-table .tm-cart-removeproduct:hover {
            color: #e43838;
        }

        .tm-cart-table .tm-cart-removeproduct:focus {
            outline: none;
        }

@media only screen and (max-width: 767px) {
    .tm-cart-table .tm-cart-col-image {
        width: 150px;
        min-width: 150px;
    }

    .tm-cart-table .tm-cart-productimage {
        margin: 5px 20px;
    }
}

.tm-cart-bottomarea {
    margin-top: 35px;
}

.tm-cart-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .tm-cart-coupon label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .tm-cart-coupon input:not([type="submit"]) {
        margin-right: 10px;
        max-width: 220px;
        margin-bottom: 10px;
    }

.tm-cart-pricebox {
    text-align: right;
}

    .tm-cart-pricebox > h2 {
        margin-top: -8px;
        font-weight: 700;
        font-size: 20px;
    }

    .tm-cart-pricebox table {
        margin-bottom: 30px;
    }

        .tm-cart-pricebox table td {
            padding: 0;
            font-size: 16px;
            color: #444444;
        }

        .tm-cart-pricebox table .tm-cart-pricebox-shipping td {
            padding-top: 5px;
        }

        .tm-cart-pricebox table .tm-cart-pricebox-total td {
            color: #333333;
            font-weight: 700;
            font-size: 20px;
            padding-top: 20px;
        }

@media only screen and (max-width: 767px) {
    .tm-cart-bottomarea {
        margin-top: 40px;
    }

    .tm-cart-pricebox {
        text-align: left;
        margin-top: 30px;
    }
}

/**
 * Checkout
 */
.tm-checkout-coupon {
    margin-bottom: 50px;
}

    .tm-checkout-coupon > a {
        display: block;
        background: transparent;
        padding: 13px 20px;
        font-size: 14px;
        color: #333333;
        border: 5px solid transparent;
        border-left: 5px solid #e43838;
        -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.1);
    }

        .tm-checkout-coupon > a span {
            color: #e43838;
            font-weight: 600;
        }

.tm-checkout-couponform {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .tm-checkout-couponform input:not([type="submit"]) {
        max-width: 300px;
        border-right-color: transparent;
    }

.tm-checkout-form .small-title {
    font-weight: 700;
    text-transform: uppercase;
}

.tm-checkout-differentform {
    display: none;
}

    .tm-checkout-differentform .tm-form-inner {
        margin-top: 0;
    }

.tm-checkout-orderinfo {
    background: #f7f9fb;
    padding: 30px;
}

.tm-checkout-ordertable td,
.tm-checkout-ordertable th {
    padding: 0;
}

.tm-checkout-ordertable thead th {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
}

    .tm-checkout-ordertable thead th + th {
        text-align: right;
    }

.tm-checkout-ordertable tbody {
    border-top: 2px solid #e5e5e5;
}

    .tm-checkout-ordertable tbody tr {
        border-bottom: 1px solid #e5e5e5;
    }

    .tm-checkout-ordertable tbody td {
        padding: 10px 0;
    }

        .tm-checkout-ordertable tbody td + td {
            text-align: right;
        }

.tm-checkout-ordertable tfoot tr:first-child td {
    padding-top: 25px;
}

.tm-checkout-ordertable tfoot tr td + td {
    text-align: right;
}

.tm-checkout-subtotal td, .tm-checkout-shipping td {
    font-size: 16px;
    padding: 5px 0;
}

    .tm-checkout-subtotal td + td, .tm-checkout-shipping td + td {
        color: #333333;
        font-weight: 700;
    }

.tm-checkout-total td {
    padding-top: 15px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

    .tm-checkout-total td + td {
        color: #e43838;
    }

.tm-checkout-payment {
    margin-top: 20px;
}

    .tm-checkout-payment label {
        margin-bottom: 0;
        display: block;
        color: #333333;
        font-weight: 700;
    }

.tm-checkout-payment-content {
    display: none;
    padding-left: 25px;
    padding-top: 10px;
}

    .tm-checkout-payment-content p {
        margin-bottom: 0;
    }

.tm-checkout-submit {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tm-checkout-orderinfo {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .tm-checkout-orderinfo {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .tm-checkout-orderinfo {
        padding: 20px;
    }
}

/**
 * My Account
 */
.tm-myaccount-dashboard, .tm-myaccount-address {
    border: 1px solid #e5e5e5;
    padding: 30px;
}

    .tm-myaccount-dashboard p a {
        color: #e43838;
    }

        .tm-myaccount-dashboard p a:hover {
            color: #e43838;
        }

.tm-myaccount-orders table {
    text-align: center;
}

    .tm-myaccount-orders table th,
    .tm-myaccount-orders table td {
        vertical-align: middle;
    }

.tm-myaccount-orders-col-id {
    min-width: 100px;
}

.tm-myaccount-orders-col-date {
    min-width: 170px;
}

.tm-myaccount-orders-col-status {
    min-width: 100px;
}

.tm-myaccount-orders-col-total {
    min-width: 180px;
}

.tm-myaccount-orders-col-view {
    min-width: 120px;
}

.tm-myaccount-address > p {
    margin-bottom: 25px;
}

.tm-myaccount-address-billing, .tm-myaccount-address-shipping {
    border: 1px solid #e5e5e5;
    padding: 30px;
}

    .tm-myaccount-address-billing::after, .tm-myaccount-address-shipping::after {
        content: "";
        clear: both;
        display: table;
    }

    .tm-myaccount-address-billing h3, .tm-myaccount-address-shipping h3 {
        font-weight: 700;
    }

    .tm-myaccount-address-billing address, .tm-myaccount-address-shipping address {
        margin-bottom: 0;
    }

    .tm-myaccount-address-billing a.edit-button, .tm-myaccount-address-shipping a.edit-button {
        float: right;
        padding: 0 8px;
        background: #e43838;
        color: #ffffff;
        border-radius: 3px;
        margin-top: 5px;
    }

@media only screen and (max-width: 575px) {
    .tm-myaccount-dashboard, .tm-myaccount-address {
        padding: 20px;
    }

    .tm-myaccount-address-billing, .tm-myaccount-address-shipping {
        padding: 20px;
    }
}

/* Login Register Popup */
.tm-loginregister-popup {
    padding-right: 0 !important;
}

    .tm-loginregister-popup .close {
        position: absolute;
        left: auto;
        right: 3px;
        top: 3px;
        background: #e43838;
        font-size: 15px;
        text-shadow: none;
        height: 30px;
        width: 30px;
        text-align: center;
        color: #ffffff;
        opacity: 1;
        line-height: 1;
        z-index: 1;
    }

        .tm-loginregister-popup .close i {
            line-height: 30px;
            height: auto;
        }

        .tm-loginregister-popup .close:hover {
            color: #ffffff !important;
        }

    .tm-loginregister-popup .modal-dialog {
        max-width: inherit !important;
        position: relative;
        margin: 0;
    }

    .tm-loginregister-popup .modal-content {
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .tm-loginregister-popup .tm-loginregister {
        background: #ffffff;
        padding: 30px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 575px) {
    .tm-loginregister-popup .tm-loginregister {
        padding: 20px;
    }
}

.modal-backdrop {
    background: #2e2d2d;
}

    .modal-backdrop.show {
        opacity: .95;
    }

/*# sourceMappingURL=style.css.map */
.new-bg {
    background-image: url(../images/bg/about-background.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*-----custom style*/
.sub-banner, .product-section {
}

.sns-advance {
    position: relative;
    overflow: hidden;
}

    .sns-advance > a {
        display: block;
        position: relative;
    }

        .sns-advance > a.left {
            text-align: left;
        }

        .sns-advance > a.center {
            text-align: center;
        }

        .sns-advance > a.right {
            text-align: right;
        }

        .sns-advance > a
        img {
            -webkit-transition: all 0.8s ease-in-out 0s;
            -o-transition: all 0.8s ease-in-out 0s;
            transition: all 0.8s ease-in-out 0s;
        }

    .sns-advance:hover
    img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .sns-advance .banner_content.left_middle, .sns-advance
    .banner_content.center_middle {
        position: absolute;
        top: 50%;
        z-index: 99;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

#sns-advance_5661452241676087188 .heading_text {
    color: #333333;
    font-size: 50px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 5px;
}

    #sns-advance_5661452241676087188 .heading_text span {
        color: #cd9357;
    }

#sns-advance_5661452241676087188.left_middle {
    left: 41px;
}

#sns-advance_5661452241676087188.left_middle {
    top: 48%;
}

#sns-advance_5661452241676087188.center_middle {
    left: 41px;
}

#sns-advance_5661452241676087188.center_middle {
    top: 48%;
}

#sns-advance_5661452241676087188.center_top {
    top:;
}

#sns-advance_5661452241676087188 .decription {
    font-size: 30px;
}

#sns-advance_5661452241676087188 .button {
    background: #ffffff;
    border-color: #ffffff;
    color: #333333;
}

    #sns-advance_5661452241676087188 .button:hover {
        background: #cdcdcd;
        border-color: #cdcdcd;
        color: #333333;
    }

#sns-advance_5661452241676087188 .button2:hover {
    background: #000000;
    border-color: #000000;
    color:;
}

.footer {
    background: #000;
}

    .footer p {
        margin-bottom: 5px;
    }

.certif-content {
    z-index: 0;
    position: relative;
}

.certi-box {
    padding: 10px;
    border-right: 1px solid #ccc;
}

.product-you.product-contents {
    padding: 11px;
	height: 369px;
}

.product-you {
    background: #fff;
    padding: 20px;
    text-align: justify;
    box-sizing: border-box;
}

    .product-you h1 {
        margin-bottom: 20px;
        padding: 0px 0px 12px;
        font-size: 1.54em;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
        position: relative;
        display: block;
        font-weight: bold;
    }

        .product-you h1:before {
            content: '';
            width: 100px;
            height: 5px;
            background: #e22020;
            position: absolute;
            bottom: -3px;
            left: 0;
        }
    .product-you h2 {
        font-size: 1.35em;
    }


        .entry-img {
            float: left;
            margin-right: 15px;
            text-align: center
        }

    .entry-img img {
        border: 1px solid #ccc;
        padding: 15px;
         
    }

.entry-summary {
    float: left;
    width: 61%;
}
    .entry-summary h4 {
        font-size: 18px;
    }

    .view-btn {
        text-align: right;
        margin-bottom: 0px;
    }

    .view-btn a {
        background: #e43838;
        padding: 8px;
        font-size: 14px;
        color: #fff;
    }





.product-section .container, .sub-banner .container, .about-banner-wrp .container, .footer-toparea .container, .footer-copyrightarea .container, .certif-content .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: calc(100% - 30px) !important;
    max-width: 1770px
}

.about-banner-wrp {
    margin: 3 0 0 0
}

/*------New arrivel---------*/
.new-arrivel-wrp {
    border-radius: 5px;
    padding: 13px 0px 20px 0px;
	background: #fff;
	padding: 12px;
    margin-top: 9px;
}
    .new-arrivel-wrp h5 {
        margin-bottom: 20px;
        padding: 0px 0px 12px;
        font-size: 1.54em;
        border-bottom: 1px solid #ddd;
        position: relative;
        font-weight: bold;
    }


        .new-arrivel-wrp h5::before {
            content: '';
            width: 100px;
            height: 5px;
            background: #e22020;
            position: absolute;
            bottom: -3px;
            left: 0;
        }

.new-arrivel-list ul {
    margin: 0px;
    padding: 0px;
}

    .new-arrivel-list ul li {
        display: block;
        text-decoration: none
    }

        .new-arrivel-list ul li a {
            color: #888
        }

            .new-arrivel-list ul li a p {
                font-size: 1em;
                color: #e22020;
                font-weight: bold;
                margin: 0px
            }
        .new-arrivel-list ul li:last-child{
            display:none;
        }

        .item-left {
            float: left;
            width: 35%
        }

.item-right {
    float: left;
    width: 60%
}

.item-box {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.img-box {
    padding: 2px;
    box-sizing: border-box;
    margin-bottom: 10px;
    float: left;
    text-align: center;
    transition: box-shadow .3s;
    cursor: pointer;
}

    .img-box:hover {
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }

    .img-box img {
        width: 59%;
        border: 1px solid #eee;
    }

.top-margn {
    margin: 20px 0;
}

.mt-20 {
    margin-top: 20px;
}

.mt-100 {
    margin-top: 100px
}

.heroslider-single1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px;
    overflow: hidden;
}

.header-logo {
    
}

.mt-30 {
    margin-top: 30px;
}

.market-button {
    border: 1px solid #888888;
    padding: 8px;
    margin-top: 8px;
    display: inline-block;
    border-radius: 5px;
}

    .market-button .mb-subtitle {
        display: block;
        margin-bottom: -4px;
        color: #9da9b9;
        font-size: 12px;
    }

    .market-button .mb-title {
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

.app-wrp {
    border: 1px solid #888888;
    padding: 3px 8px;
    display: inline-block;
    margin-bottom: 10px;
}

    .app-wrp .apicon {
        margin-right: 5px;
        font-size: 1.8rem;
        border-radius: 10px;
    }

    .app-wrp h5 {
        color: #fff;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 400;
    }

.wht-txt {
    color: #fff
}

/*---Dprofile----*/

.about-front {
    padding: 0px 50px;
    position: relative;
}

.mission-layer {
    background-color: #e43838;
    padding: 25px;
    bottom: -7%;
    left: 22%;
    width: 250px;
    height: 23%;
    border-radius: 5px;
    outline: 2px solid #FFF;
    outline-offset: -8px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute
}

    .mission-layer:hover {
        background-color: #000;
        outline: 2px solid #FFF;
        outline-offset: -8px;
    }

    .mission-layer h4, .mission-layer1 h4 {
        font-size: 18px;
        text-transform: uppercase;
        color: #FFF;
        margin: 0px 0px;
    }

    .mission-layer p, .mission-layer1 p {
        line-height: 23px;
    }

.mission-layer1 {
    background-color: #e43838;
    padding: 25px;
    bottom: -7%;
    left: 34%;
    width: 250px;
    height: 23%;
    border-radius: 5px;
    outline: 2px solid #FFF;
    outline-offset: -8px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute
}

    .mission-layer1:hover {
        background-color: #000;
        outline: 2px solid #FFF;
        outline-offset: -8px;
    }

.img-border {
    outline: 2px solid #FFF;
    outline-offset: -18px;
}

.ml-icon {
    width: 40px;
}


.about-layer h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #a3b0b4;
}

.about-layer h2 {
    font-size: 20px;
    line-height: 20px;
}

.about-layer1 h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #a3b0b4;
}

.about-layer1 h2 {
    font-size: 20px;
    line-height: 20px;
}

.img-offset {
    outline: 2px solid #FFF;
    outline-offset: -8px;
}


.main-contact {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
}

.terms-wrp h5, .privacy-wrp h5 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.terms-wrp h5, .privacy-wrp h5 {
    background: #fff0d6;
    padding: 10px;
    color: #333
}

.list-icon {
    padding: 0;
    list-style: none
}

    .list-icon > li {
        position: relative;
        margin-bottom: 3px;
    }

        .list-icon > li > i {
            display: block;
            position: absolute;
            left: 0;
            line-height: inherit
        }

.our-branches-wrp .tm-service {
    min-height: 280px;
}

/* =====================================
    7. HISTORY.
======================================== */
.our-history h2 {
    margin-bottom: 20px;
}

.span-history {
    margin-top: 40px;
}

    .span-history .mr-3 {
        width: 60px;
    }

#content {
    text-align: center;
}

section.timeline-outer {
    width: 80%;
    margin: 0 auto;
}

.counter-layer {
    background-color: var(--headline-color);
    padding: 50px 0px;
}

.counter-box {
    margin: 25px 0px;
}

.counter-statistics .counter {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.counter-statistics h5 {
    color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.counter-icon {
    width: 50px;
    margin: auto auto 20px auto;
}

.history-bg {
    background-image: url("../images/commons/team-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}

    .history-bg:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right, #000, #000);
        opacity: 0.6;
    }

    .history-bg .section-title {
        margin-bottom: 0px;
    }

        .history-bg .section-title h2 {
            color: #FFF;
            position: relative;
            z-index: 1;
        }

        .history-bg .section-title p {
            color: #FFF;
            position: relative;
            z-index: 1;
        }

.history-layer {
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    background-color: #FFF;
}

.history-feature {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.history-event {
    text-align: justify;
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 50px;
}

.left-content {
    padding-left: 50px;
    padding-right: 0px;
}

.history-event h3 {
    margin-bottom: 10px;
}

.history-event h5 {
    color: #e43838;
    font-size: 16px;
    margin-bottom: 15px;
}

.event-date-layer {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(228, 56, 56, 0.9);
    padding: 20px 35px;
}

    .event-date-layer h4 {
        color: #FFF;
        margin-bottom: 0px;
        font-size: 19px;
    }


/* =====================================
    4. ABOUT US.
======================================== */
.about-info-layer h2 {
    margin-bottom: 20px;
}

.order-list {
    margin-top: 25px;
}

    .order-list .ol-left {
        margin-right: 35px;
    }

    .order-list li {
        line-height: 35px;
        font-weight: 500;
    }

        .order-list li::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f35a";
            margin-right: 10px;
            color: var(--secundary-color);
        }

.brand-layer {
    margin-top: 25px;
}

    .brand-layer .signature {
        width: 150px;
        margin-right: 20px;
        padding: 10px 0px;
    }

.bl-contact {
    padding-left: 18px;
}

    .bl-contact p {
        margin-bottom: 0px;
    }

.about-img-layer {
    position: relative;
}

.ai-banner {
    background-color: var(--secundary-color);
    padding: 10px;
    width: 350px;
    position: absolute;
    bottom: 0;
    right: 0;
}

    .ai-banner .media .mr-3 {
        width: 30px;
    }

    .ai-banner .media .media-body {
        padding: 2px 5px;
    }

        .ai-banner .media .media-body h5 {
            color: #FFF;
            margin-bottom: 0px;
            font-weight: 600;
            font-size: 18px;
        }
/**  Wide Section Wrapper **/
.ws-feature-left {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.ws-feature-right {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 80px;
    margin-left: -100px;
}

.ws-feature-left .pulsing-btn-alt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.ws-feature-right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.feature-right-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    padding-left: 10rem;
}

.layer-box {
    padding: 15px;
}

    .layer-box .media .mr-3 {
        width: 70px;
    }

    .layer-box .media .media-body h4 {
        margin-bottom: 0px;
        font-weight: 600;
        color: #FFF;
    }

    .layer-box .media .media-body p {
        font-size: 13px;
        color: #FFF;
        line-height: 1.8;
        margin-bottom: 0px;
    }
/*---- Prodcut List menu-------*/
.product-list-bg {
    background: #e43838;
    padding: 20px;
    z-index: 0;
    position: relative;
}

.table-bg {
    background: #fff0d6
}

.pricelist-wrp .card-header button {
    background: #fff0d6;
    color: #333;
    background-image: linear-gradient(135deg, #fff0d6 0%, #fcf7ee 100%);
}

.pricelist-wrp .card-header .card-body table {
    font-size: 12px;
}

.certificate-detail-wrp img {
    margin-bottom: 30px;
}

.login-wrp {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 35px
}

.border-none {
    border-right: none
}

.tm-branch {
    padding: 30px 30px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    min-height: 288px;
}

    .tm-branch h5 {
        color: #e43838;
        border-bottom: 1px solid #ccc;
        padding-bottom: 8px;
    }

.foot-accr ul {
    margin: 0px;
    padding: 0px;
}

    .foot-accr ul li {
        text-decoration: none;
        display: inline-block;
        width: 70px;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

        .foot-accr ul li:hover {
            -webkit-filter: grayscale(10%); /* Safari 6.0 - 9.0 */
            filter: grayscale(10%);
        }

        .foot-accr ul li img {
            border-radius: 5px;
        }

/* sign in menu*/
.sign-loginformtrigger i {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #888;
    border-radius: 100px;
    color: #888;
    -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    -o-transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

    .sign-loginformtrigger i:hover {
        color: #e43838;
        border: 1px solid #e43838;
    }

.sign-loginformtrigger img {
    height: 100%;
    width: 100%;
}


.singdown {
    position: relative;
    display: inline-block;
}

.singdown-content {
    font-family: "Karla", sans-serif;
    display: none;
    position: absolute;
    right: 0;
    background-color: #000000;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
    padding: 5px;
    border-top: 4px solid #e43838;
}

    .singdown-content a {
        padding: 6px 0;
        line-height: 2;
        display: block;
        font-weight: 400;
        font-size: 13px;
        color: #888;
        padding: 5px 5px !important;
        text-transform: uppercase
    }

        .singdown-content a:hover {
        }

.singdown:hover .singdown-content {
    display: block;
}

.singdown:hover .singbtn {
    background-color: #3e8e41;
}


.slick-border-none img {
    border: none
}


/*--index-sections--*/
.tm-cta-button {
    z-index: 0;
    position: relative;
}

.carousel-indicators {
    z-index: 2;
}


/*certificates**/

.certifi-formt {
    font-size: 14px;
    padding-bottom: 3px;
    color: white;
}


.certificatesbox {
    background-color: #e43838;
    width: 315px;
    height: 67px;
    border-radius: 14px;
    /* outline: 2px solid #FFF; */
    /* outline-offset: -8px; */
    /* color: white; */
    margin-bottom: 50px;
    text-align: center;
    margin-left: 30px;
    font-family: "Rubik", sans-serif;
    /* padding-top: 23px; */
    margin-top: -27px;
    /* border-top: none; */
}


.about-one__img-two {
    position: absolute;
    bottom: -105px;
    left: -80px;
}

.about-one__img {
    position: relative;
    display: block;
}


.footer-widgets .single-widget a:not(.tm-button):hover {
    color: red;
}


/*--whatsapp icon--*/
.icon-bar {
    position: fixed;
    bottom: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding: 5px;
    /* border-radius: 31px; */
    right: 14px;
}


    .icon-bar img {
        width: 65%;
    }

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 0px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }


.tm-field-value {
    position: relative;
}

    .tm-field-value::after {
        content: '*';
        position: absolute;
        top: 12px;
        left: 76px;
        color: #f00;
    }

.tm-field-name {
    position: relative;
}

    .tm-field-name::after {
        content: '*';
        position: absolute;
        top: 12px;
        left: 67px;
        color: #f00;
    }

.cure-nature img {
    width: 60%;
}

hlparctices-style {
    width: 60%;
}

.tab-bg {
    background: #e43838;
    color: #fff;
}


.left-side-list {
    background: #e43838;
    border-radius: 5px;
    padding: 20px;
}

.widget-title1 {
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Karla", sans-serif;
}

    .widget-title1:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 70px;
        background: #fff;
    }

.single-widget1 ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .single-widget1 ul li {
        list-style: none;
    }

.widget-categories1 ul li {
    padding: 6px 0 7px 0;
    border-bottom: 1px dashed #f45b5b;
}

    .widget-categories1 ul li a {
        display: block;
        font-weight: 400;
        color: #fff;
    }

        .widget-categories1 ul li a:before {
            content: "-";
            padding-right: 5px;
        }

        .widget-categories1 ul li a::after {
            content: "";
            clear: both;
            display: table;
        }

        .widget-categories1 ul li a:hover {
            color: #333333;
            font-weight: 500;
            padding-left: 13px;
        }

.left-side-list-top {
    background: #e43838;
    border-radius: 5px;
    padding: 20px;
    min-height: 355px;
}

.entry-height {
    height: 228px
}


.sect-opening {
    margin-top: 20px;
}


h2.sect-time {
    margin-top: 30px;
}

h5.cont-bio {
    margin-left: 3px;
}

h5.serc-section {
    margin-top: -1px;
}


p.new-lbl {
    text-transform: uppercase;
    color: #f2f2f2;
    font-size: 15px;
}

a.active {
    color: red;
}

.lbl-sectnew {
    padding: 1.3%;
    background-image: url(../images/bg/bg-15.jpg);
    background-size: cover;
}

.call-to-action-area, .footer {
    position: relative;
}

.certi-box1 {
    float: left;
    width: 370px !important;
    margin-bottom: 20px;
}

    .certi-box1 p {
        background: #e43838;
        background-image: linear-gradient(to top, #e43838 0%, #c22929 100%);
        color: #fff;
        text-align: center;
        min-height: 79px;
        vertical-align: middle;
        font-size: 14px;
        padding: 10px;
        box-sizing: border-box;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        font-weight: 500;
        border-radius: 0 0 15px 15px;
        margin-top: 5px
    }

.add-cart-wrp {
    border-top: 4px solid #e43838;
    position: absolute;
    right: 3px;
    z-index: 0;
    text-align: left;
    min-width: 300px;
    min-height: 70px;
    cursor: text;
    top: 0%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    background: #000;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    min-width: 300px;
    border-radius: 0 0 4px 4px;
    padding: 16px;
    color: #fff;
}

.add-cart ul li {
    width: 100%
}

}

.add-cart-but {
    text-align: center
}

    .add-cart-but .button {
        text-transform: uppercase;
        display: inline-block;
        padding: 0;
        height: 40px;
        line-height: 40px;
        width: 47%;
        border-color: #fff;
        color: #333;
        background: #fff;
        font-size: 0.7em;
        border-radius: 20px;
        text-align: center
    }

        .add-cart-but .button:hover {
            background: #e43838;
            color: #fff;
        }

.add-cart-total {
    padding: 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    text-align: right;
    font-size: 0.9em;
    color: #fff;
}

.Price-currencySymbol {
    font-size: 20px;
    color: #e22020;
    line-height: 40px;
}

.add-cart ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0 20px;
    margin: 0;
    border-top: 1px solid #e22020;
    max-height: 380px;
    overflow: auto;
}

.add-thum-img {
    margin-right: 6px;
    float: left;
    width: 35%;
}

.quantity {
    float: left;
    font-size: 13px;
   margin-right:10px;
}

    .quantity p {
        margin-bottom: 0px;
    }

.add-close {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: red;
    text-align: center;
    line-height: 20px;
    cursor: pointer
}

.gray-clr {
    color: #888888;
}

.payment-bg .card-header button {
    color: #333
}

/*-----------Home Page tab style ------------*/
.product-header {
    padding-bottom: 19px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.product-card li a {
    font-family: "Karla", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #444444;
    border: none;
    height: auto;
    line-height: 26px;
    padding: 0;
    margin: 0 13px 0 0px;
    text-transform: uppercase;
}

    .product-card li a.active {
        color: #ffffff;
        background: #e43838;
        padding: 7px;
        border-radius: 4px;
        font-size: 15px;
    }

.product-card .tab-content {
    border: none;
    padding: 0px;
}

.product-card .tab-pane ul {
    display: block;
    margin: 0px;
    padding: 0px;
}

    .product-card .tab-pane ul li {
        background: #ffffff;
        padding: 15px;
        border-radius: 3px;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        z-index: 3;
        margin-right: 19px;
        float: left;
        display: block;
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        width: 23%;
        min-height: 325px;
    }

        .product-card .tab-pane ul li:last-child {
            margin-right: 0px;
        }
.produt-name{margin-top:15px;}

.produt-name h5 {
    margin-bottom: 0px;
}

    .produt-name h5 a {
        word-break: break-all;
        width: 180px;
        font-size: 14px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*-----------Home Page tab style ------------*/

/*country code--*/
.drop-country {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #888;
    border-radius: 100px;
    color: #888;
    cursor: pointer;
    -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    -o-transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

    .drop-country:hover {
        border: 1px solid #e43838;
        color: #e43838;
    }

.dropcountr-box {
    border-top: 4px solid #e43838;
    position: absolute;
    right: 2px;
    z-index: 0;
    text-align: left;
    width: 157px;
    min-height: 70px;
    cursor: text;
    top: 40%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    background: #000;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 0 0 4px 4px;
    padding: 5px;
    color: #fff;
}

    .dropcountr-box ul {
        display: block;
        margin: 0px;
        padding: 0px
    }

        .dropcountr-box ul li {
            float: right;
            display: block;
            width: 100%;
            text-align: left;
            font-weight: 500;
            font-size: 14px;
            margin-bottom: 8px;
        }

            .dropcountr-box ul li a {
            }

            .dropcountr-box ul li:first-child {
                padding-left: 8px;
            }

            .dropcountr-box ul li img {
                margin-right: 6px;
            }
/*country code--*/
.custom-rang {
    background: gray;
    width: 67%;
}
#rangevalue1 {
    background: #333;
    color: #fff;
    padding: 0 9px;
}

.nav-tabs .nav-item {
    margin-bottom: 7px !important;
}

.font-icn {
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
}

/*scroll up*/
#button {
  display: inline-block;
  background-color: #e43838;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 12px;
  right: 30px;
  transition: background-colo
	  r .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	/*margin-right: 633px;*/
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 40px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #e43838;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/* Point-zoom Container */
.img-hover-zoom--point-zoom img {
  transform-origin: 65% 75%;
  transition: transform 1s, filter .5s ease-out;
}

/* The Transformation */
.img-hover-zoom--point-zoom:hover img {
  transform: scale(5);
}


/*img-hover-zoom*/


.img-hover-zoom {
  height: auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.img-hover-zoom-zoom-n-pan-h img {
  transition: transform .5s ease-in-out;
  transform: scale(1.4);
  transform-origin: 100% 0;
}

/* The Transformation */
.img-hover-zoom-zoom-n-pan-h:hover img {
  transform: scale(1.5) translateX(30%);
}

/*latestproduct*/



.product-alldetails
{	
	    padding-top: -18px;	
}
.product-you.mt-20.product-viewing {
    
}
.brand-wrp.slick-border-none{
    
    background: #fff;
	
}

.btn-green {
    background: #28a745!important
}
.btn-red {
    background: #e43838!important
}

/*Home page New Arrival show more details */

.view-btn-wrp {
    text-align: right;
    font-size: 12px;
    margin-top: 3px
}

    .view-btn-wrp button {
        background: #fff;
        padding: 0px 5px;
        text-decoration: none;
        color: #000;
        text-align: right;
        border-radius: 3px;
        height: 25px;
        line-height: 25px;
        border: 0;
        font-weight: bold;
    }

        .view-btn-wrp button:hover {
            background: #000;
            color: #fff;
        }

.view-btn-wrp1 {
    text-align: right;
    font-size: 12px;
    margin-top: 3px
}

    .view-btn-wrp1 button {
        background: #000;
        padding: 0px 5px;
        text-decoration: none;
        color: #fff;
        text-align: right;
        border-radius: 3px;
        height: 25px;
        line-height: 25px;
        border: 0;
        font-weight: bold;
    }

        .view-btn-wrp1 button:hover {
            background: #e43838;
            color: #fff;
        }
/*--------end------*/
.document-btn {
    margin-top: 8%;
    margin-left: 5%;
    display: inline-block;
}
a.white-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 3px 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #333;
    font-size:13px;
}
    a.white-btn:hover {
        background-color: #e43838;
    }

 .white-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 3px 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #333;
    font-size: 13px;
}

    .white-btn:hover {
        background-color: #e43838;
    }

.logo-world {
    width: 35px;
    border-radius: 50px;
}

.main-logo {
    width: 63%;
}

.grievecell-cotent {
    background: #fcefef;
    border-radius: 5px;
    padding: 20px;
    min-height: 355px;
    color: #333;
    border: 1px solid #f8d2d2;
}
    .grievecell-cotent p, .grievecell-cotent a {
        color: #333;
    }
    .grievecell-cotent p{margin-bottom:3px;font-weight:400}
    .grievecell-cotent h6 {
        color: #fff;
        margin-bottom: 3px;
    }
    .grievecell-cotent b {
        border-bottom: 1px dashed #fc4343;
        padding-bottom: 3px;
        color: #fc4343;
    }

.manufacture-info {
    margin-top: 10px;
    background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
    padding: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
    .manufacture-info i{margin-right:5px; }
    .manufacture-info h6 {
        border-bottom: 1px dashed #fff;
        color: #fff;
        margin-bottom: 3px;
    }
    .manufacture-info p {
        margin-bottom:0px;
    }

    /*------tracking code----*/
.order-track {
    margin-top: 2rem;
    padding: 0.1rem;
    border-top: 1px dashed #2c3e50;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
    border-top: 1px dashed #2c3e50;
}

.order-track-step {
    display: flex;
    height: 5rem;
}

    .order-track-step p {
        text-align: left;
        margin-bottom: 0px;
        font-weight: 500;
    }

.order-track-status {
    margin-right: 1.5rem;
    position: relative;
    margin-top: 6px;
}

.order-track-status-dot {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #e43838;
    border: 3px solid #fff
}

.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 7rem;
    background: #f05a00;
}

.order-track-text-sub {
    font-size: 1rem;
    font-weight: 300;
}
.order-track-text{text-align:left}
.order-enqueiry{text-align:left;}
.order-info {
    margin-bottom: 10px;
    border-bottom: 1px dashed #2c3e50;
    padding: 8px 10px;
    background: #fcf2da;
}
.order-enqueiry p {
    font-weight: 500;
    margin-bottom: 0px;
}

.booking-confir {
    background: #dafce0;
    padding: 10px;
    border: 1px solid #9ddfa7;
    border-radius:8px;
}
.our-search-wrp{}
    .our-search-wrp h2 {
        font-size: 26px;
        color: #fff;
        margin: 0px 0px 10px 0px;
    }
        .our-search-wrp p{color:#fff;font-size:18px;}
        .search-body-wrp {
            background-image: linear-gradient(to top, #e43838 0%, #a40505 100%);
            padding: 25px 0;
        }

.diseases-wrp p{color:#000;font-size:15px; }
.diseases-wrp h5{margin-bottom:5px}
.disease-box {
    margin-bottom: 26px;
}
.diseases-body {
    background: #fff;
    padding: 20px;
}

    .diseases-body p {
        color: #000;
        font-size: 15px;
    }

    .diseases-body h5 {
       
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
.search-bg {
    background: #fff;
    border-radius: 10px;
}
    .search-bg input {
        border-radius: 10px 0px 0px 10px!important;
        }
    .search-bg button {
        border-radius: 0px 10px 10px 0px !important;
    }

.guest-tab {
    background: #fdf5dc;
}

.form-control{
    font-size:inherit;
}

.cart-ai-icon {
    position: fixed;
    bottom: 60px;
    right: 27px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid #1f1f1f;
}

    .cart-ai-icon img {
        border-radius: 80px;
        border: 4px solid #aab9fb;
    }