/* Logixs | Logistics HTML Template

Template Name: Logixs
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / TWO
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section
11. Services Section / Two
12. About Section / Two
13. Work Section
14. Project Section
15. Quote Section
16. Pricing Section
17. Testimonial Section / Two
18. Fun Fact Section
19. team Section
20. Clients Section
21. FAQ's Sectiom
22. Contact Section
23. News Section
24. Call To Action / Two
25. Main Footer
**********************************************/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome-all.css");
@import url("flaticon-set-logistics.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
    --theme-color1: #43aa5c;
    --theme-color2: #f8ca38;
    --theme-color3: #164333;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --border-theme-color1: var(--theme-color1);
    --border-theme-color2: var(--theme-color2);
    --border-theme-color3: var(--theme-color3);
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #fff;
    --text-color-bg-theme-color3: #fff;
    --text-color: #797f7d;
    --headings-color: #003c38;
    --link-color: #352F27;
    --link-hover-color: #5B8C51;
    --text-font: "DM Sans", sans-serif;
    --title-font: "DM Sans", sans-serif;
    --third-font: "Schoolbell", cursive;
    --body-font-size: 16px;
    --body-font-weight: 400;
    --body-font-weight-bold: 400;
    --body-line-height: 1.9;
    --line-height-heading: 1.4;
    --line-height-heading-h1: 1.1;
    --line-height-heading-small: 1.4;
    --h1-font-size: 90px;
    --h2-font-size: 42px;
    --h3-font-size: 30px;
    --h4-font-size: 24px;
    --h5-font-size: 20px;
    --h6-font-size: 18px;
    --h1-font-weight: 800;
    --h2-font-weight: 800;
    --h3-font-weight: 800;
    --h4-font-weight: 800;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --sec-title-subtitle-color: #819291;
    --sec-title-subtitle-font-size: 16px;
    --sec-title-subtitle-font-family: var(--text-font);
    --sec-title-subtitle-font-weight: 700;
    --theme-light-background: #f8f6f1;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #0e2207;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
}

/*** 

====================================================================
Fonts
====================================================================

***/

/*** 

====================================================================
Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

:root {
    --theme-color1: #0b3b5e;
    --theme-color2: #00ADEF;
    --theme-color3: #ebf1f5;
    --theme-color4: #7c858c;
    --bg-theme-color1: #0b3b5e;
    --bg-theme-color2: #00ADEF;
    --bg-theme-color3: #ebf1f5;
    --bg-theme-color4: #7c858c;
    --border-theme-color1: #0b3b5e;
    --border-theme-color2: #00ADEF;
    --border-theme-color3: #ebf1f5;
    --border-theme-color4: #7c858c;
    --sans-serif: "DM Sans", sans-serif;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}

/*** 

====================================================================
Global Settings
====================================================================

***/

body {
    font-size: 14px;
    color: var(--theme-color1);
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: var(--sans-serif);
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    color: var(--theme-color1);
    letter-spacing: -0.03em;
    font-family: var(--sans-serif);
}

h1 {
    font-size: 90px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: var(--theme-color4);
    margin: 0;
}

.color1 {
    color: var(--theme-color1);
}

.color2 {
    color: var(--theme-color2);
}

.color3 {
    color: var(--theme-color3);
}

.color4 {
    color: var(--theme-color4);
}

.large-container {
    position: static;
    max-width: 1600px;
    padding: 0px 15px;
    margin: 0 auto;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    position: static;
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

/*=== List Style One ===*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: var(--theme-color1);
    font-weight: 700;
    padding-left: 45px;
    padding-bottom: 20px;
}

.list-style-one li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    line-height: 30px;
    color: var(--theme-color2);
}

/*=== List Style Two ===*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    padding: 15px 30px;
    padding-left: 55px;
    font-size: 16px;
    line-height: 30px;
    color: var(--theme-color1);
    background-color: var(--bg-theme-color3);
    margin-bottom: 8px;
    font-weight: 700;
}

.list-style-two li i {
    position: absolute;
    left: 30px;
    top: 15px;
    font-size: 15px;
    line-height: 30px;
    color: var(--theme-color2);
}

/*Social Icon One*/

.social-icon-one {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon-one li {
    position: relative;
    margin-right: 10px;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    background-color: #07304d;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    background-color: var(--theme-color2);
    color: #ffffff;
}

/*Social Icon Two*/

.social-icon-two {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.social-icon-two li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: var(--theme-color3);
}

/*Social Icon Three*/

.social-icon-three {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-icon-three li {
    position: relative;
    margin-left: 20px;
}

.social-icon-three li a {
    position: relative;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #2f3529;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: var(--theme-color2);
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    margin-left: -50px;
    margin-top: -60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
    background-size: 64px;
    content: "";
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    color: var(--theme-color1);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    content: "Loading";
    text-transform: uppercase;
    -webkit-transition: none;
    transition: none;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #ffffff;
    color: #00ADEF;
    z-index: 1;
    padding-left: 5px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.select2-results__option {
    padding: 0 10px;
    color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7c858c;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 1px;
    height: auto;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: relative;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/*
 * typography.scss
 * -----------------------------------------------
*/

::-moz-selection {
    background: #fff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fff;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #333;
    /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #333;
    /* Safari */
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

body {
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

body,
p,
.text {
    
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

/* -------- Headings ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
    line-height: 1.2em;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
    font-weight: normal;
    line-height: 1;
    color: var(--headings-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit;
}

h1,
h2,
h3 {
    margin-bottom: 1rem;
    margin-top: 0.75rem;
    letter-spacing: -0.03em;
}

h4,
h5,
h6 {
    margin-bottom: 1rem;
    margin-top: 0.75rem;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading);
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading-small);
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */

table p {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
}

/* -------- other ---------- */

a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: var(--theme-color1);
    text-decoration: none;
    outline: none;
}

a b,
a strong {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img {
    border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 10px;
}

ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/

.container .container {
    width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section>.container,
section>.container-fluid {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width);
    }
}

/*=== Default Form ===*/

.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
}

.form-control:focus,
.input-text:focus {
    border-color: var(--theme-color1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-title {
    position: relative;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
    padding: 15px 40px;
    font-weight: 600;
    background: var(--bg-theme-color2);
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #FE0000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-one:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*Btn Style two*/

.btn-style-two {
    position: relative;
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
    padding: 15px 40px;
    font-weight: 600;
    background: var(--bg-theme-color1);
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--bg-theme-color2);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-two:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
    padding: 15px 40px;
    font-weight: 600;
    background: var(--bg-theme-color2);
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-three:hover {
    color: var(--theme-color1);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.theme-btn.small {
    padding: 10px 40px;
    line-height: 20px;
    font-size: 12px;
}

/*** 

====================================================================
  Anim Icons
====================================================================

***/

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons.full-width {
    max-width: 100%;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.bounce-x {
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

.zoom-one {
    -webkit-animation: zoom-one 10s infinite linear;
    animation: zoom-one 10s infinite linear;
}

.overlay-anim {
    position: relative;
}

.overlay-anim::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.overlay-anim:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #ffffff;
    color: #00ADEF;
    z-index: 1;
    padding-left: 5px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*=======================
Scroll To Top style
=======================*/

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color2);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--theme-color1);
    color: #ffffff;
}

/*** 

====================================================================
  Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color1);
    opacity: 0.95;
}

.moblie-search-active .search-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0%;
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    color: var(--theme-color2);
    z-index: 3;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-inner {
    position: relative;
    display: block;
    top: 40%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 800px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.moblie-search-active .search-popup .search-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

/* Header Search */

.search-popup .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e6dc;
    padding: 15px 20px;
    color: #707070;
    background: #ffffff;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type=text]:focus,
.search-popup .form-group input[type=search]:focus {
    border-color: var(--border-theme-color2);
}

.search-popup .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    border-radius: 50px;
    font-weight: normal;
    background: var(--theme-color2);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group button:hover {
    background: var(--theme-color2);
    color: #ffffff;
}

.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
    color: inherit;
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
    color: inherit;
}

.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
    color: inherit;
}

.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
    color: inherit;
}

.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
    color: inherit;
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
    color: inherit;
}

.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
    color: inherit;
}

.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
    color: inherit;
}

.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
    color: inherit;
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
    color: inherit;
}

.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
    color: inherit;
}

.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
    color: inherit;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: inherit;
}

/*** 

====================================================================
Main Header
====================================================================

***/

.header-span {
    position: relative;
    height: 110px;
    display: block;
    width: 100%;
}

.main-header {
    width: 100%;
    z-index: 999;
}

.header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ebf1f5;
    padding: 0 80px;
}

.header-top .top-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .top-left .text {
    font-size: 12px;
    color: var(--theme-color4);
    margin-right: 40px;
}

