/*--
version: 1.0
[Table of contents]
    1. Reset
    2. Preloader
    3. Margin and Padding
    4. Header
    5. Button
    6. Welcome Area Style
    7. Welcome Hero
    8. Services
    9. Counter
    10. Portfolio
    11. Fun Fact
    12. Team Member
    13. Feature
    14. Partners
    15. Price
    16. Blog and News
    17. Contact Form
    18. Widget
    19. Footer
-------------------*/
/* reset */
:root {
    --main-bg-color: #0b0034;
    --main-bg-color-2: #1c0080;
    --main-bg-color-3: #2700b3;

    --main-bg-color-3: #187beb;
    --main-bg-color-2: #2885ca;
    --main-bg-color: #2d578b;
}

* {
    margin: 0;
    padding: 0;
}

html {
    line-height: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

.reverse-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* preloader */
.queryloader__overlay__percentage {
    color: #fff !important;
    height: unset !important;
    margin-top: unset !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Montserrat', sans-serif;
}

/* body */
body,
a,
input,
button,
label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #333;
    margin: 0;
    font-weight: 400;
    word-wrap: break-word;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

b,
b a,
a {
    font-weight: 600;
}

a p {
    font-weight: 400;
}

.input-field>label {
    color: #333;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #000;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

form.white-bg ::placeholder {
    color: black;
}

form.white-bg .row {
    margin-bottom: 2em;
}

textarea {
    height: initial;
}

h1,
h2,
h3,
h4,
ul li h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 400;
    word-wrap: break-word;
    line-height: 1.7;
    color: #222;
}

.bold {
    font-weight: 600;
}

i {
    color: #222;
}

.bg-offwht h1,
.bg-offwht h2,
.bg-offwht h3,
.bg-offwht h4,
.bg-offwht h5,
.bg-offwht h6,
.bg-offwht i,
.bg-offwht body b,
.bg-offwht body b a {
    color: #000;
}

.bg-offwht body,
.bg-offwht p,
.bg-offwht a {
    color: #222;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.text-80 {
    font-size: 80px;
}

.text-70 {
    font-size: 70px;
}

.text-60 {
    font-size: 60px;
}

.text-50 {
    font-size: 48px;
}

.text-40 {
    font-size: 40px;
}

@media only screen and (min-width: 641px) and (max-width: 941px) {
    .text-80 {
        font-size: 70px;
    }

    .text-70 {
        font-size: 60px;
    }

    .text-60 {
        font-size: 50px;
    }

    .text-50 {
        font-size: 40px;
    }

    .text-40 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
    .text-80 {
        font-size: 70px;
    }

    .text-70 {
        font-size: 60px;
    }

    .text-60 {
        font-size: 50px;
    }

    .text-50 {
        font-size: 40px;
    }

    .text-40 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .text-80 {
        font-size: 60px;
    }

    .text-70 {
        font-size: 55px;
    }

    .text-60 {
        font-size: 50px;
    }

    .text-50 {
        font-size: 45px;
    }

    .text-40 {
        font-size: 40px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 17px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 480px) {
    .text-80 {
        font-size: 45px;
    }

    .text-70 {
        font-size: 40px;
    }

    .text-60 {
        font-size: 37px;
    }

    .text-50 {
        font-size: 34px;
    }

    .text-40 {
        font-size: 30px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 360px) {
    .text-80 {
        font-size: 38px;
    }

    .text-70 {
        font-size: 35px;
    }

    .text-60 {
        font-size: 32px;
    }

    .text-50 {
        font-size: 28px;
    }

    .text-40 {
        font-size: 26px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }
}

/* Default */
.tron-page ol,
.tron-page ul {
    margin-left: 30px;
}

.textwidget ul li,
.tron-page ul li {
    list-style-type: disc;
}

table,
th,
td {
    border: 1px solid #999;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    table-layout: fixed;
}

th,
td {
    padding: 4px;
}

p {
    margin-bottom: 10px;
}

/* White Font Color*/
.clr-wht,
#mobile-menu-wraper,
.clr-wht i,
#mobile-menu-wraper i,
.clr-wht b,
#mobile-menu-wraper b,
.clr-wht p,
#mobile-menu-wraper p,
.clr-wht a,
#mobile-menu-wraper a {
    color: #fff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.clr-wht h1,
.clr-wht h2,
.clr-wht h3,
.clr-wht h4,
.clr-wht h5,
.clr-wht h6 {
    color: #eee;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.clr-ylw,
.clr-ylw p,
.clr-ylw a,
.clr-ylw i,
.clr-ylw h1,
.clr-ylw h2,
.clr-ylw h3,
.clr-ylw h4,
.clr-ylw h5,
.clr-ylw h6 {
    color: #ffcc33 !important;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.widget-area.clr-wht a:hover {
    color: #fff;
}

.clr-wht td a:hover {
    color: #000;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

/* wp Button */
.tron_loadmore {
    text-align: center;
}

.trnbtn {
    height: initial;
}

.btn.trnbtn {
    line-height: 1.5;
}

.btn {
    border-radius: 0;
    font-weight: 600;
    line-height: 1.5;
    height: unset;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn,
.btn:hover,
.btn-small,
.btn-small:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
    background-color: unset;
}

.btn-line {
    padding: 13px;
    color: #222;
    background-color: #fff;
    border: 2px solid #222 !important;
}

.btn-line:focus,
.btn-line:hover {
    color: #fff;
    background-color: #222;
}

.btn-line-w {
    padding: 13px;
    color: #fff;
    background-color: unset;
    border: 2px solid #fff;
}

.btn-line-y {
    padding: 13px;
    color: #ffcc33 !important;
    background-color: unset;
    border: 2px solid #ffcc33;
}

.btn-line-y:hover,
.btn-line-y:focus,
.btn-line-w:hover,
.btn-line-w:focus {
    background-color: unset;
}

.btn-rnd,
.btn-rnd-w {
    display: inline-block;
    width: 64px;
    border-radius: 100%;
    color: #222;
    background-color: unset;
    border: 2px solid #222;
}

.btn-rnd i,
.btn-rnd-w i {
    color: #222;
    text-align: center;
    padding: 10px;
    font-size: 36px;
    line-height: 40px;
}

.btn-rnd-w {
    border-color: #fff;
}

.btn-rnd-w i {
    color: #fff;
}

.btn-y,
.btn-1,
.btn-2 {
    padding: 13px;
}

.btn-1 {
    color: #222 !important;
    background-color: #ddd;
}

.wp-block-button a.wp-block-button__link {
    display: inline-block;
}

.btn-1:hover {
    background-color: #222;
    color: #fff !important;
}

.btn-2,
.btn-2:focus,
.btn-2:hover {
    background-color: #222;
    color: #fff;
}

.btn-1:focus {
    color: #fff;
}

.btn-y,
.btn-y:hover,
.btn-y:focus {
    color: #222 !important;
    background-color: #ffcc33;
}

.btn-ylw,
.btn-ylw:hover {
    padding: 13px;
    font-size: 15px;
    color: #222 !important;
    background-color: #ffcc33;
}

.btn-large {
    font-size: 18px;
    padding: 20px 30px;
}

.btn-small {
    padding: 5px;
    font-size: 12px;
}

@media only screen and (max-width: 480px) {
    .btn-large {
        font-size: 16px;
        padding: 15px;
    }
}

/* margin and padding style */
.no-padding {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.pda-70 {
    padding: 70px;
}

.pda-60 {
    padding: 60px;
}

.pda-50 {
    padding: 50px;
}

.pda-40 {
    padding: 40px;
}

.pda-30 {
    padding: 30px;
}

.pda-20 {
    padding: 20px;
}

.pda-10 {
    padding: 10px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bot-70 {
    padding-bottom: 70px;
}

.padding-bot-60 {
    padding-bottom: 60px;
}

.padding-bot-50 {
    padding-bottom: 50px;
}

.padding-bot-40 {
    padding-bottom: 40px;
}

.padding-bot-30 {
    padding-bottom: 30px;
}

.padding-bot-20 {
    padding-bottom: 20px;
}

.padding-bot-10 {
    padding-bottom: 10px;
}

.no-margin {
    margin: 0;
}

.lft-mrgn {
    margin-left: 50px;
}

.rit-mrgn {
    margin-right: 50px;
}

.margin-50 {
    margin: 50px 0;
}

.margin-40 {
    margin: 40px 0;
}

.margin-30 {
    margin: 30px 0;
}

.margin-20 {
    margin: 20px 0;
}

.margin-10 {
    margin: 10px 0;
}

.margin-bot-70 {
    margin-bottom: 70px;
}

.margin-bot-60 {
    margin-bottom: 60px;
}

.margin-bot-50 {
    margin-bottom: 50px;
}

.margin-bot-40 {
    margin-bottom: 40px;
}

.margin-bot-30 {
    margin-bottom: 30px;
}

.margin-bot-20 {
    margin-bottom: 20px;
}

.margin-bot-10 {
    margin-bottom: 10px;
}

.margin-bot-0 {
    margin-bottom: 0;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-lr-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-l-50 {
    margin-left: 50px;
}

.margin-l-40 {
    margin-left: 40px;
}

.margin-l-30 {
    margin-left: 30px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-r-50 {
    margin-right: 50px;
}

.margin-r-40 {
    margin-right: 40px;
}

.margin-r-30 {
    margin-right: 30px;
}

.margin-r-20 {
    margin-right: 20px;
}

.margin-r-10 {
    margin-right: 10px;
}

.valign-wrapper-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.valign-wrapper-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

/* height */
.height-50vh {
    min-height: 50vh;
}

.height-60vh {
    min-height: 60vh;
}

.height-70vh {
    min-height: 70vh;
}

.height-75vh {
    min-height: 75vh;
}

.height-80vh {
    min-height: 80vh;
}

.height-90vh {
    min-height: 90vh;
}

.height-100vh {
    min-height: 100vh;
}

.height-100 {
    min-height: 100%;
}

/*Background*/
.bg-wht {
    background-color: #fff;
}

.bg-offwht {
    background-color: #eee;
}

.bg-offwht-2 {
    background-color: #ddd;
}

.bg-red {
    background-color: #990000;
}

.bg-ylw {
    background-color: #ffcc33;
}

.bg-black {
    background-color: #0F0F15;
}

.bg-main-bg-color {
    background-color: var(--main-bg-color);
}

.bg-main-bg-color2 {
    background-color: var(--main-bg-color-2);
}

.bg-main-bg-color3 {
    background-color: var(--main-bg-color-3);
}

.bg-gray {
    background-color: #25252B;
}

.bg-gray-2 {
    background-color: #19191F;
}

.bg-offwht-first:nth-child(even) {
    background-color: #eee;
}

.bg-offwht-first:nth-child(even) h1,
.bg-offwht-first:nth-child(even) h2,
.bg-offwht-first:nth-child(even) h3,
.bg-offwht-first:nth-child(even) h4,
.bg-offwht-first:nth-child(even) h5,
.bg-offwht-first:nth-child(even) h6,
.bg-offwht-first:nth-child(even) i,
.bg-offwht-first:nth-child(even) body b,
.bg-offwht-first:nth-child(even) body b a {
    color: #111;
}

.bg-offwht-first:nth-child(even) body,
.bg-offwht-first:nth-child(even) p {
    color: #222;
}

/*Background Image*/
.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-right-imp {
    float: right !important;
}

.float-left-imp {
    float: left !important;
}

.prlx {
    background-attachment: fixed;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: black;
    opacity: 0.7;
    z-index: -1;
}

/* TR Gridline */
.tron-grid-line {
    position: relative;
    width: 100%;
}

.tron-grid-line div {
    height: 100%;
    width: 1px;
    position: fixed;
    z-index: -2;
    background-color: rgba(90, 90, 90, 0.1);
}

.tron-grid-line div:nth-child(1) {
    left: 50%;
}

/* Header */
.header-container,
.footer-container {
    margin-left: 50px;
    margin-right: 50px;
}

.header-container .col,
.footer-container .col {
    padding: 0;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 85%;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1280px) {

    .header-container,
    .footer-container {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {

    .header-container,
    .footer-container {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 480px) {

    .header-container,
    .footer-container {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.navbar-fixed #tron-nav-one {
    padding: 5px 0;
}

#fixedheader {
    z-index: 990 !important;
}

.navbar-brand img {
    height: 35px;
    width: auto;
    margin-right: 7px;
}

.navbar-brand h2 {
    font-size: 30px;
    line-height: 35px;
    display: inline-block;
    padding: 25px 0;
    margin: 0;
    text-transform: none;
}

.navbar-dark .navbar-brand h2 {
    color: white;
}

.header {
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 0;
    margin: 0;
    z-index: 998 !important;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.bg-black.header {
    border-bottom: none;
}

.navbar-brand {
    padding: 0;
}

/*Main Menu*/
.search-section {
    display: inline-block;
}

#tron-main-nav {
    text-align: center;
    list-style: none;
    margin-top: 17px;
    margin: 0;
}

#tron-main-nav ul {
    margin: 0;
}

#tron-main-nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

#tron-main-nav li a {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px;
    margin: 0;
    display: block;
    text-decoration: none;
    -webkit-text-decoration-color: none;
    text-decoration-color: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    letter-spacing: 1px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    vertical-align: middle !important;
}

.navbar-light #tron-main-nav li a {
    color: #111;
}

nav ul li.active {
    background-color: #fff;
}

#tron-main-nav li a:focus,
#tron-main-nav>li>a:hover,
#tron-main-nav li.current-item>a,
#tron-main-nav .active>a {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

#tron-main-nav>li>a:hover,
#tron-main-nav>.current-page-item>a,
#tron-main-nav>.current-menu-item>a,
#tron-main-nav>.current-menu-ancestor>a {
    background-color: #333333;
}

.navbar-light #tron-main-nav>li>a:hover,
.navbar-light #tron-main-nav>.current-page-item>a,
.navbar-light #tron-main-nav>.current-menu-item>a,
.navbar-light #tron-main-nav>.current-menu-ancestor>a {
    color: #111;
    background-color: #eee;
}

#tron-main-nav li a ul {
    display: none;
}

#tron-main-nav li a:hover ul {
    display: block;
}

#tron-main-nav li>ul {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px 0px;
    background-color: #eee;
    padding: 5px;
    position: absolute;
    max-width: 250px;
    display: none;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.navbar-light #tron-main-nav li>ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #222;
    color: #fff;
}

#tron-main-nav>li>ul {
    display: none;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.bg-black #tron-main-nav li>ul {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

#tron-main-nav li:hover>ul {
    display: block;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

#tron-main-nav ul li {
    display: block;
}

#tron-main-nav li ul li a {
    padding: 10px;
    display: block;
    color: #000;
    width: 200px;
    text-align: left;
    line-height: 2;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#tron-main-nav li ul li a:hover {
    color: #000;
    background-color: #fff;
}

.navbar-light #tron-main-nav ul a {
    border-bottom: 1px solid #000;
    color: #fff;
}

.navbar-light #tron-main-nav li ul li.active a,
.navbar-light #tron-main-nav li ul li a:hover {
    color: #fff;
    background-color: #000;
}

.bg-black #tron-main-nav li ul li a:hover {
    color: #000;
}

#tron-main-nav li ul li ul {
    position: absolute;
    top: 0;
    right: 200px;
    display: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#tron-main-nav li ul li:hover>ul {
    top: 0;
    display: block;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#tron-main-nav>.menu-item-has-children>a::after,
#tron-main-nav .menu-item-has-children .sub-menu .menu-item-has-children>a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: "+";
    position: absolute;
}

#tron-main-nav>.menu-item-has-children:hover>a::after,
#tron-main-nav .menu-item-has-children .sub-menu .menu-item-has-children:hover>a::after {
    content: "-";
}

#tron-main-nav>.menu-item-has-children>a {
    padding-right: 15px;
}

@media only screen and (max-width: 1100px) {
    .menu-wraper #tron-main-nav {
        display: none;
    }
}

/* brand */
a.brandlogo,
a.brandlogo:hover,
nav#tron-nav-one .brandlogo,
nav#tron-nav-one .brandlogo:hover {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
}

.footer-light a.brandlogo,
.navbar-light a.brandlogo,
.navbar-light a.brandlogo:hover,
.navbar-light nav#tron-nav-one .brandlogo,
.navbar-light nav#tron-nav-one .brandlogo:hover {
    color: #111;
}