.header-top .social-links {
    position: relative;
    background: #ffffff;
    padding: 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-top .social-links li {
    position: relative;
}

.header-top .social-links li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #7c858c;
    padding: 10px 0px;
    width: 40px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .social-links li a:hover {
    color: #00ADEF;
}

.header-top .top-right {
    position: relative;
}

.header-top .info-list {
    position: relative;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top .info-list li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #7c858c;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top .info-list li a {
    display: inline-block;
    color: #7c858c;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .info-list li a:hover {
    color: #fa7720;
}

.header-top .info-list li i {
    margin-right: 10px;
    color: #00ADEF;
    font-size: 14px;
    line-height: 20px;
}

.header-upper {
    position: relative;
    padding: 16px 80px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .logo {
    position: relative;
    padding: 0px 0;
    min-width: 290px;
}

.main-header .logo img {
    max-width: 100%;
    /* height: 79px; */
}

.main-header .main-box {
    height: 80PX;
    position: relative;
    left: 0px;
    top: 0px;
    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;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.nav-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-menu {
    position: relative;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 40px 0px;
    margin-right: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li:before {
    position: absolute;
    left: 50%;
    bottom: 45px;
    height: 2px;
    width: 0%;
    background-color: var(--bg-theme-color2);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
    left: 0;
    width: 100%;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    color: var(--theme-color4);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a .icon {
    position: relative;
    font-size: 22px;
    line-height: 24px;
    margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
    color: var(--theme-color1);
}

.main-menu .navigation>li.current>a {
    color: var(--theme-color1);
    font-weight: 700;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 14px;
    margin-right: -14px;
}

.main-menu .navigation>li.dropdown>a:after {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 24px;
    font-size: 12px;
    z-index: 5;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0 0;
    background-color: #ffffff;
    margin-top: 30px;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebf1f5;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 3px;
    line-height: 29px;
    font-weight: 400;
    font-size: 16px;
    color: var(--bg-theme-color1);
    text-align: left;
    margin: 0 0px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: var(--theme-color2);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 11px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    display: none;
    background-color: #ffffff;
    opacity: 0;
    padding: 10px 0 0;
    margin-top: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid #ebf1f5;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color1);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--theme-color2);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
    height: 100%;
}

.main-header .outer-box .theme-btn {
    display: block;
    min-width: 160px;
}

.main-header .ui-btn {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 26px;
    color: var(--theme-color1);
    margin-left: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .ui-btn:hover {
    color: var(--theme-color2);
}

/*search box btn*/

.main-header .search-box-outer {
    position: relative;
}

.dropdown-toggle::after {
    display: none;
}

.main-header .search-box-outer .dropdown-menu {
    top: 16px !important;
    right: 0 !important;
    left: auto !important;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 2px solid var(--bg-theme-color2);
}

.main-header .search-panel .form-container {
    padding: 20px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type=text],
.main-header .search-panel input[type=search],
.main-header .search-panel input[type=password],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    font-size: 14px;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: var(--border-theme-color2);
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #0b3b5e;
    font-size: 14px;
    background: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-panel .search-btn:hover {
    color: var(--bg-theme-color1);
}

.main-header .info-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 40px;
    padding-left: 80px;
    color: #ffffff;
    font-weight: 500;
    background: var(--bg-theme-color2);
    min-width: 200px;
    text-align: left;
    line-height: 20px;
    margin-left: 30px;
}

.main-header .info-btn small {
    font-size: 12px;
}

.main-header .info-btn i {
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #fff;
    font-size: 26px;
}

/*** 

====================================================================
Header Style Two
====================================================================

***/

.header-style-two .header-top {
    padding: 0;
    display: block;
    background-color: #ffffff;
}

.header-style-two .header-top .inner-container {
    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;
}

.header-style-two .header-top .info-list li {
    margin-left: 0;
    margin-right: 30px;
    font-size: 12px;
}

.header-style-two .header-top .social-links {
    background-color: var(--bg-theme-color2);
    padding: 0 15px;
}

.header-style-two .header-top .social-links li a {
    color: #ffffff;
    font-size: 12px;
}

.header-style-two .header-top .social-links li a:hover {
    color: var(--theme-color1);
}

.header-style-two {
    position: relative;
}

.header-style-two .header-upper {
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
}

.header-style-two .main-box {
    background-color: var(--bg-theme-color1);
    padding: 0 40px;
}

.header-style-two .logo {
    min-width: 230px;
}

.header-style-two .main-menu .navigation>li {
    padding: 35px 0;
}

.header-style-two .main-menu .navigation>li>a {
    color: #fff;
}

.header-style-two .main-menu .navigation>li:hover>a,
.header-style-two .main-menu .navigation>li.current>a {
    color: #fff;
    font-size: 16px;
}

.header-style-two .main-menu .navigation>li:before {
    bottom: 40px;
}

.header-style-two .ui-btn {
    color: #fff;
    margin-right: 0;
    margin-left: 30px;
}

.header-style-two .outer-box:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 55px;
    width: 1px;
    background-color: #ffffff;
    content: "";
    opacity: 0.1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*** 

====================================================================
Sticky Header
====================================================================

***/

.sticky-header {
    height: 111px;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sticky-header.fixed-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .logo img {
    max-height: 128px;
}

.sticky-header .nav-outer {
    background: none;
}

.sticky-header .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sticky-header .main-menu .navigation>li {
    margin: 0;
    margin-left: 40px;
    padding: 20px 0;
}

.sticky-header .main-menu .navigation>li>a {
    color: #707070;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: var(--theme-color2);
}

.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.header-style-one .mobile-nav-toggler {
    color: #111;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/

.mobile-nav-toggler {
    position: relative;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    color: var(--theme-color1);
    display: none;
    top: 0px;
    margin-left: 25px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px;
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.mobile-menu .nav-logo img {
    max-height: 40px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--bg-theme-color1);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease 200ms;
    transition: all 0.4s ease 200ms;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 18px;
    color: var(--theme-color3);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: var(--theme-color2);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .navigation li>ul>li {
    padding-left: 20px;
}

.contact-info-box {
    position: relative;
    padding-left: 54px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.contact-info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    line-height: 50px;
    color: var(--theme-color2);
}

.contact-info-box .title {
    display: block;
    font-size: 12px;
    color: #b2c1c0;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-list-one {
    position: relative;
    padding: 30px 20px 20px;
}

.contact-list-one li {
    position: relative;
    margin-bottom: 20px;
}

.contact-list-one li:last-child {
    margin-right: 0;
}

.contact-list-one li strong {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.contact-list-one li i {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 20px;
    line-height: 30px;
    color: var(--theme-color2);
}

.contact-list-one li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--bg-theme-color1);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
    color: var(--theme-color2);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
    display: none;
}

.sticky-header .mobile-nav-toggler {
    color: var(--theme-color1);
}

/*** 

====================================================================
Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--theme-color4);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 10px;
}

.sec-title .sub-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 42px;
    background: var(--bg-theme-color2);
    content: "";
}

.sec-title h1 {
    position: relative;
    line-height: 1.2em;
    color: var(--theme-color1);
    font-size: 60px;
    font-weight: 700;
}

.sec-title h2 {
    position: relative;
    line-height: 1.2em;
    color: var(--theme-color1);
    font-size: 50px;
    font-weight: 700;
}

.sec-title .text {
    font-size: 16px;
    line-height: 30px;
    color: var(--theme-color4);
    margin-top: 30px;
}

.sec-title.text-center .sub-title:before {
    left: 50%;
    margin-left: -21px;
}

.sec-title.light h2,
.sec-title.light h1 {
    color: #fff;
}

.sec-title.light .text,
.sec-title.light .sub-title {
    color: #8fa1ae;
}

/*** 

====================================================================
  Main Slider
====================================================================

***/

.main-slider {
    position: relative;
}

.main-slider h2 {
    position: relative;
    display: block;
    font-size: 85px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-transform: capitalize;
}

.main-slider .text {
    font-size: 18px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 35px;
}

.main-slider .btn-box {
    position: relative;
}

.main-slider .theme-btn {
    display: inline-block;
    white-space: nowrap;
    min-width: 200px !important;
}

.tp-dottedoverlay {
    background-color: var(--bg-theme-color1);
    opacity: 0.2;
}

.tp-bannertimer {
    display: none;
}

/*** 

====================================================================
    Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-section .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0 50px;
    overflow: hidden;
    min-height: 830px;
}

.banner-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .content-box {
    position: relative;
    padding-left: 25px;
}

.banner-section .content-box .line {
    position: absolute;
    top: 8px;
    left: 0px;
    bottom: 105px;
    width: 4px;
    background-color: var(--bg-theme-color2);
}

.banner-section .content-box .sub-title {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.5;
    display: block;
    margin-bottom: 10px;
}

.banner-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 75px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
}

.banner-section .content-box .btn-box {
    margin-left: -25px;
}

.banner-section .content-box .btn-box .theme-btn:hover {
    color: var(--bg-theme-color2);
}

.banner-section .content-box .btn-box .theme-btn:before {
    background-color: #ffffff;
}

.banner-section .image-box {
    position: relative;
    padding-left: 60px;
    margin-right: -170px;
}

.banner-section .image-box .image {
    margin-bottom: 0;
}

.banner-section .image-box .image img {
    -webkit-filter: drop-shadow(-10px -10px 20px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-10px -10px 20px rgba(0, 0, 0, 0.2));
}

.banner-section .image-box .video-box {
    position: absolute;
    left: 50px;
    top: -10px;
    z-index: 3;
}

.banner-section .image-box .video-box .title {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2em;
    opacity: 0.5;
}

.banner-section .image-box .video-box .play-now {
    position: relative;
    display: inline-block;
    margin-left: 100px;
    margin-bottom: -10px;
}

.banner-section .image-box .video-box .play-now .icon {
    height: 85px;
    width: 85px;
    line-height: 85px;
    font-size: 20px;
    background-color: var(--bg-theme-color2);
    color: #ffffff;
}

/* Animate 1 */

.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.owl-carousel .animate-x {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.owl-carousel .active .animate-1,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-7 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.owl-carousel .active .animate-2 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.owl-carousel .active .animate-3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.owl-carousel .active .animate-4 {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.owl-carousel .active .animate-5 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.owl-carousel .active .animate-6 {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.owl-carousel .active .animate-7 {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 100px;
    top: 50%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: -65px;
}

.banner-carousel .owl-next,
.banner-carousel .owl-prev {
    display: block;
    margin: 10px 0;
    height: 50px;
    width: 50px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-size: 20px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    opacity: 0.2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel .owl-next:hover,
.banner-carousel .owl-prev:hover {
    opacity: 1;
}

/*** 

====================================================================
    Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding-bottom: 100px;
    margin-top: -150px;
    z-index: 1;
}

.services-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 668px;
    background-image: url(../images/icons/pattern-1.png);
    content: "";
}

.service-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.service-block:nth-child(2) {
    margin-top: 60px;
}

.service-block .inner-box {
    position: relative;
    background: #ffffff;
    padding: 80px 20px 20px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.service-block .icon {
    position: absolute;
    left: 50%;
    top: -55px;
    margin-left: -55px;
    height: 110px;
    width: 110px;
    background: var(--bg-theme-color2);
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 54px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .icon {
    background-color: var(--bg-theme-color1);
}

.service-block .icon:after {
    position: absolute;
    height: 130px;
    width: 130px;
    left: -10px;
    top: -10px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    border-radius: 50%;
}

.service-block h4 {
    color: var(--theme-color1);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.service-block h4 a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block h4 a:hover {
    color: var(--theme-color2);
}

.service-block .text {
    font-size: 16px;
    line-height: 32px;
    color: #7c858c;
    padding: 0 20px;
    margin-bottom: 20px;
}

.service-block .image {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.service-block .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.services-section .bottom-text {
    position: relative;
    font-size: 18px;
    color: #8fa1ae;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.services-section .bottom-text strong {
    color: #fff;
    border-bottom: 2px solid var(--border-theme-color2);
}

/*** 

====================================================================
    Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 120px 0 90px;
    background-color: var(--bg-theme-color3);
    z-index: 1;
}

.services-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/pattern-3.png);
    content: "";
}

.service-block-two {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
}

.service-block-two .inner-box {
    position: relative;
    background: #ffffff;
    padding: 50px 30px 30px;
    margin-right: 45px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.service-block-two .inner-box:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-block-two .icon {
    position: absolute;
    right: -45px;
    top: -30px;
    height: 100px;
    width: 100px;
    background: var(--bg-theme-color2);
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    font-size: 54px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h4 {
    color: var(--theme-color1);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-block-two h4 a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h4 a:hover {
    color: var(--theme-color2);
}

.service-block-two .text {
    font-size: 16px;
    line-height: 32px;
    color: #7c858c;
    min-height: 96px;
    margin-bottom: 20px;
}

.service-block-two .read-more {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 12px;
    line-height: 25px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: var(--bg-theme-color1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .read-more:hover {
    color: var(--theme-color2);
}

.service-block-two .inner-box:hover .read-more {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.service-block-two .image {
    position: relative;
    margin-bottom: 0;
    margin-right: -75px;
    overflow: hidden;
}

.service-block-two .image img {
    width: 100%;
    min-height: 230px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*** 

====================================================================
		About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 120px 0 70px;
}

.about-section .sec-title {
    margin-bottom: 25px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 80px;
   
    margin-left: 30px;
    
    background: #ffffff;
}

.about-section .text {
    color: #7c858c;
    margin-bottom: 20px;
}

.about-section blockquote {
    font-size: 20px;
    line-height: 32px;
    padding-left: 25px;
    border-left: 4px solid var(--border-theme-color1);
    color: var(--theme-color2);
    font-weight: 700;
    margin-bottom: 30px;
}

.about-section .bottom-box {
    position: relative;
    padding-right: 250px;
}

.about-section .list-style-one {
    margin-bottom: 40px;
}

.about-section .bottom-box .video-box {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-section .video-box .play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    margin-right: -180px;
}

.about-section .experience {
    position: absolute;
    top: 80px;
    left: -80px;
    max-width: 190px;
    background: var(--bg-theme-color2);
    font-size: 18px;
    padding: 30px 30px 30px 40px;
    line-height: 22px;
    color: #ffffff;
}

.about-section .experience:before {
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 30px solid var(--border-theme-color2);
    border-right: 190px solid transparent;
    content: "";
    margin-top: -30px;
}

.about-section .experience strong {
    font-size: 50px;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
}

.about-section .image-column .image-1 {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .image-1:before {
    position: absolute;
    right: 130px;
    bottom: -50px;
    height: 10px;
    width: 200px;
    background: var(--bg-theme-color2);
    content: "";
}

.about-section .image-column .image-2 {
    position: absolute;
    left: -80px;
    bottom: -50px;
    border: 20px solid #ffffff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
}

/*** 

====================================================================
		About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
    padding: 120px 0 70px;
}

.about-section-two .sec-title {
    margin-bottom: 40px;
}

.about-section-two .sec-title .text {
    margin-top: 15px;
}

.about-section-two .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.about-section-two .content-column .inner-column {
    position: relative;
    margin-left: -15px;
}

.about-section-two .content-column .theme-btn {
    margin-top: 30px;
}

.about-block {
    position: relative;
    padding-left: 110px;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
    padding-top: 5px;
}

.about-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background: var(--bg-theme-color3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-block .icon:after {
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--border-theme-color3);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-block .icon:before {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-block:hover .icon {
    background-color: var(--bg-theme-color1);
}

.about-block:hover .icon:before {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
    color: #ffffff;
}

.about-block h4 {
    position: relative;
    font-size: 20px;
    color: var(--theme-color1);
    margin-top: 0px;
    line-height: 30px;
    font-weight: 700;
}

.about-block .text {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
}

.about-section-two .image-column {
    position: relative;
}

.about-section-two .image-column .inner-column {
    position: relative;
}

.about-section-two .image-column .image {
    position: relative;
    margin-bottom: 0;
    display: block;
    max-width: 480px;
}

.about-section-two .image-column .image::before {
    position: absolute;
    right: -20px;
    top: 50px;
    bottom: 50px;
    width: 20px;
    background-color: var(--bg-theme-color2);
    content: "";
}

.about-section-two .experience {
    position: absolute;
    top: 100px;
    left: -90px;
}

.about-section-two .experience .inner {
    position: relative;
    min-width: 240px;
    min-height: 125px;
    background: var(--bg-theme-color1);
    padding: 20px 20px;
    padding-left: 100px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
}

.about-section-two .experience .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100px;
    color: var(--theme-color2);
    font-size: 54px;
}

.about-section-two .experience strong {
    font-size: 30px;
    line-height: 1em;
    color: #ffffff;
    display: block;
    margin-bottom: 3px;
}

.about-section-two .experience p {
    font-size: 14px;
    color: #8fa1ae;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.about-section-two .experience:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
    background-image: url(../images/icons/pattern-2.png);
    content: "";
}

/*** 

====================================================================
		Work Section
====================================================================

***/

.work-section {
    position: relative;
    padding: 120px 0 70px;
}

.work-block {
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
    z-index: 1;
    text-align: center;
}

.work-block .content-box {
    position: relative;
    background: var(--bg-theme-color3);
    padding: 85px 30px 30px;
    margin-bottom: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-block .content-box:after {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--border-theme-color3);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-block .inner-box:hover .content-box {
    background: var(--bg-theme-color1);
}

.work-block .inner-box:hover .content-box:after {
    border-top: 20px solid var(--border-theme-color3);
}

.work-block .inner-box .icon {
    position: absolute;
    left: 50%;
    top: -50px;
    margin-left: -50px;
    height: 100px;
    width: 100px;
    background: #ffffff;
    color: var(--theme-color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 54px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-block .inner-box:hover .icon {
    background: var(--bg-theme-color2);
    color: #ffffff;
}

.work-block .inner-box .icon:after {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-block .inner-box:hover .icon:after {
    border-top: 10px solid var(--border-theme-color2);
}

.work-block h4 {
    position: relative;
    color: var(--theme-color1);
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.work-block h4 a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.work-block .inner-box:hover h4 a {
    color: #ffffff;
}

.work-block .text {
    font-weight: 400;
    margin-bottom: 0;
}

.work-block .inner-box:hover .text {
    color: #8fa1ae;
}

.work-block .process-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    background: var(--bg-theme-color1);
    letter-spacing: 0.05em;
    overflow: hidden;
    text-transform: uppercase;
}

.work-block .process-btn .count {
    position: relative;
    padding: 15px 10px;
    width: 55px;
}

.work-block .process-btn .count span {
    position: relative;
    color: #ffffff;
    z-index: 1;
}

.work-block .process-btn .count:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--bg-theme-color2);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-block .inner-box:hover .process-btn .count:after {
    left: 100%;
    width: 500%;
}

.work-block .process-btn .btn-title {
    display: inline-block;
    padding: 15px 35px;
    position: relative;
    z-index: 2;
}

/***

====================================================================
    Project Section
====================================================================

***/

.project-section {
    position: relative;
    padding: 120px 0 90px;
}

.project-block {
    position: relative;
}

.project-block .inner-box {
    position: relative;
    padding: 0 0px 30px;
}

.project-block .image-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .image {
    position: relative;
    margin-bottom: 0px;
}

.project-block .image a {
    display: block;
    width: 100%;
}

.project-block .image::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.project-block .image::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
}

.project-block .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-box:hover .image:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
}

.project-block .inner-box:hover .image:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.project-block .content-box {
    position: relative;
    margin-top: -50px;
    padding-left: 45px;
}

.project-block .content-box .inner {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 18px 50px 23px 30px;
}

.project-block .content-box .inner .title {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--theme-color2);
}

.project-block .content-box .inner h4 {
    display: block;
    font-size: 20px;
    color: var(--theme-color1);
    font-weight: 700;
    margin-bottom: 5px;
}

.project-block .content-box .inner h4 a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .content-box .inner h4 a:hover {
    color: var(--theme-color2);
}

.project-block .content-box .inner .icon {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 50px;
    color: #fff;
    font-size: 18px;
    background-color: var(--bg-theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-box:hover .content-box .icon {
    background-color: var(--bg-theme-color2);
}

/*** 

====================================================================
    Quote Section
====================================================================

***/

.quote-section {
    position: relative;
    padding: 120px 0;
    z-index: 1;
}

.quote-section .outer-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--bg-theme-color2);
    padding: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quote-section .outer-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color2);
    opacity: 0.5;
    content: "";
}

.quote-section .form-column {
    position: relative;
}

.quote-section .form-column .inner-column {
    position: relative;
    padding: 55px 60px 60px;
    background-color: #ffffff;
    overflow: hidden;
    max-width: 820px;
}

.quote-section .form-column h4 {
    font-size: 20px;
    color: var(--theme-color1);
    font-weight: 700;
    margin-bottom: 30px;
}

.request-form {
    position: relative;
}

.request-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.request-form .form-group label {
    font-size: 12px;
    line-height: 20px;
    color: var(--theme-color4);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.request-form .form-group:last-child {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single,
.request-form .form-group input,
.request-form .form-group textarea,
.request-form .form-group select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 14px;
    color: var(--theme-color1);
    line-height: 30px;
    font-weight: 400;
    padding: 14px 20px;
    border: 1px solid #dfe8ee;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.request-form .form-group input:focus,
.request-form .form-group select:focus,
.request-form .form-group textarea:focus {
    border-color: var(--border-theme-color1);
}

.request-form .form-group textarea {
    height: 135px;
    resize: none;
}

.request-form .form-group input[type=submit],
.request-form .form-group button {
    font-size: 12px;
    text-transform: uppercase;
}

.request-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.quote-section .content-column {
    position: relative;
    max-width: 310px;
    padding-left: 60px;
    padding-top: 55px;
    padding-right: 40px;
}

.quote-section .content-column .play-now {
    display: inline-block;
    margin-bottom: 55px;
}

.quote-section .content-column .play-now .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 22px;
}

.quote-section .content-column .logo-icon {
    display: block;
    margin-bottom: 10px;
}

.quote-section .content-column .title {
    font-size: 14px;
    line-height: 26px;
    text-decoration: underline;
    color: #ffffff;
    opacity: 0.7;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.quote-section .content-column h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #ffffff;
}

/*** 

====================================================================
    Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding: 120px 0 90px;
    overflow: hidden;
}

.pricing-section .bg-layer {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 240px;
    width: 51%;
    background-color: var(--bg-theme-color2);
}

.pricing-section .bg-layer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/shape-1.png);
    background-position: right top;
    background-repeat: no-repeat;
    content: "";
    opacity: 0.5;
}

.pricing-section .title-column {
    position: relative;
}

.pricing-section .title-column .sec-title {
    padding-right: 20px;
}

.pricing-section .title-column .list-style-two {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pricing-block {
    position: relative;
    margin-bottom: 40px;
}

.pricing-block .inner-box {
    position: relative;
    padding: 60px 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-block .inner-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.pricing-block .title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: var(--theme-color2);
    font-weight: 700;
    margin-bottom: 8px;
}

.pricing-block .price-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfe8ee;
}

.pricing-block .price-box .price {
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: var(--theme-color1);
}

.pricing-block .price-box .price sup {
    font-size: 60%;
}

.pricing-block .price-box .validaty {
    position: relative;
    top: 14px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7c858c;
    margin-left: 10px;
}

.pricing-block .image {
    position: relative;
    margin-bottom: 0;
}

.pricing-block .features {
    position: relative;
    margin-bottom: 30px;
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #7c858c;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 10px;
}

.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 16px;
    line-height: 26px;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: var(--theme-color2);
    font-weight: 900;
}

.pricing-block .features li a {
    color: #848484;
}

.pricing-block .btn-box {
    position: relative;
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 120px 0;
margin-top: 200px;
}

.testimonial-section .testimonials {
    position: relative;
    z-index: 9;
}

.testimonial-block {
    position: relative;
    padding-bottom: 22px;
}

.testimonial-block .inner-box {
    position: relative;
    padding: 40px 70px 30px;
    padding-left: 350px;
    min-height: 260px;
    background-color: #ffffff;
    border: 3px solid var(--border-theme-color1);
}

.testimonial-block .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 265px;
}

.testimonial-block .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-block .text {
    position: relative;
    font-size: 20px;
    line-height: 36px;
    color: #7c858c;
    margin-bottom: 15px;
}

.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color1);
    line-height: 30px;
}

.testimonial-block .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: var(--theme-color2);
    text-transform: uppercase;
    font-weight: 500;
}

.testimonial-block .quote-icon {
    position: absolute;
    right: 60px;
    bottom: 50px;
    height: 46px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/quote.png);
    color: var(--theme-color2);
    -webkit-animation: bounce-y 15s infinite linear;
    animation: bounce-y 15s infinite linear;
}

.testimonial-block .rating {
    position: absolute;
    right: -3px;
    bottom: -22px;
    width: 175px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--theme-color2);
    background-color: var(--bg-theme-color1);
}

.testimonial-thumbs {
    position: absolute;
    left: 210px;
    top: 15px;
    height: 210px;
}

.testimonial-thumb {
    position: relative;
    cursor: pointer;
    z-index: 9;
}

.testimonial-thumb .image {
    position: relative;
    display: block;
    margin-bottom: 0;
}

.testimonial-thumb .image img {
    position: relative;
    display: block;
    height: 105px;
    min-width: 105px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 6px solid #ffffff;
}

.testimonial-thumb.swiper-slide-active .image {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 1;
}

.testimonial-content .swiper-slide:not(.swiper-slide-active),
.testimonial-thumbs .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.testimonial-thumbs .swiper-slide.swiper-slide-next {
    opacity: 1 !important;
}

.testimonial-thumbs .swiper-slide.swiper-slide-active {
    z-index: 99;
}

/*** 

====================================================================
    Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 120px 0;
    background-color: var(--bg-theme-color1);
}

.testimonial-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/pattern-4.png);
    content: "";
}

.testimonial-section-two .sec-title {
    margin-bottom: 20px;
}

.testimonial-section-two .sec-title .text {
    font-size: 18px;
    line-height: 32px;
}

.testimonial-section-two .trust-score {
    position: relative;
}

.testimonial-section-two .trust-score .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-section-two .trust-score .rating i {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: var(--bg-theme-color2);
    margin-right: 5px;
}

.testimonial-section-two .trust-score .title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.testimonial-slider {
    padding-left: 30px;
}

.testimonial-block-two {
    position: relative;
    padding-left: 85px;
}

.testimonial-block-two .inner-box {
    position: relative;
    padding: 25px 100px;
    background-color: #ffffff;
    border-left: 4px solid var(--border-theme-color2);
}

.testimonial-block-two .inner-box:before {
    position: absolute;
    right: 40px;
    bottom: 40px;
    height: 117px;
    width: 127px;
    background-image: url(../images/icons/quote-2.png);
    content: "";
}

.testimonial-block-two .thumb {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 40px;
    margin-left: -75px;
    height: 130px;
    width: 130px;
}

.testimonial-block-two .thumb img {
    width: 100%;
    height: 100%;
}

.testimonial-block-two .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--theme-color2);
}

.testimonial-block-two .name {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color1);
    line-height: 1.2em;
}

.testimonial-block-two .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: var(--theme-color4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.testimonial-block-two .text {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    color: #7c858c;
    margin-top: 15px;
}

.testimonial-block-two .quote-icon {
    position: absolute;
    right: 60px;
    bottom: 50px;
    height: 46px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/quote.png);
    color: var(--theme-color2);
}

.testimonial-block-two.style-two {
    padding-left: 0;
    padding-right: 85px;
    text-align: right;
}

.testimonial-block-two.style-two .inner-box {
    border-left: 0;
    border-right: 4px solid var(--border-theme-color2);
}

.testimonial-block-two.style-two .thumb {
    margin-left: 0;
    margin-right: -75px;
    left: auto;
    right: 0;
}

.testimonial-block-two.style-two .rating {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.testimonial-section-two .swiper-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
}

.testimonial-section-two .swiper-next,
.testimonial-section-two .swiper-prev {
    display: block;
    margin: 10px 0;
    height: 50px;
    width: 50px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-size: 20px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    opacity: 0.2;
    margin-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-section-two .swiper-next:hover,
.testimonial-section-two .swiper-prev:hover {
    opacity: 1;
}

.testimonial-section-two .swiper-button-disabled:hover {
    opacity: 0.2;
}

/***

====================================================================
    Testimonial Section Three
====================================================================

***/

.testimonial-block-three {
    position: relative;
}

.testimonial-block-three .inner-box {
    position: relative;
    background: #ffffff;
    border-bottom: 5px solid var(--bg-theme-color2);
    border-radius: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    padding: 0 60px 50px;
    margin-top: 80px;
}

.testimonial-block-three .inner-box:hover {
    background-color: var(--bg-theme-color1);
}

.testimonial-block-three .inner-box:hover .thumb img {
    border: 10px solid var(--bg-theme-color2);
}

.testimonial-block-three .inner-box:hover .icon {
    background-color: #fff;
    color: var(--theme-color1);
}

.testimonial-block-three .inner-box:hover .text {
    color: #b3c2c1;
}

.testimonial-block-three .inner-box:hover .name {
    color: var(--theme-color2);
}

.testimonial-block-three .inner-box:hover .designation {
    color: #b3c2c1;
}

.testimonial-block-three .thumb {
    position: relative;
    display: inline-block;
    height: 160px;
    width: 160px;
    margin-top: -80px;
}

.testimonial-block-three .thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 10px solid rgba(255, 109, 46, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-three .icon {
    position: absolute;
    font-size: 14px;
    color: #fff;
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--bg-theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-three .text {
    position: relative;
    font-size: 20px;
    line-height: 36px;
    color: #819291;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-three .name {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-color1);
    line-height: 1.2em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-three .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #819291;
    font-weight: 600;
    letter-spacing: 0.01em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
    Fun Fact Section
====================================================================

***/

.fun-fact-section {
    position: relative;
    padding: 120px 0 0;
}

.fun-fact-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 120px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center top;
}

.fun-fact-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--bg-theme-color1);
    opacity: 0.85;
}

.fun-fact-section .sec-title .theme-btn {
    margin-top: 30px;
}

.fact-counter {
    position: relative;
    padding: 120px 0 0;
    display: inline-block;
    width: 100%;
}

.fact-counter .row {
    margin: 0 -30px;
}

.fact-counter .counter-column {
    position: relative;
    padding: 0 30px;
}

.fact-counter .counter-column .inner-column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 60px 50px 36px;
    padding-right: 30px;
    border-top: 4px solid var(--border-theme-color2);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.fact-counter .counter-column .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 160px;
    width: 200px;
    background-color: #fff;
    border-top: 4px solid var(--border-theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0 auto -60px;
    z-index: 1;
}

.fact-counter .counter-column:hover .icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-color: var(--bg-theme-color3);
}

.fact-counter .count-box {
    font-size: 60px;
    color: var(--theme-color1);
    font-weight: 700;
    line-height: 1em;
    margin-right: 20px;
    text-transform: uppercase;
}

.fact-counter .count-box .count-text {
    font-size: 60px;
    color: var(--theme-color1);
    font-weight: 700;
    line-height: 1em;
}

.fact-counter .counter-title {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #7c858c;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/***

====================================================================
    team Section
====================================================================

***/

.team-section {
    padding: 120px 0 80px;
    overflow: hidden;
}

.team-block {
    position: relative;
    margin-bottom: 40px;
}

.team-block:nth-child(4n+4),
.team-block:nth-child(4n+2) {
    margin-top: 40px;
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none;
}

.team-block .inner-box:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.team-block .image-box {
    position: relative;
}

.team-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.team-block .image-box .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-block .info-box {
    position: relative;
    background-color: #ffffff;
    margin-top: -45px;
    margin-right: 40px;
    min-height: 90px;
    padding: 15px 30px 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.team-block .info-box .designation {
    font-size: 12px;
    color: var(--theme-color2);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.team-block .info-box h4 {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.team-block .info-box h4 a {
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .share-icon {
    position: absolute;
    right: 0;
    top: -27px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background-color: var(--bg-theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links {
    position: absolute;
    right: 0px;
    bottom: 100%;
    margin-bottom: -23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--bg-theme-color2);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.team-block .social-links a {
    position: relative;
    height: 50px;
    width: 50px;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links a:hover {
    color: #ffffff;
    background-color: var(--bg-theme-color1);
}

.team-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

/*** 

====================================================================
    Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    z-index: 1;
}

.clients-carousel {
    position: relative;
    border-top: 1px solid #dfe8ee;
    padding: 100px 0;
}

.clients-carousel .slide-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.clients-carousel .slide-item a {
    position: relative;
}

.clients-carousel .slide-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.clients-carousel .slide-item:hover img {
    background-color: #ffffff;
    opacity: 1;
}

.clients-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px;
    background-color: #ffffff;
    max-width: 110px;
    right: 0;
    margin: -13px auto 0;
}

.clients-carousel .owl-nav .owl-prev,
.clients-carousel .owl-nav .owl-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 26px;
    width: 26px;
    background-color: var(--bg-theme-color3);
    color: #7c858c;
    font-size: 14px;
    margin: 0 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-carousel .owl-nav .owl-prev:hover,
.clients-carousel .owl-nav .owl-next:hover {
    background-color: var(--bg-theme-color2);
    color: #ffffff;
}

.clients-carousel .owl-dots {
    display: none;
}

/*** 

====================================================================
		FAQ's Sectiom
====================================================================

***/

.faqs-section {
    position: relative;
    margin-top: -160px;
    padding: 260px 0 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.faqs-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color3);
    opacity: 0.95;
    content: "";
}

.faqs-section .sec-title {
    margin-bottom: 30px;
}

.faqs-section .faq-column {
    position: relative;
    margin-bottom: 50px;
}

.faqs-section .faq-column .inner-column {
    position: relative;
}

.accordion-box {
    position: relative;
    background-color: #ffffff;
    padding: 0 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.accordion-box .block {
    position: relative;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: var(--theme-color1);
    font-weight: 700;
    cursor: pointer;
    padding: 25px 0;
    padding-right: 70px;
    border-radius: 10px;
    letter-spacing: -0.04em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid var(--border-theme-color3);
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    right: 0px;
    top: 20px;
    height: 35px;
    font-size: 14px;
    line-height: 38px;
    color: var(--theme-color2);
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: var(--theme-color2);
}

.accordion-box .block .acc-btn.active .icon {
    color: var(--bg-theme-color1);
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f068";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content {
    position: relative;
    padding: 25px 0;
}

.accordion-box .block .acc-content .content .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #7c858c;
    margin-bottom: 0;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.faq-block {
    position: relative;
    margin-bottom: 40px;
}

.faq-block .inner-box {
    padding-left: 70px;
    position: relative;
}

.faq-block .inner-box:hover .icon {
    background-color: var(--bg-theme-color1);
}

.faq-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: var(--bg-theme-color2);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-block h4 {
    font-size: 18px;
    line-height: 1.2em;
    color: var(--theme-color1);
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-block .text {
    font-size: 16px;
    line-height: 30px;
    color: var(--theme-color4);
}

/*** 

====================================================================
    Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding-bottom: 100px;
    background-color: #ffffff;
    z-index: 1;
}

.contact-section .form-column {
    position: relative;
    z-index: 1;
}

.contact-form {
    position: relative;
    background-color: var(--bg-theme-color2);
    padding: 55px 60px 60px;
}

.contact-form .bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}

.contact-form h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.contact-form .form-group label {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 14px;
    color: var(--theme-color1);
    line-height: 30px;
    font-weight: 400;
    padding: 14px 20px;
    border: 1px solid #dfe8ee;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: var(--border-theme-color1);
}

.contact-form .form-group textarea {
    height: 135px;
    resize: none;
}

.contact-form .form-group input[type=submit],
.contact-form .form-group button {
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
}

.contact-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

/***==================================
    Range Slider One
==================================***/

.range-slider-one {
    position: relative;
    margin-bottom: 5px;
}

.range-slider-one .range-amount {
    position: absolute !important;
    right: 0;
    top: -35px;
    background: none;
    text-align: right;
    border: 0 !important;
    padding: 0 !important;
    max-width: 75px;
    color: #ffffff !important;
    width: auto !important;
    height: auto !important;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 10px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 10px;
    background: #ffffff;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    top: -5px;
    width: 20px;
    height: 20px;
    background: var(--bg-theme-color1);
    cursor: pointer;
    border-radius: 20px;
    border: 0;
}

.range-slider-one .ui-slider-horizontal .ui-slider-handle:nth-child(2) {
    margin-left: 0 !important;
}

.range-slider-one .ui-slider-horizontal .ui-slider-handle:nth-child(3) {
    margin-left: -20px !important;
}

.contact-section .info-column {
    position: relative;
}

.contact-section .info-column .inner-column {
    position: relative;
    padding-right: 70px;
}

.contact-section .info-column .branches-carousel {
    position: relative;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contact-section .info-column .branches-carousel .owl-nav {
    position: absolute;
    right: -70px;
    top: 0;
    height: 100%;
}

.contact-section .info-column .branches-carousel .owl-nav .owl-next,
.contact-section .info-column .branches-carousel .owl-nav .owl-prev {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50%;
    color: #ffffff;
    font-size: 16px;
    background-color: var(--bg-theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .info-column .branches-carousel .owl-nav .owl-next:hover,
.contact-section .info-column .branches-carousel .owl-nav .owl-prev:hover {
    background-color: var(--bg-theme-color2);
}

.branch-block {
    position: relative;
    background-color: #ffffff;
}

.branch-block .inner-box {
    position: relative;
    padding: 25px 40px 30px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.branch-block h5 {
    font-size: 20px;
    line-height: 30px;
    color: var(--theme-color1);
    font-weight: 700;
    margin-bottom: 10px;
}

.branch-block p {
    font-size: 16px;
    line-height: 28px;
    color: #7c858c;
}

/***==================================
    Google Map
==================================***/

.map {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 210px;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*** 

====================================================================
    News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 120px 0 90px;
    overflow: hidden;
}

.news-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 440px;
    height: 100%;
    width: 100%;
}

.news-section .bg-image::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color3);
    content: "";
    opacity: 0.95;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0 20px;
}

.news-block .inner-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 90px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #dfe8ee;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover:before {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.news-block .date {
    position: absolute;
    left: 20px;
    bottom: 0px;
    background: var(--theme-color2);
    color: #ffffff;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 70px;
    width: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-top: 5px;
}

.news-block .date b {
    font-size: 24px;
    color: #fff;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.news-block .image-box {
    position: relative;
}

.news-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.news-block .image-box .image a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block .inner-box:hover .image-box .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.news-block .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.news-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-block .lower-content {
    position: relative;
    padding: 12px 22px 35px;
}

.news-block .post-info {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.news-block .post-info li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #7c858c;
    font-weight: 400;
    margin-right: 10px;
}

.news-block .post-info li i {
    margin-right: 5px;
    color: var(--theme-color2);
    font-size: 14px;
}

.news-block h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--theme-color1);
    font-weight: 700;
}

.news-block h4 a {
    color: var(--theme-color1);
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block h4 a:hover {
    color: var(--theme-color2);
}

.news-block .theme-btn {
    width: 100%;
    text-transform: uppercase;
}

.news-block .author {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 32px;
    margin-top: 25px;
}

.news-block .author .thumb {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 10px;
}

.news-block .author .name {
    font-size: 14px;
    line-height: 1em;
    color: #819291;
    font-weight: 600;
}

/*** 

====================================================================
		Call To Action
====================================================================

***/

.call-to-action {
    position: relative;
    z-index: 2;
}

.call-to-action .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--bg-theme-color2);
    padding: 60px 60px;
}

.call-to-action .outer-box:before {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
}

.call-to-action .title-box {
    position: relative;
    max-width: 550px;
}

.call-to-action h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
}

.call-to-action h2 span {
    display: inline-block;
    color: #ffffff;
}

.call-to-action .btn-box {
    position: relative;
}

.call-to-action .btn-box .theme-btn:hover {
    color: var(--theme-color1);
}

.call-to-action .btn-box .theme-btn:before {
    background-color: #ffffff;
}

/*** 

====================================================================
		Call To Action Two
====================================================================

***/

.call-to-action-two {
    position: relative;
    z-index: 2;
    padding: 100px 0 120px;
}

.call-to-action-two::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color1);
    content: "";
    opacity: 0.85;
}

.call-to-action-two .sec-title .theme-btn {
    margin-top: 30px;
}

/***

==================================================================
	Main Footer
==================================================================

***/

.main-footer {
    position: relative;
}

/* Widget Section */

.main-footer .widgets-section {
    position: relative;
    background-color: var(--bg-theme-color1);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 180px 0 70px;
    margin-top: -60px;
}

.main-footer .widgets-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-theme-color1);
    opacity: 0.95;
    content: "";
}

.main-footer.alternate .widgets-section {
    padding-top: 120px;
    margin-top: 0;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .widget-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.main-footer .about-widget {
    position: relative;
    padding-right: 5px;
}

.main-footer .logo {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #8fa1ae;
    margin-bottom: 20px;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.subscribe-form .form-group input[type=text],
.subscribe-form .form-group input[type=email] {
    position: relative;
    display: block;
    height: 70px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #7c858c;
    padding: 20px 27px;
    padding-right: 70px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group .theme-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    height: 50px;
    width: 50px;
    min-width: auto;
    background-color: var(--bg-theme-color2);
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    padding: 0;
}

.subscribe-form .form-group .btn-style-one:before {
    background: var(--theme-color1);
}

.subscribe-form .form-group .btn-style-one:hover {
    color: #FE0000;
}

/*=== User LInks ===*/

.user-links {
    position: relative;
}

.user-links li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 14px;
}

.user-links li:last-child {
    margin-bottom: 0;
}

.user-links li a {
    position: relative;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #8fa1ae;
}

.user-links li a:hover {
    color: #FFFFFF;
}

.user-links li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--bg-theme-color2);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover:before {
    width: 100%;
}

/*Recent Posts*/

.recent-posts {
    position: relative;
}

.recent-posts .post {
    position: relative;
    min-height: 70px;
    padding-left: 100px;
    margin-bottom: 35px;
}

.recent-posts .post:last-child {
    margin-bottom: 0;
}

.recent-posts .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    overflow: hidden;
}

.recent-posts .post .thumb a {
    display: block;
}

.recent-posts .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.recent-posts .post .date {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    top: -4px;
    color: var(--theme-color2);
}

.recent-posts .post h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 26px;
}

.recent-posts .post h4 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recent-posts .post h4 a:hover {
    color: inherit;
    opacity: 0.9;
}

/* Contact Widget */

.main-footer .contact-list {
    position: relative;
}

.main-footer .contact-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #8fa1ae;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 20px;
}

.main-footer .contact-list li:last-child {
    margin-bottom: 0;
}

.main-footer .contact-list li strong {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 700;
}

.main-footer .contact-list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    width: 20px;
    text-align: center;
    line-height: 25px;
    color: var(--theme-color2);
}

.main-footer .contact-list li a {
    color: #8fa1ae;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .contact-list li a:hover {
    color: var(--theme-color3);
}

/*=== Footer Bottom ===*/

.footer-bottom {
    position: relative;
    background-color: #07304d;
    width: 100%;
}

.footer-bottom .inner-container {
    position: relative;
    padding: 35px 0;
    text-align: center;
}

.footer-bottom .copyright-text {
    position: relative;
}

.footer-bottom .copyright-text p {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #8fa1ae;
}

.footer-bottom .copyright-text a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #8fa1ae;
}

.footer-bottom .copyright-text a:hover {
    color: #ffffff;
}

/***

====================================================================
    Products details
====================================================================

***/

.product-details .bxslider .image-box {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-details .bxslider .image-box img {
    width: 100%;
}

.product-details .bxslider .thumb-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
}

.product-details .bxslider .thumb-box li:last-child {
    margin: 0px !important;
}

.product-details .bxslider .thumb-box li a {
    position: relative;
    display: inline-block;
}

.product-details .bxslider .thumb-box li a:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-details .bxslider .thumb-box li a.active:before {
    opacity: 1;
}

.product-details__top {
    position: relative;
    display: block;
    margin-top: -8px;
}

.product-details__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 0;
}

.product-details__reveiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding-bottom: 20px;
    margin-bottom: 31px;
    border-bottom: 1px solid #e0e4e8;
}

.product-details__reveiw i {
    font-size: 16px;
    color: var(--theme-color2);
}

.product-details__reveiw i+i {
    margin-left: 4px;
}

.product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--theme-color1);
    margin-left: 18px;
}

.product-details__quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 10px;
    height: 60px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 60px;
    border: 1px solid #e0e4e8;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color1);
}

.product-details__quantity .quantity-box button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    color: var(--text-color-bg-theme-color1);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: var(--theme-color1);
    border: none;
    border-left: 1px solid #e0e4e8;
    border-top-right-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-details__quantity .quantity-box button:hover {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.product-details__quantity-title {
    margin: 0;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details__buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.product-details__buttons-1 {
    position: relative;
    display: block;
}

.product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details__buttons-2 .thm-btn {
    background-color: var(--theme-color2);
}

.product-details__buttons-2 .thm-btn:before {
    background-color: var(--theme-color1);
}

.product-details__buttons-2 .thm-btn:after {
    background-color: var(--theme-color1);
}

.product-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details__social .title {
    position: relative;
    display: block;
}

.product-details__social .title h3 {
    color: #222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.product-details__social .social-icon-one {
    margin-left: 30px;
}

.product-discription {
    position: relative;
    display: block;
}

.product-discription .product-description__title {
    font-size: 30px;
    margin-bottom: 27px;
}

.product-discription .product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-discription .product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-discription .product-description__list ul {
    position: relative;
    display: block;
}

.product-discription .product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-discription .product-description__list ul li p {
    margin: 0;
    font-weight: 600;
    color: var(--headings-color);
}

.product-discription .product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--theme-color1);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
}

.product-discription .tabs-content .text p {
    margin-bottom: 17px;
}

.product-discription .tabs-content .text p:last-child {
    margin-bottom: 0px;
}

.product-discription .tab-btn-box {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.product-discription .tab-btn-box:before {
    position: absolute;
    content: "";
    background-color: #e1e8e4;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 28px;
}

.product-discription .tab-btn-box .tab-btns li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #1e2434;
    text-align: center;
    padding: 14px 30px;
    background-color: #fff;
    border: 1px solid #e1e8e4;
    cursor: pointer;
    margin: 0px 8.5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-discription .tab-btn-box .tab-btns li.active-btn {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}

.product-discription .single-comment-box .inner-box {
    position: relative;
    display: block;
    background-color: #f4f5f4;
    padding: 34px 30px 34px 125px;
}

.product-discription .single-comment-box .inner-box .comment-thumb {
    position: absolute;
    left: 30px;
    top: 40px;
    border-radius: 50%;
    width: 80px;
}

.product-discription .single-comment-box .inner-box .comment-thumb img {
    width: 100%;
    border-radius: 50%;
}

.product-discription .single-comment-box .inner-box .rating {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-discription .single-comment-box .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .single-comment-box .inner-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .single-comment-box .inner-box h5 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product-discription .single-comment-box .inner-box h5 span {
    font-weight: 400;
    text-transform: capitalize;
}

.product-discription .customer-comment {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.product-discription .comment-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 51px 60px 60px 60px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.product-discription .comment-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.product-discription .comment-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.product-discription .comment-box .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #707582;
    margin-bottom: 8px;
}

.product-discription .comment-box .column:last-child .form-group {
    margin-bottom: 0px;
}

.product-discription .comment-box .review-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.product-discription .comment-box .review-box p {
    position: relative;
    float: left;
    margin-right: 10px;
}

.product-discription .comment-box .review-box .rating {
    position: relative;
    float: left;
}

.product-discription .comment-box .review-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
    color: #fdc009;
}

.product-discription .comment-box .review-box .rating li:last-child {
    margin: 0px !important;
}

.product-discription .comment-box .custom-controls-stacked {
    position: relative;
    float: left;
}

.related-product h3 {
    margin-bottom: 30px;
}

/***

====================================================================
 Categories Section
====================================================================

***/

.categories-section {
    position: relative;
    padding: 100px 0 70px;
}

.categories-section .bg-pattern {
    position: absolute;
    left: 0;
    top: -220px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/icons/pattern-7.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.categories-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: var(--theme-color3);
    content: "";
    z-index: 1;
}

.categories-section:after {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 70px;
    width: 100%;
    z-index: 2;
    content: "";
    background-image: url(../images/icons/pattern-3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
}

.category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-block .inner-box:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
}

.category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.png);
}