nav#tron-nav-one {
    /* background-color: #0F0F15; */
    background-color: var(--main-bg-color);
}

.navbar-light nav#tron-nav-one {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

@media only screen and (max-width: 992px) {
    nav .brandlogo {
        left: 0%;
    }
}

nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i {
    height: unset;
    line-height: unset;
}

nav .sidenav-trigger i {
    height: unset;
    line-height: unset;
}

nav .sidenav-trigger {
    float: unset;
}

.brand-wraper img {
    margin: 10px 10px 10px 0;
    height: 40px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}

nav .brandlogo {
    position: unset;
}

#tron-nav {
    list-style: none;
    margin: 0;
}

.menu-icon-wraper {
    text-align: right;
}

.menu-icon-wraper a {
    font-size: 20px;
}

nav a.sidenav-trigger {
    display: contents;
}

.menu-icon-wraper a.search-trigger {
    padding: 10px;
}

@media only screen and (max-width: 480px) {
    .brand-wraper img {
        margin: 7px 7px 7px 0;
        height: 30px;
    }

    a.brandlogo,
    a.brandlogo:hover,
    nav#tron-nav-one .brandlogo,
    nav#tron-nav-one .brandlogo:hover {
        font-size: 24px;
    }

    .menu-icon-wraper a {
        font-size: 16px;
    }
}

/* Mobile Menu */
#tron-smart-menu #tron-main-nav li ul li a {
    border-bottom: unset;
}

#tron-smart-menu #tron-main-nav li>ul,
#tron-smart-menu #tron-main-nav ul li {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: unset;
}

#tron-smart-menu #tron-main-nav li ul li.active a,
#tron-smart-menu #tron-main-nav li ul li a:hover {
    background-color: #111;
}

#tron-smart-menu #tron-main-nav li ul li a {
    width: unset;
}

#tron-smart-menu #tron-main-nav li>ul {
    position: unset;
    margin-left: 5px;
    max-width: 100%;
}

#tron-smart-menu #tron-main-nav li {
    display: block;
}

#tron-smart-menu #tron-main-nav li ul li a,
#tron-smart-menu li a,
#tron-smart-menu li a {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

#tron-smart-menu li ul li a {
    text-align: left;
}

#tron-smart-menu #tron-main-nav>.current-menu-ancestor>a,
#tron-smart-menu li>a:hover {
    background-color: #111;
}

#tron-smart-menu>.menu-item-has-children>a::after,
#tron-smart-menu .menu-item-has-children .sub-menu .menu-item-has-children>a::after {
    display: inline-block;
    right: 40px;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: "+";
    position: absolute;
}

#tron-smart-menu>.menu-item-has-children:hover>a::after,
#tron-smart-menu .menu-item-has-children .sub-menu .menu-item-has-children:hover>a::after {
    content: "-";
}

#tron-smart-menu li>ul {
    display: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#tron-smart-menu li:hover>ul {
    display: block;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#tron-smart-menu #tron-main-nav>.menu-item-has-children>a::after,
#tron-smart-menu #tron-main-nav .menu-item-has-children .sub-menu .menu-item-has-children>a::after {
    right: 15px;
}

/* welcome area style */
#welcome {
    width: 100%;
    height: 100%;
}

.welcome {
    width: 100%;
    height: 480px;
}

.header-image-area {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header-image-area.valign-wrapper,
.header-image-area.valign-wrapper-end {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.valign-wrapper-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.welcome-slide {
    width: 100%;
    height: 100%;
}

.header-image-area .wcl-single-gallery {
    width: 100vw;
}

.header-image-area .wcl-single-gallery .bg-overlay-5 {
    height: 100vh;
}

.slide-margin-wraper {
    margin-bottom: 140px;
}

@media only screen and (max-width: 480px) {
    .slide-margin-wraper {
        margin-bottom: 90px;
    }
}

/* slick slider */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 20px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
}

ul.slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
}

ul.slick-dots li {
    display: inline-block;
}

ul.slick-dots li {
    display: inline-block;
}

ul.slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0;
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-color: var(--main-bg-color);
    border: none;
    border-radius: 100%;
    cursor: pointer;
    color: transparent;
}

.welcome-slick-slide ul.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.welcome-slick-slide ul.slick-dots li button {
    width: 15px;
    height: 15px;
    background-color: #fff;
}

ul.slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, 0.5);
}

ul.slick-dots li:only-child {
    display: none;
}

.slick-slide {
    outline: none;
}

@media only screen and (min-width: 992px) {
    .furniture-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slide-text-cont {
        margin-bot: 100px;
    }
}

@media only screen and (max-width: 992px) {
    .slide-text-cont {
        margin: 100px 0 50px 0;
    }
}

/* welcome hero */
.single-slide {
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
}

.bg-overlay,
.bg-overlay-wht,
.bg-overlay-wht-2,
.bg-overlay-1,
.bg-overlay-2,
.bg-overlay-3,
.bg-overlay-4,
.bg-overlay-5,
.bg-overlay-6,
.bg-overlay-7,
.bg-overlay-8,
.bg-overlay-9 {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-overlay-wht:after,
.bg-overlay-wht-2:after,
.bg-overlay:after,
.bg-overlay-1:after,
.bg-overlay-2:after,
.bg-overlay-3:after,
.bg-overlay-4:after,
.bg-overlay-5:after,
.bg-overlay-6:after,
.bg-overlay-7:after,
.bg-overlay-8:after,
.bg-overlay-9:after {
    position: absolute;
    background-color: #000;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.bg-overlay-wht:after {
    background-color: #fff;
    opacity: 0.7;
}

.bg-overlay-wht-2:after {
    background-color: #fff;
    opacity: 0.4;
}

.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-overlay-1:after {
    opacity: 0.1;
}

.bg-overlay-2:after {
    opacity: 0.2;
}

.bg-overlay-3:after {
    opacity: 0.3;
}

.bg-overlay-4:after {
    opacity: 0.4;
}

.bg-overlay-5:after {
    opacity: 0.5;
}

.bg-overlay-6:after {
    opacity: 0.6;
}

.bg-overlay-7:after {
    opacity: 0.7;
}

.bg-overlay-8:after {
    opacity: 0.8;
}

.bg-overlay-9:after {
    opacity: 0.9;
}

.ancor-border {
    width: 50px !important;
    height: 50px !important;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    display: inline-block !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ancor-ico img {
    width: 50px !important;
    display: inline-block !important;
    opacity: 0.5;
    margin-top: 50px;
}

/* About */
.title,
.uppercase {
    text-transform: uppercase;
}

.text-space {
    letter-spacing: 4px;
}

.bg-side-img {
    position: relative;
}

.about-text-section {
    padding: 30px;
}

.side-img {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contain-img {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.slide-img {
    width: 100%;
    height: 600px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-fixed,
.bg-fixed .side-img {
    background-attachment: fixed;
}

.tron-img-slider {
    display: block;
    overflow: hidden;
}

.tron-img-slider.bg-fixed .side-img {
    background-attachment: scroll;
}

@media only screen and (min-width: 481px) and (max-width: 640px) {

    .slide-img,
    .contain-img,
    .side-img {
        height: 450px;
    }
}

@media only screen and (max-width: 480px) {
    .about-text-section {
        padding: 10px;
    }

    .slide-img,
    .contain-img,
    .side-img {
        width: 100%;
        height: 300px;
    }
}

/* Service Style */
.service-img-sm,
.service-img {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-img-sm {
    min-height: 400px;
}

.service-box {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.service-box:hover {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.service-box .text {
    padding: 30px 20px 10px 20px;
}

.service-box .icon {
    height: 50px;
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.icon-with-title i {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.service-box i {
    font-size: 50px;
    margin-bottom: 30px;
}

.service-box:hover .icon {
    opacity: 1;
}

.service-box img {
    width: 100%;
}

.service-box h4,
.service-box p {
    text-transform: none;
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .service-img {
        min-height: 500px;
    }
}

@media only screen and (max-width: 480px) {
    .service-img-sm {
        min-height: 300px;
    }

    .service-img {
        min-height: 400px;
    }
}

/* Feature */
.auto-col-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-box {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}

.box-shd {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 20px;
}

.box-shd:hover {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 20px;
}

.feature-box i {
    font-size: 48px;
    color: #222;
}

.feature-box-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
}

.feature-box-overlay p {
    margin-bottom: 0;
}

.feature-box-parent:nth-child(even) .feature-box .feature-box-overlay {
    background-color: #eee;
}

.feature-box-overlay:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: white;
}

.feature-box-overlay:hover h4,
.feature-box-overlay:hover i {
    color: white;
}

/* Why choose us*/
.ico-box {
    margin-bottom: 30px
}

.ico-box img {
    width: 50px;
    display: inline-block;
    margin-bottom: 20px;
    opacity: 0.7;
}

.ico-box i {
    font-size: 36px;
    margin-bottom: 10px;
    color: #222;
}

.ico-box p {
    font-size: 16px;
    text-transform: uppercase;
}

/* Project Slide */
.slide-position {
    height: 700px;
}

.slide-position a {
    text-transform: none;
}

.project-slide-wraper {
    color: white;
    width: 500px;
    height: 500px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.7);
}

.project-slide-single {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* counter */
#fun-fact .counter {
    display: inline-block;
    margin-bottom: 20px;
}

/* Portfolio Isotop Filter */
.g-filter-2 button,
.g-filter button {
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fff;
    border: none;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 7px;
    margin: 5px 3px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    letter-spacing: 1px;
}

.g-filter-2 button:hover,
.g-filter button:hover {
    background-color: #eee;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #111;
}

.g-filter-2 button.active,
.g-filter button.active {
    border: none;
    border-bottom: 2px solid #111;
    background-color: #fff;
    border-radius: 0;
}

.clr-wht .g-filter-2 button,
.clr-wht .g-filter-2 button:hover,
.clr-wht .g-filter button,
.clr-wht .g-filter button:hover {
    background-color: #333;
    color: #fff;
    border-bottom: 1px solid #444;
}

.clr-wht .g-filter-2 button.active,
.clr-wht .g-filter button.active {
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.kc-port-area {
    overflow: hidden;
}

.tr-pr-col img,
.tr-port img {
    width: 100% !important;
}

.tr-prt-2 .text-inside,
.tr-prt-3 .text-inside {
    min-height: 150px;
}

/* portfolio grid */
.tron-port-mb .col {
    margin-bottom: 25px;
}

.tron-port-np .col {
    padding: 0;
}

/* Portfolio with Title*/
.port-gallery-title a img {
    width: 100%;
    display: inline-block;
}

.port-gallery-title .port-gallery-title-wrap {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.port-gallery-title .port-gallery-title-bg {
    text-transform: none;
    width: 100%;
    padding: 15px;
    z-index: 5;
    letter-spacing: 1px;
    background-color: #eee;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden;
    color: #111;
}

.port-gallery-title .port-gallery-title-bg:hover {
    background-color: #e0e0e0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.port-gallery-title .port-gallery-title-bg p {
    margin-bottom: 10px;
}

.port-gallery-title .port-gallery-title-bg h4 {
    margin: 10px 0;
}

.port-gallery-title .port-gallery-title-bg p:hover {
    color: none;
}

/* Portfolio with Overlay*/
.gallery-overlay {
    position: relative;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.gallery-overlay:after {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.gallery-overlay i {
    margin: 0 10px;
}

.gallery-overlay:hover:after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.gallery-overlay .port-gallery-txt {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.gallery-overlay:hover .port-gallery-txt {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 50%;
    margin-top: -36px;
}

.gallery-caption {
    margin: auto;
}

.port-gallery-txt {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #000;
    content: "";
    top: 30%;
    z-index: 1;
    color: #fff;
}

.port-gallery-txt h4 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
}

.port-gallery-txt i {
    font-size: 18px;
    margin-top: 10px;
    color: #ccc;
}

.gallery-area {
    height: 100%;
    -webkit-transition: 200ms ease;
    -o-transition: 200ms ease;
    transition: 200ms ease;
    overflow: hidden;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.gallery-area-overlay .port-gallery.margin-bot-30:last-child {
    margin-bottom: 0;
}

.gallery-area-overlay .port-gallery-title.margin-bot-30:last-child {
    margin-bottom: 0;
}

.gallery-area img,
.gallery-area-template img {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-wraper a {
    display: inline-block;
}

/* iframe */
.ico-iframe {
    width: 100%;
    height: 80vh;
    border: none;
}

/* Video Player */
.video,
.video iframe {
    width: 100%;
    height: 720px;
    border: none;
    margin: 0;
    padding: 0;
}

/* team */
.team-member-img {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
}

.team-member-text h3,
.team-member-text h6,
.team-member-text p,
.team-member-text i {
    color: #fff;
}

.team-member-text {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    width: 100%;
    padding: 100px 15px 20px 15px;
    position: absolute;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-member-text p {
    font-size: 17px;
    margin: 10px 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-member-text i {
    font-size: 20px;
    line-height: 20px;
    margin: 10px 5px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-member-text p,
.team-member-text a {
    display: none;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-member-img:hover .team-member-text p,
.team-member-img:hover .team-member-text a {
    display: inline-block;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

@media only screen and (max-width: 480px) {

    .team-member-text p,
    .team-member-text i {
        font-size: 14px;
    }

    .team-member-text {
        padding: 100px 10px 10px 10px;
    }
}

/* Review area */
.reviewer-img {
    width: 100px !important;
    height: 100px;
    margin: 0 10px 30px 10px;
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 30px;
}

.slick-current .reviewer-img {
    opacity: 1;
}

.review-single-slide {
    padding: 0 30px;
    outline: none;
}

@media only screen and (max-width: 480px) {
    .reviewer-img {
        width: 70px !important;
        height: 70px;
        margin: 0 10px 20px 10px;
    }

    .review-single-slide {
        padding: 0 10px;
    }

    .review-single-slide p {
        font-size: 15px !important;
    }
}

/* Partenr */
.partner-slide img {
    width: 200px;
    float: left;
    opacity: 0.5;
}

.partner-slide img:hover {
    opacity: 1;
}

/* Email */
.tron-contact-form label {
    margin: 10px 0 0 0;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    display: inline-block;
    height: 40px;
    border: 1px solid #999;
    margin-top: 10px;
    padding: 10px;
    color: #555;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: left;
    letter-spacing: 1px;
}

.form-submit .submit {
    display: inline-block;
    padding: 15px 30px;
    background-color: #ddd;
    font-size: 16px;
    color: #111;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-submit .submit:hover {
    background-color: #111;
    color: #fff;
}

#contactForm .success {
    color: #fff;
}

#contactForm .error {
    color: red;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100% !important;
}

.clr-wht label {
    color: #eee;
}

.clr-wht input[type="number"],
.clr-wht input[type="search"],
.clr-wht input[type="text"],
.clr-wht input[type="email"],
.clr-wht textarea {
    background-color: unset;
    color: #eee;
    width: 100% !important;
    border-color: #fff;
}

/*Contact Info*/
.contact-info a,
.contact-info p {
    font-size: 18px;
    line-height: 36px;
    display: block;
    text-transform: none;
    margin-bottom: 10px;
}

.contact-info br {
    content: "";
    margin: 16px;
    display: block;
    font-size: 24%;
}

.contact-info p.preline {
    white-space: pre;
}

.contact-info h3 {
    margin-top: 0;
}

.contact-info i {
    font-size: 24px;
}

/* Map */
.google-map-iframe,
.google-map-iframe iframe {
    float: left;
    border: none !important;
    height: 600px;
    width: 100%;
}

@media only screen and (max-width: 480px) {

    .google-map-iframe,
    .google-map-iframe iframe {
        height: 400px;
    }
}

/* wp footer */
.footer-light {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.row.tron-row {
    margin-bottom: 0;
}

@media only screen and (min-width: 994px) {
    .footer-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.row.footer-flex {
    margin-bottom: 0;
}

.footer-area {
    padding: 30px 0;
    clear: both;
}

.footer-area .footer-text p {
    margin: 0;
    padding: 0;
}

.footer-area .footer-text a,
.footer-area .footer-text a:hover {
    text-transform: none;
}

.footer-brand-wraper,
.footer-brand-wraper a {
    display: block;
    text-align: center;
}

.footer-brand-wraper img {
    display: inline-block;
    text-align: center;
    margin: 0;
    height: 40px;
    width: auto;
}

.btm-social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.btm-social-nav li {
    display: inline;
}

.btm-social-nav i:hover {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 0px 4px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.btm-social-nav i {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 14px;
    padding: 0px 2px;
}

.footer-text {
    text-align: left;
}

.widget #menu-social li {
    display: inline;
    padding-right: 10px;
}

.menu-social-container {
    padding: 30px;
}

@media only screen and (max-width: 600px) {

    .footer-area .footer-text,
    .footer-area .btm-social-nav {
        margin: 10px 0;
        text-align: center;
    }
}

/* Tag */
a.port-cate-link,
.post-cate a {
    font-weight: 400;
}

.blog-tag-list a {
    border: 1px solid;
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #999;
}

.blog-tag-list a:hover {
    color: #111;
    border-color: #111;
}

/* Blog Pagination */
.blog-area {
    overflow-y: hidden;
}

.blog-post-pagination {
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-right: 0;
}

.blog-post-pagination a,
.blog-post-pagination .dots,
.blog-post-pagination span {
    border-right: 1px solid #d3ced2;
    border-top: 1px solid #d3ced2;
    border-bottom: 1px solid #d3ced2;
    padding: 8px;
    float: left;
    overflow: hidden;
}

.blog-post-pagination a.prev {
    border-left: 1px solid #d3ced2;
}

.blog-post-pagination span.current {
    border-right: 1px solid #111;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    color: #fff;
    background-color: #111;
}

.blog-title {
    margin-bottom: 30px;
}

.blog-title img {
    width: 100%;
    display: block;
}

.blog-title .port-gallery-title-wrap {
    margin: 0;
    overflow: hidden;
}

.blog-title .port-gallery-title-bg {
    text-transform: none;
    width: 100%;
    padding: 20px;
    z-index: 5;
    letter-spacing: 1px;
    background-color: #eee;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    text-align: left;
    overflow: hidden;
}

.blog-title .port-gallery-title-bg p {
    margin-bottom: 10px;
}

.blog-title .port-gallery-title-bg p:hover {
    color: none;
}

.releated-blog-post .blog-title {
    float: left;
}

.blog-title h3 {
    margin: 0;
}

/* Single Post View*/
.post iframe {
    display: inline-block;
    width: 100% !important;
    height: 70vh;
}

.blog-category-list p,
.blog-category-list ul,
.blog-category-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.blog-category-list ul li a {
    margin-left: 5px;
}

/* wp Comments style */
.comment-form-cookies-consent {
    display: none;
}

.comments-wraper .reply {
    text-align: right;
}

ul.comments-list {
    margin-left: 0;
}

.comments .avatar {
    width: 60px !important;
    height: 60px !important;
    margin-right: 10px;
}

.comment-author.vcard img {
    display: inline-block;
}

.comment-author {
    margin-bottom: 10px;
}

.comment-author a {
    margin-left: 10px;
}

.comment ul.children {
    margin: 0;
}

.comment-body {
    margin-bottom: 20px;
}

.comment ul.children li {
    padding-left: 20px;
}

.comment-content p {
    font-size: 16px;
    margin: 5px 0;
}

.comment-form-comment label {
    display: block;
}

.comments-pagination .nav-links span,
.comments-pagination .nav-links a {
    position: relative;
    display: inline-block;
    padding: 5px 7px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    background-color: #eee;
    border: 1px solid #888;
    color: #888;
}

.comments-pagination .nav-links span {
    background-color: #fff;
    color: #555;
}

.comment-reply-title,
.comment-notes,
.logged-in-as {
    margin-bottom: 20px;
}

.comment-author.vcard img {
    margin-right: 10px;
    border-radius: 100%;
    vertical-align: middle;
}

.comments-wraper {
    padding: 30px 30px 90px 30px
}

@media only screen and (max-width: 480px) {
    .comments-wraper {
        padding: 15px;
    }
}

/* page & post comment */
.comment-metadata a time {
    font-weight: 400;
}

.comment-respond .comment-reply-title small {
    float: right;
}

.comments-form .form-submit .submit {
    display: inline-block;
    padding: 15px 30px;
    background-color: #ddd;
    font-size: 16px;
    color: #111;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*according*/
.accordion-section {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 10px;
}

.accordion-section.active {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion-section.active .title {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion-section .title {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion-panel {
    padding: 18px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-section h1 {
    margin: 25px 0;
}

.accordion-section h2 {
    margin: 20px 0;
}

.accordion-section h3 {
    margin: 17px 0;
}

.accordion-section h4 {
    margin: 15px 0;
}

.accordion-section h5 {
    margin: 12px 0;
}

.accordion-section h6 {
    margin: 10px 0;
}

@media only screen and (max-width: 480px) {
    .collapsible-body {
        padding: 10px;
    }
}

/* author profile*/
.author-info,
.search-result-box {
    position: relative;
    padding-left: 180px;
    min-height: 170px;
    text-align: left;
}

.author-img,
.search-img {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

/* format gallery*/
.gallery-columns-3 a {
    float: left;
    width: 33.33%;
}

.format-gallery .entry__thumb {
    overflow: hidden;
}

.format-gallery .slider {
    overflow: hidden;
}

.format-gallery .slick-dots {
    text-align: center;
    margin: 0;
    padding: 0 2rem 0 2.4rem;
    position: absolute;
    top: auto;
    width: 100%;
    bottom: 5px;
    left: 0;
}

.format-gallery .slider__slides {
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.format-gallery .slider__slides.slick-initialized {
    opacity: 1;
    visibility: visible;
}

/* comments */
.comments-wrap {
    background-color: #e5e5e5;
    padding: 8.4rem 0 9rem;
    margin-top: 10.2rem;
}

#comments h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.comments ol,
.comments ul,
.comments li {
    list-style: none;
}

.commentlist {
    margin: 6rem 0 5.4rem;
    padding: 0;
}

.commentlist>.comment {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 1.8rem 0;
    padding-left: 14%;
}

.comment__avatar {
    position: absolute;
    left: 0;
    display: block;
    height: 6rem;
    width: 6rem;
}

.comment__avatar img {
    margin-top: 0.6rem;
    height: 6rem;
    width: 6rem;
    border-radius: 100%;
}

.comment__info cite {
    font-size: 1.9rem;
    line-height: 1.263;
    font-style: normal;
    color: #151515;
}

.comment__meta {
    font-size: 1.45rem;
    line-height: 3rem;
    font-style: normal;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.comment__meta time {
    margin-right: 12px;
}

.comment__meta .reply {}

.comment__text {
    clear: both;
    margin: 1.8rem 0 0 0;
    padding: 0;
}

/* comments form*/
#comments .respond {
    padding-top: 4.2rem;
}

#comments form {
    padding-top: 3rem;
}

#comments form .form-field {
    margin-bottom: 3.9rem;
}

/* New Toggle */
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* Price */
.price-white-space {
    white-space: pre-line;
    text-align: center;
}

.price-box .price-name h2,
.price-box .price-name h3 {
    margin-top: 0;
    display: inline-block;
}

.price-box .price-name h4 {
    display: block;
}

.price-box {
    background-color: #eee;
    padding: 20px;
}

.price-box p {
    margin-bottom: 0;
}

.price-box .price-ico {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    font-size: 24px;
    padding: 11px;
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background-color: #333;
    text-align: right;
}

.price-box .price-option {
    font-size: 16px;
}

/*Audio*/
.mejs-container {
    margin-bottom: 20px !important;
}

/* Password Form */
.tr-pass-form {
    margin-left: 15%;
    width: 70%;
}

.tr-pass-form input.pass-from-line {
    width: calc(100% - 100px);
}

.tr-pass-form .btn {
    margin-left: 10px;
}

@media only screen and (max-width: 640px) {
    .tr-pass-form {
        margin-left: 0;
        width: 100%;
    }
}

/* cursor */
.cursor:nth-child(1) {
    z-index: 9999;
    position: fixed;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #555;
    z-index: 999;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cursor:nth-child(2) {
    z-index: 9999;
    position: fixed;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #000;
    border: 2px solid #ccc;
    z-index: 999;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

ul.tron-latest-post li {
    margin: 15px 0;
}

.tron-footer ul.tron-latest-post,
.tron-footer ul.tron-latest-post li:last-child {
    margin-bottom: 0;
}

ul.tron-latest-post a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

ul.tron-latest-post img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

/* GT */
.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: 100vw !important;
    max-width: 100vw !important;
    clear: both;
}

.alignwide {
    margin-left: calc(-90vw / 2 + 100% / 2);
    margin-right: calc(-90vw / 2 + 100% / 2);
    width: 90vw !important;
    max-width: 90vw !important;
    clear: both;
}

.alignfull {
    overflow: hidden;
}

.overfollow-none {
    overflow: hidden;
}

@media only screen and (min-width: 950px) {
    .alignwide {
        margin-left: -125px;
        margin-right: -125px;
        max-width: 950px;
    }
}

/* wp lightbox */
a.tr-lightbox {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

nav,
nav i,
.navbar-fixed {
    line-height: unset;
    height: auto;
}

nav h2 {
    margin: 0;
}

nav {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* wp search */
.mobile-search-form .input-field>label {
    color: #fff;
}

.mobile-search-form input[type=search]:not(.browser-default) {
    border-bottom: 1px solid #fff;
}

.search-result-box .search-highlight {
    background-color: #ddd;
}

#search-nav {
    z-index: 100;
    display: none;
    background-color: rgba(34, 34, 34, 0.9);
    color: #fff;
    position: fixed;
    padding: 15px 0;
    width: 100%;
    left: 0;
    top: 0;
}

.tron-auto-nav-wraper {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

#search-nav .row {
    margin-bottom: 0;
}

.clr-wht [type=email]:not(.browser-default):focus:not([readonly])+label,
.wcl-search label,
.wcl-search input,
#search-nav label,
#search-nav input {
    color: #fff;
}

#search-nav input[type=search]:focus {
    background-color: unset;
}

.wcl-search input[type=search],
#search-nav input[type=search] {
    border-color: #fff !important;
}

.wcl-search input[type=search]:focus,
#search-nav input[type=search]:focus {
    -webkit-box-shadow: 0 1px 0 0 #fff !important;
    box-shadow: 0 1px 0 0 #fff !important;
}

.search-submit {
    display: none;
}

.wcl-search label,
.wcl-search input[type=search] {
    text-align: center;
    font-size: 30px;
}

@media only screen and (min-width: 481px) and (max-width: 640px) {

    .wcl-search label,
    .wcl-search input[type=search] {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {

    .wcl-search label,
    .wcl-search input[type=search] {
        font-size: 18px;
    }
}

.wcl-search.input-field>label {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wcl-search.input-field>label:not(.label-icon).active {
    -webkit-transform: scale(0.5) translateY(-50px) translateX(-50%);
    -ms-transform: scale(0.5) translateY(-50px) translateX(-50%);
    transform: scale(0.5) translateY(-50px) translateX(-50%);
}

span.search-highlight {
    background-color: #ddd;
}

#tron-smart-menu {
    padding: 20px;
    color: #fff;
    background-color: rgba(34, 34, 34, 0.9);
}

#tron-smart-menu #tron-main-nav {
    text-align: left;
}

@media only screen and (max-width: 993px) {
    .mobile-search-form .input-field>label {
        color: #fff;
    }

    .menu-wraper {
        display: none;
    }

    .menu-trigger {
        float: right;
        display: block;
    }

    #mobile-menu-wraper ul {
        margin-left: 0;
    }
}

/* wp blog */
.pf-gal-slider .image {
    float: left;
}

.blog-image-area {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.blog-image-area.valign-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.tron-single-blog-slider a.blog-slider-link,
.tron-single-blog-slider a.blog-slider-link:focus,
.tron-single-blog-slider h1,
.tron-single-blog-slider h1:focus,
.tron-single-blog-slider-2 a.blog-slider-link,
.tron-single-blog-slider-2 a.blog-slider-link:focus,
.tron-single-blog-slider-2 h1,
.tron-single-blog-slider-2 h1:focus {
    outline: none;
}

.tron-slider-wrapper {
    position: relative;
}

.tron-slider-thumb-wrapper,
.tron-slider-thumb-wrapper-2 {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
}

.slick-initialized .slick-slide {
    text-align: center !important;
}

.tron-slider-thumb.slick-slider .slick-track,
.tron-slider-thumb.slick-slider .slick-list,
.tron-slider-thumb-2.slick-slider .slick-track,
.tron-slider-thumb.slick-slider .slick-list {
    text-align: center;
}

.slider-thumbnail {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 20px 0 20px;
    width: 100px !important;
    height: 100px !important;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.furniture-thumb .slider-thumbnail {
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
    background-size: contain;
}

.tron-slider-thumb-wrapper-2 .slick-slide.slick-current .slider-thumbnail,
.tron-slider-thumb-wrapper .slick-slide.slick-current .slider-thumbnail {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .slider-thumbnail {
        margin-top: 5px;
        width: 60px !important;
        height: 60px !important;
    }

    .tron-slider-thumb-wrapper .slick-slide.slick-current .slider-thumbnail {
        margin-top: 0;
        width: 70px !important;
        height: 70px !important;
    }
}

@media only screen and (max-width: 480px) {
    .slider-thumbnail {
        margin-top: 5px;
        width: 50px !important;
        height: 50px !important;
    }

    .tron-slider-thumb-wrapper .slick-slide.slick-current .slider-thumbnail {
        margin-top: 0;
        width: 60px !important;
        height: 60px !important;
    }
}

#tron-isotop-container,
.isotope {
    overflow: visible;
    height: 100%;
}

.tron-isotop-blog-grid,
.tron-isotop-grid,
.tron-load-content {
    overflow: visible;
    height: 100%;
}

.category-wraper,
.category-wraper .blog-category {
    font-size: 18px;
}

.category-wraper .blog-category {
    cursor: pointer;
}

.category-wraper .blog-category.active {
    border-bottom: 2px solid #111;
}

/* .pf-link {
    margin: 20px 0;} */
.bg-title,
.bg-title-txt {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 480px) {

    .bg-title,
    .bg-title-txt {
        padding: 15px;
    }
}

.pf-vid .bg-title,
.pf-gall .bg-title,
.pf-link .bg-title {
    margin-top: -7px;
}

.bg-title h3 {
    margin: 0;
}

.thumbnail-inside {
    position: relative;
}

.ico-btn-img,
.thumbnail-inside .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.pf-gal-wrap {
    overflow: hidden;
}

/* wp single */
.wcl-single-gallery {
    position: absolute;
    z-index: 0;
}

.wc-full-image-area,
.wc-sng-wrp {
    height: 100vh;
    position: relative;
}

.wc-sng-cc,
.wc-sng-t,
.wc-sng-b {
    position: absolute;
    width: 100%;
    content: '';
}

.wc-sng-t {
    top: 100px;
    left: 0;
}

.wc-sng-cc {
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wc-sng-b {
    left: 0;
    bottom: 100px;
}

.wc-sng-wrp .lt,
.wc-sng-wrp .rt {
    display: inline-block;
    width: 50%;
}

.wc-sng-wrp .rt {
    text-align: right;
    float: right;
}

.wc-sng-cnt .sd img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.wc-sng-wrp .post-categories li {
    display: inline-block;
}

.wc-sng-cnt {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    content: '';
}

.wc-sng-cnt .sd {
    text-align: center;
}

.wc-sng-cnt .td {
    text-align: right;
}

/* wp breadcrumb */
.tron-breadcrumb ul {
    padding-left: 0;
    margin-top: 20px;
}

.single-product .tron-breadcrumb ul {
    margin-top: 0;
    margin-bottom: 20px;
}

.tron-breadcrumb ul li {
    display: inline;
}

.tron-breadcrumb ul li,
.tron-breadcrumb ul li a {
    font-weight: 400;
    font-size: 17px;
}

@media only screen and (max-width: 480px) {

    .tron-breadcrumb ul li,
    .tron-breadcrumb ul li a {
        font-size: 15px;
    }
}

/* wp portfolio */
.tr-prt-ttl {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px #ccc;
    box-shadow: 0 1px 10px #ccc;
}

.tr-prt-ttl:hover {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: 0 5px 10px #ccc;
    box-shadow: 0 5px 10px #ccc;
}

.row.tron-port-np col {
    padding: 0;
}

.tr-prt-2,
.tr-prt-3 {
    overflow: hidden;
}

.tr-prt-3 .pf-img,
.tr-prt-2 .pf-img {
    position: relative;
}

.pt-inside-link {
    position: absolute;
    padding: 15px;
    width: 100%;
    left: 0;
    z-index: 2;
    bottom: 0;
}

.bg-gradient {
    position: relative;
    padding: 30px;
    padding-top: 30%;
    width: 100%;
    left: 0;
    z-index: 2;
}

.tr-prt-3 .pt-inside-link {
    position: absolute;
    padding: 15px 20px;
    width: 100%;
    left: 0;
    z-index: 2;
    text-align: left;
    bottom: unset;
    top: 0;
}

@media only screen and (max-width: 480px) {

    .tr-prt-3 .pt-inside-link,
    .pt-inside-link {
        padding: 5px;
    }

    .tr-prt-2 .btn-floating {
        width: 35px;
        height: 35px;
    }

    .tr-prt-2 .btn-floating i {
        font-size: 14px;
        line-height: 35px;
    }
}

.pt-cat,
.pt-cat a,
.pt-inside-link h3 {
    color: #fff;
    margin: 0;
    margin-top: 10px;
}

.pt-inside-link h3 {
    margin: 0;
}

.tr-prt-3 .pt-inside-link h3 {
    margin-top: 0;
}

.tr-prt-3 .materialboxed:hover:not(.active),
.tr-prt-2 .materialboxed:hover:not(.active) {
    opacity: 1;
}

.pt-inside-link ul li {
    display: inline-block;
}

.tr-prt-2 .icon {
    z-index: 10;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tr-prt-2.tr-quote .format-quote {
    overflow: hidden;
}

.tr-prt-2.tr-quote .format-quote::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
}

.blog-title .tr-prt-2 .text-inside {
    min-height: 150px;
}

.bg-gradient,
.tr-prt-2 .text-inside,
.tr-prt-3 .text-inside {
    position: relative;
}

.bg-gradient::before,
.tr-prt-2 .pt-inside-link::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.tr-prt-3 .pt-inside-link::before {
    position: absolute;
    width: 100%;
    height: 150%;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.tr-prt-3 .bg-ovr-hv::before {
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
}

.tr-prt-3.hover .pt-inside-link::before {
    height: 100%;
}

.tr-prt-3 .plus-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 25px;
    background-image: url(assets/images/plus.svg);
}

.tr-prt-2 {
    overflow: hidden;
}

.hover.tr-prt-2 .pt-inside-link {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    bottom: -100px;
}

.tr-prt-2 .pt-inside-link .link-title {
    display: block;
}

.hover.tr-prt-2 .bg-ovr-hv::before {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 100%;
}

.hover.tr-prt-2:hover .bg-ovr-hv::before {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 50%;
}

.hover.tr-prt-2:hover .pt-inside-link {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    bottom: 0;
}

.hover.tr-prt-3 .pt-inside-link {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    top: -100px;
}

.hover.tr-prt-3:hover .pt-inside-link {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 0;
}

.hover.tr-prt-3 .plus-icon {
    bottom: -50px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.hover.tr-prt-3:hover .plus-icon {
    bottom: 20px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.tr-prt-2 .pt-inside-link p {
    color: #fff;
}

.hover.tr-prt-2 .bg-ovr-hv,
.hover.tr-prt-2 .pt-inside-link,
.hover.tr-prt-3 .plus-icon,
.hover.tr-prt-3 .bg-ovr-hv,
.hover.tr-prt-3 .pt-inside-link {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
}

.hover.tr-prt-2:hover .bg-ovr-hv,
.hover.tr-prt-2:hover .pt-inside-link,
.hover.tr-prt-3:hover .plus-icon,
.hover.tr-prt-3:hover .bg-ovr-hv,
.hover.tr-prt-3:hover .pt-inside-link {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
}

@media only screen and (max-width: 480px) {
    .tr-prt-3 .plus-icon {
        width: 30px;
        height: 30px;
        right: 15px;
        bottom: 15px;
    }
}

/* Sidebar */
.side-bar-btn {
    margin-top: 10px;
    float: right;
}

.blog-widget-area {
    margin: 30px;
}

.sidenav {
    background-color: rgba(34, 34, 34, 0.9);
    color: #fff;
    width: 500px;
}

@media only screen and (max-width: 640px) {
    .sidenav {
        width: 300px;
    }
}

@media only screen and (max-width: 480px) {
    #tron-smart-menu {
        padding: 10px;
    }

    #tron-smart-menu #tron-main-nav li>ul {
        margin-left: 0;
    }
}

@media only screen and (max-width: 400px) {
    .blog-widget-area {
        margin: 20px;
    }
}

.sidenav li {
    line-height: unset;
}

.sidenav li>a {
    display: block;
    font-size: unset;
    font-weight: unset;
    height: unset;
    line-height: unset;
    padding: 0;
    color: #fff;
}

/* Breadcrumbs */
#tron-breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
}

#tron-breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#tron-breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc;
}

/* wp Component */
/* icon-box */
.ico-img-wraper .wrapper {
    padding: 20px;
    width: 100%;
    text-align: center;
}

.ico-img-wraper .wrapper i {
    font-weight: normal;
    line-height: 70px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: 60px;
}

.ico-img-wraper .wrapper svg {
    width: 70px;
}

.ico-img-wraper .btn-floating {
    width: 75px;
    height: 75px;
}

.icon1 {
    line-height: 2;
    font-size: 50px;
}

.icon2 {
    line-height: 2;
    font-size: 40px;
}

.ico-img-wraper.ico-feature-2 .wrapper i {
    line-height: 50px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: 40px;
}

/* .ico-img-wraper .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.ico-img-wraper .wrapper .btn-floating i {
    color: #fff !important;
}

.trnbtn.btn-floating {
    position: relative;
}

.trnbtn.btn-floating svg {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
}

a.bg-title-txt p,
a.bg-title p {
    font-weight: 400;
}

@media only screen and (max-width: 480px) {
    .ico-img-wraper .wrapper i {
        line-height: 60px;
        font-size: 50px;
    }
}

/* Tab */
.tron-tabs .tabs {
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
    line-height: unset;
    height: unset;
}

.tron-tabs .tabs .tab {
    height: unset;
    margin: 0 5px 10px 5px;
    line-height: unset;
}

.tron-tabs .tabs .tab a {
    color: #222;
    background-color: #eee;
    display: block;
    width: 100%;
    font-size: 17px;
    padding: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tr-tab-content {
    background-color: #eee;
}

.tron-tabs .tabs .indicator {
    list-style: none;
    bottom: 10px;
    height: 4px;
    background-color: #222;
}

.tron-tabs .tabs .tab a:focus,
.tron-tabs .tabs .tab a:focus.active {
    background-color: #ddd;
}

.tr-tab-content {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    padding: 30px;
}

@media only screen and (max-width: 420px) {
    .tron-tabs .tabs .indicator {
        height: 2px;
    }
}

/* image details box */
.img-box-text {
    padding: 30px;
    height: initial;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #fff;
}

.img-box-text .title {
    margin-top: 0;
}

.image-details-box .row {
    margin-bottom: 0;
}

.image-details-box.parallax-container {
    height: unset;
}

.image-details-box {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 480px) {
    .tron-tabs .tabs .tab a {
        font-size: 15px;
        padding: 10px;
    }

    .img-box-text {
        padding: 10px;
    }

    .image-details-box {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .tr-tab-content {
        padding: 10px;
    }
}

/* 2nd Text */
.fz-17,
.pt-cat,
.pt-cat a,
.pt-inside-link ul li a,
.review-single-slide p,
.ico-img-wraper .wrapper p {
    font-size: 17px;
}

/* wp input */
[type="checkbox"]:checked+span:not(.lever):before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
}

textarea:focus,
textarea {
    font-size: initial;
    margin-top: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #9e9e9e;
}

textarea:focus,
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0 1px 0 0 #000;
    box-shadow: 0 1px 0 0 #000;
}

.clr-wht input[type=search]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
}

.clr-wht .select-wrapper .caret {
    fill: rgba(255, 255, 255, 0.87);
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #111;
}

.mobile-search-form input[type=search]:not(.browser-default):focus:not([readonly]),
.clr-wht input[type=number]:not(.browser-default):focus:not([readonly]),
.clr-wht input[type=text]:not(.browser-default):focus:not([readonly]),
.clr-wht input[type=url]:not(.browser-default):focus:not([readonly]),
.clr-wht input[type=email]:not(.browser-default):focus:not([readonly]),
.clr-wht textarea:focus {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
}

.clr-wht input[type=number]:not(.browser-default):focus:not([readonly])+label,
.clr-wht input[type=text]:not(.browser-default):focus:not([readonly])+label {
    color: #fff;
}

/* accordion */
.collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.collapsible-header {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.collapsible .active {
    background-color: #fff;
}

.collapsible .active .collapsible-header {
    background-color: #ddd;
}

@media only screen and (max-width: 480px) {
    .collapsible-header {
        padding: 10px;
    }
}

/* material css reset */
.sidenav li>a>i {
    color: unset;
}

input[type=password]:not(.browser-default):focus:not([readonly])+label {
    color: #222;
}

nav ul li {
    float: unset;
}

nav ul a {
    font-weight: inherit;
    color: unset;
}

nav ul a:hover {
    background-color: unset;
}

.tron-comment-spin.spinner-layer {
    border-color: #fff;
}

.tron-ajax-spin.spinner-layer {
    border-color: #111;
}

.tabs {
    height: unset;
}

blockquote {
    border-left: 5px solid #555;
}

.row {
    margin-bottom: 0;
}

.wp-full-overlay-main {
    background-color: #fff;
}

/* select {
    display: block; } */
nav {
    color: unset;
    background-color: unset;
    width: 100%;
    height: unset;
    line-height: unset;
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 16px;
    color: #111;
    display: block;
    line-height: unset;
    padding: 14px 16px;
}

@media only screen and (max-width: 480px) {

    .dropdown-content li>a,
    .dropdown-content li>span {
        font-size: 14px;
    }
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #000000;
}

.input-field input[type=search]:focus:not(.browser-default) {
    background-color: unset;
    color: unset;
}

/* Widget Style */
.blog-widget-area h4 {
    color: #fff;
}

/* widget clr-wht button */
.widget .email-submit,
.widget .search-submit {
    height: 50px;
    border: 2px solid #fff;
    color: #fff;
    background-color: unset;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

.widget-area .tagcloud a {
    line-height: 1.3;
}

.textwidget ol,
.textwidget ul {
    margin-left: 30px !important;
}

.widget-area .email-subscriber-form .btn-red {
    background-color: #eee;
    color: #333;
    font-size: 14px;
}

.widget-area .email-subscriber-form .btn-red {
    font-size: 14px;
}

.blog-widget-area .email-subscriber-form .btn-red:hover {
    background-color: #eee;
    color: #333;
}

.blog-widget-area div:last-child {
    margin-bottom: 0;
}

.email-subscriber-form label,
.blog-widget-area .search-form label,
.blog-widget-area input.search-submit {
    display: block !important;
}

.blog-widget-area .widget.margin-bottom:last-child {
    margin-bottom: 0;
}

ul:has(<li.page_item) {
    margin-left: 0 !important;
}

/* List Style */
.widget-area ul,
.blog-widget-area ul {
    list-style: none;
    margin-left: 0px;
}

.widget h3,
.widget .screen-reader-text {
    display: none;
}

.widget ul.menu li.page_item::before {
    display: none;
}

.widget-area .rpwwt-widget ul li::before {
    display: none;
}

.widget a {
    text-transform: none;
}

.widget li.cat-item {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.widget li.cat-item:hover {
    padding-left: 3px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.widget-area select {
    background-color: #444;
    color: #ddd;
    border-color: #111;
}

.clr-wht .rpwwt-post-title {
    color: #ddd;
}

.clr-wht .rpwwt-post-excerpt {
    font-size: 13px;
    letter-spacing: 1px;
    color: #777;
}

#gallery-1 img {
    border: none;
}

#gallery-1 img,
#gallery-2 img,
#gallery-3 img,
#gallery-4 img,
#gallery-5 img,
#gallery-6 img {
    border: none !important;
}

.tron-col-brk {
    width: 100% !important;
}

/* intro */
.intro-box {
    -webkit-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.intro-box:hover {
    -webkit-transition: 3s ease;
    -o-transition: 3s ease;
    transition: 3s ease;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.preview-slider .intro-box:hover {
    background-position: top center;
}

/* before after */
.beer-range {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
}

/* new update */
.side-social-nav li,
.side-social-nav a {
    border-radius: 50%;
    display: inline-block !important;
}

.side-social-nav li>a>i {
    height: unset;
    line-height: 40px;
    border-radius: 50%;
    float: unset;
    margin: 0 8px 0 8px;
}

.product-slide {
    overflow: hidden;
}

.slider-position {
    Width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    position: absolute;
}

.header-image-area img {
    object-fit: cover;
}

.slider-text-wraper h1,
.slider-text-wraper h2,
.slider-text-wraper h3,
.slider-text-wraper h4,
.slider-text-wraper h5,
.slider-text-wraper h6,
.slider-text-wraper a,
.slider-text-wraper p,
.slider-text-wraper,
.slide-text-cont {
    overflow: hidden;
}

.height-100 {
    height: 100%;
}

.slider-bg-img {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.slick-slider div.slick-active .slider-bg-img {
    animation: myMove 8s infinite;
    animation-direction: alternate;
}

@keyframes myMove {
    from {
        transform: scale(1.0, 1.0) rotate(0deg);
        transform-origin: 50% 50%;
    }

    to {
        transform: scale(1.1, 1.1) rotate(2deg);
        transform-origin: 50% 50%;
    }
}

@-webkit-keyframes myMove {
    from {
        -webkit-transform: scale(1.0, 1.0) rotate(0deg);
        -webkit-transform-origin: 50% 50%;
    }

    to {
        -webkit-transform: scale(1.2, 1.2) rotate(2deg);
        -webkit-transform-origin: 50% 50%;
    }
}

@-o-keyframes myMove {
    from {
        -o-transform: scale(1.0, 1.0) rotate(0deg);
        -o-transform-origin: 50% 50%;
    }

    to {
        -o-transform: scale(1.2, 1.2) rotate(2deg);
        -o-transform-origin: 50% 50%;
    }
}

@-moz-keyframes myMove {
    from {
        -moz-transform: scale(1.0, 1.0) rotate(0deg);
        -moz-transform-origin: 50% 50%;
    }

    to {
        -moz-transform: scale(1.2, 1.2) rotate(2deg);
        -moz-transform-origin: 50% 50%;
    }
}

@-ms-keyframes myMove {
    from {
        -ms-transform: scale(1.0, 1.0) rotate(0deg);
        -ms-transform-origin: 50% 50%;
    }

    to {
        -ms-transform: scale(1.2, 1.2) rotate(2deg);
        -ms-transform-origin: 50% 50%;
    }
}

.slick-slider div.slick-active .product-slide {
    animation: myPro 8s infinite;
    animation-direction: alternate;
}

@keyframes myPro {
    from {
        transform: scale(1.0, 1.0) rotate(0deg);
        transform-origin: 50% 50%;
    }

    to {
        transform: scale(0.9, 0.9) rotate(2deg);
        transform-origin: 50% 50%;
    }
}

@-webkit-keyframes myPro {
    from {
        transform: scale(1.0, 1.0) rotate(0deg);
        transform-origin: 50% 50%;
    }

    to {
        transform: scale(0.9, 0.9) rotate(2deg);
        transform-origin: 50% 50%;
    }
}

@-moz-keyframes myPro {
    from {
        transform: scale(1.0, 1.0) rotate(0deg);
        transform-origin: 50% 50%;
    }

    to {
        transform: scale(0.9, 0.9) rotate(2deg);
        transform-origin: 50% 50%;
    }
}

@-ms-keyframes myPro {
    from {
        transform: scale(1.0, 1.0) rotate(0deg);
        transform-origin: 50% 50%;
    }

    to {
        transform: scale(0.9, 0.9) rotate(2deg);
        transform-origin: 50% 50%;
    }
}

.alert-error {
    color: red;
}