.category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.png);
}

.category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.png);
}

.category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.png);
}

.category-block .image {
    position: relative;
    display: inline-block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.category-block .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
}

.category-block h4 a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 a:hover {
    color: var(--theme-color1);
}

.category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

/***

====================================================================
    Categories Section Two
====================================================================

***/

.categories-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.category-block-two {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
    z-index: 9;
}

.category-block-two .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px;
}

.category-block-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: "";
}

.category-block-two .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.category-block-two .inner-box:hover .image img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.category-block-two .inner-box:hover h4 a {
    color: var(--theme-color1);
}

.category-block-two .content {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.category-block-two .content:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: "";
}

.category-block-two .content:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    content: attr(data-text);
}

.category-block-two .image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: -70px;
}

.category-block-two .image img {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.category-block-two h4 {
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 15px;
}

.category-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two p {
    font-size: 16px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
}

.category-block-two .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e8f3ea;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    color: #608174;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block-two .link:hover {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.category-block-two.child-two .link {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:before {
    background: #f0e2e3;
}

.category-block-two.child-two .inner-box:hover h4 a {
    color: #e69da2;
}

.category-block-two.child-two .content:before {
    background: #f0e2e3;
}

.category-block-two.child-two .content:after {
    color: #f0e2e3;
}

.category-block-two.child-three .link {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:before {
    background: #f1ede1;
}

.category-block-two.child-three .inner-box:hover h4 a {
    color: #c9b579;
}

.category-block-two.child-three .content:before {
    background: #f1ede1;
}

.category-block-two.child-three .content:after {
    color: #f1ede1;
}

/***

====================================================================
    Products Section
====================================================================

***/

/***

====================================================================
    Featured Products
====================================================================

***/

/*=== Mixitup Gallery ===*/

.products-section {
    position: relative;
    padding: 120px 0;
}

.products-section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 670px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.products-section .bg-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #113629;
    opacity: 0.7;
    content: "";
}

.products-section .bg-image:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-image: url(../images/icons/pattern-8.png);
    background-position: center bottom;
    content: "";
}

.products-section .sec-title h2 {
    font-size: 60px;
}

.products-section .sec-title .theme-btn {
    margin-top: 30px;
}

.products-box {
    max-width: 1530px;
    position: relative;
    padding: 120px 60px 90px;
    margin: 120px auto 0;
    background-color: #f7f5ee;
    overflow: hidden;
    border-radius: 10px;
}

.products-box:before {
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: url(../images/icons/shape-7.png) top left no-repeat;
    content: "";
}

.products-box .sec-title {
    margin-bottom: 30px;
}

.products-box .outer-box {
    position: relative;
    padding-right: 400px;
}

.products-box .outer-box .banner-box-two {
    position: absolute;
    right: 0;
    top: 0;
}

.banner-box-two {
    position: relative;
}

.banner-box-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 370px;
    background: var(--theme-color3);
    border-radius: 10px;
    min-height: 440px;
    text-align: center;
    overflow: hidden;
    padding: 20px 20px;
}

.banner-box-two .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));
    background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5", GradientType=0);
    content: "";
}

.banner-box-two .title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-box-two .title strong {
    font-size: 60px;
    line-height: 1em;
    color: var(--theme-color2);
    font-weight: 400;
}

.banner-box-two h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

.product-block-two .inner-box {
    position: relative;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px;
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
    min-height: 150px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .inner-box:hover {
    border: 2px solid var(--theme-color1);
}

.product-block-two .inner-box:hover .image img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.product-block-two .image {
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50%;
    overflow: hidden;
    height: 110px;
    width: 110px;
    border: 1px solid #e4e1d6;
    margin-bottom: 0px;
}

.product-block-two .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block-two h4 a {
    color: var(--theme-color3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block-two .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color1);
    font-weight: 600;
}

.product-block-two .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block-two .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #ffc737;
}

.products-carousel .owl-nav {
    display: none;
}

.products-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 8;
}

.products-carousel .owl-dot {
    position: relative;
    height: 7px;
    width: 7px;
    display: block;
    background: #879d91;
    margin-right: 5px;
    border-radius: 5px;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.products-carousel .owl-dot.active {
    background: var(--theme-color3);
}

.featured-products {
    position: relative;
    padding: 120px 0 90px;
}

.featured-products .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/icons/pattern-7.png) left bottom no-repeat;
    background-size: 700px;
}

.featured-products .filters {
    margin-bottom: 40px;
    text-align: center;
}

.featured-products .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.featured-products .filters li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0px 2px 10px;
    cursor: pointer;
    color: #797f7d;
    font-weight: 500;
    font-size: 18px;
    margin: 0 12px 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-products .filters li:last-child {
    margin-right: 0;
}

.featured-products .filters li:before {
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #ffc737;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.featured-products .filters li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.featured-products .filters .filter.active {
    color: var(--theme-color1);
}

.featured-products .filters .filter:hover {
    color: var(--theme-color1);
}

.featured-products .filters li.active:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.product-block {
    position: relative;
    margin-bottom: 30px;
}

.product-block .inner-box {
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .inner-box:hover {
    border: 1px solid #f8f8f8;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.product-block .inner-box:hover .image:before {
    left: 100%;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.product-block .inner-box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product-block .inner-box:hover .icon-box {
    top: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.product-block .image {
    position: relative;
    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;
    overflow: hidden;
    margin-bottom: 0px;
}

.product-block .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1);
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
}

.product-block .image img {
    width: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .content {
    position: relative;
    padding: 30px 30px 30px;
}

.product-block h4 {
    display: block;
    font-size: 22px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 5px;
}

.product-block h4 a {
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block h4 a:hover {
    color: var(--theme-color1);
}

.product-block .price {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-color1);
    font-weight: 600;
}

.product-block .price del {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    color: #ff0000;
    line-height: 27px;
    opacity: 0.3;
}

.product-block .rating {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-size: 16px;
    color: var(--theme-color1);
}

.product-block .tag {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    background: #FD5F5C;
    font-weight: 400;
    padding: 0 12px;
    border-radius: 3px;
    z-index: 9;
    font-style: italic;
    text-transform: uppercase;
}

.product-block .icon-box {
    position: absolute;
    right: 20px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .ui-btn {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    z-index: 9;
    background-color: var(--theme-color2);
    cursor: pointer;
    border-radius: 50px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-block .ui-btn:hover {
    background-color: var(--theme-color1);
}

.product-block .cat {
    display: block;
    font-size: 18px;
    color: #707070;
    font-style: italic;
    font-family: "Jost", sans-serif;
    margin-bottom: 5px;
}

.product-block.mix {
    display: none;
}

/*
 * shop-catalog-layouts.scss
 * -----------------------------------------------
*/

table.tbl-shopping-cart .product-thumbnail,
table.cart-total .product-thumbnail {
    min-width: 64px;
}

table.tbl-shopping-cart img,
table.cart-total img {
    width: 64px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.tbl-shopping-cart th,
table.tbl-shopping-cart td,
table.cart-total th,
table.cart-total td {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    padding: 20px 30px;
}

table.tbl-shopping-cart .product-name a,
table.cart-total .product-name a {
    color: var(--headings-color);
}

table.tbl-shopping-cart .product-name .variation,
table.cart-total .product-name .variation {
    font-size: 0.9rem;
    list-style: none;
}

table.tbl-shopping-cart .product-remove a,
table.cart-total .product-remove a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #757575;
    color: #ffffff;
    text-align: center;
}

table.tbl-shopping-cart .coupon-form .apply-button,
table.cart-total .coupon-form .apply-button {
    position: relative;
    display: inline-block;
    color: #1e2434;
    background: #f4f5f4;
    padding: 15px 29px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

table.tbl-shopping-cart .coupon-form .apply-button:hover,
table.cart-total .coupon-form .apply-button:hover {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

table.tbl-shopping-cart>thead>tr>th,
table.tbl-shopping-cart>tbody>tr>th,
table.tbl-shopping-cart>tfoot>tr>th {
    color: #444;
}

.payment-method .accordion-box .block {
    background: #f4f5f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.payment-method .accordion-box .block .acc-content .payment-info {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 10px 30px;
}

.payment-method .accordion-box .block:last-child {
    margin-bottom: 0px;
}

.payment-method .accordion-box .block .acc-btn {
    padding: 19px 30px 22px 30px;
}

.payment-method .accordion-box .block .acc-btn .icon-outer {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    height: auto;
    /* line-height: 65px; */
    font-size: 28px;
    color: #1e2434;
}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {
    color: var(--text-color-bg-theme-color2);
}

.payment-method .payment-method h3 {
    margin-bottom: 32px;
}

.shop-sidebar {
    position: relative;
    display: block;
}

.shop-sidebar .sidebar-search {
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-search .search-form .form-group {
    position: relative;
    margin: 0px;
}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    position: relative;
    width: 100%;
    height: 52px;
    background-color: var(--theme-light-background);
    border: 1px solid var(--theme-light-background);
    border-radius: 5px;
    color: #646578;
    padding: 10px 60px 10px 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group button {
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 5px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}

.shop-sidebar .sidebar-widget {
    position: relative;
    display: block;
    background-color: var(--theme-light-background);
    padding: 35px 30px 37px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.shop-sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .sidebar-widget .widget-title {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.shop-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.shop-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    color: #646578;
    font-weight: 400;
    padding-left: 20px;
}

.shop-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color1);
}

.shop-sidebar .category-widget .category-list li a:hover {
    color: var(--theme-color1);
}

.shop-sidebar .price-filters .widget-title {
    margin-bottom: 28px;
}

.shop-sidebar .post-widget {
    padding-bottom: 9px;
}

.shop-sidebar .post-widget .post {
    position: relative;
    padding-left: 90px;
    padding-bottom: 24px;
    margin-bottom: 23px;
    min-height: 108px;
    border-bottom: 1px solid #e1e1e1;
}

.shop-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.shop-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 70px;
    height: 70px;
    border: 1px solid #d0d4dd;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 5px;
}

.shop-sidebar .post-widget .post a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #646578;
    margin-bottom: 7px;
}

.shop-sidebar .post-widget .post .price {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0a267a;
}

.shop-sidebar .post-widget .post:hover .post-thumb {
    border-color: var(--theme-color1);
}

.shop-sidebar .post-widget .post:hover a {
    color: var(--theme-color1);
}

.range-slider {
    position: relative;
}

.range-slider .title {
    line-height: 26px;
    position: relative;
    display: inline-block;
    margin-right: 4px;
}

.range-slider .title:before {
    position: absolute;
    content: "$";
    left: -5px;
    top: -19px;
    color: #646578;
    font-size: 18px;
}

.range-slider p {
    position: relative;
    display: inline-block;
    color: #646578;
    margin-right: 10px !important;
}

.range-slider .input {
    color: #646578;
    max-width: 75px;
    font-size: 18px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.range-slider .input input {
    background: none;
    color: #646578;
    font-size: 15px;
    text-align: left;
}

.range-slider .ui-widget.ui-widget-content {
    height: 4px;
    border: none;
    margin-bottom: 14px;
    background-color: #d0d4dd;
    border-radius: 2px;
}

.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 4px;
    background-color: var(--theme-color1);
}

.range-slider .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background-color: var(--theme-color1);
}

.range-slider .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.range-slider .ui-widget-content .ui-state-default {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background-color: var(--theme-color1);
}

.range-slider .ui-widget-content .ui-state-default:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}

.range-slider input[type=submit] {
    position: relative;
    display: block;
    background: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    float: right;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.range-slider input[type=submit]:hover {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}

/*** 

====================================================================
Page Title
====================================================================

***/

@-webkit-keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes "ripple" {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 110px;
    min-height: 250px;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: 0.8;
    content: "";
}

.page-title .title {
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -6px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: var(--theme-color2);
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.page-title.style-two {
    background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
    color: rgb(7, 7, 16);
    font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
    color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
    color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
    color: rgb(7, 7, 16);
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #ffffff;
    color: #00ADEF;
    z-index: 1;
    padding-left: 5px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__inner .error-page__title-box {
    position: relative;
    display: block;
}

.error-page__inner .error-page__title {
    position: relative;
    display: inline-block;
    font-size: 280px;
    line-height: 280px;
    margin-bottom: 0;
    color: var(--theme-color1);
}

.error-page__inner .error-page__sub-title {
    font-size: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: -16px;
}

.error-page__inner .error-page__text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.error-page__inner .error-page__form {
    position: relative;
    display: block;
    margin: 42px auto 20px;
}

.error-page__inner .error-page__form input[type=search] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 7px;
}

.error-page__inner .error-page__form button[type=submit] {
    background-color: transparent;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.error-page__inner .error-page__form-input {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

/***
=============================================
    Services Details
=============================================
***/

.service-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
}

.service-sidebar .service-sidebar-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-sidebar .service-sidebar-single-services {
    position: relative;
    display: block;
    background: #f3f3f3;
    padding: 35px 30px 25px;
}

.service-sidebar .service-sidebar-single-services .title {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-sidebar .service-sidebar-single-services .title h3 {
    color: var(--headings-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.service-sidebar .service-sidebar-single-services ul {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-sidebar .service-sidebar-single-services ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: -10px;
}

.service-sidebar .service-sidebar-single-services ul li:last-child {
    margin-bottom: 0;
}

.service-sidebar .service-sidebar-single-services ul li a {
    position: relative;
    display: block;
    color: var(--headings-color);
    font-size: 18px;
    padding: 22px 20px 22px;
    background: transparent;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-sidebar .service-sidebar-single-services ul li a:hover {
    color: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li a:hover i {
    color: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-services ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.service-sidebar .service-sidebar-single-services ul li a i {
    font-size: 16px;
}

.service-sidebar .service-sidebar-single-services ul li.current a::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.service-sidebar .service-sidebar-single-services ul li.current a i {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {
    margin-top: 20px;
}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {
    margin-bottom: 35px;
}

.service-sidebar .service-sidebar-single-contact-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 0px 44px;
    z-index: 1;
}

.service-sidebar .service-sidebar-single-contact-box::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#00ADEF;
    content: "";
    z-index: -1;
}

.service-sidebar .service-sidebar-single-contact-box .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    background: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {
    background-color: #fff;
}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
    color: var(--theme-color2);
}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .title {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 42px;
}

.service-sidebar .service-sidebar-single-contact-box .title h2 {
    color: #ffffff;
    font-size: 36px;
}

.service-sidebar .service-sidebar-single-contact-box .phone {
    font-size: 24px;
    line-height: 34px;
}

.service-sidebar .service-sidebar-single-contact-box .phone a {
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
    color: var(--theme-color1);
}

.service-sidebar .service-sidebar-single-contact-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.service-sidebar .service-sidebar-single-btn {
    position: relative;
    display: block;
}

.service-sidebar .service-sidebar-single-btn .thm-btn {
    font-size: 16px;
    padding: 13px 50px 28px;
}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
    position: relative;
    display: inline-block;
    top: 13px;
    color: #334b35;
    font-size: 40px;
    padding-right: 25px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
    color: #ffffff;
}

.service-sidebar .banner-widget {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.service-sidebar .banner-widget .widget-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 45px 30px 40px 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .widget-content .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 278px;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-sidebar .banner-widget .content-box {
    position: relative;
    max-width: 200px;
    width: 100%;
}

.service-sidebar .banner-widget .content-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
    position: absolute;
    top: -15px;
    right: -38px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.service-sidebar .banner-widget .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
    background: #0a267a;
}

.service-sidebar .service-sidebar-single-btn .theme-btn {
    padding: 20px 50px;
}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
    position: relative;
    display: inline-block;
    font-size: 36px;
    padding-right: 25px;
    margin-top: 7px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    font-weight: 500;
}

.services-details__content .feature-list .single-item {
    position: relative;
    display: block;
    border: 1px solid #e1e8e4;
    padding: 16px 30px 16px 53px;
    margin-bottom: 20px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .icon-box {
    color: var(--theme-color1);
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 18px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-details__content .feature-list .single-item .title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.services-details__content .feature-list .single-item:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.services-details__content .feature-list .single-item:hover .icon-box {
    color: var(--text-color-bg-theme-color2);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/

.project-details__img {
    position: relative;
    display: block;
}

.project-details__img img {
    width: 100%;
    border-radius: 10px;
}

.project-details__content {
    position: relative;
    display: block;
}

.project-details__content-left {
    position: relative;
    display: block;
    margin-top: 31px;
}

.project-details__content-right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.project-details__details-box {
    position: relative;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 43px 50px 50px;
    z-index: 1;
}

.project-details__details-list {
    position: relative;
    display: block;
}

.project-details__details-list li {
    position: relative;
    display: block;
}

.project-details__details-list li+li {
    margin-top: 24px;
}

.project-details__client {
    font-size: 16px;
    color: #838d9e;
    line-height: 24px;
    margin: 0;
}

.project-details__name {
    font-size: 16px;
    line-height: 24px;
}

.project-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.project-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.project-details__social a+a {
    margin-left: 10px;
}

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #ece9e0;
    border-bottom: 1px solid #ece9e0;
    padding: 30px 0;
    margin-top: 117px;
}

.project-details__pagination {
    position: relative;
    display: block;
}

.project-details__pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-details__pagination li a {
    font-size: 14px;
    color: #757873;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-details__pagination li a:hover {
    color: var(--theme-color1);
}

.project-details__pagination li a:hover i {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    border: 2px solid var(--theme-color2);
}

.project-details__pagination li .content {
    position: relative;
    display: block;
}

.project-details__pagination li.next {
    float: left;
    position: relative;
}

.project-details__pagination li.next i {
    position: relative;
    height: 52px;
    width: 52px;
    border: 2px solid #0e2207;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #0e2207;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 20px;
    z-index: 1;
}

.project-details__pagination li.next .content {
    text-align: left;
}

.project-details__pagination li.previous {
    position: relative;
    float: right;
}

.project-details__pagination li.previous i {
    position: relative;
    height: 52px;
    width: 52px;
    border: 2px solid #0e2207;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #0e2207;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 20px;
    z-index: 1;
}

.project-details__pagination li.previous .content {
    text-align: right;
}

/***

====================================================================
    Blog Details
====================================================================

***/

.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--theme-color1);
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px;
}

.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}

.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__meta li+li {
    margin-left: 18px;
}

.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--theme-color1);
}

.blog-details__meta li a i {
    color: var(--theme-color1);
    margin-right: 6px;
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__bottom {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 49px;
    border-top: 1px solid #ece9e0;
}

@media only screen and (max-width: 767px) {
    .blog-details__bottom {
        gap: 30px;
    }
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: #0e2207;
    font-size: 20px;
    margin-right: 14px;
    font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
    position: relative;
    font-size: 12px;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    display: inline-block;
    padding: 5px 30px 5px;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 35px;
}

.blog-details__tags a:hover {
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    text-decoration: none;
}

.blog-details__tags a+a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: var(--text-color-bg-theme-color2);
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--theme-color2);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.blog-details__social-list a+a {
    margin-left: 10px;
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: #0e2207;
    font-weight: var(--body-font-weight-bold);
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 52px;
    border-radius: 10px;
}

.blog-details__pagenation li:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.blog-details__pagenation li+li {
    margin-left: 30px;
}

/* Nav Links */

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}

.nav-links .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: calc(50% - 15px);
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .nav-links .prev {
        width: 100%;
    }
}

.nav-links .prev .thumb {
    margin-right: 20px;
}

.nav-links .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
    .nav-links .next {
        width: 100%;
    }
}

.nav-links .next .thumb {
    margin-left: 20px;
}

.nav-links>div {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.nav-links>div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.nav-links>div .thumb a {
    display: inline-block;
}

.nav-links>div>a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 1.637;
    font-weight: var(--body-font-weight-bold);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 52px 50px;
    border-radius: 10px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .nav-links>div>a {
        padding: 30px;
    }
}

.nav-links>div>a:hover {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}

/*** 

====================================================================
Sidebar
====================================================================

***/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
    color: var(--text-color-bg-theme-color2);
    opacity: 1;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,
.sidebar__search-form input[type=search]:-ms-input-placeholder,
.sidebar__search-form input[type=search]::-ms-input-placeholder,
.sidebar__search-form input[type=search]::placeholder {
    color: var(--text-color-bg-theme-color2);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form input[type=search] {
        padding-left: 30px;
    }
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: var(--text-color-bg-theme-color2);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .sidebar__search-form button[type=submit] {
        width: 42px;
    }
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__post {
        padding: 30px;
    }
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__title {
        margin-left: 0;
    }
}

.sidebar__post .sidebar__post-list {
    margin: 0;
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
    .sidebar__post .sidebar__post-list li {
        padding: 16px 0;
    }
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
    margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    -webkit-box-flex: 70px;
    -ms-flex: 70px 0 0px;
    flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
    width: 80px;
    border-radius: 10px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757873 !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    color: var(--theme-color2);
    font-size: 14px;
    padding-right: 3px;
}

.sidebar__category {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    border-radius: 10px;
    padding: 45px 30px 38px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__category {
        padding: 30px 15px 30px;
    }
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 4px;
}

.sidebar__category-list li a {
    color: #757873;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 12px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li a:hover span {
    color: #ffcd1e;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--theme-color2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    border-radius: 10px;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #ffcd1e;
}

.sidebar__tags {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 45px 50px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__tags {
        padding: 30px;
    }
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 5px 28px 5px;
    margin-left: 5px;
    border-radius: 30px;
}

.sidebar__tags-list a:hover {
    color: var(--text-color-bg-theme-color1);
    background: var(--theme-color1);
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__comments {
    position: relative;
    display: block;
    color: var(--theme-light-background-text-color);
    background-color: var(--theme-light-background);
    padding: 46px 50px 43px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .sidebar__comments {
        padding: 30px;
    }
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--theme-color1);
    border-radius: 50%;
    font-size: 15px;
    color: var(--text-color-bg-theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box p span {
    color: #0e2207;
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: #757873;
    font-weight: 500;
    letter-spacing: 0;
}

/*** 

====================================================================
    Comments
====================================================================

***/

.comment-one .comment-one__title {
    margin-bottom: 30px;
}

.comment-one .comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ece9e0;
    padding-bottom: 60px;
    margin-bottom: 60px;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comment-one .comment-one__content {
    position: relative;
    margin-left: 45px;
}

@media only screen and (max-width: 767px) {
    .comment-one .comment-one__content {
        margin-top: 20px;
        margin-left: 0;
    }
}

.comment-one .comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--theme-black);
    margin-bottom: 24px;
}

.comment-one .comment-one__content p {
    font-size: 16px;
    font-weight: 500;
}

.comment-one .comment-one__btn {
    padding: 5px 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}

.comment-one .comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
    -webkit-box-flex: 100px;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
}

.comment-one .comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/

.team-details {
    position: relative;
    display: block;
}

.team-details__top {
    padding: 0 0 120px;
}

.team-details-shape-1 {
    position: absolute;
    bottom: -270px;
    right: 0;
    opacity: 0.5;
    z-index: 2;
}

.team-details-shape-1 img {
    width: auto;
}

.team-details__top-left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.team-details__top-img {
    position: relative;
    display: block;
    border-radius: 30px;
}

.team-details__top-img img {
    width: 100%;
    border-radius: 30px;
}

.team-details__big-text {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #eef0f6;
    letter-spacing: 0.35em;
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 209px;
    left: -325px;
}

.team-details__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
}

@media only screen and (max-width: 991px) {
    .team-details__top-right {
        margin-top: 70px;
        margin-left: 0;
    }
}

.team-details__top-content {
    position: relative;
    display: block;
    margin-top: -11px;
}

.team-details__top-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 3px;
}

.team-details__top-title {
    font-size: 16px;
    color: var(--theme-color1);
}

.team-details__social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 28px;
}

.team-details__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__social a:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}

.team-details__social a+a {
    margin-left: 10px;
}

.team-details__top-text-1 {
    font-size: 30px;
    color: var(--theme-color1);
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 30px;
}

.team-details__top-text-2 {
    padding-top: 23px;
    padding-bottom: 35px;
}

.team-details__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #e4e5ea;
    padding-top: 110px;
}

.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.team-details__bottom-left-text {
    padding-top: 30px;
}

.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 1px;
}

@media only screen and (max-width: 991px) {
    .team-details__bottom-right {
        margin-left: 0;
    }
}

.team-details__progress {
    position: relative;
    display: block;
    width: 100%;
}

.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #eef0f6;
    border-radius: 7px;
    margin-bottom: 22px;
}

.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 7px;
    background-color: var(--theme-color1);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.team-details__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 21px;
    color: var(--theme-color1);
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}

.team-details__progress-single {
    position: relative;
    display: block;
}

.team-details__progress-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: var(--theme-color1);
    margin-bottom: 6px;
}

.team-contact-form {
    background-color: #eef0f6;
}

.team-contact-form input[type=text],
.team-contact-form input[type=email] {
    background-color: #fff;
}

.team-contact-form textarea {
    background-color: #fff;
    height: 180px;
}

/***

====================================================================
        Contact
====================================================================

***/

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}

.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .icon span {
    color: var(--text-color-bg-theme-color1);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li:hover .icon {
    background-color: var(--theme-color2);
}

.contact-details__info li:hover .icon span {
    color: var(--text-color-bg-theme-color2);
}

.contact-details__info li:hover .text a {
    color: var(--notech-base);
}

.contact-details__info li:hover .text a span {
    color: var(--notech-gray);
}

.contact-details__info li .text {
    margin-left: 30px;
}

.contact-details__info li .text p {
    font-size: 14px;
    line-height: 24px;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: var(--notech-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text span {
    font-size: 20px;
    color: var(--notech-black);
}

.contact-details__info li+li {
    margin-top: 19px;
}
























.special_services.bluebg.secpadd {
    padding: 0px 0px;
}
.special_services.secpadd {
    padding: 80px 0 60px;
}
.container {
    padding-left: 0;
    padding-right: 0;
}

.container .container {
    width: 100%;
}
.paddbtm40 {
    padding-bottom: 40px !important;
}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.html) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px)and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}




























/*  CargoHub */

/************ TABLE OF CONTENTS ***************

1. Reset
2. Global Settings
3. Typography Style
4. All Elements Design
5. PreloaderPreloader
6. Page Header
7. Main Navigations
8. Page Conents
9.services Section
10.Projects Section
11.404 page
12.Back To Top
13.Comments Style
14.Sidebar Widgets
15.Sidebar Services
16.sidebar project
17.Contact location
18.Footer
19.Carousel
20.Shortcodes
21.service-box
22.contact-box
23.Projects
24.Counter
25.Testimonials
26.Pricing
27.Services
28.Team
29.Custom Quote



**********************************************/

/*** 

====================================================================
	Reset
====================================================================

 ***/

 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #eaeaea;
    width: 100%;
}

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

/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/

body {
    color: #555555;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    background: #fff;
    word-wrap: break-word;
    overflow-x: hidden;
    font-weight: 400;
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #222;
    text-decoration: none;
    font-size: 15px;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #222;
}

a img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    color: #222;
}

h1 {
    font-size: 41px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/*--------------------------------------------------------------
   Elements
--------------------------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
}

input[type=text],
textarea {
    border: 1px solid #555;
    background: #fff;
}

blockquote {
    font-size: 16px;
    font-style: italic;
    border-left: 3px solid #ff0000;
    padding: 15px 0 15px 20px;
    margin: 35px 0 35px 40px;
    line-height: 2;
    font-weight: 500;
}

table {
    text-align: left;
}

table tr {
    border: 1px solid #f4f4f4;
    border-bottom-width: 0;
    padding: 5px;
}

table tr td,
table tr th {
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.secpadd {
    padding: 70px 0px;
}

.secpadd2 {
    padding: 70px 0 40px;
}

.secpaddbig {
    padding: 100px 0 70px;
}

.secpaddlf {
    padding-top: 80px;
    
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tabs .tabs-nav {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

.tabs .tabs-nav li {
    float: left;
}

.tabs .tabs-nav a {
    display: block;
}

.tabs .tabs-panel {
    clear: both;
    display: none;
}

.tabs .tabs-panel.active {
    -webkit-animation: fadeIn 1 1s ease;
    animation: fadeIn 1 1s ease;
    display: block;
}

.socials a {
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.socials a:last-child {
    padding-right: 0;
}

.socials a:first-child {
    padding-left: 0;
}

.socials a:hover {
    color: #ff0000;
}

.main-color {
    color: #ff0000;
}

.main-background-color {
    background-color: #ff0000;
}

.sub-color {
    color: #0c1239;
}

.sub-background-color {
    background-color: #0c1239;
}

.owl-carousel div.owl-item img {
    max-width: 100%;
    width: inherit;
}

.ch_button,
.tp-caption.ch_button {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 17px 35px !important;
    text-align: center !important;
    min-width: 175px !important;
}

.ch_button:hover,
.tp-caption.ch_button:hover {
    border-color: #ff0000 !important;
    background-color: #ff0000 !important;
}

.fh-form p:before,
.fh-form p:after {
    content: '';
    display: table;
}

.fh-form p:after {
    clear: both;
}

.fh-form .single-field {
    clear: both;
}

.fh-form .field {
    margin-bottom: 20px;
}

.fh-form .field.submit {
    margin-bottom: 0;
}

.fh-form input[type="submit"] {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}

.fh-form input[type="submit"]:focus {
    outline: none;
}

.fh-form textarea,
.fh-form input[type="text"],
.fh-form input[type="email"],
.fh-form select {
    width: 100%;
    border: 1px solid #ececec;
    padding-left: 15px;
    padding-right: 15px;
    color: #848484;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-form textarea:focus,
.fh-form input[type="text"]:focus,
.fh-form input[type="email"]:focus,
.fh-form select:focus {
    outline: none;
    border-color: #a8a8a8;
}

.fh-form textarea {
    height: 175px;
    padding: 10px 15px;
}

.fh-form input[type="text"],
.fh-form input[type="email"],
.fh-form select {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.fh-form .first-row,
.fh-form .last-row {
    width: 50%;
    padding: 0 15px;
}

.fh-form .first-row {
    float: left;
    padding-left: 0;
    clear: both;
}

.fh-form .last-row {
    float: right;
    padding-right: 0;
}

.fh-form ::-webkit-input-placeholder {
    color: #a8a8a8;
}

.fh-form ::-moz-placeholder {
    color: #a8a8a8;
}

.fh-form :-ms-input-placeholder {
    color: #a8a8a8;
}

.fh-form :-moz-placeholder {
    color: #a8a8a8;
}

.fh-form select {
    color: #a8a8a8;
}

.fh-form .note {
    padding-top: 10px;
}

.fh-form label {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #222;
    margin: 0;
}

.fh-form span.require {
    color: #ff0000;
}

.fh-form-1 .fh-form-row {
    margin-left: -10px;
    margin-right: -10px;
}

.fh-form-1 div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.fh-form-3 textarea {
    height: 210px;
}

.fh-form-3 p.field {
    margin-bottom: 30px;
}

.fh-form-3 input[type="text"],
.fh-form-3 input[type="email"],
.fh-form-3 select {
    height: 50px;
    line-height: 50px;
}

.fh-form-3 .submit {
    text-align: center;
}

.fh-form-2 textarea {
    height: 145px;
}

.fh-form-2 input[type="text"],
.fh-form-2 input[type="email"],
.fh-form-2 select {
    height: 48px;
    line-height: 48px;
}

.fh-form-2 p.field {
    margin-bottom: 30px;
}

.fh-form-2 .field.submit {
    margin-top: -5px;
}

.request-form .form-label {
    color: #222;
    font-weight: 400;
    margin-bottom: 35px;
}

.request-form .field {
    margin-bottom: 25px;
}

.request-form .field.check-box {
    margin-bottom: 33px;
}

.request-form label {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 3px;
}

.request-form textarea {
    height: 113px;
}

.request-form input[type="submit"] {
    width: 100%;
}

.request-form .checkbox-box {
    display: block;
    border: 1px solid #ececec;
    padding: 25px 20px;
}

.contact-form-message {
    clear: both;
    margin-top: 20px;
    display: block;
}

.request-form .checkbox-box .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-bottom: 8px;
}

.request-form .checkbox-box .wpcf7-list-item.last {
    margin-bottom: 0;
}

.request-form .checkbox-box .wpcf7-list-item label {
    width: 100%;
    color: #848484;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.request-form .checkbox-box .wpcf7-list-item-label {
    margin-left: 10px;
}

.track-form>div {
    zoom: 1;
}

.track-form>div:before,
.track-form>div:after {
    content: "";
    display: table;
}

.track-form>div:after {
    clear: both;
}

.track-form>div:before,
.track-form>div:after {
    content: "";
    display: table;
}

.track-form>div:after {
    clear: both;
}

.track-form label {
    width: 25%;
    float: left;
    font-size: 16px;
    font-weight: 500;
    padding-top: 13px;
}

.track-form .date-range {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding-left: 10px;
}

.track-form .field {
    width: 75%;
    float: right;
    margin-bottom: 30px;
}

.track-form p.submit {
    margin-top: 15px;
    margin-bottom: 30px;
}

.track-form input[type="text"],
.track-form input[type="email"],
.track-form select {
    height: 50px;
    line-height: 50px;
}

.track-form span.start,
.track-form span.end {
    width: 45%;
    display: inline-block;
    position: relative;
}

.track-form span.start:after,
.track-form span.end:after {
    content: '\f073';
    font-family: FontAweSome;
    color: #ff0000;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.track-form span.start input,
.track-form span.end input {
    padding-right: 40px;
}

.track-form span.end {
    float: right;
}

.track-form span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 30px;
}

.track-form .fh-radio {
    display: block;
    margin-top: 13px;
}

.track-form .fh-radio .wpcf7-list-item label {
    width: 100%;
    color: #848484;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    padding-top: 0;
}

.track-form .text-form {
    font-weight: 400;
}

.track-form .text-form a {
    text-decoration: underline;
}

.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter,
.aligncenter img {
    display: block;
    margin: 1em auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #555;
    padding: 5px;
    max-width: 100%;
    text-align: center;
}

.wp-caption img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.wp-caption-text {
    font-size: small;
    margin: 0;
    padding: 5px 0 0;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}

.sticky {
    display: block;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*** 

====================================================================
	preloader
====================================================================

 ***/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.png);
}

/*--------------------------------------------------------------
   Header
--------------------------------------------------------------*/

.site-header {
    background-color: #fff;
    position: relative;
    padding: 26px 0;
}

.site-logo h1,
.site-logo h2,
.site-logo p {
    margin: 0;
    line-height: 0;
    text-indent: -9999px;
}

.site-logo .hide-logo {
    display: none;
}

.site-logo .show-logo {
    display: inline-block;
}

.topbar {
    background-color: #0c1239;
    position: relative;
    z-index: 1000;
    line-height: 60px;
}

.topbar .topbar-left {
    float: left;
}

.topbar .topbar-left .topbar-search .search-form {
    left: 0;
    right: auto;
}

.topbar .topbar-right {
    float: right;
}

.topbar .widget {
    font-size: 15px;
    margin-bottom: 0;
    display: inline-block;
    color: #dde2fc;
    padding: 0 20px;
}

.topbar .widget:first-child {
    padding-left: 0;
}

.topbar .widget:last-child {
    padding-right: 0;
}

.topbar .widget p {
    margin-bottom: 0;
}

.topbar .widget .topbar-contact i {
    color: #ff0000;
    padding-right: 6px;
    font-size: 18px;
}

.topbar .widget .topbar-contact i:before {
    font-size: 18px;
}

.topbar .cargo-search-widget {
    padding-left: 15px;
}

.topbar .topbar-search {
    position: relative;
}

.topbar .topbar-search .toggle-search {
    font-size: 15px;
    color: #dde2fc;
    position: relative;
}

.topbar .topbar-search .toggle-search:before {
    content: '\f00d';
    font-family: FontAweSome;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.topbar .topbar-search .search-form {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: none;
}

.topbar .topbar-search .search-form i {
    color: #999999;
}

.topbar .topbar-search .search-form ::-webkit-input-placeholder {
    color: #999999;
}

.topbar .topbar-search .search-form :-moz-placeholder {
    color: #999999;
}

.topbar .topbar-search .search-form ::-moz-placeholder {
    color: #999999;
}

.topbar .topbar-search .search-form :-ms-input-placeholder {
    color: #999999;
}

.topbar .topbar-search .search-form:after,
.topbar .topbar-search .search-form:before {
    display: none;
}

.topbar .topbar-search .search-form .search-field {
    height: 40px;
    line-height: 40px;
    padding-right: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #9e9e9e;
}

.topbar .topbar-search .search-form .search-submit {
    right: 0;
    width: 45px;
    height: 45px;
}

.topbar .topbar-search.topbar-search-1 .search-form {
    position: absolute;
    top: 120%;
    right: 0;
    width: 250px;
    line-height: 45px;
    background-color: #fff;
    -webkit-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.topbar .topbar-search.topbar-search-1 .search-form i {
    color: #222;
}

.topbar .topbar-search.topbar-search-1 .search-form ::-webkit-input-placeholder {
    color: #757575;
}

.topbar .topbar-search.topbar-search-1 .search-form :-moz-placeholder {
    color: #757575;
}

.topbar .topbar-search.topbar-search-1 .search-form ::-moz-placeholder {
    color: #757575;
}

.topbar .topbar-search.topbar-search-1 .search-form :-ms-input-placeholder {
    color: #757575;
}

.topbar .topbar-search.topbar-search-1 .search-form .search-field {
    background-color: transparent;
}

.topbar .topbar-search.display-search .toggle-search i {
    opacity: 0;
}

.topbar .topbar-search.display-search .toggle-search:before {
    opacity: 1;
}

.topbar .topbar-search.display-search .search-form {
    top: 102%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.topbar .topbar-socials {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.topbar .topbar-socials li {
    display: inline-block;
    padding: 0 10px;
}

.topbar .topbar-socials li a {
    color: #dde2fc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.topbar .topbar-socials li:hover a {
    color: #ff0000;
}

.topbar .cargohub-social-links-widget a {
    color: #dde2fc;
    font-size: 15px;
}

.topbar .cargohub-social-links-widget a:hover {
    color: #ff0000;
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel {
    padding: 15px 20px 15px 0;
    position: relative;
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel a img {
    margin-right: 10px;
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel a:hover {
    color: #fff;
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel ul {
    position: absolute;
    background-color: #f4f4f4;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    opacity: 0;
    top: 53px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -9999;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel ul a {
    color: #272727;
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel ul a:hover {
    color: #272727;
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel ul:before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: transparent;
    top: -4px;
    left: 0;
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel ul li {
    padding: 10px 10px 10px 0;
}

.topbar .widget_icl_lang_sel_widget ul.lang_sel:hover ul {
    opacity: 1;
    z-index: 9999;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.topbar .widget_nav_menu ul li {
    display: inline-block;
    padding: 0 15px;
}

.topbar .widget_nav_menu ul li:last-child {
    padding-right: 0;
}

.topbar .widget_nav_menu ul li:first-child {
    padding-left: 0;
}

.topbar .widget_nav_menu ul li a {
    padding-left: 0;
}

.topbar .widget_nav_menu ul li a:before {
    display: none;
}

.page-header {
    margin: 0;
    padding-bottom: 0;
    border: none;
    background-color: #161616;
}

.page-header h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 44px;
    line-height: 1.2;
    position: relative;
    z-index: 99;
}

.page-header .header-title {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    background-attachment: fixed;
    position: relative;
    background: url(../images/bg/page-header-bg.jpg) center center no-repeat fixed;
    background-size: cover;
}

.page-header .breadcrumb-area {
    background-color: #fff;
    padding: 22px 0;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
}

.page-header .breadcrumb-area nav {
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #848484;
    line-height: 20px;
}

.page-header .breadcrumb-area nav a span[itemprop="title"] {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.page-header .breadcrumb-area nav i {
    padding: 0 5px;
    font-size: 14px;
    color: #848484;
}

.page-header .breadcrumb-area nav span[itemprop="title"] {
    color: #848484;
}

.page-header .site-social-share {
    text-align: right;
    position: relative;
    color: #222;
}

.page-header .site-social-share .socials-share {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.page-header .site-social-share:hover .socials-share {
    opacity: 1;
}

.header-sticky.header-v1 .site-header.minimized,
.header-sticky.header-v2 .site-header.minimized {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
}

.header-sticky.admin-bar.header-v1 .site-header.minimized,
.header-sticky.admin-bar.header-v2 .site-header.minimized {
    top: 32px;
}

.header-sticky.admin-bar.header-v3 .site-header.minimized .site-menu,
.header-sticky.admin-bar.header-v4 .site-header.minimized .site-menu {
    top: 32px;
}

.header-sticky.header-transparent .site-header.minimized {
    top: 0 !important;
}

.header-sticky.header-transparent .site-header.minimized .site-logo img.logo-dark {
    display: inline-block;
}

.header-sticky.header-transparent .site-header.minimized .site-logo img.logo-light {
    display: none;
}

.header-sticky.header-transparent.admin-bar .site-header.minimized {
    top: 32px !important;
}

.header-sticky.header-v3 .site-header.minimized .site-menu,
.header-sticky.header-v4 .site-header.minimized .site-menu {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: inherit;
}

.header-sticky.header-v3 .site-header.minimized .site-menu {
    width: 100%;
}

.header-transparent .topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(12, 18, 57, 0.9);
}

.header-transparent.admin-bar .topbar {
    top: 32px;
}

.header-transparent .site-header {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(35, 41, 81, 0.1);
}

.header-transparent .page-header .header-title {
    padding-top: 275px;
}

.header-v3 .site-header,
.header-v4 .site-header {
    padding: 0;
}

.header-v3 .site-logo,
.header-v4 .site-logo {
    float: left;
}

.header-v3 .site-header-widget,
.header-v4 .site-header-widget {
    float: right;
}

.header-v3 .site-header-widget .widget,
.header-v4 .site-header-widget .widget {
    float: right;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 0;
}

.header-v3 .site-header-widget .widget:first-child,
.header-v4 .site-header-widget .widget:first-child {
    padding-right: 0;
}

.header-v3 .site-header-widget .widget:last-child,
.header-v4 .site-header-widget .widget:last-child {
    padding-left: 0;
}

.header-v3 .site-header-widget .widget p,
.header-v4 .site-header-widget .widget p {
    margin-bottom: 0;
    font-size: 16px;
    font-style: italic;
}

.header-v3 .site-header-widget .widget i,
.header-v4 .site-header-widget .widget i {
    color: #202020;
}

.header-v3 .site-header-widget .widget h4,
.header-v4 .site-header-widget .widget h4 {
    color: #ff0000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 5px;
}

.header-v3 .site-header {
    background-color: transparent;
}

.header-v3 .site-contact {
    padding-top: 38px;
    padding-bottom: 28px;
}

.header-v3 .site-header-widget span {
    float: left;
    margin-top: -5px;
}

.header-v3 .site-header-widget i {
    font-size: 33px;
}

.header-v3 .site-header-widget i:before {
    font-size: 33px;
}

.header-v3 .site-header-widget h4,
.header-v3 .site-header-widget p {
    margin-left: 50px;
}

.header-v4 .topbar {
    border-bottom: 1px solid #f1f1f1;
}

.header-v4 .ch-empty-space {
    height: 85px;
}

.header-v4 .page-header .header-title {
    padding-top: 200px;
}

.header-v4 .site-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
}

.header-v4 .site-contact {
    padding: 29px 30px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    background-color: #fff;
}

.header-v4 .site-header-widget span {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #f1f1f1;
}

.header-v4 .site-header-widget i {
    font-size: 22px;
}

.header-v4 .site-header-widget i:before {
    font-size: 22px;
}

.header-v4 .site-header-widget h4,
.header-v4 .site-header-widget p {
    margin-left: 70px;
}

.fh-header-minimized {
    display: none;
}

.header-v2 .fh-header-minimized.minimized,
.header-v3 .fh-header-minimized.minimized {
    display: block;
}

.off-canvas-layer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.display-mobile-menu .off-canvas-layer {
    display: block;
}

/*--------------------------------------------------------------
   Navigations
--------------------------------------------------------------*/

.nav {
    line-height: 40px;
}

.nav a {
    font-weight: 600;
    font-size: 14px;
    color: #222;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav ul ul {
    -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    top: 110%;
    left: 8px;
    width: 270px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #fff;
    margin-top: 31px;
    padding: 15px 0;
    z-index: 9999;
}

.nav ul ul:before {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    background-color: transparent;
    left: 0;
    top: -40px;
}

.nav ul ul ul {
    -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
    transition: left 0.3s ease 0s, opacity 0.3s;
    left: 115%;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    z-index: 9999;
}

.nav ul ul ul:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: -10px;
}

.nav li {
    display: inline-block;
    position: relative;
}

.nav li:hover>ul {
    opacity: 1;
    top: 92%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.nav li li {
    padding: 12px 30px;
    display: block;
    line-height: 1.2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.nav li li:last-child {
    border-bottom: 0;
}

.nav li li:hover {
    background-color: #0c1239;
}

.nav li li:hover>a {
    color: #fff;
}

.nav li li:hover>ul {
    top: 0;
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
}

.nav ul.menu {
    zoom: 1;
}

.nav ul.menu:before,
.nav ul.menu:after {
    content: "";
    display: table;
}

.nav ul.menu:after {
    clear: both;
}

.nav ul.menu:before,
.nav ul.menu:after {
    content: "";
    display: table;
}

.nav ul.menu:after {
    clear: both;
}

.nav ul.menu>li {
    display: block;
    float: left;
    position: relative;
    padding: 9px 19px;
}

.nav ul.menu>li>a {
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 99;
}

.nav ul.menu>li:first-child>ul {
    left: 0;
}

.nav ul.menu>li:last-child {
    border: none;
}

.nav ul.menu>li.has-children>a:before,
.nav ul.menu>li.active>a:before {
    content: '\f107';
    font-family: FontAweSome;
    position: absolute;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav ul.menu>li:hover>a,
.nav ul.menu>li.current-menu-item>a,
.nav ul.menu>li.active>a,
.nav ul.menu>li.current_page_item>a,
.nav ul.menu>li.active>a {
    color: #ff0000;
}

.nav div.menu>ul {
    zoom: 1;
}

.nav div.menu>ul:before,
.nav div.menu>ul:after {
    content: "";
    display: table;
}

.nav div.menu>ul:after {
    clear: both;
}

.nav div.menu>ul:before,
.nav div.menu>ul:after {
    content: "";
    display: table;
}

.nav div.menu>ul:after {
    clear: both;
}

.nav div.menu>ul>li {
    display: block;
    float: left;
    position: relative;
    padding: 9px 19px;
}

.nav div.menu>ul>li>a {
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 99;
}

.nav div.menu>ul>li:first-child>ul {
    left: 0;
}

.nav div.menu>ul>li.page_item_has_children>a:before {
    content: '\f107';
    font-family: FontAweSome;
    position: absolute;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav div.menu>ul>li.current-menu-item>a,
.nav div.menu>ul>li.active>a,
.nav div.menu>ul>li.current_page_item>a,
.nav div.menu>ul>li.current_page_parent>a,
.nav div.menu>ul>li:hover>a {
    color: #ff0000;
}

.nav .menu li.extra-menu-item {
    float: right;
}

.nav .menu li.extra-menu-item.menu-item-button-link {
    padding: 0;
}

.nav .menu li.extra-menu-item.menu-item-button-link a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-top: 4px;
    text-transform: inherit;
}

.nav .menu li.extra-menu-item.menu-item-button-link a:hover {
    color: #fff;
}

.nav .menu li.extra-menu-item.menu-item-search {
    position: relative;
    text-align: right;
    padding-right: 0;
}

.nav .menu li.extra-menu-item.menu-item-search .toggle-search {
    color: #ff0000;
}

.nav .menu li.extra-menu-item.menu-item-search .toggle-search:before {
    content: '\f00d';
    font-family: FontAweSome;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.nav .menu li.extra-menu-item.menu-item-search .toggle-search:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 22px;
}

.nav .menu li.extra-menu-item.menu-item-search .search-form {
    position: absolute;
    top: 130%;
    right: 0;
    width: 250px;
    border: 1px solid #f4f4f4;
    background-color: transparent;
    -webkit-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    z-index: 99;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.nav .menu li.extra-menu-item.menu-item-search .search-form i {
    position: absolute;
    top: 50%;
    right: 16px;
    color: #222;
    font-size: 14px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav .menu li.extra-menu-item.menu-item-search .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    z-index: 9999;
}

.nav .menu li.extra-menu-item.menu-item-search .search-form input[type="search"] {
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 40px 0 15px;
    background-color: #fff;
    border: none;
}

.nav .menu li.extra-menu-item.menu-item-search .search-form input[type="search"]:focus {
    outline: none;
    border: none;
}

.nav .menu li.extra-menu-item.menu-item-search.display-search .toggle-search i {
    opacity: 0;
}

.nav .menu li.extra-menu-item.menu-item-search.display-search .toggle-search:before {
    opacity: 1;
}

.nav .menu li.extra-menu-item.menu-item-search.display-search .search-form {
    top: 110%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.header-v1 .nav ul ul ul {
    left: 110%;
    top: 0;
}

.header-v1 .nav li:hover>ul {
    top: 92%;
}

.header-v1 .nav li li:hover>ul {
    top: 0;
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
}

.header-v1 .nav a {
    color: #fff;
}

.header-v1 .nav li li>a {
    color: #222;
}

.header-v1 .nav li li:hover>a {
    color: #fff;
}

.header-v1 .nav .menu li.extra-menu-item.menu-item-search .search-form {
    top: 180%;
}

.header-v1 .nav .menu li.extra-menu-item.menu-item-search.display-search .search-form {
    top: 160%;
}

.header-v2 .nav .menu li.extra-menu-item.menu-item-search .search-form {
    top: 180%;
}

.header-v2 .nav .menu li.extra-menu-item.menu-item-search.display-search .search-form {
    top: 160%;
}

.header-v3 .site-menu {
    background-color: #0c1239;
}

.header-v3 .nav ul ul {
    top: 85%;
}

.header-v3 .nav ul ul:before {
    height: 5px;
    top: -5px;
}

.header-v3 .nav ul ul ul:before {
    height: 100%;
    left: -10px;
}

.header-v3 .nav li:hover>ul {
    top: 55%;
}

.header-v3 .nav li li:hover>ul {
    top: 0;
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
}

.header-v3 .nav a {
    color: #fff;
}

.header-v3 .nav li li>a {
    color: #222;
}

.header-v3 .nav li li:hover>a {
    color: #fff;
}

.header-v3 .nav ul.menu>li {
    padding: 15px 27px;
}

.header-v3 .nav ul.menu>li:last-child {
    padding-right: 0;
}

.header-v3 .nav ul.menu>li:first-child {
    padding-left: 0;
}

.header-v3 .nav ul.menu .menu-item-button-link {
    padding: 6px 0;
}

.header-v3 .site-menu {
    background-color: #0c1239;
}

.header-v3 .sub-background-color,
.header-v3 .topbar,
.header-v3 .nav li li:hover,
.header-v3 .site-menu,
.header-v3 .site-menu,
.header-v3 .fh-service-box-2.box-style-2 .box-header .fh-icon,
.header-v3 .fh-price-table .table-header,
.header-v3 .project-wrapper .project-thumbnail .pro-link,
.header-v3 .single-post .entry-thumbnail::before,
.header-v3 .blog-wrapper .entry-thumbnail a::before,
.header-v3 .service .service-thumbnail a::before,
.header-v3 .fh-latest-post .item-latest-post .entry-thumbnail a::before,
.header-v3 .fh-service .entry-thumbnail .link,
.header-v3 .fh-team .team-member .team-header::before,
.header-v3 .fh-icon-box.version-light::before,
.header-v3 .fh-btn-2,
.header-v3 .fh-testimonials-carousel .testi-wrapper {
    background-color: #202020;
}

.header-v4 .site-menu {
    background-color: #0c1239;
}

.header-v4 .nav ul ul {
    top: 85%;
}

.header-v4 .nav ul ul:before {
    height: 5px;
    top: -5px;
}

.header-v4 .nav ul ul ul:before {
    height: 100%;
    left: -10px;
}

.header-v4 .nav li:hover>ul {
    top: 55%;
}

.header-v4 .nav li li:hover>ul {
    top: 0;
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
}

.header-v4 .nav a {
    color: #fff;
}

.header-v4 .nav li li>a {
    color: #222;
}

.header-v4 .nav li li:hover>a {
    color: #fff;
}

.header-v4 .nav ul.menu {
    padding: 0 30px;
}

.header-v4 .nav ul.menu>li {
    padding: 0 7px 0 17px;
}

.header-v4 .nav ul.menu>li:last-child {
    padding-right: 0;
}

.header-v4 .nav ul.menu>li:first-child {
    padding-left: 0;
}

.header-v4 .nav ul.menu>li>a {
    position: relative;
    padding: 13px 20px 13px 10px;
}

.header-v4 .nav ul.menu>li>a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    right: 0;
    bottom: 0;
    background-color: #ff0000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-v4 .nav ul.menu>li.current-menu-item>a:after,
.header-v4 .nav ul.menu>li.active>a:after,
.header-v4 .nav ul.menu>li.current_page_item>a:after,
.header-v4 .nav ul.menu>li:hover>a:after {
    right: auto;
    left: 0;
    width: 100%;
}

.header-v4 .nav ul.menu>li.has-children>a:before {
    right: 7px;
}

.header-v4 .nav ul.menu>li.menu-item-button-link {
    padding: 4px 0;
}

.header-v4 .nav ul.menu>li.menu-item-button-link a {
    padding: 0;
}

.header-v4 .nav ul.menu>li.menu-item-search a {
    padding-left: 0;
    padding-right: 0;
}

.header-v4 .nav .menu li.extra-menu-item.menu-item-search .search-form {
    right: -30px;
}

.header-sticky .site-header.minimized .nav .menu>li a {
    color: #222;
}

.header-sticky .site-header.minimized .nav .menu>li.menu-item-button-link a {
    color: #fff;
}

.header-sticky .site-header.minimized .nav .menu>li.menu-item-button-link:hover a {
    color: #fff;
}

.header-sticky .site-header.minimized .nav .menu>li:hover>a,
.header-sticky .site-header.minimized .nav .menu>li.current-menu-item>a,
.header-sticky .site-header.minimized .nav .menu>li.active>a {
    color: #ff0000;
}

.header-sticky .site-header.minimized .nav .menu>li li:hover>a {
    color: #fff;
}

.header-sticky.header-v3 .site-header.minimized .nav .menu>li a,
.header-sticky.header-v4 .site-header.minimized .nav .menu>li a {
    color: #fff;
}

.header-sticky.header-v3 .site-header.minimized .nav .menu>li.menu-item-button-link a,
.header-sticky.header-v4 .site-header.minimized .nav .menu>li.menu-item-button-link a {
    color: #fff;
}

.header-sticky.header-v3 .site-header.minimized .nav .menu>li.menu-item-button-link:hover a,
.header-sticky.header-v4 .site-header.minimized .nav .menu>li.menu-item-button-link:hover a {
    color: #fff;
}

.header-sticky.header-v3 .site-header.minimized .nav .menu>li:hover>a,
.header-sticky.header-v4 .site-header.minimized .nav .menu>li:hover>a,
.header-sticky.header-v3 .site-header.minimized .nav .menu>li.current-menu-item>a,
.header-sticky.header-v4 .site-header.minimized .nav .menu>li.current-menu-item>a,
.header-sticky.header-v3 .site-header.minimized .nav .menu>li.active>a,
.header-sticky.header-v4 .site-header.minimized .nav .menu>li.active>a {
    color: #ff0000;
}

.header-sticky.header-v3 .site-header.minimized .nav .menu>li li a,
.header-sticky.header-v4 .site-header.minimized .nav .menu>li li a {
    color: #222;
}

.header-sticky.header-v3 .site-header.minimized .nav .menu>li li:hover>a,
.header-sticky.header-v4 .site-header.minimized .nav .menu>li li:hover>a {
    color: #fff;
}

.post-navigation {
    float: right;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    display: inline-block;
    margin: 5px 0;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.post-navigation .nav-previous .meta-nav,
.post-navigation .nav-next .meta-nav {
    font-size: 14px;
}

.post-navigation .nav-previous {
    padding-right: 10px;
    border-right: 0.5px solid #eee;
}

.post-navigation .nav-previous .meta-nav {
    padding-right: 12px;
}

.post-navigation .nav-next {
    padding-left: 10px;
    border-left: 0.5px solid #eee;
}

.post-navigation .nav-next .meta-nav {
    padding-left: 12px;
}

.post-navigation a:hover {
    color: #ff0000;
}

.blog-grid .numeric-navigation {
    border-top: 1px solid #f4f4f4;
    padding-top: 60px;
}

.numeric-navigation {
    clear: both;
    display: block;
    text-align: center;
    float: none;
    padding-top: 0;
}

.numeric-navigation .page-numbers {
    color: #222;
    font-weight: 600;
    font-size: 18px;
    width: 52px;
    height: 52px;
    line-height: 49px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #f4f4f4;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.numeric-navigation .page-numbers i {
    color: #b8b8b8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.numeric-navigation .page-numbers:first-child {
    margin-left: 0;
}

.numeric-navigation .page-numbers:last-child {
    margin-right: 0;
}

.numeric-navigation .page-numbers:hover,
.numeric-navigation .page-numbers.current {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.numeric-navigation .page-numbers:hover i,
.numeric-navigation .page-numbers.current i {
    color: #fff;
}

.portfolio-navigation {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
    padding-top: 21px;
    text-align: center;
}

.portfolio-navigation .nav-previous,
.portfolio-navigation .nav-next {
    padding-top: 7px;
}

.portfolio-navigation .nav-previous a,
.portfolio-navigation .nav-next a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.portfolio-navigation .nav-previous a:hover,
.portfolio-navigation .nav-next a:hover {
    color: #ff0000;
}

.portfolio-navigation .nav-previous .meta-nav.left,
.portfolio-navigation .nav-next .meta-nav.left {
    padding-right: 10px;
}

.portfolio-navigation .nav-previous .meta-nav.right,
.portfolio-navigation .nav-next .meta-nav.right {
    padding-left: 10px;
}

.portfolio-navigation .portfolio-link {
    font-size: 24px;
}

.portfolio-navigation .nav-previous {
    float: left;
}

.portfolio-navigation .nav-next {
    float: right;
}

.all-project .numeric-navigation {
    margin-top: 0;
    padding-top: 20px;
}

.all-service .numeric-navigation {
    margin-top: 0;
    padding-top: 20px;
}

.project-nav-ajax nav.numeric-navigation {
    text-align: center;
}

.project-nav-ajax nav.numeric-navigation .page-numbers {
    display: none;
}

.project-nav-ajax nav.numeric-navigation .page-numbers.next {
    font-size: 16px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
    display: inline-block;
    position: relative;
    min-width: 160px;
    min-height: 50px;
    line-height: 49px;
    height: inherit;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0 20px;
    background-color: #fff;
    text-transform: capitalize;
    border: 2px solid #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.project-nav-ajax nav.numeric-navigation .page-numbers.next span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ff0000;
}

.project-nav-ajax nav.numeric-navigation .page-numbers.next .cargohub-loading {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    width: 100%;
}

.project-nav-ajax nav.numeric-navigation .page-numbers.next.loading .cargohub-loading {
    opacity: 1;
}

.project-nav-ajax nav.numeric-navigation .page-numbers.next.loading .load-more {
    opacity: 0;
}

.project-nav-ajax nav.numeric-navigation .page-numbers.next:hover,
.project-nav-ajax nav.numeric-navigation .page-numbers.next:focus {
    color: #fff;
    border-color: #ff0000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #ff0000;
}

.project-nav-ajax nav.numeric-navigation .page-numbers.next:hover span,
.project-nav-ajax nav.numeric-navigation .page-numbers.next:focus span {
    color: #fff;
}

.project-nav-ajax nav.numeric-navigation .page-numbers:before {
    display: none;
}

.navbar-toggle {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: static;
}

.navbar-icon {
    display: inline-block;
    height: 25px;
    width: 27px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-icon .navbars-line {
    display: inline-block;
    width: 27px;
    height: 2px;
    background-color: #222;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
}

.navbar-icon .navbars-line:before,
.navbar-icon .navbars-line:after {
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #222;
}

.navbar-icon .navbars-line:before {
    top: -8px;
}

.navbar-icon .navbars-line:after {
    bottom: -8px;
}

.header-transparent .navbar-icon .navbars-line,
.header-transparent .navbar-icon .navbars-line:before,
.header-transparent .navbar-icon .navbars-line:after {
    background-color: #fff;
}

.navbars-icon {
    display: inline-block;
    position: relative;
}

.navbars-icon i {
    color: #222;
    font-size: 26px;
}

.admin-bar .primary-mobile-nav {
    top: 32px;
}

.primary-mobile-nav {
    width: 340px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -340px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: #848484;
    z-index: 99999;
    border: 1px solid #f4f4f4;
}

.primary-mobile-nav .close-canvas-mobile-panel {
    padding: 20px;
    display: inline-block;
    font-size: 46px;
    line-height: 30px;
    padding-bottom: 0;
}

.primary-mobile-nav ul {
    list-style: none;
    padding-left: 0;
}

.primary-mobile-nav ul.menu {
    padding-bottom: 30px;
}

.primary-mobile-nav ul.menu.over-submenu {
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
}

.primary-mobile-nav ul.menu li {
    padding: 15px 20px;
    position: static;
}

.primary-mobile-nav ul.menu li .toggle-children {
    float: right;
    position: relative;
}

.primary-mobile-nav ul.menu li .toggle-children i {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: -20px;
    top: -12px;
    font-size: 22px;
}

.primary-mobile-nav ul.menu li>ul {
    position: absolute;
    float: left;
    right: 0;
    top: 0;
    visibility: visible;
    display: inline-block;
    width: 100% !important;
    z-index: 10;
    margin-top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.35s;
    transition: 0.35s;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.primary-mobile-nav ul.menu li>ul .menu-parent-items {
    background-color: #f4f4f4;
    color: #222;
    text-transform: uppercase;
}

.primary-mobile-nav ul.menu li.over-menu>ul {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.primary-mobile-nav ul.menu li.menu-back {
    padding-left: 40px;
    position: relative;
}

.primary-mobile-nav ul.menu li.menu-back:before {
    content: '\f104';
    font-family: Fontawesome;
    font-size: 22px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.primary-mobile-nav ul.menu li.extra-menu-item {
    margin-top: 40px;
}

.primary-mobile-nav ul.menu li.current-menu-item>a {
    color: #ff0000;
}

.primary-mobile-nav .menu-item-search .toggle-search {
    display: none;
}

.primary-mobile-nav .menu-item-search .search-form {
    position: relative;
    opacity: 1;
    z-index: 9;
    color: #848484;
}

.primary-mobile-nav .menu-item-search .search-form i {
    position: absolute;
    top: 50%;
    right: 16px;
    color: #222;
    font-size: 14px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.primary-mobile-nav .menu-item-search .search-form .screen-reader-text {
    display: none;
}

.primary-mobile-nav .menu-item-search .search-form ::-webkit-input-placeholder {
    color: #9e9e9e;
}

.primary-mobile-nav .menu-item-search .search-form :-moz-placeholder {
    color: #9e9e9e;
}

.primary-mobile-nav .menu-item-search .search-form ::-moz-placeholder {
    color: #9e9e9e;
}

.primary-mobile-nav .menu-item-search .search-form :-ms-input-placeholder {
    color: #9e9e9e;
}

.primary-mobile-nav .menu-item-search .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    z-index: 9999;
}

.primary-mobile-nav .menu-item-search .search-form label {
    width: 100%;
    margin-bottom: 0;
}

.primary-mobile-nav .menu-item-search .search-form input[type="search"] {
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 55px 0 15px;
    border: 1px solid #ececec;
}

.primary-mobile-nav .menu-item-search .search-form input[type="search"]:focus {
    outline: none;
}

.display-mobile-menu .primary-mobile-nav {
    right: 0;
    z-index: 99999;
}

/*--------------------------------------------------------------
   Content
--------------------------------------------------------------*/

.fh-btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    min-height: 50px;
    line-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background-color: #ff0000;
    text-transform: capitalize;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-btn:hover,
.fh-btn:focus {
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #ff0000;
}

.fh-btn-2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    min-height: 50px;
    line-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background-color: #0c1239;
    text-transform: capitalize;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-btn-2:hover,
.fh-btn-2:focus {
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #0c1239;
}

.site-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.container .container {
    width: 100%;
}

p {
    margin-bottom: 15px;
}

.page-template-template-homepage .site-content,
.page-template-template-fullwidth .site-content,
.single-service .site-content {
    padding-top: 0;
    padding-bottom: 0;
}

.single-post.single-right .site-content,
.blog.single-right .site-content,
.category.single-right .site-content,
.tag.single-right .site-content,
.single-post.single-left .site-content,
.blog.single-left .site-content,
.category.single-left .site-content,
.tag.single-left .site-content {
    padding-top: 0;
    padding-bottom: 0;
}

.single-post.single-right .content-area,
.blog.single-right .content-area,
.category.single-right .content-area,
.tag.single-right .content-area,
.single-post.single-left .content-area,
.blog.single-left .content-area,
.category.single-left .content-area,
.tag.single-left .content-area,
.single-post.single-right .blog-sidebar .cargohub-widget,
.blog.single-right .blog-sidebar .cargohub-widget,
.category.single-right .blog-sidebar .cargohub-widget,
.tag.single-right .blog-sidebar .cargohub-widget,
.single-post.single-left .blog-sidebar .cargohub-widget,
.blog.single-left .blog-sidebar .cargohub-widget,
.category.single-left .blog-sidebar .cargohub-widget,
.tag.single-left .blog-sidebar .cargohub-widget {
    padding-top: 80px;
    padding-bottom: 80px;
}

.single-post.blog-grid .site-main,
.blog.blog-grid .site-main,
.category.blog-grid .site-main,
.tag.blog-grid .site-main {
    margin-left: -15px;
    margin-right: -15px;
    zoom: 1;
}

.single-post.blog-grid .site-main:before,
.blog.blog-grid .site-main:before,
.category.blog-grid .site-main:before,
.tag.blog-grid .site-main:before,
.single-post.blog-grid .site-main:after,
.blog.blog-grid .site-main:after,
.category.blog-grid .site-main:after,
.tag.blog-grid .site-main:after {
    content: "";
    display: table;
}

.single-post.blog-grid .site-main:after,
.blog.blog-grid .site-main:after,
.category.blog-grid .site-main:after,
.tag.blog-grid .site-main:after {
    clear: both;
}

.single-post.blog-grid .site-main:before,
.blog.blog-grid .site-main:before,
.category.blog-grid .site-main:before,
.tag.blog-grid .site-main:before,
.single-post.blog-grid .site-main:after,
.blog.blog-grid .site-main:after,
.category.blog-grid .site-main:after,
.tag.blog-grid .site-main:after {
    content: "";
    display: table;
}

.single-post.blog-grid .site-main:after,
.blog.blog-grid .site-main:after,
.category.blog-grid .site-main:after,
.tag.blog-grid .site-main:after {
    clear: both;
}

.single-left .primary-sidebar {
    float: left;
}

.single-left .content-area {
    float: right;
}

.single-left.single-post .site-main,
.single-left.blog .site-main,
.single-left.category .site-main,
.single-left.tag .site-main {
    padding-left: 10px;
}

.single-right .primary-sidebar {
    float: right;
}

.single-right .content-area {
    float: left;
}

.single-right.single-post .site-main,
.single-right.blog .site-main,
.single-right.category .site-main,
.single-right.tag .site-main {
    padding-right: 10px;
}

.entry-thumbnail {
    margin-bottom: 20px;
    position: relative;
}

.entry-meta {
    padding-bottom: 5px;
}

.entry-meta a {
    color: #848484;
    font-weight: 400;
}

.entry-meta a:hover {
    color: #ff0000;
}

.entry-meta .meta {
    float: left;
    padding: 0 15px;
    position: relative;
}

.entry-meta .meta:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #949494;
}

.entry-meta .meta:first-child {
    padding-left: 0;
}

.entry-meta .meta:last-child:after {
    display: none;
}

.entry-meta .meta.views {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
}

.entry-meta .meta.views:hover {
    color: #ff0000;
}

.entry-meta .meta.author a {
    text-transform: capitalize;
}

.entry-meta .fa {
    padding-right: 8px;
    color: #ff0000;
}

.entry-title {
    font-size: 26px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.entry-time {
    position: absolute;
    width: 55px;
    height: 55px;
    padding: 8px 0;
    top: 10px;
    left: 10px;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.entry-time span {
    display: block;
    line-height: 1.2;
}

.post-author {
    margin-top: 70px;
}

.post-author .box-title {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 40px;
    padding-bottom: 15px;
    position: relative;
}

.post-author .box-title:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    background-color: #ff0000;
    left: 0;
    bottom: 0;
}

.post-author .box-title:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #f6f6f6;
    left: 0;
    bottom: 0;
}

.post-author .post-author-box {
    background-color: #f7f7f7;
    padding: 30px;
}

.post-author .post-author-box .post-author-avatar {
    float: left;
    padding-right: 30px;
}

.post-author .post-author-box .author-name {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: #222;
    text-transform: capitalize;
}

.post-author .post-author-box .post-author-info p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}

.post-password-form input[type="password"] {
    border: 1px solid #f4f4f4;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    padding: 5px 10px;
    height: 40px;
}

.post-password-form input[type="password"]:focus {
    border-color: #ececec;
    outline: none;
}

.post-password-form input[type="submit"] {
    height: 40px;
    border: none;
    outline: none;
}

.post-password-form input[type="submit"]:focus {
    outline: none;
}

.single .entry-content.no-title {
    padding-top: 10px;
}

.single-post .hentry {
    border: 1px solid #eee;
}

.single-post .hentry.no-thumb .entry-header {
    padding-top: 30px;
}

.single-post .entry-thumbnail {
    overflow: hidden;
    position: relative;
}

.single-post .entry-thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-post .entry-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1239;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 99;
}

.single-post .entry-thumbnail:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.single-post .entry-thumbnail:hover:before {
    opacity: 0.7;
}

.single-post .entry-title,
.single-post .entry-header .entry-meta,
.single-post .entry-content,
.single-post .entry-footer {
    margin-left: 30px;
    margin-right: 30px;
}

.single-post .entry-title {
    display: none;
}

.single-post.no-sidebar .entry-thumbnail {
    text-align: center;
}

.no-thumb .entry-thumbnail {
    margin: 0;
    display: none;
}

.no-thumb .entry-thumbnail i {
    display: none;
}

.entry-content {
    padding-bottom: 0;
}

.entry-footer {
    padding: 20px 0;
    border-top: 1px solid #f6f6f6;
}

.blog-wrapper {
    border: 1px solid #ececec;
    margin-bottom: 60px;
}

.blog-wrapper .entry-thumbnail {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-wrapper .entry-thumbnail a {
    display: inline-block;
    position: relative;
}

.blog-wrapper .entry-thumbnail a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1239;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 99;
}

.blog-wrapper .entry-thumbnail a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-wrapper.no-thumb .wrapper {
    padding-top: 30px;
}

.blog-wrapper .entry-footer {
    border: none;
    padding-top: 3px;
    padding-bottom: 23px;
}

.blog-wrapper .entry-footer a {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #ff0000;
}

.blog-wrapper:hover .entry-thumbnail a:before {
    opacity: 0.7;
}

.blog-wrapper:hover .entry-thumbnail img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.blog-wrapper.sticky .entry-title:before {
    content: '\f02e';
    font-family: FontAweSome;
    padding-right: 5px;
    color: #ff0000;
}

.blog-classic .blog-wrapper .entry-header,
.blog-classic .blog-wrapper .entry-content,
.blog-classic .blog-wrapper .entry-footer {
    margin-left: 30px;
    margin-right: 30px;
}

.blog-grid .blog-wrapper {
    padding-bottom: 0;
    margin-bottom: 55px;
    border: 0;
}

.blog-grid .blog-wrapper.no-thumb .wrapper {
    padding-top: 0;
}

.blog-grid .blog-wrapper .wrapper {
    border: none;
}

.blog-grid .blog-wrapper .entry-title,
.blog-grid .blog-wrapper .entry-content {
    padding-left: 0;
    padding-right: 0;
}

.blog-grid .blog-wrapper .entry-content {
    display: none;
}

.blog-grid .blog-wrapper .entry-title {
    font-size: 22px;
    margin-bottom: 0;
}

.blog-grid .blog-wrapper .entry-footer {
    border: none;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-grid .blog-wrapper.col-md-6:nth-child(2n+1),
.blog-grid .blog-wrapper.col-md-4:nth-child(3n+1),
.blog-grid .blog-wrapper.col-md-3:nth-child(4n+1) {
    clear: left;
}

.blog-grid .blog-wrapper.col-3 .entry-title,
.blog-grid .blog-wrapper.col-4 .entry-title {
    font-size: 20px;
}

.socials-share {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: inline-block;
}

.socials-share li {
    display: inline-block;
    padding: 0 5px;
}

.socials-share li:first-child {
    padding-left: 0;
}

.socials-share li:last-child {
    padding-right: 0;
}

.socials-share a {
    color: #848484;
    font-size: 14px;
    display: inline-block;
    width: 39px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #f4f4f4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.socials-share a:hover {
    background-color: #ff0000;
    color: #fff;
}

.tax-service_category .site-content,
.post-type-archive-service .site-content {
    padding-top: 80px;
    padding-bottom: 40px;
}

/*** 

====================================================================
	services Section
====================================================================

 ***/

.service .service-inner {
    margin-bottom: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service .service-summary {
    margin-bottom: 0;
}

.service .service-summary h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
}

.service .service-summary p {
    margin-bottom: 0;
}

.service .service-thumbnail {
    margin-bottom: 27px;
    overflow: hidden;
    display: inline-block;
}

.service .service-thumbnail a {
    position: relative;
    display: block;
}

.service .service-thumbnail a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1239;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
}

.service .service-thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service.col-md-4:nth-child(3n+1) {
    clear: left;
}

.service:hover .service-thumbnail a:before {
    opacity: 0.7;
}

.service:hover .service-thumbnail img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.service:hover .service-inner {
    border-color: #ff0000;
}

.service:hover .service-title a {
    color: #ff0000;
}

.post-type-archive-service .site-content .content-area,
.tax-service_category .site-content .content-area {
    padding-top: 0;
    padding-bottom: 0;
}

.single-service .aligncenter {
    display: none;
}

.single-service blockquote {
    padding: 20px 75px;
    background-color: #f4f4f4;
    border-left: 1px solid #ff0000;
    position: relative;
}

.single-service blockquote:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 92%;
    left: 3px;
    top: 0;
    background-color: #ff0000;
}

.single-service blockquote:after {
    content: '\e914';
    font-family: 'factoryhub';
    position: absolute;
    top: 22px;
    left: 22px;
    color: #e6e6e6;
    font-style: normal;
    font-size: 32px;
}

.single-service cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    padding-top: 10px;
    color: #222;
}

.single-service cite span {
    color: #ff0000;
}

.single-project .single-project {
    padding-bottom: 70px;
}

.single-project .entry-thumbnail {
    margin-bottom: 35px;
    position: relative;
}

.single-project .entry-thumbnail .owl-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.single-project .entry-thumbnail .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
    background-color: transparent;
}

.single-project .entry-thumbnail .owl-dots .owl-dot:hover span,
.single-project .entry-thumbnail .owl-dots .owl-dot.active span {
    border-color: #ff0000;
}

.single-project .entry-content {
    padding-right: 30px;
    border-right: 1px solid #f4f4f4;
}

.single-project .single-project-title {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
}

.single-project .single-project-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 2px;
    background-color: #ff0000;
}

.single-project .project-socials {
    padding-top: 20px;
}

.metas {
    padding-left: 30px;
}

.metas h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    display: inline-block;
    padding-right: 10px;
}

.metas a,
.metas p {
    color: #848484;
    font-size: 16px;
    margin-bottom: 0;
}

.metas .meta {
    padding-bottom: 19px;
}

.metas .meta:last-child {
    padding-bottom: 0;
}

.metas i {
    font-size: 14px;
    color: #ff0000;
}

/*** 

====================================================================
	Projects Section
====================================================================

 ***/

.list-project {
    margin-left: -15px;
    margin-right: -15px;
}

.all-project ul.filter {
    margin-bottom: 43px;
    list-style: none;
    text-align: center;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.all-project ul.filter li {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.all-project ul.filter li a {
    color: #222;
    font-weight: 500;
}

.all-project ul.filter li.active,
.all-project ul.filter li:hover {
    color: #ff0000;
}

.all-project ul.filter li.active a,
.all-project ul.filter li:hover a {
    color: #ff0000;
}

.all-project ul.filter li:first-child {
    padding-left: 0;
}

.all-project ul.filter li:last-child {
    padding-right: 0;
}

.project-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

.project-wrapper .project-thumbnail {
    position: relative;
    overflow: hidden;
}

.project-wrapper .project-thumbnail .pro-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0c1239;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
}

.project-wrapper .project-thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.project-wrapper .project-thumbnail .project-button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: scale(0.6) translateY(-50%);
    -ms-transform: scale(0.6) translateY(-50%);
    transform: scale(0.6) translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 100;
}

.project-wrapper .project-thumbnail .project-button .button-link {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.project-wrapper .project-thumbnail .project-button .button-link:hover {
    background-color: #ff0000;
    border-color: #ff0000;
}

.project-wrapper:hover .project-thumbnail .pro-link {
    opacity: 0.7;
}

.project-wrapper:hover .project-thumbnail img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.project-wrapper:hover .project-thumbnail .project-button {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    opacity: 1;
}

/*** 

====================================================================
	404 page
====================================================================

 ***/

.search-no-results .no-results .page-header {
    background-color: transparent;
}

.search-no-results .no-results h2 {
    margin-bottom: 30px;
    color: #222;
}

.search-no-results .no-results .search-form {
    font-size: 16px;
    position: relative;
    color: #a8a8a8;
    padding: 0 5px;
    border: 1px solid #f4f4f4;
    margin-top: 20px;
}

.search-no-results .no-results .search-form:before {
    content: '\f002';
    position: absolute;
    top: 50%;
    right: 16px;
    color: #222;
    font-family: FontAwesome;
    font-size: 14px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-no-results .no-results .search-form .screen-reader-text {
    display: none;
}

.search-no-results .no-results .search-form ::-webkit-input-placeholder {
    color: #a8a8a8;
}

.search-no-results .no-results .search-form :-moz-placeholder {
    color: #a8a8a8;
}

.search-no-results .no-results .search-form ::-moz-placeholder {
    color: #a8a8a8;
}

.search-no-results .no-results .search-form :-ms-input-placeholder {
    color: #a8a8a8;
}

.search-no-results .no-results .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    z-index: 9999;
}

.search-no-results .no-results .search-form label {
    width: 100%;
    margin-bottom: 0;
}

.search-no-results .no-results .search-form label input {
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 35px 0 15px;
    border: 0;
    background-color: transparent;
    font-weight: 400;
}

.search-no-results .no-results .search-form label input:focus {
    outline: none;
}

.error404 .site-content {
    padding-top: 140px;
    padding-bottom: 140px;
}

.error404 .error-404 {
    text-align: left;
    color: #222;
}

.error404 .error-404 .page-header {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 45px;
    border: 0;
    background-color: transparent;
}

.error404 .error-404 .page-header p {
    line-height: 1;
}

.error404 .error-404 .page-header p.line-1 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.error404 .error-404 .page-header p.line-2 {
    font-size: 18px;
}

.error404 .error-404 h1 {
    font-size: 150px;
    font-weight: 600;
    color: #222;
    margin: 0;
    line-height: 1;
    padding-bottom: 5px;
}

.error404 .error-404 .search-field {
    background-color: #fff;
    font-weight: 400;
    border: none;
}

.error404 .error-404 .search-form {
    font-size: 16px;
    position: relative;
    color: #848484;
    padding: 0 5px;
    width: 430px;
    border: 1px solid #ececec;
    background-color: #fff;
}

.error404 .error-404 .search-form:before {
    content: '\f002';
    position: absolute;
    top: 50%;
    right: 7px;
    color: #222;
    font-family: FontAwesome;
    font-size: 14px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error404 .error-404 .search-form:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -11px;
    width: 50px;
    height: 52px;
    background-color: #fafafa;
    z-index: 9;
    border: 1px solid #ececec;
}

.error404 .error-404 .search-form .screen-reader-text {
    display: none;
}

.error404 .error-404 .search-form ::-webkit-input-placeholder {
    color: #9e9e9e;
}

.error404 .error-404 .search-form :-moz-placeholder {
    color: #9e9e9e;
}

.error404 .error-404 .search-form ::-moz-placeholder {
    color: #9e9e9e;
}

.error404 .error-404 .search-form :-ms-input-placeholder {
    color: #9e9e9e;
}

.error404 .error-404 .search-form .search-submit {
    position: absolute;
    top: 1px;
    right: -10px;
    width: 50px;
    height: 50px;
    opacity: 0;
    z-index: 9999;
}

.error404 .error-404 .search-form label {
    width: 100%;
    margin-bottom: 0;
}

.error404 .error-404 .search-form label input {
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 0 0 15px;
}

.error404 .error-404 .search-form label input:focus {
    outline: none;
}

.error404 .error-404 .back-home {
    margin-top: 25px;
}

.error404 .error-404 .back-home a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.error404.error404-no-bg .error-404 div[class*="col-"] {
    width: 100%;
    text-align: center;
}

.error404.error404-no-bg .error-404 .search-form {
    margin: 0 auto;
}

/*** 

====================================================================
	Back To Top
====================================================================

 ***/

.scroll-to-top {
    display: inline-block;
    position: fixed;
    bottom: 60px;
    right: 15px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #00ADEF;
    color: #00ADEF;
    font-size: 30px;
    background-color: #160f09;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    cursor: pointer;
}

.scroll-to-top .fa {
    color: #00ADEF;
}

.scroll-to-top:hover {
    color: #ff0000;
}

.scroll-to-top:hover .fa {
    color: #ff0000;
}

.scroll-to-top.show-scroll {
    opacity: 1;
}

.backtotop {
    display: inline-block;
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ff0000;
    color: #ff0000;
    font-size: 30px;
    background-color: #160f09;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
}

.backtotop .fa {
    color: #ff0000;
}

.backtotop.show-scroll {
    opacity: 1;
}

/*** 

====================================================================
	Comments Style
====================================================================

 ***/

.bypostauthor {
    display: block;
}

.comments-area {
    clear: both;
    margin-top: 80px;
}

.comments-title,
.comment-reply-title {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
}

.comments-title:after,
.comment-reply-title:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 67px;
    background-color: #ff0000;
    left: 0;
    bottom: 0;
}

.comment-count {
    display: none;
}

.comment-reply-title {
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style: none;
    padding: 0 0 0 80px;
}

.comment-list .children:last-child {
    margin-bottom: 0;
}

.comment-list>.comment:first-child article {
    border: none;
}

.comment {
    zoom: 1;
    float: left;
    clear: both;
    width: 100%;
}

.comment:before,
.comment:after {
    content: "";
    display: table;
}

.comment:after {
    clear: both;
}

.comment:before,
.comment:after {
    content: "";
    display: table;
}

.comment:after {
    clear: both;
}

.comment article {
    padding: 40px 0;
    border-top: 1px solid #ececec;
    overflow: hidden;
}

.comment .comment-author {
    float: left;
}

.comment .comment-edit-link {
    float: right;
    margin-right: 20px;
}

.comment .comment-meta {
    margin-left: 130px;
}

.comment .author-name {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    padding-bottom: 10px;
}

.comment .comment-reply-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.comment .comment-reply-link:hover {
    color: #ff0000;
}

.comment-respond {
    margin-top: 50px;
}

.comment-respond .comment-notes {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    padding-bottom: 5px;
}

.comment-respond ::-webkit-input-placeholder {
    color: #9f9f9f;
    font-size: 16px;
}

.comment-respond .required {
    display: none;
}

.comment-respond textarea {
    width: 100%;
    padding: 10px 15px;
    border-color: #ececec;
    outline: none;
    color: #222;
    height: 108px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comment-respond textarea:focus {
    border-color: #848484;
}

.comment-respond .comment-form-comment {
    margin-bottom: 30px;
    margin-top: 20px;
}

.comment-respond .comment-form-email input {
    border: 1px solid #ececec;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-phone {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input,
.comment-respond .comment-form-phone input {
    width: 100%;
    padding-left: 15px;
    height: 50px;
    border-color: #ececec;
    outline: none;
    color: #222;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comment-respond .comment-form-author input:focus,
.comment-respond .comment-form-email input:focus,
.comment-respond .comment-form-url input:focus,
.comment-respond .comment-form-phone input:focus {
    border-color: #848484;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-url {
    padding-left: 0;
}

.comment-respond .comment-form-email,
.comment-respond .comment-form-phone {
    padding-right: 0;
}

.comment-respond .form-submit {
    clear: both;
    margin-top: 35px;
}

.comment-respond .form-submit .submit {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    min-height: 50px;
    line-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    background-color: #ff0000;
    text-transform: capitalize;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comment-respond .form-submit .submit:hover,
.comment-respond .form-submit .submit:focus {
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #ff0000;
}

.comment-content {
    word-break: break-all;
    padding-bottom: 20px;
}

.comment-content a {
    word-wrap: break-word;
}

.comment-awaiting-moderation {
    display: block;
}

/*** 

====================================================================
	Sidebar Widgets
====================================================================

 ***/

.single-right .blog-sidebar .cargohub-widget {
    border-left: 1px solid #f4f4f4;
    padding-left: 40px;
}

.single-left .blog-sidebar .cargohub-widget {
    border-right: 1px solid #f4f4f4;
    padding-right: 40px;
}

.widget {
    margin-bottom: 50px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 40px;
    padding-bottom: 15px;
    position: relative;
}

.widget .widget-title:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 67px;
    left: 0;
    bottom: 0;
    background-color: #ff0000;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li {
    list-style: none;
}

.widget table,
.widget select {
    width: 100%;
}

.widget select {
    color: #848484;
    border: 1px solid #eeeeee;
    height: 50px;
    padding-left: 15px;
    background-color: transparent;
    font-weight: 400;
}

.widget select:focus {
    outline: none;
}

.widget select option {
    color: #555;
}

.widget table {
    text-align: left;
    width: 100%;
}

.widget table caption {
    border: 1px solid #eeeeee;
    border-bottom-width: 0;
    text-align: center;
}

.widget table thead {
    color: #222;
}

.widget table tr {
    border: 1px solid #eeeeee;
    border-bottom-width: 0;
    padding: 3px 0;
}

.widget table tr td,
.widget table tr th {
    padding: 5px 10px;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.widget_calendar {
    line-height: 26px;
}

.widget_recent_comments li,
.widget_rss li {
    border-bottom: solid 1px #f4f4f4;
    padding: 15px 0;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.widget_recent_comments li>a,
.widget_rss li>a {
    color: #848484;
    padding-left: 0;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.widget_recent_comments li:hover>a,
.widget_rss li:hover>a {
    color: #ff0000;
}

.widget_recent_comments li:last-child,
.widget_rss li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_recent_comments li ul,
.widget_rss li ul {
    margin-top: 15px;
    border-top: solid 1px #f4f4f4;
}

.widget_recent_comments .children,
.widget_rss .children {
    border-top: 1px solid #f4f4f4;
    margin-top: 15px;
    margin-left: 15px;
}

.widget_recent_comments .children li:first-child,
.widget_rss .children li:first-child {
    padding-top: 15px;
}

.widget_recent_comments .children li:last-child,
.widget_rss .children li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget_categories .widget-title,
.widget_pages .widget-title,
.widget_archive .widget-title,
.widget_nav_menu .widget-title,
.widget_recent_entries .widget-title,
.widget_meta .widget-title,
ul.service-menu .widget-title {
    margin-bottom: 40px;
}

.widget_categories li,
.widget_pages li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_meta li,
ul.service-menu li {
    padding: 14px 0;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
}

.widget_categories li:after,
.widget_pages li:after,
.widget_archive li:after,
.widget_nav_menu li:after,
.widget_recent_entries li:after,
.widget_meta li:after,
ul.service-menu li:after {
    color: #848484;
    content: '\f105';
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 16px;
    font-family: FontAweSome;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.widget_categories li>a,
.widget_pages li>a,
.widget_archive li>a,
.widget_nav_menu li>a,
.widget_recent_entries li>a,
.widget_meta li>a,
ul.service-menu li>a {
    color: #848484;
    padding-left: 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.widget_categories li>a:before,
.widget_pages li>a:before,
.widget_archive li>a:before,
.widget_nav_menu li>a:before,
.widget_recent_entries li>a:before,
.widget_meta li>a:before,
ul.service-menu li>a:before {
    color: #848484;
    content: '\f114';
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 16px;
    font-family: FontAweSome;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.widget_categories li:hover,
.widget_pages li:hover,
.widget_archive li:hover,
.widget_nav_menu li:hover,
.widget_recent_entries li:hover,
.widget_meta li:hover,
ul.service-menu li:hover {
    color: #ff0000;
}

.widget_categories li:hover:after,
.widget_pages li:hover:after,
.widget_archive li:hover:after,
.widget_nav_menu li:hover:after,
.widget_recent_entries li:hover:after,
.widget_meta li:hover:after,
ul.service-menu li:hover:after {
    color: #ff0000;
}

.widget_categories li:hover>a,
.widget_pages li:hover>a,
.widget_archive li:hover>a,
.widget_nav_menu li:hover>a,
.widget_recent_entries li:hover>a,
.widget_meta li:hover>a,
ul.service-menu li:hover>a {
    color: #ff0000;
}

.widget_categories li:hover>a:before,
.widget_pages li:hover>a:before,
.widget_archive li:hover>a:before,
.widget_nav_menu li:hover>a:before,
.widget_recent_entries li:hover>a:before,
.widget_meta li:hover>a:before,
ul.service-menu li:hover>a:before {
    color: #ff0000;
}

.widget_categories li ul,
.widget_pages li ul,
.widget_archive li ul,
.widget_nav_menu li ul,
.widget_recent_entries li ul,
.widget_meta li ul,
ul.service-menu li ul {
    margin-top: 15px;
    border-top: solid 1px #f4f4f4;
}

.widget_categories li ul li:last-child,
.widget_pages li ul li:last-child,
.widget_archive li ul li:last-child,
.widget_nav_menu li ul li:last-child,
.widget_recent_entries li ul li:last-child,
.widget_meta li ul li:last-child,
ul.service-menu li ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_categories .children,
.widget_pages .children,
.widget_archive .children,
.widget_nav_menu .children,
.widget_recent_entries .children,
.widget_meta .children,
ul.service-menu .children {
    border-top: 1px solid #f4f4f4;
    margin-top: 15px;
    margin-left: 15px;
}

.widget_categories .children li:first-child,
.widget_pages .children li:first-child,
.widget_archive .children li:first-child,
.widget_nav_menu .children li:first-child,
.widget_recent_entries .children li:first-child,
.widget_meta .children li:first-child,
ul.service-menu .children li:first-child {
    padding-top: 15px;
}

.widget_categories .children li:last-child,
.widget_pages .children li:last-child,
.widget_archive .children li:last-child,
.widget_nav_menu .children li:last-child,
.widget_recent_entries .children li:last-child,
.widget_meta .children li:last-child,
ul.service-menu .children li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget_tag_cloud a {
    margin-bottom: 10px;
    margin-right: 8px;
    display: inline-block;
    font-size: 16px !important;
    background-color: transparent;
    color: #848484;
    padding: 5px 18px;
    position: relative;
    border: 1px solid #f4f4f4;
}

.widget_tag_cloud a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff0000;
}

.popular-posts-widget .popular-post {
    margin-bottom: 40px;
    border: 0;
    padding: 0;
}

.popular-posts-widget .widget-thumb {
    float: left;
}

.popular-posts-widget .mini-widget-title {
    margin-left: 100px;
}

.popular-posts-widget .mini-widget-title h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    margin-top: -5px;
    margin-bottom: 8px;
}

.popular-posts-widget i {
    color: #ff0000;
    padding-right: 10px;
}

.widget-about img {
    margin-bottom: 25px;
}

.widget-about a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
}

.widget-about a .fa {
    padding-left: 5px;
}

.widget-about a:hover {
    color: #ff0000;
}

.tabs-widget .tabs-nav li {
    width: 33%;
    border-bottom: none;
    padding-bottom: 0;
}

.tabs-widget .tabs-nav li:last-child {
    width: 34%;
}

.tabs-widget .tabs-nav li:before {
    display: none;
}

.tabs-widget .tabs-nav li a {
    background: #555;
    border: 1px solid #ccc;
    color: #646464;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.tabs-widget .tabs-nav li a.active {
    color: #fff;
    text-decoration: none;
    border-color: transparent;
    background-color: #ff0000;
}

.tabs-widget .tabs-nav li a:hover {
    text-decoration: none;
}

.tabs-widget .tabs-panel {
    margin-top: -1px;
    padding: 15px 0 20px;
}

.tabs-widget .tab-comments .comment {
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
    overflow: hidden;
}

.tabs-widget .tab-comments .comment-summary {
    font-style: italic;
    margin-bottom: 5px;
}

.recent-post {
    margin-bottom: 20px;
}

.recent-post:last-child {
    margin-bottom: 0;
}

.recent-post .widget-thumb {
    display: block;
    float: left;
}

.recent-post .icon {
    color: #ff0000;
    display: none;
}

.recent-post .post-text {
    padding-left: 85px;
}

.recent-post .post-title {
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
}

.recent-post .post-date {
    font-size: 16px;
    font-weight: 300;
}

.recent-post.no-thumbnail .icon {
    display: block;
    float: left;
}

.recent-post.no-thumbnail .icon i,
.recent-post.no-thumbnail .icon i:before {
    font-size: 16px;
}

.recent-post.no-thumbnail .post-text {
    padding-left: 26px;
}

.popular-post {
    border-bottom: 1px solid #f4f4f4;
    padding: 25px 0;
    overflow: hidden;
}

.popular-post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.popular-post .widget-thumb {
    float: left;
}

.popular-post .post-text {
    margin-left: 95px;
    color: #848484;
    font-size: 16px;
}

.popular-post .post-text .post-title {
    color: #222;
    display: block;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.popular-post .post-text .post-date i {
    font-size: 14px;
    padding-right: 10px;
    color: #ff0000;
}

.popular-post .post-text .post-comments {
    display: block;
}

.popular-post .post-text .read-more {
    line-height: 2;
}

.popular-post.no-thumbnail .post-text {
    margin-left: 0;
    margin-top: 0;
}

.widget-recent-comments li {
    padding: 20px 0;
    color: #ccc;
}

.widget-recent-comments li a,
.widget-recent-comments li p {
    color: #555;
}

.widget_search .search-field,
.topbar-search .search-field {
    background-color: transparent;
    font-weight: 400;
    border-width: 0;
}

.widget_search .search-form,
.topbar-search .search-form {
    font-size: 16px;
    position: relative;
    color: #222;
    border: 1px solid #eee;
}

.widget_search .search-form:before,
.topbar-search .search-form:before {
    content: '\f002';
    font-family: FontAwesome;
}

.widget_search .search-form:after,
.topbar-search .search-form:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 50px;
    height: 52px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    z-index: 9;
}

.widget_search .search-form i,
.topbar-search .search-form i,
.widget_search .search-form:before,
.topbar-search .search-form:before {
    position: absolute;
    top: 50%;
    right: 16px;
    color: #222;
    font-size: 14px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget_search .search-form .screen-reader-text,
.topbar-search .search-form .screen-reader-text {
    display: none;
}

.widget_search .search-form ::-webkit-input-placeholder,
.topbar-search .search-form ::-webkit-input-placeholder {
    color: #9e9e9e;
}

.widget_search .search-form :-moz-placeholder,
.topbar-search .search-form :-moz-placeholder {
    color: #9e9e9e;
}

.widget_search .search-form ::-moz-placeholder,
.topbar-search .search-form ::-moz-placeholder {
    color: #9e9e9e;
}

.widget_search .search-form :-ms-input-placeholder,
.topbar-search .search-form :-ms-input-placeholder {
    color: #9e9e9e;
}

.widget_search .search-form .search-submit,
.topbar-search .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    z-index: 9999;
}

.widget_search .search-form label,
.topbar-search .search-form label {
    width: 100%;
    margin-bottom: 0;
}

.widget_search .search-form input[type="search"],
.topbar-search .search-form input[type="search"] {
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 55px 0 15px;
}

.widget_search .search-form input[type="search"]:focus,
.topbar-search .search-form input[type="search"]:focus {
    outline: none;
}

.download .item-download {
    background-color: transparent;
    font-size: 16px;
    position: relative;
    border: 1px solid #f4f4f4;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 15px 20px;
}

.download .item-download a {
    font-weight: 600;
    display: block;
    color: #222;
}

.download .item-download i {
    color: #222;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-right: 20px;
}

.download .item-download:hover {
    color: #fff;
    border-color: #ff0000;
    background-color: #ff0000;
}

.download .item-download:hover a,
.download .item-download:hover i {
    color: #fff;
}

/*** 

====================================================================
	Sidebar Services
====================================================================

 ***/

.services-menu-widget ul li {
    border: 1px solid #ececec;
    border-bottom-width: 0;
    background-color: #f7f7f7;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-menu-widget ul li:after {
    display: none;
}

.services-menu-widget ul li:last-child {
    border-bottom-width: 1px;
}

.services-menu-widget ul li a {
    display: block;
    color: #848484;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-left: 0;
    font-weight: 400;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-menu-widget ul li a:before {
    display: none;
}

.services-menu-widget ul li:hover,
.services-menu-widget ul li.current-menu-item {
    background-color: #ff0000;
    border-color: #ff0000;
}

.services-menu-widget ul li:hover a,
.services-menu-widget ul li.current-menu-item a {
    color: #fff;
}

.side-contact {
    padding: 25px 20px;
}

.side-contact h3 {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.side-contact h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 1px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.side-contact i {
    color: #ff0000;
    padding-right: 10px;
}

.cargohub-social-links-widget a {
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.cargohub-social-links-widget a:first-child {
    padding-left: 0;
}

.cargohub-social-links-widget a:last-child {
    padding-right: 0;
}

.cargohub-social-links-widget a:hover {
    color: #ff0000;
}

.cargohub-social-links-widget .style-2 a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    width: 38px;
    height: 38px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.cargohub-social-links-widget .style-2 a:first-child {
    margin-left: 0;
}

.cargohub-social-links-widget .style-2 a:last-child {
    margin-right: 0;
}

.cargohub-social-links-widget .style-2 a:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

/*** 

====================================================================
	sidebar project
====================================================================

 ***/

.latest-project-widget .latest-project-list {
    margin-left: -5px;
    margin-right: -5px;
}

.latest-project-widget .latest-project {
    width: 33.3333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

.latest-project-widget .widget-thumb {
    display: block;
    position: relative;
}

.latest-project-widget .widget-thumb:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff0000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 90;
}

.latest-project-widget .widget-thumb:hover:before {
    opacity: 0.8;
}

.latest-project-widget .widget-thumb:hover i {
    opacity: 1;
}

.latest-project-widget i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 16px;
    z-index: 99;
}

.latest-project-widget .fp-widget-thumb {
    display: inline-block;
}

/*** 

====================================================================
	Contact location
====================================================================

 ***/

.cargo-office-location-widget {
    line-height: initial;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.cargo-office-location-widget .current-office {
    color: #dde2fc;
    padding-right: 17px;
    position: relative;
}

.cargo-office-location-widget .current-office:after {
    content: '\f107';
    font-family: FontAweSome;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    color: #ff0000;
    z-index: 99;
}

.cargo-office-location-widget .office-switcher {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    position: relative;
    float: left;
}

.cargo-office-location-widget .office-switcher i {
    font-size: 15px;
    padding-right: 10px;
}

.cargo-office-location-widget .office-switcher i:before {
    font-size: 15px;
}

.cargo-office-location-widget .office-switcher ul {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
    transition: top 0.3s ease 0s, opacity 0.3s;
    position: absolute;
    background-color: #fff;
    color: #222;
    width: 100%;
    padding: 5px 10px;
    left: 0;
    top: -webkit-calc(100% + 28px);
    top: calc(100% + 28px);
    font-weight: 400;
    -webkit-box-shadow: 0 3px 16.6px 3.4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 16.6px 3.4px rgba(0, 0, 0, 0.2);
}

.cargo-office-location-widget .office-switcher ul li {
    padding: 5px 0;
    cursor: pointer;
}

.cargo-office-location-widget .office-switcher.show-office ul {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px);
}

.cargo-office-location-widget .topbar-office {
    float: right;
    display: none;
}

.cargo-office-location-widget .topbar-office.active {
    display: block;
    padding-left: 10px;
}

.cargo-office-location-widget .topbar-office li {
    display: inline-block;
    padding: 0 20px;
}

.cargo-office-location-widget .topbar-office li:last-child {
    padding-right: 0;
}

.cargo-office-location-widget .topbar-office li i {
    color: #ff0000;
    padding-right: 6px;
    font-size: 18px;
}

.cargo-office-location-widget .topbar-office li i:before {
    font-size: 18px;
}

.cargo-contact-widget .detail {
    margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f4f4f4;
}

.cargo-contact-widget .detail:last-child {
    border: 0;
}

.cargo-contact-widget i {
    color: #ff0000;
    font-size: 23px;
    float: left;
}

.cargo-contact-widget i:before {
    font-size: 23px;
}

.cargo-contact-widget h5,
.cargo-contact-widget p {
    padding-left: 40px;
}

.cargo-contact-widget h5 {
    margin-top: 0;
    margin-bottom: 7px;
}

.cargo-contact-widget p {
    margin-bottom: 0;
}

/*** 

====================================================================
	Footer
====================================================================

 ***/

.site-footer {
    padding: 25px 0;
    color: #fff;
}

.site-footer .footer-copyright {
    font-size: 16px;
    color: #fff;
}

.site-footer .footer-copyright a {
    color: #ff0000;
}

.footer-widgets {
    color: #fff;
}

.footer-widgets .widget {
    margin-bottom: 35px;
}

.footer-widgets .widget_mc4wp_form_widget {
    margin-bottom: 0;
}

.footer-widgets .widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.footer-widgets .widget-title:after {
    display: none;
}

.footer-widgets .widget-title a {
    color: #fff;
}

.footer-widgets .menu {
    margin-top: -10px;
}

.footer-widgets .menu li {
    padding: 5px 0 5px 15px;
    border: 0;
}

.footer-widgets .menu li:before {
    display: none;
}

.footer-widgets .menu li:after {
    top: 4px;
    right: auto;
    left: 0;
}

.footer-widgets .menu li a {
    color: #fff;
    padding-left: 0;
}

.footer-widgets .menu li a:before {
    display: none;
}

.footer-widgets .menu li:hover a {
    color: #ff0000;
}

.footer-widgets .fh-form-field {
    margin-bottom: 15px;
}

.footer-widgets .fh-form-field .subscribe {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 23px;
}

.footer-widgets .fh-form-field .subscribe ::-webkit-input-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe ::-moz-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe :-ms-input-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe :-moz-placeholder {
    color: #fff;
}

.footer-widgets .fh-form-field .subscribe input[type="email"] {
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding-left: 10px;
    padding-right: 95px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
}

.footer-widgets .fh-form-field .subscribe input[type="email"]:focus {
    outline: none;
}

.footer-widgets .fh-form-field .subscribe input[type="submit"] {
    position: absolute;
    width: 86px;
    height: 50px;
    right: 0;
    top: 0;
    background-color: #ff0000;
    z-index: 99;
    border: none;
}

.latest-post {
    padding: 22px 0;
    border-bottom: 1px solid #0a253d;
}

.latest-post:first-child {
    padding-top: 0;
}

.latest-post:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.latest-post .post-date {
    display: block;
    color: #ff0000;
}

.latest-post a {
    display: block;
    color: #d8d8d8;
    font-family: 'Montserrat', sans-serif;
}

.latest-project-widget .latest-project-list {
    padding-top: 5px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer-menu ul li:last-child {
    padding-right: 0;
}

.footer-menu ul li:first-child {
    padding-left: 0;
}

.footer-menu ul li a {
    color: #848484;
}

.footer-menu ul li a:hover {
    color: #ff0000;
}

.footer-text a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.contact-widget {
    border-bottom: 1px solid #232951;
    padding-top: 50px;
    padding-bottom: 40px;
}

.contact-widget .contact h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    padding-left: 50px;
}

.contact-widget .contact p {
    font-style: italic;
    margin-bottom: 0;
    padding-left: 50px;
}

.contact-widget .contact i {
    color: #ff0000;
    float: left;
    font-size: 38px;
    margin-top: -5px;
}

.contact-widget .contact i:before {
    font-size: 38px;
}

.footer-contact {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-contact .ft-contact i {
    float: left;
    font-size: 23px;
    color: #ff0000;
    margin-top: -3px;
}

.footer-contact .ft-contact i:before {
    font-size: 23px;
}

.footer-contact .ft-contact p {
    margin-left: 45px;
}

.footer-contact .ft-contact.fax {
    margin-bottom: 30px;
}

.footer-contact .ft-contact.phone {
    margin-bottom: 5px;
}

.footer-contact .ft-contact.phone p {
    margin-bottom: 5px;
}

.footer-sidebars {
    padding-top: 80px;
    padding-bottom: 50px;
}

.opening-hours {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.opening-hours li {
    padding: 4px 0;
}

.opening-hours li span {
    float: right;
}

/*** 

====================================================================
	 Carousel
====================================================================

 ***/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-nav div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

/* Styling Pagination*/

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background-color: #fff;
}

/* If PaginationNumbers is true */

.owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

/*** 

====================================================================
	Shortcodes
====================================================================

 ***/

.site-content .vc_row.vc_row-fluid {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.site-content .vc_row.parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
}

.site-content .vc_row.overlay-enable {
    position: relative;
}

.site-content .vc_row>.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.site-content .vc_row.vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}

.site-content .vc_row>.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.site-content .vc_row .wpb_content_element {
    margin-bottom: 0;
}

.site-content .vc_row.vc_row-flex>.container-fluid {
    width: 100%;
}

.site-content .vc_row.vc_row-flex>.container>.row,
.site-content .vc_row.vc_row-flex>.container-fluid>.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-content .vc_row.vc_row-flex>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-flex>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.site-content .vc_row.vc_row-o-columns-top>.container>.row,
.site-content .vc_row.vc_row-o-columns-top>.container-fluid>.row {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.site-content .vc_row.vc_row-o-columns-middle>.container>.row,
.site-content .vc_row.vc_row-o-columns-middle>.container-fluid>.row {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.site-content .vc_row.vc_row-o-columns-bottom>.container>.row,
.site-content .vc_row.vc_row-o-columns-bottom>.container-fluid>.row {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.site-content .vc_row.vc_row-o-equal-height>.container>.row .vc_column_container,
.site-content .vc_row.vc_row-o-equal-height>.container-fluid>.row .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.site-content .vc_row.vc_row-o-content-top>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-o-content-top>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.site-content .vc_row.vc_row-o-content-middle>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-o-content-middle>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
}

.site-content .vc_row.vc_row-o-content-bottom>.container>.row>.vc_column_container>.vc_column-inner,
.site-content .vc_row.vc_row-o-content-bottom>.container-fluid>.row>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.site-content .vc_column-inner {
    padding-top: 0 !important;
    background-repeat: no-repeat;
}

.fh-button {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.fh-button:hover {
    color: #fff;
}

.fh-button.button-type-bordered {
    min-width: 160px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
}

.fh-button.align-left {
    float: left;
}

.fh-button.align-right {
    float: right;
}

.fh-button.button-color-dark {
    color: #222;
}

.fh-button.button-color-dark.button-type-bordered {
    border-color: #222;
}

.fh-button.button-color-dark:hover {
    color: #222;
}

.fh-button .fh-icon,
.fh-button .img-icon {
    padding-left: 10px;
}

.fh-section-title h2 {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}

.fh-section-title h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 67px;
    height: 2px;
    background-color: #ff0000;
}

.fh-section-title.text-center h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fh-section-title.version-light h2 {
    color: #fff;
    padding-bottom: 0;
}

.fh-section-title.version-light h2:before {
    display: none;
}

.fh-icon-box {
    margin-bottom: 30px;
    position: relative;
}

.fh-icon-box h4,
.fh-icon-box h4 a,
.fh-icon-box .fh-icon,
.fh-icon-box .img-icon {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 10;
}

.fh-icon-box:hover h4 a {
    color: #ff0000;
}

.fh-icon-box:hover .overlay {
    opacity: 1;
}

.fh-icon-box h4 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 15px;
    margin: 0;
}

.fh-icon-box .desc {
    position: relative;
    z-index: 10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-icon-box .fh-icon {
    font-size: 74px;
    display: block;
    line-height: 1;
    background-color: transparent;
    color: #0c1239;
}

.fh-icon-box .fh-icon i:before {
    font-size: 74px;
}

.fh-icon-box.version-light {
    color: #fff;
}

.fh-icon-box.version-light h4,
.fh-icon-box.version-light h4 a,
.fh-icon-box.version-light .fh-icon {
    color: #fff;
}

.fh-icon-box.version-light:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1239;
    opacity: 0.7;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-icon-box.version-light:hover h4,
.fh-icon-box.version-light:hover h4 a,
.fh-icon-box.version-light:hover .fh-icon {
    color: #fff;
}

.fh-icon-box.version-light:hover:before {
    background-color: #ff0000;
}

.fh-icon-box.has-line:before {
    content: '';
    position: absolute;
    width: 1px;
    height: -webkit-calc(100% + 35px);
    height: calc(100% + 35px);
    top: 0;
    left: 35px;
    background-color: #efefef;
}

.fh-icon-box.has-line.icon-right:before {
    left: auto;
    right: 35px;
}

.fh-icon-box.has-line .fh-icon {
    background-color: #fff;
}

.fh-icon-box.no-border {
    border: none;
}

.fh-icon-box.show-button .button-box {
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-icon-box.show-button:hover .desc {
    opacity: 0;
}

.fh-icon-box.show-button:hover .button-box {
    opacity: 1;
}

.fh-icon-box.style-1 {
    padding: 30px;
    border: 1px solid #efefef;
    text-align: center;
}

.fh-icon-box.style-1.no-border {
    border: none;
}

.fh-icon-box.style-1.version-light {
    -webkit-box-shadow: 0 3px 16.6px 3.4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 16.6px 3.4px rgba(0, 0, 0, 0.2);
}

.fh-icon-box.style-2 {
    margin-bottom: 35px;
}

.fh-icon-box.style-2 .fh-icon {
    font-size: 30px;
    color: #0c1239;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
    z-index: 99;
}

.fh-icon-box.style-2 .fh-icon i:before {
    font-size: 30px;
}

.fh-icon-box.style-2:hover .fh-icon {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

.fh-icon-box.style-2 h4 {
    padding-top: 0;
}

.fh-icon-box.style-2.icon-left h4,
.fh-icon-box.style-2.icon-left .desc {
    padding-left: 100px;
}

.fh-icon-box.style-2.icon-left .fh-icon,
.fh-icon-box.style-2.icon-left .img-icon {
    float: left;
}

.fh-icon-box.style-2.icon-right {
    text-align: right;
}

.fh-icon-box.style-2.icon-right h4,
.fh-icon-box.style-2.icon-right .desc {
    padding-right: 100px;
}

.fh-icon-box.style-2.icon-right .fh-icon,
.fh-icon-box.style-2.icon-right .img-icon {
    float: right;
}

.fh-icon-box.style-2.icon-center {
    text-align: center;
}

.fh-icon-box.style-2.icon-center .fh-icon,
.fh-icon-box.style-2.icon-center .img-icon {
    margin: 0 auto 20px;
}

.fh-icon-box.style-2.service-process .fh-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
}

.fh-icon-box.style-2.service-process .fh-icon i,
.fh-icon-box.style-2.service-process .fh-icon i:before {
    font-size: 32px;
}

.fh-icon-box.style-3 {
    color: #dde2fc;
}

.fh-icon-box.style-3 .fh-icon,
.fh-icon-box.style-3 .img-icon {
    font-size: 64px;
    color: #ff0000;
    float: left;
    padding-top: 25px;
}

.fh-icon-box.style-3 .fh-icon i:before,
.fh-icon-box.style-3 .img-icon i:before {
    font-size: 64px;
}

.fh-icon-box.style-3 h4,
.fh-icon-box.style-3 .desc {
    padding-left: 110px;
}

.fh-icon-box.style-3 h4,
.fh-icon-box.style-3 h4 a {
    padding-top: 0;
    padding-bottom: 15px;
    color: #fff;
    font-size: 24px;
}

.fh-feature-box {
    position: relative;
    color: #dde2fc;
    margin-bottom: 30px;
}

.fh-feature-box .box-title,
.fh-feature-box .desc {
    padding-left: 70px;
}

.fh-feature-box .chars {
    position: absolute;
    left: 0;
    top: 7px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #ff0000;
    border: 1px solid #232951;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.fh-feature-box .box-title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 400;
}

/*** 

====================================================================
	service-box
====================================================================

 ***/

.fh-service-box {
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box h4,
.fh-service-box h4 a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box h4,
.fh-service-box .desc {
    padding-left: 70px;
}

.fh-service-box h4 {
    margin: 0;
    padding-bottom: 10px;
}

.fh-service-box i {
    font-size: 50px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box i:before {
    font-size: 50px;
}

.fh-service-box .fh-icon,
.fh-service-box .img-icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box.style-1 {
    padding: 25px 20px;
    border: 1px solid white;
}

.fh-service-box.style-1 .fh-icon,
.fh-service-box.style-1 .img-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fh-service-box.style-1:hover {
    border-color: #ff0000;
}

.fh-service-box.style-1:hover .fh-icon,
.fh-service-box.style-1:hover .img-icon {
    color: #ff0000;
    top: 30px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.fh-service-box.style-1:hover i {
    color: #ff0000;
}

.fh-service-box.style-2 {
    color: #fff;
}

.fh-service-box.style-2 .fh-icon,
.fh-service-box.style-2 .img-icon {
    left: 0;
}

.fh-service-box.style-2 h4,
.fh-service-box.style-2 h4 a {
    color: #222;
}

.fh-service-box.style-2 i {
    color: #0c1239;
}

.fh-service-box.style-2:hover h4,
.fh-service-box.style-2:hover h4 a,
.fh-service-box.style-2:hover .fh-icon,
.fh-service-box.style-2:hover i {
    color: #ff0000;
}

.fh-service-box-2 {
    margin-bottom: 30px;
}

.fh-service-box-2 .box-wrapper {
    padding: 30px 30px 30px 30px;
    border: 1px solid #f4f4f4;
    border-top-width: 0;
}

.fh-service-box-2 .box-wrapper .fh-icon,
.fh-service-box-2 .box-wrapper .img-icon {
    float: left;
    margin-top: -10px;
}

.fh-service-box-2 h4,
.fh-service-box-2 h4 a {
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2 h4 {
    margin: 0;
    padding-left: 75px;
}

.fh-service-box-2 .sub-title {
    font-size: 14px;
    padding-left: 75px;
    display: block;
}

.fh-service-box-2 .fh-icon {
    color: #ff0000;
}

.fh-service-box-2 .fh-icon i,
.fh-service-box-2 .fh-icon i:before {
    font-size: 48px;
}

.fh-service-box-2 .box-header {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.fh-service-box-2 ul {
    margin: 0;
    padding-left: 20px;
}

.fh-service-box-2 ul li {
    padding-bottom: 10px;
}

.fh-service-box-2 ul li:last-child {
    padding-bottom: 0;
}

.fh-service-box-2.no-thumb .box-wrapper {
    border-top-width: 1px;
}

.fh-service-box-2.box-style-2 .box-thumb {
    position: relative;
}

.fh-service-box-2.box-style-2 .box-thumb img {
    width: 100%;
}

.fh-service-box-2.box-style-2 .box-thumb .fh-icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 10;
}

.fh-service-box-2.box-style-2 .box-thumb .fh-icon i,
.fh-service-box-2.box-style-2 .box-thumb .fh-icon i:before {
    font-size: 80px;
}

.fh-service-box-2.box-style-2 .box-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 9;
}

.fh-service-box-2.box-style-2 .box-wrapper {
    padding: 25px 15px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    text-align: center;
    position: relative;
}

.fh-service-box-2.box-style-2 h4,
.fh-service-box-2.box-style-2 .box-content {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2.box-style-2 h4 {
    padding-left: 0;
    font-size: 18px;
}

.fh-service-box-2.box-style-2 .box-header {
    border: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.fh-service-box-2.box-style-2 .box-header .fh-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #0c1239;
    float: none;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2.box-style-2 .box-header .fh-icon i,
.fh-service-box-2.box-style-2 .box-header .fh-icon i:before {
    font-size: 48px;
}

.fh-service-box-2.box-style-2 .read-more {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #0c1239;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
    margin-top: 7px;
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.fh-service-box-2.box-style-2:hover .box-thumb .fh-icon {
    opacity: 1;
}

.fh-service-box-2.box-style-2:hover .box-thumb:before {
    opacity: 0.85;
}

.fh-service-box-2.box-style-2:hover h4,
.fh-service-box-2.box-style-2:hover .box-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service-box-2.box-style-2:hover .read-more {
    opacity: 1;
}

.fh-service-box-2.box-style-2:hover .box-header .fh-icon {
    opacity: 0;
}

/*** 

====================================================================
	contact-box
====================================================================

 ***/

.fh-contact-box {
    margin-bottom: 45px;
}

.fh-contact-box h4 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.fh-contact-box i {
    float: left;
    font-size: 26px;
color: #00ADEF;
    
}

.fh-contact-box i:before {
    font-size: 26px;
}

.fh-contact-box h4,
.fh-contact-box .desc {
    padding-left: 40px;
}

.fh-contact-box ul {
    padding-left: 40px;
    margin: 0;
    list-style: none;
}

.fh-contact-box ul li {
    float: left;
    width: 42px;
    height: 42px;
    line-height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #f4f4f4;
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-contact-box ul li:first-child {
    margin-left: 0;
}

.fh-contact-box ul li:last-child {
    margin-right: 0;
}

.fh-contact-box ul li a {
    color: #848484;
    display: block;
    font-size: 15px;
}

.fh-contact-box ul li a i {
    float: none;
    color: inherit;
    font-size: inherit;
}

.fh-contact-box ul li a i:before {
    font-size: inherit;
}

.fh-contact-box ul li:hover {
    background-color: #ff0000;
}

.fh-contact-box ul li:hover a {
    color: #fff;
}

/*** 

====================================================================
	Projects
====================================================================

 ***/

.fh-project .list-project {
    overflow: hidden;
}

.fh-project .item-project {
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
}

.fh-project .item-project .project-thumbnail {
    position: relative;
    margin-bottom: 15px;
}

.fh-project .item-project .pro-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-project .item-project .project-summary h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.fh-project .item-project .project-summary h2 a {
    color: #fff;
}

.fh-project .item-project .project-summary .project-cat {
    color: #ff0000;
}

.fh-project .item-project .project-summary .project-cat a {
    color: #ff0000;
}

.fh-project ul.filter {
    margin-bottom: 70px;
    list-style: none;
    position: relative;
    text-align: right;
    padding-left: 0;
}

.fh-project ul.filter li {
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    position: relative;
    background-color: #1d1d1d;
    border: 1px dashed transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-project ul.filter li.active,
.fh-project ul.filter li:hover {
    border-color: rgba(255, 255, 255, 0.15);
}

.fh-project ul.filter li:first-child {
    margin-left: 0;
}

.fh-project ul.filter li:last-child {
    margin-right: 0;
}

.fh-project.style-1 .project-thumbnail {
    overflow: hidden;
    position: relative;
}

.fh-project.style-1 .project-thumbnail .pro-link {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-project.style-1 .project-thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-project.style-1 .project-inner:hover .project-thumbnail a {
    opacity: 0.6;
}

.fh-project.style-1 .project-inner:hover .project-thumbnail img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.fh-project.style-2 .project-inner,
.fh-project.style-3 .project-inner {
    position: relative;
}

.fh-project.style-2 .project-inner .project-thumbnail,
.fh-project.style-3 .project-inner .project-thumbnail {
    margin-bottom: 0;
}

.fh-project.style-2 .project-inner .project-summary,
.fh-project.style-3 .project-inner .project-summary {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    padding: 0 15px;
}

.fh-project.style-2 .project-inner:hover .pro-link,
.fh-project.style-3 .project-inner:hover .pro-link {
    background-color: rgba(0, 0, 0, 0.8);
}

.fh-project.style-2 .project-inner:hover .project-summary,
.fh-project.style-3 .project-inner:hover .project-summary {
    opacity: 1;
}

.fh-project.style-2 .item-project {
    width: 25%;
    padding: 0 15px;
}

.fh-project.style-2 .item-project.project-1 {
    width: 50%;
}

.fh-project.style-2 ul.filter {
    margin-bottom: 70px;
    list-style: none;
    position: relative;
    text-align: right;
    padding-left: 0;
}

.fh-project.style-2 ul.filter li {
    color: #848484;
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px;
    margin: 0;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-project.style-2 ul.filter li:before {
    content: '/';
    color: #848484;
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fh-project.style-2 ul.filter li.active,
.fh-project.style-2 ul.filter li:hover {
    color: #ff0000;
}

.fh-project.style-2 ul.filter li:first-child {
    padding-left: 0;
}

.fh-project.style-2 ul.filter li:last-child {
    padding-right: 0;
}

.fh-project.style-2 ul.filter li:last-child:before {
    display: none;
}

.fh-project.style-3 .item-project {
    width: 20%;
    padding: 0;
    margin: 0;
}

.fh-project.style-3 ul.filter {
    margin-bottom: 70px;
    list-style: none;
    position: relative;
    text-align: right;
    padding-left: 0;
}

.fh-project.style-3 ul.filter li {
    color: #656565;
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px;
    margin: 0;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-project.style-3 ul.filter li:before {
    content: '/';
    color: #656565;
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fh-project.style-3 ul.filter li.active,
.fh-project.style-3 ul.filter li:hover {
    color: #ff0000;
}

.fh-project.style-3 ul.filter li:first-child {
    padding-left: 0;
}

.fh-project.style-3 ul.filter li:last-child {
    padding-right: 0;
}

.fh-project.style-3 ul.filter li:last-child:before {
    display: none;
}

.fh-latest-post .item-latest-post {
    margin-bottom: 30px;
    background-color: #fff;
}

.fh-latest-post .item-latest-post.column-4 .entry-title {
    font-size: 20px;
}

.fh-latest-post .item-latest-post .entry-thumbnail {
    margin-bottom: 15px;
    position: relative;
}

.fh-latest-post .item-latest-post .entry-thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
}

.fh-latest-post .item-latest-post .entry-thumbnail a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #0c1239;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-latest-post .item-latest-post .entry-thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-latest-post .item-latest-post .entry-meta {
    padding-bottom: 0;
}

.fh-latest-post .item-latest-post .entry-title {
    line-height: 1.2;
    margin-bottom: 5px;
}

.fh-latest-post .item-latest-post .entry-title a {
    font-size: 20px;
    font-weight: 500;
}

.fh-latest-post .item-latest-post .entry-footer {
    border: 0;
    padding: 0;
    font-weight: 500;
}

.fh-latest-post .item-latest-post .entry-footer a {
    color: #ff0000;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.fh-latest-post .item-latest-post:hover .entry-thumbnail a:before {
    opacity: 0.7;
}

.fh-latest-post .item-latest-post:hover .entry-thumbnail img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.fh-latest-post.carousel .owl-nav div {
    width: 50px;
    height: 50px;
    line-height: 48px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #d8d8d8;
    color: #d8d8d8;
    font-size: 18px;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-latest-post.carousel .owl-nav div:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.fh-latest-post.carousel .owl-nav .owl-next {
    right: 15px;
}

.fh-latest-post.carousel .owl-nav .owl-prev {
    right: 75px;
    left: auto;
}

.fh-latest-post.carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border-color: #ececec;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-latest-post.carousel .owl-dots .owl-dot:hover span,
.fh-latest-post.carousel .owl-dots .owl-dot.active span {
    border-color: #ff0000;
    background-color: #ff0000;
}

.fh-latest-post .post-list {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.fh-latest-post .owl-item {
    padding: 0 15px;
}

/*** 

====================================================================
	Counter
====================================================================

 ***/

.fh-counter {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.fh-counter .fh-icon {
    display: block;
    padding-bottom: 25px;
}

.fh-counter .fh-icon i,
.fh-counter .fh-icon i:before {
    font-size: 80px;
}

.fh-counter .counter {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.fh-counter h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    background-color: #ff0000;
    margin-top: 10px;
    padding: 5px 10px;
    font-weight: 600;
}

.fh-counter.icon-left {
    text-align: left;
}

.fh-counter.icon-left .fh-icon {
    float: left;
    padding-bottom: 0;
    margin-top: -10px;
}

.fh-counter.icon-left .fh-icon i,
.fh-counter.icon-left .fh-icon i:before {
    font-size: 60px;
}

.fh-counter.icon-left .counter {
    font-size: 48px;
    font-weight: 300;
    padding-right: 0;
    padding-left: 80px;
}

.fh-counter.icon-left h4 {
    font-size: 16px;
    background-color: transparent;
}

/*** 

====================================================================
	Testimonials
====================================================================

 ***/

.fh-testimonials .testi-item {
    position: relative;
    padding: 40px 35px 35px 125px;
}

.fh-testimonials .testi-icon {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 3px solid #f4f4f4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #f4f4f4;
}

.fh-testimonials .testi-icon i:before {
    font-size: 28px;
}

.fh-testimonials .testi-star {
    display: inline-block;
    border: 1px solid #f4f4f4;
    text-align: center;
    font-size: 14px;
    padding: 3px 7px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.fh-testimonials .testi-star i {
    padding: 0 4px;
    color: #ebce09;
}

.fh-testimonials .testi-des {
    font-style: italic;
    font-size: 22px;
    padding-bottom: 10px;
}

.fh-testimonials .testi-name {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.fh-testimonials .testi-job {
    font-size: 16px;
    color: #ff0000;
}

.fh-testimonials-grid .testi-item {
    border: 3px solid #f4f4f4;
    margin-bottom: 50px;
}

.fh-testimonials-carousel {
    overflow: hidden;
    color: #f7f7f7;
    position: relative;
}

.fh-testimonials-carousel .testi-wrapper {
    padding: 115px 0;
    background-color: #0c1239;
}

.fh-testimonials-carousel.column-1 .testi-item {
    width: 50%;
}

.fh-testimonials-carousel.column-2 {
    border: none;
}

.fh-testimonials-carousel.column-2 .owl-dots {
    position: static;
    margin-top: 45px;
}

.fh-testimonials-carousel.column-2 .testi-list {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.fh-testimonials-carousel.column-2 .owl-item {
    padding: 0 15px;
}

.fh-testimonials-carousel .testi-item {
    border: 3px solid rgba(247, 247, 247, 0.11);
}

.fh-testimonials-carousel .testi-icon {
    border-color: #fff;
    color: #fff;
}

.fh-testimonials-carousel .testi-star {
    border-color: #232951;
}

.fh-testimonials-carousel .testi-info {
    padding-right: 35%;
}

.fh-testimonials-carousel .testi-name {
    color: #f7f7f7;
}

.fh-testimonials-carousel .owl-dots {
    text-align: center;
    position: absolute;
    right: 52%;
    bottom: 150px;
}

.fh-testimonials-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-testimonials-carousel .owl-dots .owl-dot:hover span,
.fh-testimonials-carousel .owl-dots .owl-dot.active span {
    border-color: #ff0000;
    background-color: #ff0000;
}

.fh-testimonials-carousel .owl-nav div {
    width: 55px;
    height: 55px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-testimonials-carousel .owl-nav div:hover {
    border-color: #ff0000;
    color: #ff0000;
}

.fh-testimonials-carousel .owl-nav .owl-prev {
    left: 15px;
}

.fh-testimonials-carousel .owl-nav .owl-next {
    right: 15px;
}

/*** 

====================================================================
	Pricing
====================================================================

 ***/

.fh-price-table {
    text-align: center;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.09);
    margin-bottom: 40px;
    font-weight: 400;
}

.fh-price-table .table-header {
    background-color: #0c1239;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 35px;
    padding-right: 17.5%;
    padding-left: 17.5%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-price-table .desc {
    color: #a3a3a3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-price-table .plan-name {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.fh-price-table .price-box {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}

.fh-price-table .price-box .currency {
    font-size: 18px;
    font-weight: 300;
    color: #a3a3a3;
    position: absolute;
    top: 17px;
    left: -12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-price-table .price-box .unit {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 85%;
    color: #a3a3a3;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-price-table .table-content {
    padding-top: 10px;
    padding-bottom: 40px;
    border: 2px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-top: 0;
}

.fh-price-table .table-content a {
    margin-top: 40px;
    border: 2px solid #f4f4f4;
    background-color: transparent;
    color: #222;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-price-table ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fh-price-table ul li {
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4;
}

.fh-price-table.promoted .table-header,
.fh-price-table:hover .table-header {
    color: #fff;
    background-color: #ff0000;
}

.fh-price-table.promoted .desc,
.fh-price-table:hover .desc {
    color: #fff;
}

.fh-price-table.promoted .price-box .currency,
.fh-price-table:hover .price-box .currency,
.fh-price-table.promoted .price-box .unit,
.fh-price-table:hover .price-box .unit {
    color: #fff;
}

.fh-price-table.promoted .table-content,
.fh-price-table:hover .table-content {
    border-color: #ff0000;
}

.fh-price-table.promoted .table-content a,
.fh-price-table:hover .table-content a {
    border-color: #ff0000;
    background-color: #ff0000;
    color: #fff;
}

.fh-partner .partner-item {
    width: 100%;
    text-align: center;
}

.fh-partner .partner-item .partner-content {
    min-height: 90px;
    line-height: 84px;
}

.fh-partner .partner-item a {
    height: 100%;
    display: block;
}

/*** 

====================================================================
	Services
====================================================================

 ***/

.fh-service .item-service.col-md-4:nth-child(3n+1),
.fh-service .item-service.col-md-3:nth-child(4n+1) {
    clear: left;
}

.fh-service .entry-title {
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 500;
}

.fh-service .entry-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}

.fh-service .entry-thumbnail .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #0c1239;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service .entry-thumbnail .icon {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff0000;
    text-align: center;
    line-height: 70px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 100;
}

.fh-service .entry-thumbnail img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.fh-service h2,
.fh-service h2 a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service .read-more {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #ff0000;
    font-weight: 500;
}

.fh-service .service-content {
    margin-bottom: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-service .service-content:hover .entry-thumbnail .link {
    opacity: 0.7;
}

.fh-service .service-content:hover .entry-thumbnail img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.fh-service .service-content:hover .entry-thumbnail .icon {
    opacity: 1;
}

.fh-service .service-content:hover h2,
.fh-service .service-content:hover h2 a {
    color: #ff0000;
}

.fh-service.style-bordered .summary {
    padding: 25px 30px;
    border: 1px solid #f4f4f4;
    border-top-width: 0;
    font-weight: 400;
}

.fh-service.style-bordered .item-service.no-thumb .summary {
    border-top-width: 1px;
}

.fh-service.style-bordered .service-content:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.07);
}

.fh-service.style-flat {
    text-align: center;
}

.fh-service.style-flat .entry-thumbnail {
    margin-bottom: 22px;
}

.fh-service.style-flat .summary {
    padding: 0 25px;
}

.fh-service.style-flat .entry-title {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 15px;
}

.fh-service.style-flat .entry-title:after {
    content: '';
    width: 67px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff0000;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-heading {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title {
    font-weight: 500;
    font-size: 18px;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a {
    color: #222 !important;
    padding: 20px !important;
    background-color: #f7f7f7 !important;
    cursor: pointer;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a i {
    font-size: 18px !important;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 27px;
    color: #848484;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-title a span {
    margin-left: 0 !important;
}

.fh-accordion.vc_tta-accordion .vc_tta-panel-body {
    background-color: #fff !important;
    padding: 25px 20px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a {
    color: #222 !important;
    padding: 18px 20px !important;
    background-color: #fff !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a i {
    font-size: 18px !important;
    position: absolute;
    right: 15px;
    margin-left: 0;
    top: 27px;
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a:hover {
    color: #ff0000 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-title a:hover i {
    color: #ff0000 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel-body {
    background-color: #fff !important;
    padding: 5px 20px 10px 20px !important;
    border-top: 0 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title a {
    color: #ff0000 !important;
}

.fh-accordion.style-2.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title a i {
    color: #ff0000 !important;
}

.vc_opening-hours {
    border: 2px solid #ececec;
    padding: 20px 30px;
}

.vc_opening-hours h3 {
    margin: 0;
    font-size: 24px;
    padding-bottom: 15px;
}

.vc_opening-hours ul {
    padding: 0;
    list-style: none;
    margin-left: 0;
}

.vc_opening-hours ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
}

.vc_opening-hours ul li:last-child {
    border-bottom: none;
}

.vc_opening-hours ul li span {
    float: right;
}

.service-tabs .vc_tta-tabs-container {
    margin: 0 !important;
}

.service-tabs .vc_tta-tabs-list {
    background-color: #04192b;
}

.service-tabs .vc_tta-tabs-list li,
.service-tabs .vc_tta-tabs-list li a {
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.service-tabs .vc_tta-tabs-list li {
    padding: 15px 0 !important;
}

.service-tabs .vc_tta-tabs-list li a {
    color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.service-tabs .vc_tta-tabs-list li:hover a,
.service-tabs .vc_tta-tabs-list li.vc_active a {
    color: #ff0000 !important;
    border-color: #ff0000;
}

.service-tabs .vc_tta-tabs-list li:last-child a {
    border: 0 !important;
}

/*** 

====================================================================
	Team
====================================================================

 ***/

.fh-team .team-list {
    padding-top: 105px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.fh-team .team-list .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}

.fh-team .team-member {
    margin-bottom: 30px;
    text-align: center;
}

.fh-team .team-member .team-header {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
}

.fh-team .team-member .team-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c1239;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
}

.fh-team .team-member .team-header img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-team .team-member ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: -45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-team .team-member ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 1px 0;
    background-color: #ff0000;
}

.fh-team .team-member ul li a {
    color: #fff;
    display: block;
}

.fh-team .team-member:hover .team-header:before {
    opacity: 0.7;
}

.fh-team .team-member:hover .team-header img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.fh-team .team-member:hover ul {
    left: 0;
}

.fh-team .team-member h4 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

.fh-team .team-member .job {
    color: #ff0000;
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.fh-team .owl-nav div {
    font-size: 18px;
    color: #d8d8d8;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.fh-team .owl-nav div:hover {
    color: #fff;
    background-color: #ff0000;
}

.fh-team .owl-nav .owl-next {
    right: 15px;
}

.fh-team .owl-nav .owl-prev {
    right: 75px;
    left: auto;
}

.fh-team .owl-dots {
    text-align: center;
}

.fh-team .owl-dots .owl-dot span {
    border-color: #efefef;
    background-color: #fff;
    width: 10px;
    height: 10px;
}

.fh-team .owl-dots .owl-dot:hover span,
.fh-team .owl-dots .owl-dot.active span {
    border-color: #ff0000;
    background-color: #ff0000;
}

/*** 

====================================================================
	Custom Quote
====================================================================

 ***/

.custom-quote blockquote {
    margin-left: 0;
    margin-top: 25px;
    padding: 30px 10px 10px 50px;
    border-left: 2px solid #f4f4f4;
    position: relative;
}

.custom-quote blockquote:before {
    content: '\e914';
    font-family: 'factoryplus';
    font-size: 20px;
    color: #ff0000;
    position: absolute;
    left: 20px;
    top: 0;
    font-style: initial;
}

.custom-quote blockquote a {
    display: block;
    color: #ff0000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-style: initial;
}

.custom-quote.quote-project blockquote {
    background-color: #fafafa;
    border-left: 1px solid #ff0000;
    padding: 20px 10px 20px 75px;
}

.custom-quote.quote-project blockquote:before {
    font-size: 32px;
    color: #ececec;
    top: 10px;
    left: 25px;
}

.custom-quote.quote-project blockquote:after {
    content: '';
    position: absolute;
    height: 90%;
    width: 1px;
    background-color: #ff0000;
    left: 3px;
    top: 0;
}

.custom-quote.quote-project blockquote h3 {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}























/************ TABLE OF CONTENTS ***************
1.Fonts
2.Elements & section
3.service section
4.Header widget
5.Section Title
6.swatches
7.page section style

**********************************************/

/*** 

====================================================================
	Fonts
====================================================================

 ***/

 @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 /*** 
 
 ====================================================================
     Elements and layout section
 ====================================================================
 
  ***/
 
 .padd0 {
     padding: 0;
 }
 
 .paddtop0 {
     padding-top: 0 !important;
 }
 
 .paddtop40 {
     padding-top: 40px !important;
 }
 
 .paddtop20 {
     padding-top: 20px !important;
 }
 
 .paddtop30 {
     padding-top: 30px !important;
 }
 
 .margtop30 {
     margin-top: 30px !important;
 }
 
 .margbtm30 {
     margin-bottom: 30px !important;
 }
 
 .margbtm40 {
     margin-bottom: 40px !important;
 }
 
 .paddbtm20 {
     padding-bottom: 20px !important;
 }
 
 .paddbtm30 {
     padding-bottom: 30px !important;
 }
 
 .paddbtm40 {
     padding-bottom: 40px !important;
 }
 
 .paddbtm60 {
     padding-bottom: 60px !important;
 }
 
 .padbtm70 {
     padding-bottom: 70px !important;
 }
 
 .paddbtm80 {
     padding-bottom: 80px !important;
 }
 
 .margtb40 {
     margin: 40px 0;
 }
 
 .hidden {
     display: none !important;
     visibility: hidden !important;
 }
 
 .graybg {
     background: #f7f7f7;
 }
 
 /*** 
 
 ====================================================================
     service section
 ====================================================================
 
  ***/
 
 .service-tabs .vc_tta-tabs-container {
     margin: 0 !important;
 }
 
 .service-tabs .vc_tta-tabs-list {
     background-color: #04192b;
 }
 
 .service-tabs .vc_tta-tabs-list li,
 .service-tabs .vc_tta-tabs-list li a {
     background-color: transparent !important;
     border-radius: 0 !important;
     border: 0 !important;
 }
 
 .service-tabs .vc_tta-tabs-list li {
     padding: 15px 0 !important;
 }
 
 .service-tabs .vc_tta-tabs-list li a {
     color: #fff !important;
     padding-top: 0 !important;
     padding-bottom: 0 !important;
     border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
 }
 
 .service-tabs .vc_tta-tabs-list li:hover a,
 .service-tabs .vc_tta-tabs-list li.vc_active a {
     color: #73b21a !important;
     border-color: #73b21a;
 }
 
 .service-tabs .vc_tta-tabs-list li:last-child a {
     border: 0 !important;
 }
 
 #text-4 {
     padding-left: 0;
 }
 
 /*** 
 
 ====================================================================
     Header widget
 ====================================================================
 
  ***/
 
 .header-v1 .cargo-office-location-widget,
 .header-v2 .cargo-office-location-widget {
     padding-left: 0;
 }
 
 .header-v4 #cargohub-social-links-widget-2 {
     padding-right: 0;
 }
 
 .topbar .cargo-search-widget {
     padding-right: 0;
 }
 
 .header-v3 .footer-widgets .cargohub-social-links-widget,
 .header-v4 .footer-widgets .cargohub-social-links-widget {
     padding-top: 20px;
     border-top: 1px solid rgba( 255, 255, 255, 0.1);
 }
 
 .fh-icon-box.style-2 .fh-icon {
     background-color: #fff;
 }
 
 @media (max-width: 600px) {
     .count-title {
         padding: 0 !important;
         font-size: 44px !important;
     }
 }
 
 @media (max-width: 768px) {
     .intro-hp1 {
         width: 100% !important;
     }
 }
 
 /*** 
 
 ====================================================================
     Section Title
 ====================================================================
 
  ***/
 
 .tp-caption.ch_title,
 .ch_title {
     color: #ffffff;
     font-size: 50px;
     line-height: 60px;
     font-weight: 700;
     font-style: normal;
     font-family: Montserrat;
     text-decoration: none;
     background-color: transparent;
     border-color: transparent;
     border-style: none;
     border-width: 0 0 0 0px;
     border-radius: 0 0 0 0px
 }
 
 .tp-caption.ch_content,
 .ch_content {
     color: #ffffff;
     font-size: 24px;
     line-height: 24px;
     font-weight: 400;
     font-style: normal;
     font-family: Open Sans;
     text-decoration: none;
     background-color: transparent;
     border-color: transparent;
     border-style: none;
     border-width: 0 0 0 0px;
     border-radius: 0 0 0 0px
 }
 
 .tp-caption.ch_button,
 .ch_button {
     color: rgba(255, 255, 255, 1);
     font-size: 15px;
     line-height: 15px;
     font-weight: bold;
     font-style: normal;
     font-family: Montserrat;
     text-decoration: none;
     background-color: rgba(0, 0, 0, 0);
     border-color: #ffffff;
     border-style: solid;
     border-width: 1 1 1 1px;
     border-radius: 0px 0px 0px 0px;
     border-width: 1px 1px 1px 1px
 }
 
 .tp-caption.ch_button:hover,
 .ch_button:hover {
     color: #ffffff;
     text-decoration: none;
     background-color: #ff0000;
     border-color: #ff0000;
     border-style: solid;
     border-width: 1 1 1 1px;
     border-radius: 0px 0px 0px 0px;
     cursor: pointer
 }
 
 /*** 
 
 ====================================================================
     swatches
 ====================================================================
 
  ***/
 
 .tawcvs-swatches {
     overflow: hidden;
     padding: 5px;
 }
 
 .tawcvs-swatches .swatch {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     display: inline-block;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     margin-right: 15px;
     cursor: pointer;
     border: 1px solid transparent;
     position: relative;
     opacity: 0.5;
 }
 
 .tawcvs-swatches .swatch.selected {
     -webkit-box-shadow: 0 0 5px;
     -moz-box-shadow: 0 0 5px;
     box-shadow: 0 0 5px;
     border-color: #999;
     opacity: 1;
 }
 
 .tawcvs-swatches .swatch.disabled {
     opacity: 0.1;
 }
 
 .tawcvs-swatches .swatch-color {
     text-indent: -9999px;
 }
 
 .tawcvs-swatches .swatch-color.selected {
     border-color: transparent;
 }
 
 .tawcvs-swatches .swatch-color.selected:before {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     transform: rotate(45deg);
     content: "";
     width: 6px;
     height: 10px;
     display: block;
     border: solid #fff;
     border-width: 0 2px 2px 0;
     position: absolute;
     top: 8px;
     left: 11px;
 }
 
 .tawcvs-swatches .swatch-label {
     background-color: #f1f1f1;
 }
 
 .tawcvs-swatches .swatch-image {
     overflow: hidden;
 }
 
 .tp-caption.fp_title_layer,
 .fp_title_layer {
     color: rgba(255, 255, 255, 1);
     font-size: 60px;
     line-height: 60px;
     font-weight: 600;
     font-style: normal;
     font-family: Poppins;
     text-decoration: none;
     background-color: transparent;
     border-color: transparent;
     border-style: none;
     border-width: 0 0 0 0px;
     border-radius: 0 0 0 0px
 }
 
 .tp-caption.fp_content_layer,
 .fp_content_layer {
     color: #6aaf08;
     font-size: 16px;
     line-height: 16px;
     font-weight: 600;
     font-style: normal;
     font-family: Poppins;
     text-decoration: none;
     background-color: transparent;
     border-color: transparent;
     border-style: none;
     border-width: 0 0 0 0px;
     border-radius: 0 0 0 0px
 }
 
 .tp-caption.fh_button,
 .fh_button {
     color: rgba(255, 255, 255, 1);
     font-size: 16px;
     line-height: 16px;
     font-weight: 600;
     font-style: normal;
     font-family: Poppins;
     text-decoration: none;
     background-color: rgba(0, 0, 0, 0);
     border-color: #ffffff;
     border-style: solid;
     border-width: 2 2 2 2px;
     border-radius: 30px 30px 30px 30px
 }
 
 .tp-caption.fh_button:hover,
 .fh_button:hover {
     color: #ffffff;
     text-decoration: none;
     background-color: #ffc811;
     border-color: #ffc811;
     border-style: solid;
     border-width: 2 2 2 2px;
     border-radius: 30px 30px 30px 30px;
     cursor: pointer
 }
 
 .hdrgtpara {
     color: #fff;
     font-size: 20px;
     font-weight: 300;
 }
 
 .bluebg {
     background: #0b3b5e;
 }
 
 .lftredbrdr {
     border-left: 2px solid red;
     padding-left: 25px;
 }
 
 /*** 
 
 ====================================================================
     Page section style
 ====================================================================
 
  ***/
 
 .homecounts {
     background: url(../images/bg/count-bg-1.jpg) center center no-repeat;
     backgrpund-size: cover;
     padding: 80px 0;
 }
 
 .homecounts h2 {
     color: #fff;
     font-size: 48px;
     font-weight: 600;
     text-align: center;
     margin: 0 0 40px;
     padding: 0 65px;
     line-height: 1.3;
 }
 
 .whychoose-1 .quofrm1 {
     padding: 80px 30px 95px;
     background: #f7f7f7;
 }
 
 .whychoose-1 .fh-icon-box:last-child {
     margin-bottom: 0;
 }
 
 .partener-1.bluebg {
     padding: 40px 0;
 }
 
 .partener-1 .fh-partner .partner-item {
     border-width: 3px;
     border-style: solid;
     border-color: #101742;
 }
 
 .partener-1 .owl-carousel .owl-item img {
     display: inline-block;
 }
 
 .testmonial-1.secpadd {
     padding: 80px 0 60px;
 }
 
 .footer-widgets {
     background-color: #0c1239;
     background-image: url(../images/bg/footer-bg.jpg);
 }
 
 .site-footer {
     background-color: #232951;
 }
 
 .switch-default {
     background: #ff0000;
     border-right-color: #0c1239;
     border-bottom-color: #0c1239;
 }
 
 .switch-navy {
     background: #00baff;
     border-right-color: #0c1239;
     border-bottom-color: #0c1239;
 }
 
 .switch-orange {
     background: #ee6012;
     border-right-color: #202020;
     border-bottom-color: #202020;
 }
 
 .switch-yellow {
     background: background:#f6a604;
     border-right-color: #0032ab;
     border-bottom-color: #0032ab;
 }
 
 .welcomesec-2 {
     background: #0c1239 url(../images/bg/welcomebg.jpg) no-repeat;
     padding-bottom: 70px;
 }
 
 .welservices-2 {
     margin-top: -133px;
     margin-bottom: 40px;
 }
 
 .welcomesec-2 .intro-hp2 {
     width: 60%;
     margin: 0 auto;
     text-align: center;
 }
 
 .welcomesec-2 .intro-hp2 h4 {
     font-size: 30px;
     margin: 0;
     color: #fff;
     font-weight: 400;
 }
 
 .contact_services {
     background: #0c1239 url(../images/bg/bg-2.jpg) center top no-repeat;
     bacground-size: cover;
 }
 
 .contact_servbox h4 {
     margin: 0;
     font-size: 30px;
     color: #fff;
     font-weight: 400;
 }
 
 .contact_servbox h3 {
     margin: 0;
     font-size: 48px;
     color: #fff;
     font-weight: 400;
 }
 
 .contact_servbox h2 {
     margin: 0;
     font-size: 60px;
     font-weight: 400;
 }
 
 .contact_servbox p {
     color: #dde2fc;
 }
 
 .contact_servbox .button {
     margin-top: 45px;
 }
 
 .features-1 {
     background: #0c1239 url(../images/bg/bg-box-2.jpg) center top no-repeat;
     bacground-size: cover;
 }
 
 .frs1box {
     border-right-width: 1px;
     padding: 80px 45px 60px;
     border-right-color: rgba(255, 255, 255, 0.15);
     border-right-style: solid;
 }
 
 .checkbox_item {
     display: block;
     margin-bottom: 7px;
 }
 
 .quote1forms .request-form .checkbox_item label {
     font-weight: 300;
     color: #666;
 }
 
 .quote1forms .request-form .checkbox_item label input {
     margin-right: 15px;
 }
 
 .stripcontact p {
     font-size: 26px;
     color: #fff;
     font-weight: 400;
     padding-top: 5px;
     float: left;
 }
 
 .special_services.bluebg.secpadd {
     padding: 0px 0px;
 }
 
 .homeserv4 {
     background: #0032ab url(../images/bg/service-bg-4.jpg) center top no-repeat;
     padding: 70px 0 180px;
     text-align: center;
 }
 
 .homeserv4 h4 {
     font-size: 36px;
     margin: 0;
     color: #fff;
     font-weight: 400;
     margin-bottom: 25px;
 }
 
 .homeserv4 p {
     width: 70%;
     margin: 0 auto;
     text-align: center;
     font-size: 24px;
     color: #fff;
     font-weight: 300;
     margin-bottom: 35px;
 }
 
 .homeserv-4 {
     background: #f7f7f7;
     padding-bottom: 60px;
 }
 
 .homeserv-4 .row {
     margin-top: -80px;
 }
 
 .header-v4 .fh-section-title h2 {
     font-size: 30px;
 }
 
 .home4form .quofrm1 {
     background: #fff;
 }
 
 .home4form {
     background: url(../images/bg/bg-4.jpg) center center no-repeat;
     background-size: cover;
 }
 
 .home4form .fh-form textarea,
 .home4form .fh-form input[type="text"],
 .home4form .fh-form input[type="email"],
 .home4form .fh-form select {
     border: 2px solid #ececec;
 }
 
 .homecounts-2 {
     background: #0032ab;
     padding: 50px 0 30px;
 }
 
 .teampara {
     text-align: center;
 }
 
 .teampara {
     width: 65%;
     margin: 0 auto;
     text-align: center;
     font-size: 20px;
     font-weight: 400;
 }
 
 .hometeam-1 .fh-team {
     margin-top: -50px;
 }
 
 .testmonial-4 {
     background: url(../images/bg/testi-bg-4.jpg) center center no-repeat;
     background-size: cover;
     padding: 110px 0 70px;
 }
 
 .features-1 .borderboth {
     border: 0;
     background: #083ab3;
 }
 
 .features-1 .frs1box {
     border: 0;
 }
 
 .uthead {
     font-size: 30px;
     font-weight: 600;
     color: #222;
     line-height: 1.2;
     font-family: 'Montserrat', sans-serif;
     text-transform: uppercase;
     margin-bottom: 20px;
 }
 
 .mdltxtnrow {
     font-size: 22px;
 }
 
 .allservsec {
     padding: 0 0 70px;
 }
 
 .allservsec .fh-service.style-bordered .summary {
     padding: 25px 20px;
 }
 
 .fh-section-title.f30 h2 {
     font-size: 30px;
 }
 
 .fh-section-title.f25 h2 {
     font-size: 25px;
 }
 
 .fh-section-title.f20 h2 {
     font-size: 20px;
 }
 
 .partener_slide2 .partner-item {
     border-width: 1px;
     border-style: solid;
     border-color: #f4f4f4;
 }
 
 .partener_slide2 .owl-item img {
     display: inline-block;
     width: 100%;
     -webkit-transform-style: preserve-3d;
 }
 
 .aboutsec-2.secpaddbig {
     padding: 100px 0 80px;
 }
 
 .contact_services.bluebg.secpadd {
     padding: 80px 0 100px;
 }
 
 .aboutsec-3.secpadd {
     padding: 85px 0 60px;
 }
 
 .homeserv1.secpadd2 {
     padding: 90px 0 40px;
 }
 
 .special_services.secpadd {
     padding: 80px 0 60px;
 }
 
 .hometeam-1.secpadd {
     padding: 80px 0 90px;
 }
 
 .servdtlimg.margbtm30 {
     margin-bottom: 50px !important;
 }
 
 .aboutsec-2.secpaddbig {
     padding: 80px 0 90px;
 }
 
 .delservtest .fh-testimonials .testi-des {
     font-size: 18px;
 }
 
 .delservtest .fh-testimonials .testi-item {
     border: 0;
     padding: 0 0 0 60px;
 }
 
 .delservtest .fh-testimonials .testi-icon {
     left: 0;
     top: 0;
 }
 
 .delservtest .fh-testimonials .testi-icon {
     width: 40px;
     height: 40px;
     line-height: 36px;
     color: #ff0000;
     border-color: #ff0000;
 }
 
 .delservtest .fh-testimonials .testi-icon i:before {
     font-size: 18px;
 }
 
 .servdtlaccord .panel-heading .accordion-toggle:after {
     font-family: FontAwesome;
     content: "\f107";
     float: right;
 }
 
 .servdtlaccord .panel-heading .accordion-toggle.collapsed:after {
     content: "\f105";
 }
 
 .servdtlaccord .panel-default>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: #f0f0f0;
 }
 
 .servdtlaccord .panel-default>.panel-heading {
     background-color: #fff;
 }
 
 .servdtlaccord .panel-default>.panel-heading.active-panel a {
     color: #ff0000;
 }
 
 .servdtlaccord .fh-section-title {
     margin-bottom: 50px;
 }
 
 .servdtlaccord .panel {
     box-shadow: none;
     border: 1px solid #eee !important;
 }
 
 .features-3 {
     padding: 70px 0px 40px;
 }
 
 .faqpagesec {
     position: relative;
 }
 
 .faqpagesec::after {
     background: #f7f7f7;
     content: "";
     position: absolute;
     width: 47%;
     height: 100%;
     top: 0;
     right: 0;
     z-index: -1;
 }
 
 .fancybox-overlay {
     z-index: 999999 !important;
 }
 
 .fancybox-wrap {
     z-index: 9999999 !important;
 }
 
 .track-form .fh-radio label {
     color: #848484;
     font-weight: 300;
     font-family: 'Open Sans', sans-serif;
     padding-top: 0;
 }
 
 .track-form .fh-radio label input {
     margin-right: 5px;
 }
 
 .tracksidebar {
     padding: 0 10px 0 40px;
     border-left: 1px solid #f4f4f4;
 }
















 @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
}

.flaticon-signs-2:before {
    content: "\f100";
}

.flaticon-cup:before {
    content: "\f101";
}

.flaticon-rubber:before {
    content: "\f102";
}

.flaticon-office:before {
    content: "\f103";
}

.flaticon-people-3:before {
    content: "\f104";
}

.flaticon-shield-1:before {
    content: "\f105";
}

.flaticon-medal-2:before {
    content: "\f106";
}

.flaticon-nature-6:before {
    content: "\f107";
}

.flaticon-internet:before {
    content: "\f108";
}

.flaticon-clothes:before {
    content: "\f109";
}

.flaticon-phone-set:before {
    content: "\f10a";
}

.flaticon-music:before {
    content: "\f10b";
}

.flaticon-brickwall:before {
    content: "\f10c";
}

.flaticon-nature-5:before {
    content: "\f10d";
}

.flaticon-transport-10:before {
    content: "\f10e";
}

.flaticon-fence:before {
    content: "\f10f";
}

.flaticon-people-2:before {
    content: "\f110";
}

.flaticon-message-1:before {
    content: "\f111";
}

.flaticon-farmer:before {
    content: "\f112";
}

.flaticon-business-1:before {
    content: "\f113";
}

.flaticon-transport-9:before {
    content: "\f114";
}

.flaticon-medal-1:before {
    content: "\f115";
}

.flaticon-wrench:before {
    content: "\f116";
}

.flaticon-medical-1:before {
    content: "\f117";
}

.flaticon-wind:before {
    content: "\f118";
}

.flaticon-square:before {
    content: "\f119";
}

.flaticon-people-1:before {
    content: "\f11a";
}

.flaticon-nature-4:before {
    content: "\f11b";
}

.flaticon-avatar:before {
    content: "\f11c";
}

.flaticon-piston:before {
    content: "\f11d";
}

.flaticon-transport-8:before {
    content: "\f11e";
}

.flaticon-delivery-truck:before {
    content: "\f11f";
}

.flaticon-medal:before {
    content: "\f120";
}

.flaticon-book-1:before {
    content: "\f121";
}

.flaticon-medical:before {
    content: "\f122";
}

.flaticon-drawing:before {
    content: "\f123";
}

.flaticon-road:before {
    content: "\f124";
}

.flaticon-buildings:before {
    content: "\f125";
}

.flaticon-technology-2:before {
    content: "\f126";
}

.flaticon-signs-1:before {
    content: "\f127";
}

.flaticon-transport-7:before {
    content: "\f128";
}

.flaticon-profile:before {
    content: "\f129";
}

.flaticon-stopwatch:before {
    content: "\f12a";
}

.flaticon-alarm-clock-1:before {
    content: "\f12b";
}

.flaticon-alarm-clock:before {
    content: "\f12c";
}

.flaticon-idea:before {
    content: "\f12d";
}

.flaticon-share:before {
    content: "\f12e";
}

.flaticon-multiply:before {
    content: "\f12f";
}

.flaticon-interface-1:before {
    content: "\f130";
}

.flaticon-business:before {
    content: "\f131";
}

.flaticon-folder:before {
    content: "\f132";
}

.flaticon-book:before {
    content: "\f133";
}

.flaticon-route:before {
    content: "\f134";
}

.flaticon-phone-call:before {
    content: "\f135";
}

.flaticon-message:before {
    content: "\f136";
}

.flaticon-signs:before {
    content: "\f137";
}

.flaticon-arrows:before {
    content: "\f138";
}

.flaticon-box-2:before {
    content: "\f139";
}

.flaticon-box-1:before {
    content: "\f13a";
}

.flaticon-pencil:before {
    content: "\f13b";
}

.flaticon-mark:before {
    content: "\f13c";
}

.flaticon-gps:before {
    content: "\f13d";
}

.flaticon-global-1:before {
    content: "\f13e";
}

.flaticon-multimedia:before {
    content: "\f13f";
}

.flaticon-shield:before {
    content: "\f140";
}

.flaticon-technology-1:before {
    content: "\f141";
}

.flaticon-science-1:before {
    content: "\f142";
}

.flaticon-mathematics:before {
    content: "\f143";
}

.flaticon-science:before {
    content: "\f144";
}

.flaticon-home:before {
    content: "\f145";
}

.flaticon-pin:before {
    content: "\f146";
}

.flaticon-right-arrow:before {
    content: "\f147";
}

.flaticon-leaf:before {
    content: "\f148";
}

.flaticon-people:before {
    content: "\f149";
}

.flaticon-nature-3:before {
    content: "\f14a";
}

.flaticon-transport-6:before {
    content: "\f14b";
}

.flaticon-transport-5:before {
    content: "\f14c";
}

.flaticon-transport-4:before {
    content: "\f14d";
}

.flaticon-transport-3:before {
    content: "\f14e";
}

.flaticon-transport-2:before {
    content: "\f14f";
}

.flaticon-nature-2:before {
    content: "\f150";
}

.flaticon-technology:before {
    content: "\f151";
}

.flaticon-international-delivery:before {
    content: "\f152";
}

.flaticon-tool:before {
    content: "\f153";
}

.flaticon-cogwheel:before {
    content: "\f154";
}

.flaticon-nature-1:before {
    content: "\f155";
}

.flaticon-global:before {
    content: "\f156";
}

.flaticon-transport-1:before {
    content: "\f157";
}

.flaticon-clock-1:before {
    content: "\f158";
}

.flaticon-globe:before {
    content: "\f159";
}

.flaticon-check:before {
    content: "\f15a";
}

.flaticon-arrow-pointing-to-right:before {
    content: "\f15b";
}

.flaticon-box:before {
    content: "\f15c";
}

.flaticon-open-cardboard-box:before {
    content: "\f15d";
}

.flaticon-left-quote-sketch:before {
    content: "\f15e";
}

.flaticon-transport:before {
    content: "\f15f";
}

.flaticon-clock:before {
    content: "\f160";
}

.flaticon-shape-1:before {
    content: "\f161";
}

.flaticon-nature:before {
    content: "\f162";
}

.flaticon-quotes:before {
    content: "\f163";
}

.flaticon-social:before {
    content: "\f164";
}

.flaticon-interface:before {
    content: "\f165";
}

.flaticon-weapon:before {
    content: "\f166";
}

.flaticon-shape:before {
    content: "\f167";
}

.flaticon-web:before {
    content: "\f168";
}

.flaticon-quotations:before {
    content: "\f169";
}

.flaticon-straight-quotes:before {
    content: "\f16a";
}

.flaticon-telephone:before {
    content: "\f16b";
}




.credit-size a{
    color: lightslategray;
    font-size: 12px;
}










































/* 
 *  Owl Carousel - Animate Plugin
 */

 .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0; 
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    --webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    display: block;
}


.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    /* background: none repeat scroll 0 0 #869791;
    color: white;*/
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #869791;
}

.footer img{
    height: 120px;
    /* width: 200px; */
    margin-bottom: 30px;
}














/* client Section */

.client{
    height: 500px;
}
.client-heading{
    text-align:center;
    padding: 20px;
    text-transform: uppercase;
  }
  /* Slider */
  
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      height: 260px;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

  .whyp{
    color: #333;
  }
  .partner-image img{
    border: 0.5px solid #0B3B5E;
  }

.fh-contact-box ul:hover{
color: blue;
}



#img-2{
    display: none;
}
#img-brouchure{
    display: none;
}
.title-p{
    color: white !important;
    position: relative;
    bottom: 130px;
    left: 190px;
}
#title-p{
    position: relative;
    bottom: 130px;
    left: 190px;
}

.tp-bgimg{
opacity: 1 !important;
}



/* VIDEO GALLERY */




/* Style the video element */
video {
 
    width: auto;
    height: 50vh;
}

.social-links{
    margin-bottom: 1px !important;
}

.info-list{
    margin-bottom: 0px !important;
}




