@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);

dd,
table {
    margin-bottom: .8rem
}

iframe,
img,
table {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin-bottom: 1rem
}

.top-three-boxes-setting-1 .fa-3x {
    color: #415FA5
}

.hun-header,
.hun-header .wrap-element-stick,
.hun-header .wrapper-header,
.hun-header .wrapper-header .main-navigation .list-menu li,
.hun-header.layout-1.style-overlay .container-header,
.hun-page {
    position: relative
}

.btn-banner,
.hun-menu-mobile .mobile-navigation,
.tabbg .btn-default {
    background: linear-gradient(to right, #62cdf3 30%, #4578e4, #020df4) !important
}

.caret,
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu>li,
.loop-pagination ul li {
    vertical-align: middle
}

.para {
    text-align: justify
}

.container-list-header .heading {
    color: #000000;
    text-align: center;
}

.faq-item h3 {
    color: black !important;
}

.faq-body {
    color: black;
}

.list-container {
    background-color: #fff;
    padding: 2rem;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

.list-container .nav {
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin: 0 -3rem 2rem;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.list-container .nav:before,
.list-container .nav:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    border: 0.75rem solid transparent;
    border-bottom: 0.75rem solid #f2f0f0;
    transform-origin: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.list-container .nav:before {
    left: 0;
    transform: translateY(-0.45rem) rotate(135deg) translateX(-0.4rem);
}

.list-container .nav:after {
    right: 0;
    transform: translateY(-0.45rem) rotate(-135deg) translateX(0.4rem);
}

.list-container .nav a {
    display: inline-block;
    margin: 0 3rem;
    font-size: 2rem;
    color: #2980b9;
    opacity: 0.7;
    transition: 0.25s;
}

.list-container .nav a:hover {
    opacity: 1;
}

.list-container .list .num {
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: 0.25s;
}

.list-container .list .num:nth-child(0):before {
    content: '0';
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    width: 2rem;
    opacity: 0.05;
    transition: 0.25s;
}

.list-container .list .num:nth-child(1):before {
    content: '1';
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    width: 2rem;
    opacity: 0.05;
    transition: 0.25s;
}

.list-container .list .num:nth-child(2):before {
    content: '2';
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    width: 2rem;
    opacity: 0.05;
    transition: 0.25s;
}

.list-container .list .num:nth-child(3):before {
    content: '3';
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    width: 2rem;
    opacity: 0.05;
    transition: 0.25s;
}

.list-container .list .num:nth-child(4):before {
    content: '4';
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    width: 2rem;
    opacity: 0.05;
    transition: 0.25s;
}

.list-container .list .num:nth-child(5):before {
    content: '5';
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    width: 2rem;
    opacity: 0.05;
    transition: 0.25s;
}

.list-container .list .num:nth-child(6):before {
    content: '6';
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    width: 2rem;
    opacity: 0.05;
    transition: 0.25s;
}

.list-container .list .num:nth-child(7):before {
    content: '7';
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    width: 2rem;
    opacity: 0.05;
    transition: 0.25s;
}

.list-container .list .num:nth-child(8):before {
    content: '8';
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    width: 2rem;
    opacity: 0.05;
    transition: 0.25s;
}

.list-container .list .num:nth-child(9):before {
    content: '9';
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    width: 2rem;
    opacity: 0.05;
    transition: 0.25s;
}

.list-container .list .num p {
    position: relative;
    left: -1.5rem;
    color: #3d3d3d;
    font-size: 16px;
    transition: 0.25s;
}

.list-container .list .num:hover {
    background-color: #fafafa;
    cursor: pointer;
}

.list-container .list .num:hover:before {
    opacity: 0.2;
}

.list-container .list .num:hover p {
    left: 1rem;
}

.message {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2rem;
}

.intro i {
    background: #000 !important;
}

.divider {
    background: #000 !important;
}

.reg-btn:hover {
    color: #000 !important;
}

.boxes-setting-area {
    background: #fff;
    padding: 25px 20px 20px;
    -webkit-box-shadow: 2px 3px 18px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 18px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 18px -6px rgba(0, 0, 0, 0.75);
}

.intro i {
    font-size: 28px;
    color: #fff;
    border-radius: 0;
    line-height: 70px;
    background-color: #000 !important;
    width: 70px;
    border-radius: 50%;
    height: 70px;
    margin-bottom: 4vh;
}

.divider {
    display: inline-block;
    width: 80px;
    /* background-color: #cd945d; */
    background-color: #000;
    height: 3px;
    margin-bottom: 7px;
}

.header {
    border-radius: 20px 20px 0px 0px;
    padding: 10px 0px;
    background: #000;
    color: #fff;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.faq-item {
    margin-bottom: 40px;
    margin-top: 40px;
}

.faq-item h3 {
    font-size: 20px !important;
}

.faq-body {
    display: none;
    margin-top: 30px;
}

.faq-wrapper {
    width: 75%;
    margin: 0 auto;
}

.faq-inner {
    padding: 30px;
    background: aliceblue;
}

.faq-plus {
    float: right;
    font-size: 1.4em;
    line-height: 1em;
    cursor: pointer;
}

.slider-left-text-side p {
    font-size: 15px;
}

.heading h3 {
    color: #000;
    font-size: 20px
}

.top-three-boxes-setting p {
    text-align: center !important;
}

section#below-banner-area div i {
    background: #000 !important;
    border-radius: 50%;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
    width: 100px;
    font-size: 40px;
    color: #fff;
}

.footer-links1 {
    background-color: #4f95ea;
}

.links1 a {
    color: #000;
    border-right: 1px solid #fff;
    padding: 0 6px;
    margin-bottom: 10px;
}

.links1 a:hover {
    color: #fff;
}

p {
    text-align: justify
}

p a {
    color: #0084fe;
}

div#banner-setting-area {
    background:transparent !important;
}

.hun-element-sidebar--type-1 ul li:last-child,
.hun-footer.layout-1 .content-footer .widget:last-child,
.hun-footer.layout-1 .content-footer ul li:last-child,
dd:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol:last-child,
p:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slick-slide:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0
}

.btn-banner,
.tabbg .btn-default {
    color: #000 !important
}

a:hover {
    text-decoration: none;
    color: #0082fc
}

.text-widget.setting-area-margin p a {
    line-height: 30px
}

.icon-item2 {
    color: #fcad09;
    font-size: 20px;
    line-height: 43px
}

ol,
ul {
    padding-left: 19px
}

ul {
    list-style-type: initial
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
label,
textarea {
    display: block;
    min-width: 1px
}

button,
input,
textarea {
    font-weight: inherit;
    outline: 0;
    min-width: 0
}

button::-ms-clear,
input::-ms-clear,
textarea::-ms-clear {
    display: none
}

option,
select {
    font-weight: inherit;
    color: inherit
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week] {
    padding: 0;
    text-transform: uppercase
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=month]::-webkit-clear-button,
input[type=month]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=time]::-webkit-clear-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=week]::-webkit-clear-button,
input[type=week]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none
}

button {
    cursor: pointer
}

iframe {
    border: none
}

pre {
    white-space: pre-wrap
}

table {
    word-break: normal;
    border-collapse: collapse;
    border-spacing: 0;
    width: max-content;
    border: 1px solid
}

table td,
table th {
    padding: 5px;
    border: 1px solid
}

img {
    height: auto
}

.hun-page {
    min-height: 100vh;
    height: auto
}

@media (min-width:1300px) {
    .container {
        max-width: 1200px
    }
}

html {
    font-size: 16px
}

body {
    height: 100%;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: Nunito, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.6
}

h1,
h2,
h3 {
    line-height: 1.3
}

h4,
h5,
h6 {
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: Nunito;
    color: #2c3038
}

#p-b1,
.description1 p,
.hun-section-image-text.layout-1.set-bg-dark .heading-sec .description-sec,
.hun-section-image-text.layout-1.set-bg-dark .heading-sec .title-sec,
.hun-section-image-text.layout-2.set-bg-dark .heading-sec .description-sec,
.hun-section-image-text.layout-2.set-bg-dark .heading-sec .title-sec,
body,
button,
input,
textarea {
    color: #000
}

.errspan {
    float: right;
    margin-right: 25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    color: black;
    font-size: 16px;
}

.errspan1 {
    float: right;
    margin-right: 6px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    color: black;
    font-size: 16px;
}

ul.list {
    position: absolute;
    z-index: 999;
    margin-left: 9px;
    width: 390px;
    float: left;
    height: 180px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: none;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #fff;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999
}

ul.list li {
    padding: 10px;
}

ul.list li:hover {
    background: #b3e6ff;
    color: #fff;
}

ul.list1 {
    position: absolute;
    z-index: 999;
    margin-left: 9px;
    width: 390px;
    float: left;
    height: 180px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: none;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #676767;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999
}

ul.list1 li {
    padding: 10px;
}

ul.list1 li:hover {
    background: #b3e6ff;
    color: #fff;
}

ul.list2 {
    position: absolute;
    z-index: 999;
    margin-left: 9px;
    width: 390px;
    float: left;
    height: 180px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: none;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #676767;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999
}

ul.list2 li {
    padding: 10px;
}

ul.list2 li:hover {
    background: #b3e6ff;
    color: #fff;
}

ul.list3 {
    position: absolute;
    z-index: 999;
    margin-left: 9px;
    width: 390px;
    float: left;
    height: 180px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: none;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #676767;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999
}

ul.list3 li {
    padding: 10px;
}

ul.list3 li:hover {
    background: #b3e6ff;
    color: #fff;
}

.list {
    scrollbar-width: thin;
    scrollbar-color: silver;
}

.list::-webkit-scrollbar-track {
    background: silver;
}

.list::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 6px;
    /* border: 3px solid #CFD8DC; */
}

.icons-app h4 {
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
}

.icons-app p {}

.icons-app a {}

.icons-app a img {
    max-width: 131px;
    margin-bottom: 10px;
}

.pcaautocomplete,
.pcaautocomplete {
    opacity: 0;
    height: 0px;
}

.icon-geolocation {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 18px;
    color: #686a71;
    cursor: pointer;
}

.viabtn {
    cursor: pointer;
}

.remove-icon {
    position: absolute;
    right: -24px;
    top: 11px;
    font-size: 21px;
    color: red;
    cursor: pointer;
}

.addedvalues .card {
    background: #fff;
    border-radius: 3px !important;
    overflow: hidden;
    margin-bottom: 2px;
    /*display: inline-block;*/
}

.addedvalues .card span {
    padding: 0px 0px 0px 12px;
}

.card-body {
    padding: 10px;
}

.card table {
    background: #000000;
    color: #fff;
    border: collapse;
    margin: 7px 0px 12px;
}

.panel-heading {
    padding: 7px 6px;
}

.panel-body {
    padding: 0px;
    color: #000;
    font-size: 13px;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-title {
    font-size: 13px;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    text-decoration: none;
}

.panel-group {
    position: absolute;
    top: -152px;
    z-index: 9999;
    width: 175%;
    right: 0;
}

@media (max-width: 600px) {
    .panel-group {
        width: 325%;
    }
}

/* .luggagebtnshow {
   width: 100%;
   padding: 10px;
   background-color: #fff;
   color: grey;
   border-radius: 2px;
   border: none;
   cursor: default;
   cursor: pointer;
   } */
.panel-group1 {
    position: inherit !important;
    width: 100%;
    margin-bottom: 0px;
}

.panel-group1 .panel-group1 {
    padding: 2px;
}

.panel-group1 .panel-heading {
    padding: 5px;
}

.panel-group>select {
    width: 100%;
    padding: 5px 0px;
}

.panel-group a {
    display: block;
}

.addedvalues .card-body {
    color: #000;
}

/*#root.minicabit-site.new-landing-page .booking-form-modal .from #main-page-label-from, #root.minicabit-site.new-landing-page .booking-homepage .from #main-page-label-from, .modal-content.booking-form-modal.new .booking-form-modal .from #main-page-label-from, .modal-content.booking-form-modal.new .booking-homepage .from #main-page-label-from {*/
/*    z-index: 9;*/
/*    color: #000;*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    left: 10px;*/
/*    width: 50px;*/
/*}*/
.vehicle-div img {
    height: 105px;
}

.steps-div {
    display: flex;
    width: 60%;
    margin: 0 auto;
}

.flexer {
    flex: 1;
    background: gray;
    height: 8px;
    margin-top: 21px;
}

.flexerr {
    flex: 1;
}

.steps-div span {
    background: gray;
    color: #fff;
    padding: 12px 16px;
    font-size: 24px;
    border-radius: 8px;
}

.steps-div p {
    color: #fff;
    font-weight: bold;
}

.step1 {
    background: green !important;
}

.appiconsdiv {
    position: absolute;
    right: 15px;
    top: 40px;
}

.appstoreicon {
    margin-bottom: 5px;
}

.singletime,
.returntime {
    height: 41px !important;
}

div#setting-part .item-icon-box {
    background: #fff;
    padding: 20px;
}

div#setting-part {
    padding: 50px 0;
}

.tabbg .btn-default:hover {
    background: #000 !important;
    color: #fff !important;
}

.fa-plane,
.fa-long-arrow-up,
.fa-long-arrow-down {
    color: #4f95ea !important;
}

.btn-banner:hover {
    background: #000 !important;
    color: #fff !important;
}

.hun-section-icon-box.layout-2 .item-icon-box .icon-item {
    color: #000 !important;
}

div#setting-part .item-icon-box h4.title-item {
    color: #000 !important;
}

.title-banner {
    color: #fff !important;
}

.hun-button {
    background: #000000 !important;
    color: #fff !important;
}

.hun-button:hover {
    color: #000000 !important;
}

.title-item:hover,
link-item:hover {
    color: #fff !important;
}

.mobile-content {
    display: none;
}

@media (max-width: 767px) {
    .fadeInLeft {
        display: none
    }

    .fadeInLeft .left1 {
        display: block !important;
    }

    .mobile-content {
        display: block;
    }

    .title-banner {
        font-size: 36px !important;
    }

    .logo-header img {
        width: 80% !important;
    }

    .panel-group {
        width: 100% !important
    }
}

.singletime {
    width: 60% !important;
}

.returntime {
    width: 60% !important;
}

.area-sec {
    width: 100px;
    height: 60px;
    border-radius: 15px;
    margin-right: 1.5vh;
}

.hun-menu-mobile .mobile-navigation .list-menu>li>a {
    color: #000 !important;
}

.text-item h4 {
    color: #000 !important;
}

.text-item h4,
.text-item div {
    color: #000 !important;
}

.your-section-class a {
    color: #fff !important;
}

.whatsappCss {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 3;
}

a {
    transition: color .2s
}

table,
td,
th {
    border-color: #e5e5e5
}

.hun-header .transition-sticky {
    transition: .5s
}

.hun-header.style-sticky.fixed .element-for-stick {
    position: fixed !important;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
}

.top-three-boxes-setting-1 {
    border: 1px solid #0003;
    padding: 8%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    transition: .3s;
    box-shadow: none
}

section#below-banner-area-1 {
    padding: 8% 0;
    background: url(images/directbg2.png) center center/cover no-repeat !important;
    border-radius: 0 64px
}

.hun-header.style-sticky.fixed .element-for-stick.hide-header {
    transform: translateY(-105%)
}

.hun-header .hun-menu-mobile .logo-menu-mobile,
.hun-header .wrapper-header .logo-header .mobile-logo,
.hun-header .wrapper-header .logo-header .sticky-logo,
.hun-header.style-sticky.fixed .wrapper-header .logo-header .main-logo,
.hun-header.style-sticky.fixed .wrapper-header .logo-header .mobile-logo,
.hun-menu-mobile,
.js-call-hun-tab .panel-hun-tab {
    display: none
}

.hun-header .wrapper-header .logo-header .main-logo,
.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .text-logo,
.hun-header.style-sticky.fixed .wrapper-header .logo-header .sticky-logo,
.hun-section-blog-detail.layout-1 .single-post.has-post-thumbnail>.pic-post img {
    display: inline
}

.hun-header .wrapper-header .logo-header img {
    max-height: 68px
}

.hun-header .wrapper-header .main-navigation li,
.hun-header .wrapper-header .main-navigation ol,
.hun-header .wrapper-header .main-navigation ul,
.hun-menu-mobile .mobile-navigation li,
.hun-menu-mobile .mobile-navigation ol,
.hun-menu-mobile .mobile-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.hun-header .wrapper-header .main-navigation .list-menu>li {
    display: inline-block
}

.hun-header .wrapper-header .main-navigation .list-menu>li>a {
    display: block;
    padding: 0 20px 15px;
    white-space: nowrap
}

.hun-header .wrapper-header .main-navigation .list-menu li .sub-menu {
    background: #fff;
    transition: .2s;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.hun-header .wrapper-header .main-navigation .list-menu li .sub-menu .sub-menu {
    top: 0;
    left: 100%
}

.hun-header .wrapper-header .main-navigation .list-menu li .sub-menu li a {
    display: block;
    padding: 5px 20px;
    transition: .2s
}

.hun-header .wrapper-header .main-navigation .list-menu li:hover>.sub-menu {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.hun-header.layout-1 .wrapper-header {
    position: static;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
}

.hun-header.layout-1 .wrapper-header>.container {
    position: relative;
    display: flex;
    align-items: center
}

.hun-header.layout-1 .wrapper-header .logo-header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px
}

.hun-header.layout-1 .wrapper-header .logo-header .text-logo {
    font-weight: 800;
    font-size: 28px;
    line-height: 1;
    color: #2c3038;
    vertical-align: middle;
    display: none
}

.hun-footer.layout-1 .copyright-footer .content-copyright .col-left,
.hun-footer.layout-1 .copyright-footer .content-copyright .col-right,
.hun-header.layout-1 .wrapper-header .main-navigation {
    padding: 0 15px
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu,
.hun-header.layout-1.style-sticky.fixed.scale-header .wrapper-header .main-navigation .list-menu,
.p-t-20 {
    padding-top: 20px
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu>li>a {
    color: #888;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.8;
    padding: 0 18px 20px;
    transition: .2s
}

.hun-footer.layout-1.style-light .copyright-footer a:hover,
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu li:hover>a,
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu>li.current-menu-item>a,
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu>li.current-menu-parent>a,
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu>li.current_page_item>a,
.hun-header.layout-1 .wrapper-header .main-navigation .list-menu>li:hover>a,
.hun-menu-mobile .mobile-navigation .list-menu li .sub-menu a:hover,
.hun-menu-mobile .mobile-navigation .list-menu>li>a:hover {
    color: #000 !important
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu {
    text-align: left;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 10px 0
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu .sub-menu {
    top: -11px
}

.hun-header.layout-1 .wrapper-header .main-navigation .list-menu li .sub-menu li a {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    color: #999;
    padding: 8px 20px
}

.hun-header.layout-1 .wrapper-header .group-feature {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 30px
}

.hun-header.layout-1 .wrapper-header .group-feature>* {
    margin-left: 30px
}

.hun-header.layout-1 .wrapper-header .group-feature>:first-child {
    margin-left: 0
}

.hun-header.layout-1 .wrapper-header .group-feature .buttons-header {
    letter-spacing: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    transition: .2s;
    margin: 0 -10px;
    cursor: pointer
}

.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span {
    border-color: #2c3038
}

.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span::after,
.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span::before {
    background-color: #2c3038
}

.hun-header.layout-1 .transition-sticky .main-navigation .list-menu {
    transition: padding-top .2s ease-out
}

.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .main-logo,
.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .mobile-logo,
.hun-header.layout-1.use-text-logo .wrapper-header .logo-header .sticky-logo,
.hun-section-page-title.layout-1.hide-breadcrumbs .breadcrumbs,
span.toggle-sub-menu {
    display: none !important
}

.hun-header.layout-1.style-sticky.fixed .wrapper-header {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.hun-header.layout-1.style-sticky.fixed.scale-header .wrapper-header .main-navigation .list-menu>li>a,
.hun-section-archive-blog.layout-2 .col-content .list-post,
.p-b-20 {
    padding-bottom: 20px
}

.hun-header.layout-1.style-overlay {
    z-index: 999;
    position: absolute;
    width: 100%
}

.hun-header.layout-1.style-overlay .wrapper-header {
    background-color: #000;
    border-color: #000;
    position: absolute;
    width: 100%
}

.hun-header.layout-1.style-overlay.style-sticky.fixed .wrapper-header {
    padding-top: 5px;
    padding-bottom: 5px
}

.hun-footer.layout-1 .content-footer a:hover,
.hun-footer.layout-1 .copyright-footer a:hover,
.hun-header.layout-1.style-overlay.text-light .wrapper-header .logo-header .text-logo {
    color: #fff
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu>li>a {
    color: #fff;
    position: relative
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu>li>a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    border-radius: 1px;
    background-color: #fff;
    transition: .3s;
    transform: scaleX(0)
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu>li.current-menu-item>a:after,
.hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu>li.current-menu-parent>a:after,
.hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu>li.current_page_item>a:after,
.hun-header.layout-1.style-overlay.text-light .wrapper-header .main-navigation .list-menu>li:hover>a:after,
.hun-section-card.layout-1 .menu-sec .item-menu.active:after,
.hun-section-card.layout-1 .menu-sec .item-menu:hover:after {
    transform: scaleX(1)
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span {
    border-color: #4f95ea
}

.hun-header.layout-1.style-overlay.text-light .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span::after,
.hun-header.layout-1.style-overlay.text-light .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu span::before,
.hun-section-card.layout-1 .item-card:hover .pic-card .brand {
    background-color: #fff
}

.hun-header.layout-1.style-overlay.text-light.style-sticky.fixed .wrapper-header {
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2)
}

.hun-header.layout-1.align-center .wrapper-header .logo-header,
.hun-header.layout-1.align-right .wrapper-header .logo-header {
    flex-grow: 1;
    flex-basis: 0
}

.hun-header.layout-1.align-center .wrapper-header .main-navigation {
    text-align: center
}

.hun-footer.layout-1 .copyright-footer .content-copyright .col-right,
.hun-header.layout-1.align-right .wrapper-header .main-navigation {
    text-align: right
}

.hun-header.layout-1.align-right .wrapper-header .group-feature {
    flex-basis: auto;
    flex-grow: 0
}

.hun-menu-mobile .btn-toggle-menu span {
    display: block;
    width: 22px;
    height: 16px;
    border-top: 2px solid #007bff;
    border-bottom: 2px solid #007bff;
    position: relative;
    transition: .3s
}

.hun-menu-mobile .btn-toggle-menu span::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 0
}

.hun-menu-mobile .btn-toggle-menu span::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-60deg);
    transition: .3s
}

.hun-menu-mobile .btn-toggle-menu span.hidden-btn {
    visibility: hidden;
    opacity: 0
}

.hun-menu-mobile .mobile-navigation {
    box-shadow: 0 0 10px 0 rgba(2, 0, 65, .1);
    position: fixed;
    z-index: 99998;
    visibility: hidden;
    left: 0;
    bottom: 0;
    width: 269px;
    max-width: 80%;
    height: 100%;
    padding: 50px 22px;
    overflow: auto;
    transition: .5s;
    transform: translateX(-105%)
}

.hun-footer.layout-1 .content-footer .widget,
.hun-menu-mobile .mobile-navigation .logo-menu-mobile {
    margin-bottom: 50px
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.hun-menu-mobile .mobile-navigation .list-menu>li>a {
    font-weight: 700;
    font-size: 20px;
    color: #2c3038
}

.hun-menu-mobile .mobile-navigation .list-menu li {
    padding: 6px 0;
    position: relative;
    margin: 0
}

.hun-element-sidebar--type-1 ul,
.hun-footer.layout-1 .content-footer ul,
.loop-pagination ul {
    padding: 0;
    list-style-type: none
}

.hun-menu-mobile .mobile-navigation .list-menu li .sub-menu {
    display: none;
    margin-top: 10px;
    margin-right: -25px;
    padding-left: 20px
}

.hun-menu-mobile .mobile-navigation .list-menu li .sub-menu a {
    font-weight: 700;
    font-size: 15px;
    color: #555a64
}

.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -7px;
    top: 4px
}

.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    margin-right: -6px;
    background-color: #2c3038
}

.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu::after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background-color: #2c3038
}

.hun-menu-mobile .mobile-navigation .list-menu li .toggle-sub-menu.icon-up::after,
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-preloader {
    opacity: 0
}

.hun-menu-mobile.menu-mobile-active .btn-toggle-menu span {
    visibility: visible !important;
    opacity: 1 !important
}

.hun-menu-mobile.menu-mobile-active .btn-toggle-menu span::after {
    width: 130%
}

.hun-menu-mobile.menu-mobile-active .mobile-navigation {
    visibility: visible;
    transform: translateX(0)
}

.hun-footer.layout-1 {
    background-color: #000
}

.hun-footer.layout-1 .action-footer {
    padding-top: 120px;
    padding-bottom: 130px;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.hun-footer.layout-1 .action-footer::before {
    content: '';
    display: block;
    width: 150%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    opacity: .06;
    border-radius: 0 0 50% 50%
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 {
    width: 690px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    overflow: hidden;
    height: 60px;
    padding: 5px;
    border-radius: 30px;
    margin: 0
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input {
    color: #555a64;
    display: block;
    height: 50px;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 1px;
    border: none;
    background: #fff;
    border-radius: 25px;
    padding: 0 25px;
    margin: 0
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input::-webkit-input-placeholder {
    color: #999
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-moz-placeholder {
    color: #999
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input::-moz-placeholder {
    color: #999
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-ms-input-placeholder {
    color: #999
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-webkit-autofill,
.hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-webkit-autofill:active,
.hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-webkit-autofill:focus,
.hun-footer.layout-1 .action-footer .subscribe-form-02 form input:-webkit-autofill:hover {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form button {
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    overflow: hidden;
    padding: 0 30px;
    border-radius: 25px;
    background-color: #000 !important;
    transition: .2s;
    margin: 0
}

.hun-footer.layout-1 .action-footer .subscribe-form-02 form button:hover,
.hun-footer.layout-1.style-light .content-footer .subscribe-form-01,
.hun-page .hun-button.style-fill-color.hover-dark:hover {
    background-color: #fcad09
}

.hun-footer.layout-1 .content-footer {
    color: #b9b9b9;
    word-break: break-word;
    padding-top: 60px;
    padding-bottom: 50px
}

.hun-footer.layout-1 .content-footer h1,
.hun-footer.layout-1 .content-footer h2,
.hun-footer.layout-1 .content-footer h3,
.hun-footer.layout-1 .content-footer h4,
.hun-footer.layout-1 .content-footer h5,
.hun-footer.layout-1 .content-footer h6 {
    font-weight: 700;
    color: #fff
}

.hun-footer.layout-1 .content-footer ul li,
.m-b-10 {
    margin-bottom: 10px
}

.hun-footer.layout-1 .content-footer a {
    color: #b3b0b0
}

.hun-footer.layout-1 .content-footer .widget .title-widget {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    word-break: break-word;
    margin-bottom: 28px;
    color: #fff !important
}

.hun-footer.layout-1 .content-footer .hun-element-social--type-1 .social-link {
    color: #555a64;
    background-color: #fff
}

.hun-footer.layout-1 .content-footer .hun-element-social--type-1 .social-link:hover {
    color: #fff;
    background-color: #000 !important
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 {
    background-color: rgba(255, 255, 255, .06);
    border-radius: 8px;
    padding: 30px
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 .description-form {
    color: #fff;
    margin-bottom: 8px
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input {
    color: #555a64;
    display: block;
    height: 50px;
    flex-grow: 1;
    flex-basis: 100px;
    border: none;
    background: #fff;
    border-radius: 5px;
    padding: 0 15px;
    margin: 8px 3px
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input::-webkit-input-placeholder {
    color: #999
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-moz-placeholder {
    color: #999
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input::-moz-placeholder {
    color: #999
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-ms-input-placeholder {
    color: #999
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-webkit-autofill,
.hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-webkit-autofill:active,
.hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-webkit-autofill:focus,
.hun-footer.layout-1 .content-footer .subscribe-form-01 form input:-webkit-autofill:hover {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form button {
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    overflow: hidden;
    padding: 0 18px;
    border-radius: 5px;
    background-color: #000 !important;
    transition: .2s;
    margin: 8px 3px
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 form button:hover,
.hun-page .hun-button.style-fill-color.hover-light:hover {
    background-color: #fff;
    color: #000 !important
}

.hun-footer.layout-1 .content-footer .subscribe-form-01 .note-form {
    color: #000;
    font-size: .85rem;
    font-style: italic;
    padding-top: 6px;
    opacity: .6
}

.hun-footer.layout-1 .copyright-footer {
    font-size: 15px;
    color: #999;
    line-height: 1.8;
    text-align: left;
    word-break: break-word
}

.hun-footer.layout-1 .copyright-footer .content-copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
    margin: 0 -15px
}

.hun-footer.layout-1 .copyright-footer .content-copyright .col-left {
    text-align: left
}

.hun-footer.layout-1 .copyright-footer a {
    font-weight: 700;
    color: #ccc
}

.boxes-setting-area .fa-3x {
    color: #000;
    background-color: #ededed;
    padding: 20px;
    border-radius: 50%
}

.btn-back-to-top:hover,
.hun-footer.layout-1.style-light .content-footer .hun-element-social--type-1 .social-link:hover,
.spinner span {
    background-color: #000 !important
}

.boxes-1 {
    height: 284px;
    border: 2px solid #f48325;
    margin-top: 20px;
    border-radius: 20px
}

.spinner span,
.spinner:before {
    border-radius: 100%;
    position: absolute;
    bottom: 0
}

.boxes-1 h4 {
    color: #0082fc !important;
    margin-top: 10px
}

.boxes-setting-area {
    background: #000;
    padding: 30px;
    -webkit-box-shadow: 2px 3px 18px -6px rgba(0, 0, 0, .75);
    -moz-box-shadow: 2px 3px 18px -6px rgba(0, 0, 0, .75);
    box-shadow: 2px 3px 18px -6px rgba(0, 0, 0, .75)
}

.hun-element-form--type-1 form label input:focus,
.hun-element-form--type-1 form label textarea:focus,
.hun-element-post--type-1,
.hun-element-post--type-1 .pic-post .date-post,
.set-box-shadow {
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1)
}

.hun-footer.layout-1.style-light {
    background-color: #f1f7ff !important
}

.hun-footer.layout-1.style-light .action-footer::before {
    background-color: #fcad09;
    opacity: 1
}

.hun-footer.layout-1.style-light .content-footer {
    color: #555a64
}

.hun-footer.layout-1.style-light .content-footer h1,
.hun-footer.layout-1.style-light .content-footer h2,
.hun-footer.layout-1.style-light .content-footer h3,
.hun-footer.layout-1.style-light .content-footer h4,
.hun-footer.layout-1.style-light .content-footer h5,
.hun-footer.layout-1.style-light .content-footer h6,
.hun-footer.layout-1.style-light .copyright-footer a {
    color: #2c3038
}

.hun-footer.layout-1.style-light .content-footer a:hover {
    color: #FFD108 !important
}

.hun-footer.layout-1.style-light .content-footer .hun-element-social--type-1 .social-link {
    color: #fff;
    background-color: #fcad09
}

.hun-footer.layout-1.style-light .copyright-footer {
    color: #fff;
    background: #000 !important
}

.hun-footer.layout-1.style-light .copyright-footer .content-copyright {
    border-color: #ddd
}

.btn-back-to-top {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background-color: #1a2534
}

.mfp-bg,
.mfp-wrap {
    z-index: 10000
}

.btn-back-to-top .symbol-btn {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    display: block;
    padding-bottom: 2px
}

.btn-back-to-top .symbol-btn::before {
    content: '\f126';
    font-family: Ionicons
}

.btn-back-to-top.active-btn {
    visibility: visible;
    opacity: 1
}

.btn-back-to-top.hidden-btn {
    transform: scale(0);
    visibility: hidden;
    opacity: 0
}

.hun-pre-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.spinner {
    -webkit-animation: 1s linear infinite load;
    -moz-animation: 1s linear infinite load;
    animation: 1s linear infinite load;
    height: 4em;
    width: 4em;
    border-radius: 50%;
    font-size: 13px;
    margin: 5em auto;
    position: relative;
    overflow: hidden;
    opacity: .69;
    background: -webkit-linear-gradient(top, #000 10%, rgba(255, 255, 255, 0) 100%) !important;
    background: linear-gradient(to bottom, #000 10%, rgba(255, 255, 255, 0) 100%) !important
}

.spinner span {
    display: block;
    width: 15%;
    height: 10%;
    left: calc(50% - 2px)
}

.spinner:before {
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 50%, #000 50%) !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #000 50%) !important;
    content: ''
}

.spinner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 80%;
    background: #fff;
    border-radius: 50%;
    content: '';
    margin: auto
}

@-webkit-keyframes load {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes load {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes load {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #000 !important;
    background: linear-gradient(0deg, rgba(255, 255, 255, .1) 33%, #000 100%) !important;
    animation: .8s linear infinite spin
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.mfp-arrow {
    transition: .3s
}

.mfp-bg {
    background-color: #000;
    opacity: .9
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.mfp-wrap .mfp-preloader {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi:hover:after,
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .9
}

.hun-section-card.layout-2 .item-card:hover .inner-card .brand img,
.hun-section-mainslider.layout-1 .pic-slider:hover .arrows-slick,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade.mfp-wrap.mfp-ready .mfp-preloader {
    opacity: 1
}

.hun-page .hun-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    min-width: 100px;
    padding: 0 35px;
    transition: .2s
}

.hun-page .hun-button.size-small {
    height: 45px
}

.hun-page .hun-button.size-normal {
    height: 50px
}

.hun-page .hun-button.size-large {
    height: 55px
}

.hun-page .hun-button.shape-square {
    border-radius: 0
}

.border-rad-23,
.hun-page .hun-button.shape-round.size-small {
    border-radius: 23px
}

.border-rad-25,
.hun-page .hun-button.shape-round.size-normal {
    border-radius: 25px
}

.border-rad-28,
.hun-page .hun-button.shape-round.size-large {
    border-radius: 28px
}

.hun-page .hun-button.style-fill-color {
    border: none;
    background: #0084fe;
    color: #fff
}

.hun-page .hun-button.style-fill-white {
    border: none;
    background: #fff;
    color: #000 !important
}

.hun-page .hun-button.style-fill-white:hover {
    background-color: #000 !important;
    color: #fff !important
}

.hun-page .hun-button.style-border-color {
    border: 2px solid rgba(85, 92, 245, .5);
    color: #000 !important
}

.hun-page .hun-button.style-border-color.hover-dark:hover,
.hun-page .hun-button.style-border-white.hover-dark:hover {
    background-color: #fcad09;
    border-color: #fcad09;
    color: #fff !important
}

.hun-page .hun-button.style-border-color.hover-light:hover {
    background-color: #fff;
    border-color: #fff
}

.hun-page .hun-button.style-border-white {
    border: 2px solid #f9a700;
    color: #fff !important;
    background: #f9a700
}

.hun-page .hun-button.style-border-white.hover-light:hover {
    background-color: #000;
    border-color: #000;
    color: #fff !important
}

@keyframes hunFadeIn {

    0%,
    1% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.js-call-hun-tab .panel-hun-tab.active {
    display: block;
    animation: 1s forwards hunFadeIn
}

.loop-pagination,
.p-t-30 {
    padding-top: 30px
}

.loop-pagination ul {
    letter-spacing: 5px;
    margin-top: -5px;
    margin-bottom: -5px
}

.loop-pagination ul li {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px
}

.loop-pagination .page-numbers {
    line-height: 38px;
    color: #000 !important;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    transition: .2s
}

.loop-pagination .page-numbers.current,
.loop-pagination .page-numbers:hover {
    border-color: #000 !important;
    background-color: #000 !important;
    color: #fff
}

.hun-element-social--type-1,
.hun-section-coming-soon.layout-1 .inner-section .text-sec .social-sec {
    letter-spacing: 8px
}

.hun-element-social--type-1 .social-link {
    font-size: 17px;
    color: #555a64;
    line-height: 1;
    letter-spacing: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #fff;
    transition: .2s
}

.hun-element-social--type-1 .social-link:hover {
    color: #fff;
    background-color: #000 !important
}

.hun-element-search--type-1 .search-open {
    cursor: pointer;
    transition: .3s
}

.hun-element-search--type-1 .search-form {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 99;
    background: rgba(0, 0, 0, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.hun-element-search--type-1 .search-form.open {
    opacity: 1;
    visibility: visible
}

.hun-element-search--type-1 .search-form.open form .search-field {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
    transition-duration: 1s
}

.hun-element-search--type-1 .search-close {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    text-align: right;
    transition: .3s
}

.hun-element-search--type-1 .search-close i {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    transition: .2s
}

.hun-element-search--type-1 .search-close i:hover {
    cursor: pointer;
    opacity: 1
}

.hun-element-search--type-1 form {
    width: 80%;
    position: relative
}

.hun-element-search--type-1 form .search-field {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background: 0 0;
    font-size: 50px;
    border: 0;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    border-bottom: 3px solid;
    transform: scale3d(0, 1, 1);
    transition: .3s;
    transform-origin: 0 50% center;
    border-color: #000 !important
}

.hun-element-search--type-1 form .search-field:-webkit-autofill,
.hun-element-search--type-1 form .search-field:-webkit-autofill:active,
.hun-element-search--type-1 form .search-field:-webkit-autofill:focus,
.hun-element-search--type-1 form .search-field:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out
}

.hun-element-search--type-1 form .search-notice {
    display: inline-block;
    float: right;
    margin-top: 5px;
    color: #f0f0f0
}

.hun-element-post--type-1 .info-post a,
.hun-element-post--type-1 .text-post .title-post a,
.hun-element-sidebar--type-1 ul li a {
    color: inherit;
    transition: .2s
}

.hun-element-search--type-1 .list-result {
    list-style-type: none;
    padding-left: 0;
    position: absolute;
    left: 10%;
    top: calc(50% + 80px);
    width: 80%;
    max-height: calc(50% - 110px);
    overflow-y: auto
}

.hun-element-search--type-1 .list-result li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 8px 0
}

.hun-element-search--type-1 .list-result li a {
    font-size: 16px;
    line-height: 1.5;
    color: #ccc;
    transition: .2s
}

.hun-element-search--type-1 .list-result li a:hover {
    color: #fff
}

@media (max-width:991px) {

    .hun-header .wrapper-header .logo-header .main-logo,
    .hun-header .wrapper-header .main-navigation {
        display: none
    }

    .hun-header .wrapper-header .logo-header .mobile-logo {
        display: inline
    }

    .hun-menu-mobile {
        display: block
    }

    .hun-footer.layout-1 .action-footer::before,
    [class*=hun-section-][class*=set-bg-]::before {
        width: 230%
    }

    .btn-back-to-top {
        width: 39px;
        height: 39px;
        right: 10px;
        bottom: 10px
    }

    .btn-back-to-top .symbol-btn {
        font-size: 13px
    }

    .hun-element-search--type-1 .search-form form .search-field {
        font-size: 40px;
        border-width: 3px
    }
}

.hun-element-post--type-1 {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: .3s ease-in-out
}

.hun-element-post--type-1 .pic-post {
    min-height: 55px;
    position: relative
}

.hun-element-post--type-1 .pic-post .date-post {
    pointer-events: none;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    display: block;
    position: absolute;
    left: 30px;
    bottom: -23px;
    border-radius: 8px;
    padding: 11px 13px;
    background-color: #000 !important
}

.bg--type-1--reverse .hun-element-background--type-1::after,
.hun-element-background--type-1.reverse::after {
    bottom: 12px
}

.hun-element-post--type-1 .pic-post img {
    width: 100%
}

.hun-element-post--type-1 .text-post {
    flex-grow: 1;
    padding: 48px 30px 23px;
    overflow: hidden;
    background-color: #fff
}

.hun-element-post--type-1 .text-post .title-post,
.hun-section-card.layout-1 .item-card .text-card .title-card {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3 * 2em)
}

.hun-element-post--type-1 .info-post a:hover,
.hun-element-post--type-1 .text-post .title-post a:hover,
.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .title-post a:hover,
.hun-element-sidebar--type-1 ul li a:hover {
    color: #000 !important
}

.hun-element-post--type-1 .text-post .description-post {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.6 * 2em);
    margin-bottom: 16px
}

.hun-element-post--type-1 .text-post .link-post,
.hun-section-card.layout-1 .item-card .text-card .link-card {
    font-weight: 700;
    color: #000 !important;
    transition: .2s
}

.hun-element-post--type-1 .text-post .link-post:hover,
.hun-section-card.layout-1 .item-card .text-card .link-card:hover {
    color: #2c3038
}

.hun-element-post--type-1 .info-post {
    font-size: 14px;
    color: #a2a7b0;
    display: flex;
    flex-wrap: wrap;
    padding: 13px 20px 23px;
    position: relative;
    background-color: #fff
}

.hun-element-post--type-1 .info-post::before {
    content: '';
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 30px;
    background-color: #fcad09;
    opacity: .13
}

.bg--type-1--reverse .hun-element-background--type-1::before,
.hun-element-background--type-1.reverse::before {
    left: calc(30% - 83px)
}

.hun-element-post--type-1 .info-post .item-info,
.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post .item-info {
    padding: 0 10px
}

.hun-element-post--type-1 .info-post .item-info i {
    margin-right: 3px;
    font-size: 16px;
    transform: translateY(1px);
    display: inline-block
}

.hun-element-post--type-1:hover,
.hun-section-card.layout-1 .item-card:hover,
.hun-section-icon-box.layout-1 .item-icon-box:hover,
.hun-section-pricing-plans.layout-1 .item-pricing:hover,
.hun-section-team.layout-1 .member:hover {
    transform: translateY(-8px)
}

.hun-element-post--type-1.size-big {
    height: auto;
    transform: none
}

.hun-element-post--type-1.size-big .pic-post img {
    transition: .3s
}

.hun-element-post--type-1.size-big .pic-post:hover img {
    opacity: .85
}

.hun-element-post--type-1.size-big .text-post .title-post {
    font-size: 30px
}

.hun-element-post--type-1.size-big .text-post .description-post {
    -webkit-line-clamp: 3;
    max-height: calc(1.6 * 3em)
}

.hun-element-sidebar--type-1 {
    word-break: break-all;
    word-break: break-word
}

.hun-element-sidebar--type-1 ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 17px
}

.hun-element-sidebar--type-1 ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    top: 9px;
    left: 0;
    background: #000 !important
}

.hun-element-sidebar--type-1 ul li .children,
.hun-element-sidebar--type-1 ul li .sub-menu {
    padding-top: 12px;
    margin-top: 0
}

.hun-element-sidebar--type-1 select {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    background-color: transparent
}

.hun-element-sidebar--type-1 input[type=date],
.hun-element-sidebar--type-1 input[type=datetime-local],
.hun-element-sidebar--type-1 input[type=email],
.hun-element-sidebar--type-1 input[type=month],
.hun-element-sidebar--type-1 input[type=number],
.hun-element-sidebar--type-1 input[type=password],
.hun-element-sidebar--type-1 input[type=search],
.hun-element-sidebar--type-1 input[type=tel],
.hun-element-sidebar--type-1 input[type=text],
.hun-element-sidebar--type-1 input[type=time],
.hun-element-sidebar--type-1 input[type=url],
.hun-element-sidebar--type-1 input[type=week],
.hun-element-sidebar--type-1 textarea {
    line-height: 1.5;
    width: 100%;
    min-width: 1px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    padding: 10px 15px
}

.hun-element-sidebar--type-1 input[type=date]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=datetime-local]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=email]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=month]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=number]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=password]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=search]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=tel]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=text]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=time]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=url]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 input[type=week]::-webkit-input-placeholder,
.hun-element-sidebar--type-1 textarea::-webkit-input-placeholder {
    color: #999
}

.hun-element-sidebar--type-1 input[type=date]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=datetime-local]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=email]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=month]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=number]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=password]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=search]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=tel]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=text]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=time]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=url]:-moz-placeholder,
.hun-element-sidebar--type-1 input[type=week]:-moz-placeholder,
.hun-element-sidebar--type-1 textarea:-moz-placeholder {
    color: #999
}

.hun-element-sidebar--type-1 input[type=date]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=datetime-local]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=email]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=month]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=number]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=password]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=search]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=tel]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=text]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=time]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=url]::-moz-placeholder,
.hun-element-sidebar--type-1 input[type=week]::-moz-placeholder,
.hun-element-sidebar--type-1 textarea::-moz-placeholder {
    color: #999
}

.hun-element-sidebar--type-1 input[type=date]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=datetime-local]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=email]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=month]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=number]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=password]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=search]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=tel]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=text]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=time]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=url]:-ms-input-placeholder,
.hun-element-sidebar--type-1 input[type=week]:-ms-input-placeholder,
.hun-element-sidebar--type-1 textarea:-ms-input-placeholder {
    color: #999
}

.hun-element-sidebar--type-1 input[type=date]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=date]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=date]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=date]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=datetime-local]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=datetime-local]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=datetime-local]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=datetime-local]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=email]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=email]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=email]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=email]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=month]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=month]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=month]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=month]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=number]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=number]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=number]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=number]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=password]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=password]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=password]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=password]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=search]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=search]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=search]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=search]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=tel]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=tel]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=tel]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=tel]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=text]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=text]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=text]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=text]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=time]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=time]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=time]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=time]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=url]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=url]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=url]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=url]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 input[type=week]:-webkit-autofill,
.hun-element-sidebar--type-1 input[type=week]:-webkit-autofill:active,
.hun-element-sidebar--type-1 input[type=week]:-webkit-autofill:focus,
.hun-element-sidebar--type-1 input[type=week]:-webkit-autofill:hover,
.hun-element-sidebar--type-1 textarea:-webkit-autofill,
.hun-element-sidebar--type-1 textarea:-webkit-autofill:active,
.hun-element-sidebar--type-1 textarea:-webkit-autofill:focus,
.hun-element-sidebar--type-1 textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out
}

.hun-element-sidebar--type-1 .widget,
.hun-section-archive-blog.layout-1 .hun-element-post--type-1,
.hun-section-blog-detail.layout-1 .single-post .head-post,
.hun-section-image-text.layout-2 .wrap-nav-hun-tab,
.m-b-110,
.m-b-120,
.m-b-50 {
    margin-bottom: 50px
}

.hun-element-sidebar--type-1 .widget:last-child {
    margin-bottom: 0
}

.hun-element-sidebar--type-1 .title-widget {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 26px
}

.hun-element-sidebar--type-1 .title-widget:empty {
    display: none
}

.hun-element-sidebar--type-1 .title-widget:empty+* {
    padding-top: 0;
    margin-top: 0
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post,
.hun-element-sidebar--type-1 .widget_search {
    padding-top: 6px;
    padding-bottom: 6px
}

.hun-content-default h1:first-child,
.hun-content-default h2:first-child,
.hun-content-default h3:first-child,
.hun-content-default h4:first-child,
.hun-content-default h5:first-child,
.hun-content-default h6:first-child,
.hun-element-sidebar--type-1 .widget_search:first-child {
    padding-top: 0
}

.hun-element-sidebar--type-1 .hun-widget-posts:last-child .list-post,
.hun-element-sidebar--type-1 .widget_search:last-child,
.hun-element-sidebar--type-1 .widget_tag_cloud:last-child .tagcloud,
.hun-section-archive-blog.layout-1 .inner-section .content-sec .loop-pagination,
.hun-section-archive-blog.layout-2 .inner-section .content-sec .loop-pagination {
    padding-bottom: 0
}

.hun-element-sidebar--type-1 .widget_search form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    position: relative
}

.hun-element-sidebar--type-1 .widget_search form label {
    display: block;
    width: 100%;
    margin: 0
}

.hun-element-sidebar--type-1 .widget_search form label input {
    width: 100%;
    height: 50px;
    padding: 0 75px 0 20px;
    background: 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px
}

.hun-element-sidebar--type-1 .widget_search form label input:focus {
    border-color: #000 !important
}

.hun-element-sidebar--type-1 .widget_search form button {
    font-size: 22px;
    color: #999;
    line-height: 48px;
    width: 55px;
    height: 48px;
    text-align: center;
    border: none;
    border-left: 1px solid #e5e5e5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: 0 0;
    position: absolute;
    top: 1px;
    right: 1px;
    transition: .2s
}

.hun-element-sidebar--type-1 .widget_search form button:hover,
.hun-section-coming-soon.layout-1 .inner-section .text-sec .social-sec .social-link:hover,
.hun-section-pricing-plans.layout-1 .item-pricing.feature-item .buttons-pricing .button,
.hun-section-pricing-table.layout-1 .head-pricing.feature-pricing .buttons-pricing .button,
.hun-section-pricing-table.layout-1 .table-pricing .navi-table .arrow-navi:hover {
    color: #fff;
    background-color: #000 !important
}

.hun-element-sidebar--type-1 .widget_categories ul ul {
    margin-right: -40px
}

.hun-element-sidebar--type-1 .widget_categories ul li {
    padding-right: 40px;
    position: relative
}

.hun-element-sidebar--type-1 .widget_categories ul li a {
    padding: 5px 40px 5px 0
}

.hun-element-sidebar--type-1 .widget_categories ul li .count {
    position: absolute;
    right: 0;
    top: 0
}

.hun-element-sidebar--type-1 .widget_tag_cloud .tagcloud {
    letter-spacing: 7px;
    padding-bottom: 6px;
    margin-bottom: -5px
}

.hun-element-heading--type-1 .description:last-child,
.hun-element-heading--type-1 .title:last-child,
.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post:last-child {
    margin-bottom: 0
}

.hun-element-sidebar--type-1 .widget_tag_cloud .tagcloud .tag-cloud-link,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-link,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-title {
    font-weight: 700;
    font-size: 14px;
    color: #fcad09;
    white-space: nowrap;
    letter-spacing: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 15px;
    margin: 5px 0;
    transition: .3s
}

.hun-element-heading--type-1.text-light .description,
.hun-element-heading--type-1.text-light .title,
.hun-section-icon-box.layout-2.set-bg-dark .item-icon-box .text-item .title-item,
.hun-section-image-text.layout-1.set-bg-dark .normal-list li,
.hun-section-image-text.layout-1.set-bg-dark .symbol-list .item-list .text-item .description-item,
.hun-section-image-text.layout-1.set-bg-dark .symbol-list .item-list .text-item .title-item,
.hun-section-image-text.layout-2.set-bg-dark .normal-list li,
.hun-section-image-text.layout-2.set-bg-dark .symbol-list .item-list .text-item .description-item,
.hun-section-image-text.layout-2.set-bg-dark .symbol-list .item-list .text-item .title-item,
.hun-section-mainbanner.layout-1.inner-bg-dark .text-banner .description-banner,
.hun-section-mainbanner.layout-1.inner-bg-dark .text-banner .title-banner,
.hun-section-mainbanner.layout-1.inner-bg-img .text-banner .description-banner,
.hun-section-mainbanner.layout-1.inner-bg-img .text-banner .title-banner,
.hun-section-mainbanner.layout-2.bg--type-1--dark .text-banner .description-banner,
.hun-section-mainbanner.layout-2.bg--type-1--dark .text-banner .title-banner,
.hun-section-mainbanner.layout-2.bg--type-1--img .text-banner .description-banner,
.hun-section-mainbanner.layout-2.bg--type-1--img .text-banner .title-banner,
.hun-section-mainbanner.layout-3.bg--type-1--dark .text-banner .description-banner,
.hun-section-mainbanner.layout-3.bg--type-1--dark .text-banner .title-banner,
.hun-section-mainbanner.layout-3.bg--type-1--img .text-banner .description-banner,
.hun-section-mainbanner.layout-3.bg--type-1--img .text-banner .title-banner,
.hun-section-mainbanner.layout-4.bg--type-1--dark .text-banner .description-banner,
.hun-section-mainbanner.layout-4.bg--type-1--dark .text-banner .title-banner,
.hun-section-mainbanner.layout-4.bg--type-1--img .text-banner .description-banner,
.hun-section-mainbanner.layout-4.bg--type-1--img .text-banner .title-banner,
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .author-tes,
.hun-section-video.layout-2 .inner-section .content-video .text-video .description-video,
[class*=hun-section-].set-bg-dark .hun-element-heading--type-1 .description,
[class*=hun-section-].set-bg-dark .hun-element-heading--type-1 .title {
    color: #fff
}

.hun-element-sidebar--type-1 .widget_tag_cloud .tagcloud .tag-cloud-link:hover,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-link:hover,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-link:hover {
    color: #fff;
    border-color: #000 !important;
    background-color: #000 !important
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .pic-post {
    width: 100px;
    height: 85px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    border-radius: 6px;
    transition: .2s
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .pic-post:hover {
    opacity: .68
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post {
    align-self: center;
    width: calc(100% - 100px - 18px)
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .title-post {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.4 * 2em);
    margin-bottom: 10px
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .title-post a,
.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post a,
.hun-section-card.layout-1 .item-card .text-card .title-card a,
.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact li a,
.hun-section-page-title.layout-1 .breadcrumbs li a,
.hun-section-team.layout-1 .member .text-member .name-member a {
    color: inherit;
    transition: .2s
}

.hun-element-sidebar--type-1 .hun-widget-posts .list-post .item-post .text-post .date-post {
    font-size: 13px;
    padding-bottom: 3px
}

.hun-element-heading--type-1 .title {
    font-size: 35px;
    line-height: 1.2;
    color: #2c3038;
    margin-bottom: 20px;
    font-weight: 800
}

.hun-element-heading--type-1 .description {
    max-width: 650px;
    color: #555a64
}

.hun-element-heading--type-1.align-left {
    text-align: left
}

.hun-element-heading--type-1.align-left .description,
.hun-element-heading--type-1.align-left .subtitle,
.hun-element-heading--type-1.align-left .title,
.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow.prev-slick {
    margin-left: 0;
    margin-right: auto
}

.hun-element-heading--type-1.align-right .description,
.hun-element-heading--type-1.align-right .subtitle,
.hun-element-heading--type-1.align-right .title,
.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow.next-slick {
    margin-left: auto;
    margin-right: 0
}

.hun-element-heading--type-1.align-center {
    text-align: center
}

.hun-element-heading--type-1.align-center .description,
.hun-element-heading--type-1.align-center .subtitle,
.hun-element-heading--type-1.align-center .title {
    margin-left: auto;
    margin-right: auto
}

.hun-element-heading--type-1.align-right,
.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi.next-post,
.hun-section-image-text.layout-1.simple-image.reverse .pic-sec .inner-pic,
ul.right-list-setting {
    text-align: right
}

.hun-element-form--type-1 {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f1f7ff
}

.hun-element-form--type-1 form {
    padding: 40px;
    background-color: rgba(29, 42, 59, .05)
}

.hun-element-form--type-1 form label {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.hun-element-form--type-1 form label .name-field {
    display: block;
    margin-bottom: 5px
}

.hun-element-form--type-1 form label input,
.hun-element-form--type-1 form label textarea {
    color: #555a64;
    display: block;
    height: 50px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: none;
    padding: 0 20px;
    transition: box-shadow .3s
}

.hun-element-form--type-1 form label input::-webkit-input-placeholder,
.hun-element-form--type-1 form label textarea::-webkit-input-placeholder {
    color: #999
}

.hun-element-form--type-1 form label input:-moz-placeholder,
.hun-element-form--type-1 form label textarea:-moz-placeholder {
    color: #999
}

.hun-element-form--type-1 form label input::-moz-placeholder,
.hun-element-form--type-1 form label textarea::-moz-placeholder {
    color: #999
}

.hun-element-form--type-1 form label input:-ms-input-placeholder,
.hun-element-form--type-1 form label textarea:-ms-input-placeholder {
    color: #999
}

.hun-element-form--type-1 form label input:-webkit-autofill,
.hun-element-form--type-1 form label input:-webkit-autofill:active,
.hun-element-form--type-1 form label input:-webkit-autofill:focus,
.hun-element-form--type-1 form label input:-webkit-autofill:hover,
.hun-element-form--type-1 form label textarea:-webkit-autofill,
.hun-element-form--type-1 form label textarea:-webkit-autofill:active,
.hun-element-form--type-1 form label textarea:-webkit-autofill:focus,
.hun-element-form--type-1 form label textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out
}

.hun-element-form--type-1 form label textarea {
    height: auto;
    min-height: 139px;
    padding-top: 10px;
    padding-bottom: 10px
}

.hun-element-form--type-1 form label .wrap-select {
    display: block;
    position: relative
}

.hun-element-form--type-1 form label .wrap-select::after {
    content: '\f104';
    font-family: Ionicons;
    font-weight: 400;
    width: 28px;
    height: 46px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 2px;
    right: 2px;
    padding-top: 2px;
    pointer-events: none
}

.hun-element-form--type-1 form label .wrap-select select {
    height: 50px;
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 5px;
    padding: 0 40px 0 20px;
    transition: .3s;
    -webkit-appearance: none
}

.hun-element-form--type-1 form label .wrap-select select::-ms-expand {
    display: none
}

.hun-element-form--type-1 form label .wrap-select select:focus {
    outline: 0;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1)
}

.hun-element-form--type-1 form label.input-choose-file {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.hun-element-form--type-1 form label.input-choose-file .name-field,
.hun-section-archive-blog.layout-1.img-full .hun-element-post--type-1 .pic-post img,
.hun-section-archive-blog.layout-2.img-full .hun-element-post--type-1 .pic-post img,
.hun-section-blog-detail.layout-1.img-full .single-post .pic-post img,
.hun-section-card.layout-1 .item-card .pic-card img,
.hun-section-image-text.layout-1 .pic-sec .inner-pic img,
.hun-section-team.layout-1 .member .pic-member img {
    width: 100%
}

.hun-element-form--type-1 form label.input-choose-file .input-file-value {
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 5px;
    display: block;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    padding: 0 20px
}

.hun-element-form--type-1 form button,
.hun-element-form--type-1 form label.input-choose-file .btn-browse {
    background-color: #fcad09;
    transition: .2s;
    line-height: 50px;
    color: #fff;
    display: block;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.hun-element-form--type-1 form label.input-choose-file .btn-browse {
    cursor: pointer;
    border-radius: 5px;
    padding: 0 15px
}

.hun-element-form--type-1 form label.input-choose-file .btn-browse:hover {
    background-color: #000 !important;
    color: #fff
}

.hun-element-form--type-1 form label.input-choose-file input[type=file] {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0
}

.hun-element-form--type-1 form button {
    width: 100%;
    border: none;
    padding: 0 20px;
    border-radius: 25px;
    margin-top: 40px
}

.hun-element-form--type-1 form button:hover,
.hun-section-mainbanner.layout-2 .text-banner .btn-play:hover,
.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play:hover,
.hun-section-video.layout-2 .inner-section .content-video .buttons-video .btn-play:hover {
    background-color: #000 !important;
    color: #fff
}

.hun-element-form--type-1.bg-02 form {
    background-color: rgba(85, 92, 245, .08)
}

.hun-element-form--type-2 form .row,
.hun-section-blog-detail.layout-1 .single-post .form-comment .row {
    margin-right: -10px;
    margin-left: -10px
}

.hun-element-form--type-2 form .row [class*=col-],
.hun-section-blog-detail.layout-1 .single-post .form-comment .row [class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.hun-element-form--type-2 form .input-field,
.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field {
    color: #555a64;
    line-height: 1.5;
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px
}

.hun-element-form--type-2 form .input-field:focus,
.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:focus,
.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:focus {
    border-color: #000 !important
}

.hun-element-form--type-2 form .input-field::-webkit-input-placeholder {
    color: #999
}

.hun-element-form--type-2 form .input-field:-moz-placeholder {
    color: #999
}

.hun-element-form--type-2 form .input-field::-moz-placeholder {
    color: #999
}

.hun-element-form--type-2 form .input-field:-ms-input-placeholder {
    color: #999
}

.hun-element-form--type-2 form .input-field:-webkit-autofill,
.hun-element-form--type-2 form .input-field:-webkit-autofill:active,
.hun-element-form--type-2 form .input-field:-webkit-autofill:focus,
.hun-element-form--type-2 form .input-field:-webkit-autofill:hover {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out
}

.hun-element-form--type-2 form input,
.hun-section-blog-detail.layout-1 .single-post .form-comment input {
    height: 50px
}

.hun-element-form--type-2 form textarea,
.hun-section-blog-detail.layout-1 .single-post .form-comment textarea {
    min-height: 150px;
    padding-top: 15px;
    padding-bottom: 15px
}

.hun-element-form--type-2 form button {
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    overflow: hidden;
    padding: 0 35px;
    border-radius: 25px;
    background-color: #000 !important;
    transition: .2s
}

.hun-element-background--type-1::after,
.hun-element-background--type-1::before {
    content: '';
    width: 10000px !important;
    height: 3000px !important;
    border-bottom-left-radius: 2.4% !important;
    filter: drop-shadow(0px 0px 0px transparent);
    background-color: transparent;
    display: block
}

.hun-element-form--type-2 form button:hover,
.hun-section-blog-detail.layout-1 .single-post .form-comment button:hover,
.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form button:hover {
    background-color: #fcad09
}

.hun-section-mainbanner.layout-2 .inner-section,
.hun-section-mainbanner.layout-3 .inner-section,
.hun-section-mainbanner.layout-4 .inner-section,
.hun-section-video.layout-1 .inner-section,
.parent-hun-element-background--type-1 {
    position: relative;
    z-index: 0
}

.bg--type-1--light .hun-element-background--type-1::before,
.hun-element-background--type-1.style-dark::before,
.hun-element-background--type-1.style-light::before {
    z-index: -3;
    box-shadow: none !important;
    opacity: .5
}

.hun-element-background--type-1 {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: calc(100% + 3px);
    top: 0;
    left: 0;
    transform: rotateY(180deg)
}

.hun-element-background--type-1::before {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: calc(30% + 68px);
    transform-origin: bottom left;
    transform: skew(65deg, -9deg);
    box-shadow: 0 0 0 10000px #fff
}

.hun-element-background--type-1::after {
    position: absolute;
    z-index: -2;
    bottom: 31px;
    left: 30%;
    transform-origin: bottom left;
    transform: skew(65deg, -9deg);
    box-shadow: 0 0 0 10000px #acaffa
}

.bg--type-1--reverse .hun-element-background--type-1,
.hun-element-background--type-1.reverse {
    transform: none
}

.hun-element-background--type-1.style-dark::before {
    background-color: #000 !important
}

.hun-element-background--type-1.style-dark::after {
    box-shadow: none !important;
    background-color: #fcad09
}

.hun-element-background--type-1.style-light::after {
    box-shadow: none !important
}

.bg--type-1--dark .hun-element-background--type-1::before {
    z-index: -3;
    opacity: .5;
    box-shadow: none !important;
    background-color: #000 !important
}

.bg--type-1--dark .hun-element-background--type-1::after {
    box-shadow: none !important;
    background: #fcad09
}

.set-bg-light .hun-element-background--type-1::before {
    box-shadow: 0 0 0 10000px #f7f7ff
}

.set-bg-dark .hun-element-background--type-1::before {
    box-shadow: 0 0 0 10000px #fcad09
}

.hun-element-accordion--type-1 .accordion-list .item-list,
.hun-section-image-text.layout-1 .accordion-list .item-list,
.hun-section-image-text.layout-2 .accordion-list .item-list {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    padding: 0 30px;
    transition: .2s;
    margin-bottom: 20px
}

.hun-element-accordion--type-1 .accordion-list .item-list:last-child,
.hun-section-card-detail.layout-1 .info-card .list-info li:last-child,
.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact li:last-child,
.hun-section-counter.layout-1 .item-counter .title-counter:last-child,
.hun-section-image-text.layout-1 .accordion-list .item-list:last-child,
.hun-section-image-text.layout-1 .heading-sec .title-sec:last-child,
.hun-section-image-text.layout-1 .symbol-list .item-list:last-child,
.hun-section-image-text.layout-1 .symbol-list.size-small .item-list:last-child,
.hun-section-image-text.layout-2 .accordion-list .item-list:last-child,
.hun-section-image-text.layout-2 .heading-sec .title-sec:last-child,
.hun-section-image-text.layout-2 .symbol-list .item-list:last-child,
.hun-section-image-text.layout-2 .symbol-list.size-small .item-list:last-child,
.hun-section-page-title.layout-1 .breadcrumbs:last-child,
.hun-section-page-title.layout-1 .main-title:last-child,
.hun-section-page-title.layout-1.hide-breadcrumbs .main-title,
.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options li:last-child,
.hun-section-pricing-table.layout-1 .table-pricing .options-group:last-child {
    margin-bottom: 0
}

.hun-element-accordion--type-1 .accordion-list .item-list .title-item {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-word;
    padding: 25px 30px 25px 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    transition: .2s
}

.hun-element-accordion--type-1 .accordion-list .item-list .title-item:hover,
.hun-element-accordion--type-1 .accordion-list .item-list.active-dropdown .title-item,
.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post a:hover,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-title,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post .tag-title,
.hun-section-card.layout-1 .item-card .text-card .title-card a:hover,
.hun-section-card.layout-1 .menu-sec .item-menu.active,
.hun-section-card.layout-1 .menu-sec .item-menu:hover,
.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact li a:hover,
.hun-section-icon-box.layout-2 .item-icon-box:hover .title-item,
.hun-section-image-text.layout-1 .accordion-list .item-list .title-item:hover,
.hun-section-image-text.layout-1 .accordion-list .item-list.active-dropdown .title-item,
.hun-section-image-text.layout-2 .accordion-list .item-list .title-item:hover,
.hun-section-image-text.layout-2 .accordion-list .item-list.active-dropdown .title-item,
.hun-section-page-title.layout-1 .breadcrumbs li a:hover,
.hun-section-team.layout-1 .member .text-member .name-member a:hover,
.hun-section-team.layout-1 .member .text-member .social-links .item-social:hover {
    color: #000 !important
}

.hun-element-accordion--type-1 .accordion-list .item-list .title-item::after {
    content: '\f48a';
    font-family: Ionicons;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.hun-element-accordion--type-1 .accordion-list .item-list .description-item,
.hun-section-image-text.layout-1 .accordion-list .item-list .description-item,
.hun-section-image-text.layout-2 .accordion-list .item-list .description-item {
    word-break: break-word;
    padding-bottom: 35px
}

.hun-element-accordion--type-1 .accordion-list .item-list.active-dropdown .title-item::after,
.hun-section-image-text.layout-1 .accordion-list .item-list.active-dropdown .title-item::after,
.hun-section-image-text.layout-2 .accordion-list .item-list.active-dropdown .title-item::after {
    content: '\f463'
}

[class*=hun-section-][class*=set-bg-] {
    position: relative;
    z-index: 0;
    overflow: hidden
}

[class*=hun-section-][class*=set-bg-].clip-top-bg::before {
    border-radius: 50% 50% 0 0
}

[class*=hun-section-][class*=set-bg-].clip-bottom-bg::before {
    border-radius: 0 0 50% 50%
}

.overflow-hidden {
    overflow: hidden
}

.border-rad-1 {
    border-radius: 1px
}

.border-rad-2 {
    border-radius: 2px
}

.border-rad-3 {
    border-radius: 3px
}

.border-rad-4 {
    border-radius: 4px
}

.border-rad-5 {
    border-radius: 5px
}

.border-rad-6 {
    border-radius: 6px
}

.border-rad-7 {
    border-radius: 7px
}

.border-rad-8,
.hun-section-card-detail.layout-1.square-brand .info-card .brand,
.hun-section-card.layout-1.square-brand .item-card .pic-card .brand {
    border-radius: 8px
}

.border-rad-9 {
    border-radius: 9px
}

.border-rad-10,
.hun-section-card.layout-1.style-2 .item-card {
    border-radius: 10px
}

.border-rad-11 {
    border-radius: 11px
}

.border-rad-12 {
    border-radius: 12px
}

.border-rad-13 {
    border-radius: 13px
}

.border-rad-14 {
    border-radius: 14px
}

.border-rad-15 {
    border-radius: 15px
}

.border-rad-16 {
    border-radius: 16px
}

.border-rad-17 {
    border-radius: 17px
}

.border-rad-18 {
    border-radius: 18px
}

.border-rad-19 {
    border-radius: 19px
}

.border-rad-20 {
    border-radius: 20px
}

.border-rad-21 {
    border-radius: 21px
}

.border-rad-22 {
    border-radius: 22px
}

.border-rad-24 {
    border-radius: 24px
}

.border-rad-26 {
    border-radius: 26px
}

.border-rad-27 {
    border-radius: 27px
}

.border-rad-29 {
    border-radius: 29px
}

.border-rad-30 {
    border-radius: 30px
}

.border-rad-31 {
    border-radius: 31px
}

.border-rad-32 {
    border-radius: 32px
}

.border-rad-33 {
    border-radius: 33px
}

.border-rad-34 {
    border-radius: 34px
}

.border-rad-35 {
    border-radius: 35px
}

.border-rad-36 {
    border-radius: 36px
}

.border-rad-37 {
    border-radius: 37px
}

.border-rad-38 {
    border-radius: 38px
}

.border-rad-39 {
    border-radius: 39px
}

.border-rad-40 {
    border-radius: 40px
}

.border-rad-41 {
    border-radius: 41px
}

.border-rad-42 {
    border-radius: 42px
}

.border-rad-43 {
    border-radius: 43px
}

.border-rad-44 {
    border-radius: 44px
}

.border-rad-45 {
    border-radius: 45px
}

.border-rad-46 {
    border-radius: 46px
}

.border-rad-47 {
    border-radius: 47px
}

.border-rad-48 {
    border-radius: 48px
}

.border-rad-49 {
    border-radius: 49px
}

.border-rad-50 {
    border-radius: 50px
}

.m-t-5 {
    margin-top: 5px
}

.m-b-5 {
    margin-bottom: 5px
}

.hun-section-card-detail.layout-1 .inner-section .col-sidebar,
.p-t-5 {
    padding-top: 5px
}

.p-b-5 {
    padding-bottom: 5px
}

.m-t-10 {
    margin-top: 10px
}

.p-t-10 {
    padding-top: 10px
}

.p-b-10 {
    padding-bottom: 10px
}

.m-t-15 {
    margin-top: 15px
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .brand,
.m-b-15 {
    margin-bottom: 15px
}

.p-t-15 {
    padding-top: 15px
}

.p-b-15 {
    padding-bottom: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-b-25 {
    margin-bottom: 25px
}

.p-t-25 {
    padding-top: 25px
}

.p-b-25 {
    padding-bottom: 25px
}

.m-t-30 {
    margin-top: 30px
}

.m-b-30 {
    margin-bottom: 30px
}

.hun-section-archive-blog.layout-2 .col-content .col,
.hun-section-archive-blog.layout-2 .col-content [class*=col-],
.hun-section-blog.layout-1 .col,
.hun-section-blog.layout-1 [class*=col-],
.hun-section-card.layout-1 .col,
.hun-section-card.layout-1 [class*=col-],
.hun-section-card.layout-2 .col,
.hun-section-card.layout-2 [class*=col-],
.hun-section-icon-box.layout-1 .col,
.hun-section-icon-box.layout-1 [class*=col-],
.hun-section-mainbanner.layout-1 .form-banner .hun-element-form--type-1 form,
.hun-section-pricing-plans.layout-1 .col,
.hun-section-pricing-plans.layout-1 [class*=col-],
.hun-section-team.layout-1 .col,
.hun-section-team.layout-1 [class*=col-],
.p-b-30 {
    padding-bottom: 30px
}

.hun-section-card-detail.layout-1 .content-card,
.m-t-35 {
    margin-top: 35px
}

.m-b-35 {
    margin-bottom: 35px
}

.hun-section-card.layout-1.hide-brand .item-card .text-card,
.p-t-35 {
    padding-top: 35px
}

.p-b-35 {
    padding-bottom: 35px
}

.m-t-40 {
    margin-top: 40px
}

.hun-section-video.layout-1 .inner-section .content-video .buttons-video,
.m-b-40 {
    margin-bottom: 40px
}

.p-t-40 {
    padding-top: 40px
}

.p-b-40 {
    padding-bottom: 40px
}

.m-t-45 {
    margin-top: 45px
}

.hun-section-image-text.layout-1 .symbol-list.size-small .item-list,
.hun-section-image-text.layout-2 .symbol-list.size-small .item-list,
.m-b-45 {
    margin-bottom: 45px
}

.p-t-45 {
    padding-top: 45px
}

.hun-section-icon-box.layout-2 .col,
.hun-section-icon-box.layout-2 [class*=col-],
.p-b-45 {
    padding-bottom: 45px
}

.m-t-50 {
    margin-top: 50px
}

.hun-section-pricing-table.layout-1 .table-pricing .body-table,
.p-t-100,
.p-t-115,
.p-t-120,
.p-t-50 {
    padding-top: 50px
}

.p-b-100,
.p-b-115,
.p-b-50 {
    padding-bottom: 50px
}

.m-t-55 {
    margin-top: 55px
}

.m-b-55 {
    margin-bottom: 55px
}

.p-t-55 {
    padding-top: 55px
}

.p-b-55 {
    padding-bottom: 55px
}

.m-t-60 {
    margin-top: 60px
}

.m-b-60 {
    margin-bottom: 60px
}

.hun-section-blog-detail.layout-1 .single-post .comments-post,
.hun-section-blog-detail.layout-1 .single-post .form-comment,
.p-t-60 {
    padding-top: 60px
}

.p-b-120,
.p-b-60 {
    padding-bottom: 60px
}

.m-t-65 {
    margin-top: 65px
}

.m-b-65 {
    margin-bottom: 65px
}

.p-t-65 {
    padding-top: 65px
}

.p-b-65 {
    padding-bottom: 65px
}

.m-t-70 {
    margin-top: 70px
}

.m-b-70 {
    margin-bottom: 70px
}

.p-t-70 {
    padding-top: 70px
}

.p-b-70 {
    padding-bottom: 70px
}

.m-t-75 {
    margin-top: 75px
}

.hun-section-card-detail.layout-1.hide-brand .has-feature-image .pic-card,
.m-b-75 {
    margin-bottom: 75px
}

.p-t-75 {
    padding-top: 75px
}

.p-b-75 {
    padding-bottom: 75px
}

.m-t-80 {
    margin-top: 80px
}

.m-b-80 {
    margin-bottom: 80px
}

.p-t-80 {
    padding-top: 80px
}

.p-b-80 {
    padding-bottom: 80px
}

.m-t-85 {
    margin-top: 85px
}

.m-b-85 {
    margin-bottom: 85px
}

.p-t-85 {
    padding-top: 85px
}

.p-b-85 {
    padding-bottom: 85px
}

.m-t-90 {
    margin-top: 90px
}

.m-b-90 {
    margin-bottom: 90px
}

.p-t-90 {
    padding-top: 90px
}

.p-b-90 {
    padding-bottom: 90px
}

.m-t-95 {
    margin-top: 95px
}

.m-b-95 {
    margin-bottom: 95px
}

.p-t-95 {
    padding-top: 95px
}

.p-b-95 {
    padding-bottom: 95px
}

.m-t-100 {
    margin-top: 100px
}

.m-b-100 {
    margin-bottom: 100px
}

.m-t-105 {
    margin-top: 105px
}

.m-b-105 {
    margin-bottom: 105px
}

.p-t-105 {
    padding-top: 105px
}

.p-b-105 {
    padding-bottom: 105px
}

.m-t-110 {
    margin-top: 110px
}

.p-t-110 {
    padding-top: 110px
}

.p-b-110 {
    padding-bottom: 110px
}

.m-t-115 {
    margin-top: 115px
}

.m-b-115 {
    margin-bottom: 115px
}

.m-t-120 {
    margin-top: 120px
}

.m-t-125 {
    margin-top: 125px
}

.m-b-125 {
    margin-bottom: 125px
}

.p-t-125 {
    padding-top: 125px
}

.p-b-125 {
    padding-bottom: 125px
}

.m-t-130 {
    margin-top: 130px
}

.m-b-130 {
    margin-bottom: 130px
}

.p-t-130 {
    padding-top: 130px
}

.p-b-130 {
    padding-bottom: 130px
}

.m-t-135 {
    margin-top: 135px
}

.m-b-135 {
    margin-bottom: 135px
}

.p-t-135 {
    padding-top: 135px
}

.p-b-135 {
    padding-bottom: 135px
}

.m-t-140 {
    margin-top: 140px
}

.m-b-140 {
    margin-bottom: 140px
}

.p-t-140 {
    padding-top: 140px
}

.p-b-140 {
    padding-bottom: 140px
}

.m-t-145 {
    margin-top: 145px
}

.m-b-145 {
    margin-bottom: 145px
}

.p-t-145 {
    padding-top: 145px
}

.p-b-145 {
    padding-bottom: 145px
}

.m-t-150 {
    margin-top: 150px
}

.m-b-150 {
    margin-bottom: 150px
}

.hun-section-mainbanner.layout-4 .inner-section,
.p-t-150 {
    padding-top: 150px
}

.p-b-150 {
    padding-bottom: 150px
}

.m-t-155 {
    margin-top: 155px
}

.m-b-155 {
    margin-bottom: 155px
}

.p-t-155 {
    padding-top: 155px
}

.p-b-155 {
    padding-bottom: 155px
}

.m-t-160 {
    margin-top: 160px
}

.m-b-160 {
    margin-bottom: 160px
}

.p-t-160 {
    padding-top: 160px
}

.p-b-160 {
    padding-bottom: 160px
}

.m-t-165 {
    margin-top: 165px
}

.m-b-165 {
    margin-bottom: 165px
}

.p-t-165 {
    padding-top: 165px
}

.p-b-165 {
    padding-bottom: 165px
}

.m-t-170 {
    margin-top: 170px
}

.m-b-170 {
    margin-bottom: 170px
}

.p-t-170 {
    padding-top: 170px
}

.p-b-170 {
    padding-bottom: 170px
}

.m-t-175 {
    margin-top: 175px
}

.m-b-175 {
    margin-bottom: 175px
}

.p-t-175 {
    padding-top: 175px
}

.p-b-175 {
    padding-bottom: 175px
}

.m-t-180 {
    margin-top: 180px
}

.m-b-180 {
    margin-bottom: 180px
}

.p-t-180 {
    padding-top: 180px
}

.p-b-180 {
    padding-bottom: 180px
}

.m-t-185 {
    margin-top: 185px
}

.m-b-185 {
    margin-bottom: 185px
}

.p-t-185 {
    padding-top: 185px
}

.p-b-185 {
    padding-bottom: 185px
}

.m-t-190 {
    margin-top: 190px
}

.m-b-190 {
    margin-bottom: 190px
}

.p-t-190 {
    padding-top: 190px
}

.p-b-190 {
    padding-bottom: 190px
}

.m-t-195 {
    margin-top: 195px
}

.m-b-195 {
    margin-bottom: 195px
}

.p-t-195 {
    padding-top: 195px
}

.p-b-195 {
    padding-bottom: 195px
}

.m-t-200 {
    margin-top: 200px
}

.m-b-200 {
    margin-bottom: 200px
}

.p-t-200 {
    padding-top: 200px
}

.p-b-200 {
    padding-bottom: 200px
}

.max-w-5 {
    max-width: 5px
}

.max-h-5 {
    max-height: 5px
}

.max-w-10 {
    max-width: 10px
}

.max-h-10 {
    max-height: 10px
}

.max-w-15 {
    max-width: 15px
}

.max-h-15 {
    max-height: 15px
}

.max-w-20 {
    max-width: 20px
}

.max-h-20 {
    max-height: 20px
}

.max-w-25 {
    max-width: 25px
}

.max-h-25 {
    max-height: 25px
}

.max-w-30 {
    max-width: 30px
}

.max-h-30 {
    max-height: 30px
}

.max-w-35 {
    max-width: 35px
}

.max-h-35 {
    max-height: 35px
}

.max-w-40 {
    max-width: 40px
}

.max-h-40 {
    max-height: 40px
}

.max-w-45 {
    max-width: 45px
}

.max-h-45 {
    max-height: 45px
}

.max-w-50 {
    max-width: 50px
}

.max-h-50 {
    max-height: 50px
}

.max-w-55 {
    max-width: 55px
}

.max-h-55 {
    max-height: 55px
}

.max-w-60 {
    max-width: 60px
}

.max-h-60 {
    max-height: 60px
}

.max-w-65 {
    max-width: 65px
}

.max-h-65 {
    max-height: 65px
}

.max-w-70 {
    max-width: 70px
}

.max-h-70 {
    max-height: 70px
}

.max-w-75 {
    max-width: 75px
}

.max-h-75 {
    max-height: 75px
}

.max-w-80 {
    max-width: 80px
}

.max-h-80 {
    max-height: 80px
}

.max-w-85 {
    max-width: 85px
}

.max-h-85 {
    max-height: 85px
}

.max-w-90 {
    max-width: 90px
}

.max-h-90 {
    max-height: 90px
}

.max-w-95 {
    max-width: 95px
}

.max-h-95 {
    max-height: 95px
}

.max-w-100 {
    max-width: 100px
}

.max-h-100 {
    max-height: 100px
}

.max-w-105 {
    max-width: 105px
}

.max-h-105 {
    max-height: 105px
}

.max-w-110 {
    max-width: 110px
}

.max-h-110 {
    max-height: 110px
}

.max-w-115 {
    max-width: 115px
}

.max-h-115 {
    max-height: 115px
}

.max-w-120 {
    max-width: 120px
}

.max-h-120 {
    max-height: 120px
}

.max-w-125 {
    max-width: 125px
}

.max-h-125 {
    max-height: 125px
}

.max-w-130 {
    max-width: 130px
}

.max-h-130 {
    max-height: 130px
}

.max-w-135 {
    max-width: 135px
}

.max-h-135 {
    max-height: 135px
}

.max-w-140 {
    max-width: 140px
}

.max-h-140 {
    max-height: 140px
}

.max-w-145 {
    max-width: 145px
}

.max-h-145 {
    max-height: 145px
}

.max-w-150 {
    max-width: 150px
}

.max-h-150 {
    max-height: 150px
}

.max-w-155 {
    max-width: 155px
}

.max-h-155 {
    max-height: 155px
}

.max-w-160 {
    max-width: 160px
}

.max-h-160 {
    max-height: 160px
}

.max-w-165 {
    max-width: 165px
}

.max-h-165 {
    max-height: 165px
}

.max-w-170 {
    max-width: 170px
}

.max-h-170 {
    max-height: 170px
}

.max-w-175 {
    max-width: 175px
}

.max-h-175 {
    max-height: 175px
}

.max-w-180 {
    max-width: 180px
}

.max-h-180 {
    max-height: 180px
}

.max-w-185 {
    max-width: 185px
}

.max-h-185 {
    max-height: 185px
}

.max-w-190 {
    max-width: 190px
}

.max-h-190 {
    max-height: 190px
}

.max-w-195 {
    max-width: 195px
}

.max-h-195 {
    max-height: 195px
}

.max-w-200 {
    max-width: 200px
}

.max-h-200 {
    max-height: 200px
}

.max-w-205 {
    max-width: 205px
}

.max-h-205 {
    max-height: 205px
}

.max-w-210 {
    max-width: 210px
}

.max-h-210 {
    max-height: 210px
}

.max-w-215 {
    max-width: 215px
}

.max-h-215 {
    max-height: 215px
}

.max-w-220 {
    max-width: 220px
}

.max-h-220 {
    max-height: 220px
}

.max-w-225 {
    max-width: 225px
}

.max-h-225 {
    max-height: 225px
}

.max-w-230 {
    max-width: 230px
}

.max-h-230 {
    max-height: 230px
}

.max-w-235 {
    max-width: 235px
}

.max-h-235 {
    max-height: 235px
}

.max-w-240 {
    max-width: 240px
}

.max-h-240 {
    max-height: 240px
}

.max-w-245 {
    max-width: 245px
}

.max-h-245 {
    max-height: 245px
}

.max-w-250 {
    max-width: 250px
}

.max-h-250 {
    max-height: 250px
}

.max-w-255 {
    max-width: 255px
}

.max-h-255 {
    max-height: 255px
}

.max-w-260 {
    max-width: 260px
}

.max-h-260 {
    max-height: 260px
}

.max-w-265 {
    max-width: 265px
}

.max-h-265 {
    max-height: 265px
}

.max-w-270 {
    max-width: 270px
}

.max-h-270 {
    max-height: 270px
}

.max-w-275 {
    max-width: 275px
}

.max-h-275 {
    max-height: 275px
}

.max-w-280 {
    max-width: 280px
}

.max-h-280 {
    max-height: 280px
}

.max-w-285 {
    max-width: 285px
}

.max-h-285 {
    max-height: 285px
}

.max-w-290 {
    max-width: 290px
}

.max-h-290 {
    max-height: 290px
}

.max-w-295 {
    max-width: 295px
}

.max-h-295 {
    max-height: 295px
}

.max-w-300 {
    max-width: 300px
}

.max-h-300 {
    max-height: 300px
}

.max-w-305 {
    max-width: 305px
}

.max-h-305 {
    max-height: 305px
}

.max-w-310 {
    max-width: 310px
}

.max-h-310 {
    max-height: 310px
}

.max-w-315 {
    max-width: 315px
}

.max-h-315 {
    max-height: 315px
}

.max-w-320 {
    max-width: 320px
}

.max-h-320 {
    max-height: 320px
}

.max-w-325 {
    max-width: 325px
}

.max-h-325 {
    max-height: 325px
}

.max-w-330 {
    max-width: 330px
}

.max-h-330 {
    max-height: 330px
}

.max-w-335 {
    max-width: 335px
}

.max-h-335 {
    max-height: 335px
}

.max-w-340 {
    max-width: 340px
}

.max-h-340 {
    max-height: 340px
}

.max-w-345 {
    max-width: 345px
}

.max-h-345 {
    max-height: 345px
}

.max-w-350 {
    max-width: 350px
}

.max-h-350 {
    max-height: 350px
}

.max-w-355 {
    max-width: 355px
}

.max-h-355 {
    max-height: 355px
}

.max-w-360 {
    max-width: 360px
}

.max-h-360 {
    max-height: 360px
}

.max-w-365 {
    max-width: 365px
}

.max-h-365 {
    max-height: 365px
}

.max-w-370 {
    max-width: 370px
}

.max-h-370 {
    max-height: 370px
}

.max-w-375 {
    max-width: 375px
}

.max-h-375 {
    max-height: 375px
}

.max-w-380 {
    max-width: 380px
}

.max-h-380 {
    max-height: 380px
}

.max-w-385 {
    max-width: 385px
}

.max-h-385 {
    max-height: 385px
}

.max-w-390 {
    max-width: 390px
}

.max-h-390 {
    max-height: 390px
}

.max-w-395 {
    max-width: 395px
}

.max-h-395 {
    max-height: 395px
}

.hun-section-image-text.layout-1 .symbol-list .item-list .text-item .description-item,
.hun-section-image-text.layout-2 .symbol-list .item-list .text-item .description-item,
.max-w-400 {
    max-width: 400px
}

.max-h-400 {
    max-height: 400px
}

.max-w-405 {
    max-width: 405px
}

.max-h-405 {
    max-height: 405px
}

.max-w-410 {
    max-width: 410px
}

.max-h-410 {
    max-height: 410px
}

.max-w-415 {
    max-width: 415px
}

.max-h-415 {
    max-height: 415px
}

.max-w-420 {
    max-width: 420px
}

.max-h-420 {
    max-height: 420px
}

.max-w-425 {
    max-width: 425px
}

.max-h-425 {
    max-height: 425px
}

.max-w-430 {
    max-width: 430px
}

.max-h-430 {
    max-height: 430px
}

.max-w-435 {
    max-width: 435px
}

.max-h-435 {
    max-height: 435px
}

.max-w-440 {
    max-width: 440px
}

.max-h-440 {
    max-height: 440px
}

.max-w-445 {
    max-width: 445px
}

.max-h-445 {
    max-height: 445px
}

.max-w-450 {
    max-width: 450px
}

.max-h-450 {
    max-height: 450px
}

.max-w-455 {
    max-width: 455px
}

.max-h-455 {
    max-height: 455px
}

.max-w-460 {
    max-width: 460px
}

.max-h-460 {
    max-height: 460px
}

.max-w-465 {
    max-width: 465px
}

.max-h-465 {
    max-height: 465px
}

.max-w-470 {
    max-width: 470px
}

.max-h-470 {
    max-height: 470px
}

.max-w-475 {
    max-width: 475px
}

.max-h-475 {
    max-height: 475px
}

.max-w-480 {
    max-width: 480px
}

.max-h-480 {
    max-height: 480px
}

.max-w-485 {
    max-width: 485px
}

.max-h-485 {
    max-height: 485px
}

.max-w-490 {
    max-width: 490px
}

.max-h-490 {
    max-height: 490px
}

.max-w-495 {
    max-width: 495px
}

.max-h-495 {
    max-height: 495px
}

.max-w-500 {
    max-width: 500px
}

.max-h-500 {
    max-height: 500px
}

.max-w-505 {
    max-width: 505px
}

.max-h-505 {
    max-height: 505px
}

.max-w-510 {
    max-width: 510px
}

.max-h-510 {
    max-height: 510px
}

.max-w-515 {
    max-width: 515px
}

.max-h-515 {
    max-height: 515px
}

.max-w-520 {
    max-width: 520px
}

.max-h-520 {
    max-height: 520px
}

.max-w-525 {
    max-width: 525px
}

.max-h-525 {
    max-height: 525px
}

.max-w-530 {
    max-width: 530px
}

.max-h-530 {
    max-height: 530px
}

.max-w-535 {
    max-width: 535px
}

.max-h-535 {
    max-height: 535px
}

.max-w-540 {
    max-width: 540px
}

.max-h-540 {
    max-height: 540px
}

.max-w-545 {
    max-width: 545px
}

.max-h-545 {
    max-height: 545px
}

.max-w-550 {
    max-width: 550px
}

.max-h-550 {
    max-height: 550px
}

.max-w-555 {
    max-width: 555px
}

.max-h-555 {
    max-height: 555px
}

.max-w-560 {
    max-width: 560px
}

.max-h-560 {
    max-height: 560px
}

.max-w-565 {
    max-width: 565px
}

.max-h-565 {
    max-height: 565px
}

.max-w-570 {
    max-width: 570px
}

.max-h-570 {
    max-height: 570px
}

.max-w-575 {
    max-width: 575px
}

.max-h-575 {
    max-height: 575px
}

.max-w-580 {
    max-width: 580px
}

.max-h-580 {
    max-height: 580px
}

.max-w-585 {
    max-width: 585px
}

.max-h-585 {
    max-height: 585px
}

.max-w-590 {
    max-width: 590px
}

.max-h-590 {
    max-height: 590px
}

.max-w-595 {
    max-width: 595px
}

.max-h-595 {
    max-height: 595px
}

.max-w-600 {
    max-width: 600px
}

.max-h-600 {
    max-height: 600px
}

.max-w-605 {
    max-width: 605px
}

.max-h-605 {
    max-height: 605px
}

.max-w-610 {
    max-width: 610px
}

.max-h-610 {
    max-height: 610px
}

.max-w-615 {
    max-width: 615px
}

.max-h-615 {
    max-height: 615px
}

.max-w-620 {
    max-width: 620px
}

.max-h-620 {
    max-height: 620px
}

.max-w-625 {
    max-width: 625px
}

.max-h-625 {
    max-height: 625px
}

.max-w-630 {
    max-width: 630px
}

.max-h-630 {
    max-height: 630px
}

.max-w-635 {
    max-width: 635px
}

.max-h-635 {
    max-height: 635px
}

.max-w-640 {
    max-width: 640px
}

.max-h-640 {
    max-height: 640px
}

.max-w-645 {
    max-width: 645px
}

.max-h-645 {
    max-height: 645px
}

.hun-section-mainbanner.layout-3 .text-banner .description-banner,
.max-w-650 {
    max-width: 650px
}

.max-h-650 {
    max-height: 650px
}

.max-w-655 {
    max-width: 655px
}

.max-h-655 {
    max-height: 655px
}

.max-w-660 {
    max-width: 660px
}

.max-h-660 {
    max-height: 660px
}

.max-w-665 {
    max-width: 665px
}

.max-h-665 {
    max-height: 665px
}

.max-w-670 {
    max-width: 670px
}

.max-h-670 {
    max-height: 670px
}

.max-w-675 {
    max-width: 675px
}

.max-h-675 {
    max-height: 675px
}

.max-w-680 {
    max-width: 680px
}

.max-h-680 {
    max-height: 680px
}

.max-w-685 {
    max-width: 685px
}

.max-h-685 {
    max-height: 685px
}

.max-w-690 {
    max-width: 690px
}

.max-h-690 {
    max-height: 690px
}

.max-w-695 {
    max-width: 695px
}

.max-h-695 {
    max-height: 695px
}

.max-w-700 {
    max-width: 700px
}

.max-h-700 {
    max-height: 700px
}

.max-w-705 {
    max-width: 705px
}

.max-h-705 {
    max-height: 705px
}

.max-w-710 {
    max-width: 710px
}

.max-h-710 {
    max-height: 710px
}

.max-w-715 {
    max-width: 715px
}

.max-h-715 {
    max-height: 715px
}

.max-w-720 {
    max-width: 720px
}

.max-h-720 {
    max-height: 720px
}

.max-w-725 {
    max-width: 725px
}

.max-h-725 {
    max-height: 725px
}

.max-w-730 {
    max-width: 730px
}

.max-h-730 {
    max-height: 730px
}

.max-w-735 {
    max-width: 735px
}

.max-h-735 {
    max-height: 735px
}

.max-w-740 {
    max-width: 740px
}

.max-h-740 {
    max-height: 740px
}

.max-w-745 {
    max-width: 745px
}

.max-h-745 {
    max-height: 745px
}

.max-w-750 {
    max-width: 750px
}

.max-h-750 {
    max-height: 750px
}

.max-w-755 {
    max-width: 755px
}

.max-h-755 {
    max-height: 755px
}

.max-w-760 {
    max-width: 760px
}

.max-h-760 {
    max-height: 760px
}

.max-w-765 {
    max-width: 765px
}

.max-h-765 {
    max-height: 765px
}

.max-w-770 {
    max-width: 770px
}

.max-h-770 {
    max-height: 770px
}

.max-w-775 {
    max-width: 775px
}

.max-h-775 {
    max-height: 775px
}

.max-w-780 {
    max-width: 780px
}

.max-h-780 {
    max-height: 780px
}

.max-w-785 {
    max-width: 785px
}

.max-h-785 {
    max-height: 785px
}

.max-w-790 {
    max-width: 790px
}

.max-h-790 {
    max-height: 790px
}

.max-w-795 {
    max-width: 795px
}

.max-h-795 {
    max-height: 795px
}

.max-w-800 {
    max-width: 800px
}

.max-h-800 {
    max-height: 800px
}

.max-w-805 {
    max-width: 805px
}

.max-h-805 {
    max-height: 805px
}

.max-w-810 {
    max-width: 810px
}

.max-h-810 {
    max-height: 810px
}

.max-w-815 {
    max-width: 815px
}

.max-h-815 {
    max-height: 815px
}

.max-w-820 {
    max-width: 820px
}

.max-h-820 {
    max-height: 820px
}

.max-w-825 {
    max-width: 825px
}

.max-h-825 {
    max-height: 825px
}

.max-w-830 {
    max-width: 830px
}

.max-h-830 {
    max-height: 830px
}

.max-w-835 {
    max-width: 835px
}

.max-h-835 {
    max-height: 835px
}

.max-w-840 {
    max-width: 840px
}

.max-h-840 {
    max-height: 840px
}

.max-w-845 {
    max-width: 845px
}

.max-h-845 {
    max-height: 845px
}

.max-w-850 {
    max-width: 850px
}

.max-h-850 {
    max-height: 850px
}

.max-w-855 {
    max-width: 855px
}

.max-h-855 {
    max-height: 855px
}

.max-w-860 {
    max-width: 860px
}

.max-h-860 {
    max-height: 860px
}

.max-w-865 {
    max-width: 865px
}

.max-h-865 {
    max-height: 865px
}

.max-w-870 {
    max-width: 870px
}

.max-h-870 {
    max-height: 870px
}

.max-w-875 {
    max-width: 875px
}

.max-h-875 {
    max-height: 875px
}

.max-w-880 {
    max-width: 880px
}

.max-h-880 {
    max-height: 880px
}

.max-w-885 {
    max-width: 885px
}

.max-h-885 {
    max-height: 885px
}

.max-w-890 {
    max-width: 890px
}

.max-h-890 {
    max-height: 890px
}

.max-w-895 {
    max-width: 895px
}

.max-h-895 {
    max-height: 895px
}

.max-w-900 {
    max-width: 900px
}

.max-h-900 {
    max-height: 900px
}

.max-w-905 {
    max-width: 905px
}

.max-h-905 {
    max-height: 905px
}

.max-w-910 {
    max-width: 910px
}

.max-h-910 {
    max-height: 910px
}

.max-w-915 {
    max-width: 915px
}

.max-h-915 {
    max-height: 915px
}

.max-w-920 {
    max-width: 920px
}

.max-h-920 {
    max-height: 920px
}

.max-w-925 {
    max-width: 925px
}

.max-h-925 {
    max-height: 925px
}

.max-w-930 {
    max-width: 930px
}

.max-h-930 {
    max-height: 930px
}

.max-w-935 {
    max-width: 935px
}

.max-h-935 {
    max-height: 935px
}

.max-w-940 {
    max-width: 940px
}

.max-h-940 {
    max-height: 940px
}

.max-w-945 {
    max-width: 945px
}

.max-h-945 {
    max-height: 945px
}

.max-w-950 {
    max-width: 950px
}

.max-h-950 {
    max-height: 950px
}

.max-w-955 {
    max-width: 955px
}

.max-h-955 {
    max-height: 955px
}

.max-w-960 {
    max-width: 960px
}

.max-h-960 {
    max-height: 960px
}

.max-w-965 {
    max-width: 965px
}

.max-h-965 {
    max-height: 965px
}

.max-w-970 {
    max-width: 970px
}

.max-h-970 {
    max-height: 970px
}

.max-w-975 {
    max-width: 975px
}

.max-h-975 {
    max-height: 975px
}

.max-w-980 {
    max-width: 980px
}

.max-h-980 {
    max-height: 980px
}

.max-w-985 {
    max-width: 985px
}

.max-h-985 {
    max-height: 985px
}

.max-w-990 {
    max-width: 990px
}

.max-h-990 {
    max-height: 990px
}

.max-w-995 {
    max-width: 995px
}

.max-h-995 {
    max-height: 995px
}

.max-w-1000 {
    max-width: 1000px
}

.max-h-1000 {
    max-height: 1000px
}

.no-parallax .parallax100 .inner-parallax {
    min-height: 100% !important;
    transform: none !important;
    top: 0 !important
}

.hun-content-default,
.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .content-cmt,
.hun-section-icon-box.layout-2 .item-icon-box .text-item .description-item {
    word-break: break-word
}

.hun-content-default::after {
    content: '';
    display: block;
    clear: both
}

.hun-content-default h1,
.hun-content-default h2,
.hun-content-default h3,
.hun-content-default h4,
.hun-content-default h5,
.hun-content-default h6 {
    padding-top: 2rem
}

.hun-content-default p>img {
    margin-top: 10px;
    margin-bottom: 10px
}

.hun-content-default ol li,
.hun-content-default ul li {
    margin-bottom: .5rem
}

.hun-content-default blockquote {
    font-weight: 700;
    font-size: 20px;
    color: #2c3038;
    font-style: italic;
    word-break: break-word;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    border-left: 3px solid #000 !important
}

.hun-content-default figure {
    margin-top: 3.5rem;
    margin-bottom: 3rem;
    max-width: 100%
}

.hun-content-default figure figcaption {
    padding-top: 10px;
    font-size: smaller
}

.hun-content-default pre {
    padding: 1.6em
}

.hun-section-mainslider.layout-1 .inner-section {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 30px
}

.hun-section-mainslider.layout-1 .inner-section::after {
    content: '';
    display: block;
    width: 200%;
    height: 255%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: -61%;
    background-color: #000 !important;
    opacity: .08;
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 50%
}

.hun-section-mainslider.layout-1 .text-slider {
    height: 100%;
    padding-top: 18%;
    padding-bottom: 33%;
    padding-right: 30px;
    padding-left: calc((200% - 1200px)/ 2 + 15px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hun-section-mainbanner.layout-1 .text-banner .title-banner,
.hun-section-mainslider.layout-1 .text-slider .title-slider {
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 1.5rem
}

.hun-section-mainslider.layout-1 .text-slider .description-slider {
    font-weight: 400;
    font-size: 20px;
    max-width: 650px;
    margin-bottom: 3.5rem
}

.hun-section-mainbanner.layout-1 .text-banner .buttons-banner,
.hun-section-mainbanner.layout-2 .text-banner .buttons-banner,
.hun-section-mainbanner.layout-3 .text-banner .buttons-banner,
.hun-section-mainbanner.layout-4 .text-banner .buttons-banner,
.hun-section-mainslider.layout-1 .text-slider .buttons-slider {
    margin: -5px
}

.hun-section-mainbanner.layout-1 .text-banner .buttons-banner .btn-banner,
.hun-section-mainslider.layout-1 .text-slider .buttons-slider .btn-slide {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    min-width: 120px;
    padding: 0 38px;
    margin: 5px;
    transition: .2s;
    background-color: #000 !important
}

.hun-section-mainslider.layout-1 .text-slider .buttons-slider .btn-slide.border-style {
    color: #000 !important;
    border: 2px solid rgba(85, 92, 245, .5);
    background-color: transparent
}

.hun-section-mainbanner.layout-1 .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-2 .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-3 .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-4 .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainslider.layout-1 .text-slider .buttons-slider .btn-slide:hover,
.hun-section-pricing-plans.layout-1 .item-pricing .buttons-pricing .button:hover,
.hun-section-pricing-plans.layout-1 .item-pricing.feature-item .buttons-pricing .button:hover,
.hun-section-pricing-table.layout-1 .head-pricing .buttons-pricing .button:hover,
.hun-section-pricing-table.layout-1 .head-pricing.feature-pricing .buttons-pricing .button:hover {
    background-color: #fcad09;
    border-color: #fcad09;
    color: #fff
}

.hun-section-mainslider.layout-1 .pic-slider {
    width: 85%;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.hun-section-mainslider.layout-1 .pic-slider::after {
    content: '';
    display: block;
    width: 200%;
    height: 150%;
    position: absolute;
    z-index: -1;
    bottom: 1px;
    left: 0;
    background-color: #000 !important;
    opacity: .2;
    border-bottom-left-radius: 55%;
    border-top-left-radius: 120%;
    border-bottom-right-radius: 120%
}

.hun-section-mainslider.layout-1 .pic-slider .inner-pic {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 25px;
    width: 200%;
    height: 125%;
    overflow: hidden;
    border-bottom-left-radius: 39%;
    border-top-left-radius: 88%;
    border-bottom-right-radius: 88%
}

.hun-section-mainslider.layout-1 .pic-slider .inner-pic .slide-pic {
    height: 80%;
    width: calc(50% - 25px);
    position: absolute;
    bottom: 0;
    left: 0
}

.hun-section-mainslider.layout-1 .pic-slider .inner-pic .slide-pic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000 !important;
    opacity: .1;
    pointer-events: none
}

.hun-section-mainslider.layout-1 .pic-slider .slide-slick,
.hun-section-mainslider.layout-1 .pic-slider .slide-slick .slick-list,
.hun-section-mainslider.layout-1 .pic-slider .slide-slick .slick-track .slick-slide,
.hun-section-mainslider.layout-1 .pic-slider .slide-slick .slick-track .slick-slide>div,
.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick .slick-list .slick-track .slick-slide>div {
    height: 100%
}

.hun-section-mainslider.layout-1 .pic-slider .slide-slick .slick-track {
    height: 100%;
    display: flex;
    align-items: stretch
}

.hun-section-mainslider.layout-1 .pic-slider .slide-slick .item-slick {
    display: block !important;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 98%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
    transition: .2s;
    opacity: 0
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow {
    pointer-events: auto;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #000;
    opacity: .5;
    transition: .2s
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow::before {
    font-family: Ionicons
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow.next-slick::before {
    content: '\f125'
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow.prev-slick::before {
    content: '\f124'
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow:hover {
    opacity: 1;
    background-color: #000 !important
}

.hun-section-archive-blog.layout-1.no-sidebar .inner-section .col-sidebar,
.hun-section-archive-blog.layout-2.no-sidebar .inner-section .col-sidebar,
.hun-section-blog-detail.layout-1.no-sidebar .inner-section .col-sidebar,
.hun-section-card-detail.layout-1.hide-brand .info-card .brand,
.hun-section-card-detail.layout-1.no-sidebar .inner-section .col-sidebar,
.hun-section-card.layout-1.hide-brand .item-card .pic-card .brand,
.hun-section-image-text.layout-1.simple-image .pic-sec::before,
.hun-section-mainbanner.layout-1.hide-form-img .col-pic-form,
.hun-section-mainbanner.layout-1.inner-bg-dark .inner-section .bg-img,
.hun-section-mainbanner.layout-1.inner-bg-light .inner-section .bg-img,
.hun-section-mainbanner.layout-2.bg--type-1--dark .inner-section .bg-img,
.hun-section-mainbanner.layout-2.bg--type-1--dark .inner-section::before,
.hun-section-mainbanner.layout-2.bg--type-1--light .inner-section .bg-img,
.hun-section-mainbanner.layout-2.bg--type-1--light .inner-section::before,
.hun-section-mainbanner.layout-3 .form-banner,
.hun-section-mainbanner.layout-3.bg--type-1--dark .inner-section .bg-img,
.hun-section-mainbanner.layout-3.bg--type-1--dark .inner-section::before,
.hun-section-mainbanner.layout-3.bg--type-1--light .inner-section .bg-img,
.hun-section-mainbanner.layout-3.bg--type-1--light .inner-section::before,
.hun-section-mainbanner.layout-4 .form-banner,
.hun-section-mainbanner.layout-4 .pic-banner,
.hun-section-mainbanner.layout-4.bg--type-1--dark .inner-section .bg-img,
.hun-section-mainbanner.layout-4.bg--type-1--dark .inner-section::before,
.hun-section-mainbanner.layout-4.bg--type-1--light .inner-section .bg-img,
.hun-section-mainbanner.layout-4.bg--type-1--light .inner-section::before,
.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow.slick-arrow.slick-hidden,
.hun-section-pricing-table.layout-1 .table-pricing.no-navi .navi-table {
    display: none
}

.hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow[aria-disabled=true] {
    cursor: not-allowed
}

@media (max-width:1399px) {
    .hun-section-mainslider.layout-1 .inner-section::after {
        width: 205%;
        height: 250%
    }

    .hun-section-mainslider.layout-1 .text-slider .title-slider {
        font-size: 55px
    }
}

@media (max-width:1299px) {
    .hun-section-mainslider.layout-1 .text-slider {
        padding-left: calc((200% - 1140px)/ 2 + 15px)
    }

    .hun-section-mainslider.layout-1 .pic-slider {
        width: 90%
    }
}

@media (max-width:1199px) {
    .hun-header.layout-1 .wrapper-header .main-navigation .list-menu>li>a {
        padding: 0 15px 20px
    }

    .hun-section-mainslider.layout-1 .text-slider {
        padding-top: 120px;
        padding-bottom: 250px;
        padding-left: calc((200% - 960px)/ 2 + 15px)
    }

    .hun-section-mainslider.layout-1 .text-slider .title-slider {
        font-size: 50px
    }
}

@media (max-width:991px) {
    .hun-section-mainslider.layout-1 .inner-section::after {
        width: 100%;
        right: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .hun-section-mainslider.layout-1 .col-text {
        order: 2
    }

    .hun-section-mainslider.layout-1 .col-pic {
        order: 1
    }

    .hun-section-mainslider.layout-1 .col-pic .pic-slider {
        width: 95%
    }

    .hun-section-mainslider.layout-1 .col-pic .pic-slider::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 100%
    }

    .hun-section-mainslider.layout-1 .text-slider {
        text-align: center;
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: calc((100% - 720px)/ 2 + 15px);
        padding-right: calc((100% - 720px)/ 2 + 15px)
    }

    .hun-section-mainslider.layout-1 .text-slider .description-slider {
        max-width: 100%
    }
}

.hun-section-image-text.layout-1 .heading-sec,
.hun-section-image-text.layout-2 .heading-sec {
    margin-bottom: 16px
}

.hun-section-image-text.layout-1 .heading-sec .title-sec,
.hun-section-image-text.layout-2 .heading-sec .title-sec {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 22px
}

.hun-section-image-text.layout-1 .normal-list,
.hun-section-image-text.layout-2 .normal-list {
    list-style-type: none;
    padding: 0;
    margin: 0 -15px -20px;
    display: block;
    flex-wrap: wrap
}

.hun-section-image-text.layout-1 .normal-list li,
.hun-section-image-text.layout-2 .normal-list li {
    font-weight: 700;
    color: #2c3038;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 12px;
    padding-left: 47px
}

.hun-section-image-text.layout-1 .normal-list li::before,
.hun-section-image-text.layout-2 .normal-list li::before {
    font-weight: 700;
    content: '\f375';
    font-family: Ionicons;
    font-size: 22px;
    color: #000 !important;
    position: absolute;
    top: -3px;
    left: 15px
}

.hun-section-image-text.layout-1 .symbol-list .item-list,
.hun-section-image-text.layout-2 .symbol-list .item-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 50px
}

.hun-section-image-text.layout-1 .symbol-list .item-list .icon-item,
.hun-section-image-text.layout-2 .symbol-list .item-list .icon-item {
    font-size: 45px;
    line-height: 1;
    color: #000 !important;
    width: 69px
}

.hun-section-image-text.layout-1 .symbol-list .item-list .text-item,
.hun-section-image-text.layout-2 .symbol-list .item-list .text-item {
    width: calc(100% - 69px)
}

.hun-section-image-text.layout-1 .symbol-list .item-list .text-item .title-item,
.hun-section-image-text.layout-2 .symbol-list .item-list .text-item .title-item {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3
}

.hun-section-image-text.layout-1 .symbol-list.size-small .item-list .icon-item,
.hun-section-image-text.layout-2 .symbol-list.size-small .item-list .icon-item {
    font-size: 40px;
    width: 58px
}

.hun-section-image-text.layout-1 .symbol-list.size-small .item-list .text-item,
.hun-section-image-text.layout-2 .symbol-list.size-small .item-list .text-item {
    width: calc(100% - 58px)
}

.hun-section-image-text.layout-1 .symbol-list.size-small .item-list .text-item .title-item,
.hun-section-image-text.layout-2 .symbol-list.size-small .item-list .text-item .title-item {
    font-size: 20px
}

.hun-section-image-text.layout-1 .accordion-list .item-list .title-item,
.hun-section-image-text.layout-2 .accordion-list .item-list .title-item {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    word-break: break-word;
    padding: 25px 30px 25px 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    transition: .2s
}

.hun-section-image-text.layout-1 .accordion-list .item-list .title-item::after,
.hun-section-image-text.layout-2 .accordion-list .item-list .title-item::after {
    content: '\f48a';
    font-family: Ionicons;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.hun-section-image-text.layout-1 .counter-list,
.hun-section-image-text.layout-2 .counter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -8px
}

.hun-section-image-text.layout-1 .counter-list .item-counter,
.hun-section-image-text.layout-2 .counter-list .item-counter {
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    margin: 8px
}

.hun-section-image-text.layout-1 .counter-list .item-counter .number-counter,
.hun-section-image-text.layout-2 .counter-list .item-counter .number-counter {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    color: #000 !important
}

.hun-section-image-text.layout-1 .counter-list .item-counter .description-counter,
.hun-section-image-text.layout-2 .counter-list .item-counter .description-counter {
    font-weight: 700;
    color: #2c3038
}

.hun-section-image-text.layout-1 .pic-sec {
    position: relative;
    z-index: 0;
    padding-left: 50px;
    padding-bottom: 50px
}

.hun-section-image-text.layout-1 .pic-sec::before {
    content: '';
    display: block;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background-color: #000 !important;
    opacity: .06;
    border-radius: 10px
}

.hun-section-image-text.layout-1 .pic-sec .inner-pic {
    overflow: hidden;
    border-radius: 10px
}

.hun-section-image-text.layout-1.style-2 .pic-sec::before {
    width: 100% !important;
    height: 100% !important;
    border-radius: 30% 20px
}

.hun-section-image-text.layout-1.style-2 .pic-sec .inner-pic {
    border-radius: 20% 20px
}

.hun-section-archive-blog.layout-1.sidebar-left .inner-section>.container>.row,
.hun-section-archive-blog.layout-2.sidebar-left .inner-section>.container>.row,
.hun-section-blog-detail.layout-1.sidebar-left .inner-section>.container>.row,
.hun-section-card-detail.layout-1.sidebar-right .inner-section>.container>.row,
.hun-section-image-text.layout-1.reverse .row-sec,
.hun-section-image-text.layout-2.reverse .row-sec {
    flex-direction: row-reverse
}

@media (min-width:1200px) {
    .hun-section-image-text.layout-1 .col-pic {
        padding-right: 50px
    }

    .hun-section-image-text.layout-1.reverse .col-pic {
        padding-right: 15px;
        padding-left: 50px
    }
}

.hun-section-image-text.layout-1.reverse .pic-sec {
    padding-left: 0;
    padding-right: 50px
}

.hun-section-image-text.layout-1.reverse .pic-sec::before {
    left: auto;
    right: 0
}

.hun-section-image-text.layout-1.reverse.style-2 .pic-sec::before {
    border-radius: 20px 30%
}

.hun-section-image-text.layout-1.reverse.style-2 .pic-sec .inner-pic {
    border-radius: 20px 20%
}

.hun-section-image-text.layout-1.simple-image .pic-sec,
.hun-section-mainbanner.layout-1.hide-form-img .text-banner,
.hun-section-mainbanner.layout-1.no-bottom-space .inner-section {
    padding-bottom: 0 !important
}

.hun-section-image-text.layout-1.simple-image .pic-sec .inner-pic {
    overflow: visible;
    border-radius: 0 !important
}

.hun-section-image-text.layout-1.simple-image .pic-sec .inner-pic img {
    width: auto;
    max-width: 100%
}

.hun-section-image-text.layout-2 .col-pic {
    padding-right: 50px
}

.hun-section-image-text.layout-2 .wrap-nav-hun-tab .nav-hun-tab {
    list-style-type: none;
    padding: 0;
    margin: -8px;
    display: flex;
    flex-wrap: wrap
}

.hun-section-image-text.layout-2 .wrap-nav-hun-tab .nav-hun-tab li {
    cursor: pointer;
    font-weight: 700;
    color: #000 !important;
    border: 2px solid rgba(85, 92, 245, .5);
    padding: 6px 20px;
    border-radius: 21px;
    margin: 8px;
    transition: .2s
}

.hun-section-image-text.layout-2 .wrap-nav-hun-tab .nav-hun-tab li.active,
.hun-section-image-text.layout-2 .wrap-nav-hun-tab .nav-hun-tab li:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff
}

.hun-section-brands.layout-1 .item-brand img,
.hun-section-image-text.layout-2 .pic-sec img,
.hun-section-mainbanner.layout-1 .pic-banner .inner-pic img,
.hun-section-mainbanner.layout-3 .pic-banner .inner-pic img,
.hun-section-mainbanner.layout-4 .pic-banner .inner-pic img {
    max-width: 100%
}

.hun-section-image-text.layout-2.reverse .col-text {
    padding-left: 15px;
    padding-right: 50px
}

.hun-section-image-text.layout-2.reverse .col-pic {
    padding-right: 15px;
    padding-left: 50px
}

.hun-section-card.layout-1 .menu-sec {
    padding-bottom: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.hun-section-card.layout-1 .menu-sec .inner-menu-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px -23px;
    position: relative;
    z-index: 0
}

.hun-section-card.layout-1 .menu-sec .inner-menu-sec::after {
    content: '';
    display: block;
    width: calc(100% - 46px);
    height: 2px;
    background-color: #000 !important;
    opacity: .1;
    position: absolute;
    z-index: -1;
    bottom: 8px;
    left: 23px
}

.hun-section-card.layout-1 .menu-sec .item-menu {
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    color: #2c3038;
    line-height: 1.5;
    margin: 8px 23px;
    position: relative
}

.hun-section-card.layout-1 .menu-sec .item-menu::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000 !important;
    transition: .3s;
    transform: scaleX(0);
    margin-top: 5px
}

.hun-section-card.layout-1 .item-card {
    height: 100%;
    border-radius: 45px 10px;
    overflow: hidden;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    position: relative;
    transition: .3s ease-in-out
}

.hun-section-card.layout-1 .item-card .pic-card {
    overflow: hidden;
    position: relative
}

.hun-section-card.layout-1 .item-card .pic-card .brand {
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 13px;
    background-color: rgba(255, 255, 255, .8);
    transition: .3s ease-in-out
}

.hun-section-card.layout-1 .item-card .pic-card .brand img {
    width: auto;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s ease-in-out
}

.hun-section-card.layout-1 .item-card .text-card .description-card {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.6 * 3em);
    margin-bottom: 16px
}

.hun-section-card.layout-1 .item-card:hover .pic-card .brand img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.hun-section-card.layout-1.style-2 .item-card .pic-card,
.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick .slick-list {
    overflow: visible
}

.hun-section-card.layout-1.style-2 .item-card .pic-card .brand {
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    top: auto;
    left: 30px;
    bottom: -30px
}

.hun-section-card.layout-1.style-2 .item-card .text-card {
    padding-top: 12px
}

.hun-section-card.layout-1.auto-w-brand .item-card .pic-card .brand {
    min-width: 60px;
    max-width: calc(100% - 60px);
    width: auto;
    padding: 13px 15px
}

.hun-section-brands.layout-1.grey-brand .item-brand a,
.hun-section-card.layout-1.grey-brand .item-card .pic-card .brand img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.hun-section-card.layout-2 .item-card {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    position: relative;
    transition: .3s ease-in-out
}

.hun-section-card.layout-2 .item-card .inner-card {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 60px 30px;
    border-radius: 10px
}

.hun-section-card.layout-2 .item-card .inner-card::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #fcad09;
    opacity: .97;
    transition: .3s
}

.hun-section-card.layout-2 .item-card .inner-card .brand {
    display: block;
    height: 38px;
    margin-bottom: 13px
}

.hun-section-card.layout-2 .item-card .inner-card .brand img {
    max-width: 100%;
    max-height: 100%;
    opacity: .8;
    transition: .3s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.hun-section-card.layout-2 .item-card .inner-card .title-card {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3 * 2em);
    margin-bottom: 0
}

.hun-section-card.layout-2 .item-card .link-card,
.hun-section-icon-box.layout-2 .item-icon-box .link-item {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.hun-section-card.layout-2 .item-card:hover,
.hun-section-icon-box.layout-2 .item-icon-box:hover .icon-item {
    transform: translateY(-5px)
}

.hun-section-card.layout-2 .item-card:hover .inner-card::before {
    opacity: .97
}

.hun-section-card.layout-2.corner-text .item-card .inner-card {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    padding: 25px 30px
}

.hun-section-icon-box.layout-1 .item-icon-box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 30px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: .3s ease-in-out
}

.hun-section-icon-box.layout-1 .item-icon-box .icon-item {
    font-size: 36px;
    color: #000 !important;
    line-height: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    transition: .2s
}

.hun-section-icon-box.layout-1 .item-icon-box .text-item {
    width: calc(100% - 80px - 25px)
}

.hun-section-icon-box.layout-1 .item-icon-box .text-item .title-item {
    font-size: 24px;
    line-height: 1.3;
    word-break: break-word
}

.hun-section-icon-box.layout-1 .item-icon-box .text-item .description-item {
    word-break: break-word;
    max-width: 360px
}

.hun-section-icon-box.layout-1 .item-icon-box .link-item {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0
}

.hun-section-icon-box.layout-2 .item-icon-box {
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.hun-section-icon-box.layout-2 .item-icon-box .icon-item {
    font-size: 40px;
    line-height: 1;
    color: #000 !important;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    transition: .3s ease-in-out
}

.hun-section-icon-box.layout-2 .item-icon-box .text-item .title-item {
    font-size: 20px;
    line-height: 1.3;
    word-break: break-word;
    margin-bottom: 15px;
    transition: .3s
}

.hun-section-icon-box {
    background: linear-gradient(to right, #62cdf3 35%, #4578e4, #020df4) !important
}

.hun-section-icon-box.layout-2.style-2 .item-icon-box {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.hun-section-icon-box.layout-2.style-2 .item-icon-box .icon-item {
    margin-left: 0;
    margin-bottom: 0
}

.hun-section-icon-box.layout-2.style-2 .item-icon-box .text-item {
    width: calc(100% - 80px - 25px);
    align-self: center
}

.hun-section-icon-box.layout-2.style-2 .item-icon-box .text-item .title-item {
    margin-bottom: 13px
}

.hun-section-icon-box.layout-2.set-bg-dark .item-icon-box .icon-item {
    background: #fff
}

.hun-section-icon-box.layout-2.set-bg-dark .item-icon-box .text-item .description-item {
    color: #fff;
    opacity: .8
}

.hun-section-testimonial.layout-1 .inner-section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 0
}

.hun-section-testimonial.layout-1 .inner-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #fcad09;
    opacity: .9
}

.hun-section-testimonial.layout-1 .inner-section .bg-sec {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava {
    width: 390px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 68px;
    overflow: hidden;
    margin-bottom: 43px
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .slide-slick .slick-track,
.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .slide-slick .slick-track {
    margin-left: 0;
    margin-right: 0
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick {
    display: block !important;
    padding: 10px 15px
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick .wrap-ava {
    cursor: pointer;
    width: 119px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
    transform-origin: bottom center;
    transform: scale(.88);
    transition: .5s
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .item-slick .wrap-ava img,
.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .item-slick .wrap-ava img {
    width: 100%;
    border-radius: 50%
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .slick-current .item-slick::before,
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava.big-num-item .slick-center .item-slick::before,
.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .slick-current .item-slick::before,
.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava.big-num-item .slick-center .item-slick::before {
    top: 0
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava .slick-current .wrap-ava,
.hun-section-testimonial.layout-1 .wrap-testimonial .slide-ava.big-num-item .slick-center .wrap-ava,
.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .slick-current .wrap-ava,
.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava.big-num-item .slick-center .wrap-ava {
    cursor: auto;
    transform: scale(1)
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text {
    width: 860px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick {
    display: block !important;
    text-align: center
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .content-tes {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
    position: relative;
    z-index: 0;
    margin-bottom: 43px
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .star-tes {
    font-size: 16px;
    color: #fecc33;
    margin-bottom: 5px
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .brand img {
    display: inline;
    max-height: 50px;
    opacity: .5
}

.hun-section-testimonial.layout-1 .wrap-testimonial .slide-text .item-slick .author-tes .name-author {
    font-weight: 700
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava {
    width: 350px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-bottom-left-radius: 68px;
    border-bottom-right-radius: 68px;
    overflow: hidden;
    margin-bottom: 33px
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .item-slick {
    display: block !important;
    padding: 30px 10px 20px;
    position: relative
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .item-slick::before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: calc(50% - 15px);
    border-top: 18px solid #fcad09;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    transition: .5s
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-ava .item-slick .wrap-ava {
    cursor: pointer;
    width: 119px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 6px 8px 10px 0 rgba(0, 0, 0, .09);
    transform-origin: bottom center;
    transform: scale(.88);
    transition: .5s
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick {
    width: 50%;
    margin-right: auto;
    margin-left: auto
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick .slick-list .slick-track {
    display: flex;
    align-items: stretch
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick .slick-list .slick-track .slick-slide {
    height: auto
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .arrows-slick {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .arrows-slick .item-arrow {
    pointer-events: auto;
    cursor: pointer;
    width: 25%;
    height: 100%
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick {
    padding: 0 15px;
    display: block !important;
    height: 100%
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick .inner-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    padding: 50px 10%;
    background-color: #fcad09
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick .content-tes {
    max-width: 100%;
    color: #fff;
    font-style: italic;
    position: relative;
    z-index: 0;
    margin-bottom: 28px
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick .star-tes {
    max-width: 100%;
    color: #fecc33;
    margin-bottom: 5px
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick .author-tes {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
    color: #fff
}

.hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .item-slick .author-tes .name-author {
    font-weight: 700;
    font-size: 16px
}

@media (max-width:767px) {
    .hun-header.layout-1 .wrapper-header .logo-header {
        padding-right: 20px !important;
        min-width: 0
    }

    .hun-footer.layout-1 .copyright-footer .content-copyright {
        flex-direction: column;
        justify-content: left
    }

    .hun-footer.layout-1 .copyright-footer .content-copyright .col-left,
    .hun-footer.layout-1 .copyright-footer .content-copyright .col-right {
        text-align: center
    }

    .hun-element-search--type-1 .search-form form .search-field {
        height: 60px;
        font-size: 25px;
        border-width: 2px
    }

    .hun-element-post--type-1.size-big .text-post .title-post {
        font-size: 24px
    }

    .parallax100 .inner-parallax {
        min-height: 100% !important;
        transform: none !important;
        top: 0 !important
    }

    .hun-section-mainslider.layout-1 .text-slider {
        padding-top: 120px;
        padding-bottom: 150px;
        padding-left: calc((100% - 540px)/ 2 + 15px);
        padding-right: calc((100% - 540px)/ 2 + 15px)
    }

    .hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .slide-slick {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px
    }

    .hun-section-testimonial.layout-2 .wrap-testimonial .slide-text .arrows-slick {
        display: none
    }
}

.hun-section-mainbanner.layout-1 {
    position: relative;
    z-index: 1
}

.hun-section-mainbanner.layout-1 .inner-section {
    padding-top: 160px;
    padding-bottom: 180px;
    position: relative;
    z-index: 0
}

.hun-section-mainbanner.layout-1 .inner-section::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(-150deg, rgba(85, 92, 245, .3) -30%, #fcad09);
    background-image: -o-linear-gradient(-150deg, rgba(85, 92, 245, .3) -30%, #fcad09);
    background-image: -moz-linear-gradient(-150deg, rgba(85, 92, 245, .3) -30%, #fcad09);
    background-image: linear-gradient(-150deg, rgba(85, 92, 245, .3) -30%, #fcad09)
}

.hun-section-mainbanner.layout-1 .inner-section .bg-img,
.hun-section-page-title.layout-1 .inner-section .bg-img,
.hun-section-video.layout-1 .inner-section .bg-video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0
}

.hun-section-mainbanner.layout-1.inner-bg-dark .inner-section::before {
    background-image: none;
    background-color: #fcad09
}

.hun-section-mainbanner.layout-1.inner-bg-light .inner-section::before {
    background-image: none;
    background-color: #f1f2fe
}

.hun-section-mainbanner.layout-1 .text-banner {
    transform: translateY(25px)
}

.hun-section-mainbanner.layout-1 .text-banner .description-banner {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 3.5rem;
    max-width: 650px
}

.hun-section-mainbanner.layout-1 .text-banner .buttons-banner .btn-banner.border-style {
    border: 2px solid rgba(85, 92, 245, .5);
    background-color: transparent;
    color: #000 !important
}

.hun-section-mainbanner.layout-1.inner-bg-dark .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-1.inner-bg-img .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-2.bg--type-1--dark .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-2.bg--type-1--img .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-3.bg--type-1--dark .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-3.bg--type-1--img .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-4.bg--type-1--dark .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-4.bg--type-1--img .text-banner .buttons-banner .btn-banner.border-style {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .5)
}

.hun-section-mainbanner.layout-1.inner-bg-dark .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-1.inner-bg-img .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-2.bg--type-1--dark .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-2.bg--type-1--img .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-3.bg--type-1--dark .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-3.bg--type-1--img .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-4.bg--type-1--dark .text-banner .buttons-banner .btn-banner:hover,
.hun-section-mainbanner.layout-4.bg--type-1--img .text-banner .buttons-banner .btn-banner:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000 !important
}

.hun-section-mainbanner.layout-1 .pic-banner {
    padding-left: 10%;
    display: none;
    transform: translateY(50px)
}

.hun-section-mainbanner.layout-1 .form-banner {
    transform: translateY(55px);
    padding-left: 15%;
    display: none
}

.hun-section-card-detail.layout-1 .inner-section.has-feature-image .pic-card,
.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form,
.hun-section-mainbanner.layout-1.use-form .form-banner,
.hun-section-mainbanner.layout-1.use-img .pic-banner,
.hun-section-mainbanner.layout-3.use-form .form-banner,
.hun-section-mainbanner.layout-3.use-img .pic-banner,
.hun-section-mainbanner.layout-4.use-form .form-banner,
.hun-section-mainbanner.layout-4.use-img .pic-banner {
    display: block
}

@media (max-width:991px) {
    .hun-section-image-text.layout-1 .pic-sec {
        margin-bottom: 69px;
        padding-left: 0;
        padding-right: 50px
    }

    .hun-section-image-text.layout-1 .pic-sec::before {
        left: auto;
        right: 0
    }

    .hun-section-image-text.layout-1.style-2 .pic-sec::before {
        border-radius: 20px 30%
    }

    .hun-section-image-text.layout-1.style-2 .pic-sec .inner-pic {
        border-radius: 20px 20%
    }

    .hun-section-image-text.layout-1.simple-image .pic-sec {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .hun-section-image-text.layout-2.reverse .col-text {
        padding-right: 15px
    }

    .hun-section-image-text.layout-2 .col-pic {
        padding-bottom: 80px
    }

    .hun-section-image-text.layout-2 .col-text {
        padding-left: 15px
    }

    .hun-section-card.layout-1 .menu-sec .inner-menu-sec {
        margin: -8px -20px
    }

    .hun-section-card.layout-1 .menu-sec .inner-menu-sec::after {
        width: calc(100% - 40px);
        left: 20px
    }

    .hun-section-card.layout-1 .menu-sec .item-menu {
        margin: 8px 20px
    }

    .hun-section-mainbanner.layout-1 .text-banner {
        padding-right: 0
    }

    .hun-section-mainbanner.layout-1 .form-banner,
    .hun-section-mainbanner.layout-1 .pic-banner {
        padding-left: 0;
        padding-top: 50px
    }
}

.hun-section-coming-soon.layout-1 .inner-section::after,
.hun-section-mainbanner.layout-2 .inner-section::before,
.hun-section-mainbanner.layout-3 .inner-section::before,
.hun-section-mainbanner.layout-4 .inner-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: #fcad09;
    opacity: .85
}

.hun-section-mainbanner.layout-2 .inner-section .bg-img,
.hun-section-mainbanner.layout-3 .inner-section .bg-img,
.hun-section-mainbanner.layout-4 .inner-section .bg-img {
    position: absolute;
    z-index: -3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.hun-section-mainbanner.layout-2 .text-banner .title-banner,
.hun-section-mainbanner.layout-3 .text-banner .title-banner,
.hun-section-mainbanner.layout-4 .text-banner .title-banner {
    font-weight: 700;
    font-size: 62px;
    line-height: 1.1;
    margin-bottom: 1.5rem
}

.hun-section-mainbanner.layout-2 .text-banner .description-banner,
.hun-section-mainbanner.layout-3 .text-banner .description-banner,
.hun-section-mainbanner.layout-4 .text-banner .description-banner {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 3.5rem
}

.hun-section-mainbanner.layout-2 .text-banner .buttons-banner .btn-banner,
.hun-section-mainbanner.layout-3 .text-banner .buttons-banner .btn-banner,
.hun-section-mainbanner.layout-4 .text-banner .buttons-banner .btn-banner {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    min-width: 120px;
    padding: 0 38px;
    margin: 5px;
    transition: .2s;
    background-color: #0283fa
}

.hun-section-mainbanner.layout-2 .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-3 .text-banner .buttons-banner .btn-banner.border-style,
.hun-section-mainbanner.layout-4 .text-banner .buttons-banner .btn-banner.border-style {
    border: 2px solid #fcad09;
    background-color: transparent;
    color: #000 !important
}

@media (max-width:1399px) {
    .hun-section-mainbanner.layout-1 .inner-section {
        padding-top: 120px;
        padding-bottom: 160px
    }

    .hun-section-mainbanner.layout-1 .text-banner .title-banner,
    .hun-section-mainbanner.layout-2 .text-banner .title-banner,
    .hun-section-mainbanner.layout-3 .text-banner .title-banner,
    .hun-section-mainbanner.layout-4 .text-banner .title-banner {
        font-size: 55px
    }
}

@media (max-width:1199px) {

    .hun-section-mainbanner.layout-1 .text-banner .title-banner,
    .hun-section-mainbanner.layout-2 .text-banner .title-banner,
    .hun-section-mainbanner.layout-3 .text-banner .title-banner,
    .hun-section-mainbanner.layout-4 .text-banner .title-banner {
        font-size: 50px
    }
}

@media (max-width:575px) {
    .hun-header.layout-1 .wrapper-header .group-feature .buttons-header {
        display: none
    }

    .hun-footer.layout-1 .action-footer::before {
        width: 260%
    }

    .hun-element-search--type-1 .search-form form .search-field {
        height: 50px;
        padding: 8px 0;
        font-size: 1.2rem
    }

    .hun-element-search--type-1 .search-form form .search-notice {
        font-size: .8rem
    }

    .hun-element-heading--type-1 .title {
        font-size: 39px
    }

    [class*=hun-section-][class*=set-bg-]::before {
        width: 350%
    }

    .hun-section-mainslider.layout-1 .text-slider {
        padding: 80px 15px 100px
    }

    .hun-section-mainbanner.layout-1 .text-banner .title-banner,
    .hun-section-mainbanner.layout-2 .text-banner .title-banner,
    .hun-section-mainbanner.layout-3 .text-banner .title-banner,
    .hun-section-mainbanner.layout-4 .text-banner .title-banner,
    .hun-section-mainslider.layout-1 .text-slider .title-slider {
        font-size: 39px;
        margin-bottom: 1rem
    }

    .hun-section-mainbanner.layout-1 .text-banner .description-banner,
    .hun-section-mainbanner.layout-2 .text-banner .description-banner,
    .hun-section-mainbanner.layout-3 .text-banner .description-banner,
    .hun-section-mainbanner.layout-4 .text-banner .description-banner,
    .hun-section-mainslider.layout-1 .text-slider .description-slider {
        font-size: 18px;
        margin-bottom: 2.5rem
    }

    .hun-section-mainslider.layout-1 .pic-slider .arrows-slick {
        padding: 0 25px
    }

    .hun-section-mainslider.layout-1 .pic-slider .arrows-slick .item-arrow {
        width: 39px;
        height: 39px;
        font-size: 16px;
        line-height: 39px
    }

    .hun-section-image-text.layout-1 .pic-sec {
        padding-left: 0;
        padding-right: 30px;
        padding-bottom: 30px
    }

    .hun-section-image-text.layout-1 .pic-sec::before {
        width: calc(100% - 30px);
        height: calc(100% - 30px)
    }

    .hun-section-image-text.layout-1.reverse .pic-sec {
        padding-left: 0;
        padding-right: 30px
    }
}

.hun-section-mainbanner.layout-2 .text-banner {
    text-align: center;
    padding-top: 22%;
    padding-bottom: 25%;
    position: relative
}

.hun-section-mainbanner.layout-2 .text-banner .title-banner {
    font-size: 72px;
    margin-left: auto;
    margin-right: auto
}

.hun-section-mainbanner.layout-2 .text-banner .description-banner {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto
}

.hun-section-mainbanner.layout-2 .text-banner .btn-play {
    font-size: 40px;
    line-height: 1;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 1.8%;
    left: calc(50% - 50px);
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    padding-left: 8px;
    transition: .5s;
    color: #000 !important
}

.hun-section-mainbanner.layout-2 .text-banner .btn-play::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .3);
    transition: .5s
}

.hun-section-mainbanner.layout-2 .text-banner .btn-play:hover:after,
.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play:hover:after,
.hun-section-video.layout-2 .inner-section .content-video .buttons-video .btn-play:hover:after {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, .2)
}

@media (max-width:1399px) {
    .hun-section-mainbanner.layout-2 .text-banner {
        padding-top: 18%;
        padding-bottom: 20%
    }

    .hun-section-mainbanner.layout-2 .text-banner .title-banner {
        font-size: 62px
    }

    .hun-section-mainbanner.layout-2 .text-banner .btn-play {
        bottom: 0
    }
}

@media (max-width:991px) {
    .hun-section-mainbanner.layout-2 .text-banner {
        padding-top: 30%;
        padding-bottom: 35%
    }

    .hun-section-mainbanner.layout-2 .text-banner .btn-play {
        font-size: 30px;
        width: 80px;
        height: 80px;
        left: calc(50% - 40px);
        padding-left: 6px
    }
}

.hun-section-mainbanner.layout-2.show-play-btn .text-banner {
    padding-bottom: 28%
}

.hun-section-mainbanner.layout-2.show-play-btn .text-banner .btn-play {
    display: flex
}

@media (max-width:1399px) {
    .hun-section-mainbanner.layout-2.show-play-btn .text-banner {
        padding-bottom: 23.5%
    }
}

@media (max-width:991px) {
    .hun-section-mainbanner.layout-2.show-play-btn .text-banner {
        padding-bottom: 40%
    }
}

@media (max-width:480px) {
    .hun-footer.layout-1 .action-footer .subscribe-form-02 form input {
        padding: 0 15px
    }

    .hun-footer.layout-1 .action-footer .subscribe-form-02 form button {
        padding: 0 20px
    }

    .hun-footer.layout-1 .content-footer .subscribe-form-01 {
        padding: 30px 15px
    }

    .hun-element-form--type-1 form {
        padding: 30px 25px
    }

    .hun-section-icon-box.layout-1 .item-icon-box {
        padding-left: 15px;
        padding-right: 15px
    }

    .hun-section-icon-box.layout-1 .item-icon-box .icon-item {
        font-size: 25px;
        width: 60px;
        height: 60px
    }

    .hun-section-icon-box.layout-1 .item-icon-box .text-item,
    .hun-section-icon-box.layout-2.style-2 .item-icon-box .text-item {
        width: calc(100% - 60px - 20px)
    }

    .hun-section-icon-box.layout-2.style-2 .item-icon-box .icon-item {
        font-size: 28px;
        width: 60px;
        height: 60px
    }

    .hun-section-mainbanner.layout-2 .text-banner {
        padding-top: 40%;
        padding-bottom: 50%
    }

    .hun-section-mainbanner.layout-2.show-play-btn .text-banner {
        padding-bottom: 55%
    }
}

.hun-section-mainbanner.layout-3 .inner-section {
    padding-top: 100px;
    padding-bottom: 150px
}

.hun-section-mainbanner.layout-3 .text-banner {
    padding-right: 10%;
    padding-bottom: 80px
}

.hun-section-mainbanner.layout-3 .pic-banner {
    display: none;
    padding-left: 30px
}

@media (max-width:1199px) {
    .hun-section-mainbanner.layout-2 .text-banner .title-banner {
        font-size: 50px
    }

    .hun-section-mainbanner.layout-3 .inner-section {
        padding-top: 180px;
        padding-bottom: 210px
    }

    .hun-section-mainbanner.layout-3 .text-banner {
        padding-right: 0;
        padding-bottom: 10px
    }
}

.hun-section-mainbanner.layout-4 .text-banner {
    padding-bottom: 110px;
    padding-top: 120px
}

@media (min-width:992px) {
    .hun-section-form.layout-1 .col-form {
        padding-left: 85px
    }
}

.hun-section-pricing-table.layout-1 .table-pricing .navi-table {
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    max-width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 2px solid rgba(85, 92, 245, .5);
    overflow: hidden
}

.hun-section-pricing-table.layout-1 .table-pricing .navi-table .arrow-navi {
    cursor: pointer;
    font-size: 25px;
    color: #000 !important;
    line-height: 48px;
    width: 50%;
    text-align: center;
    transition: .2s
}

.hun-section-pricing-table.layout-1 .table-pricing.end .navi-table .arrow-navi.next-table,
.hun-section-pricing-table.layout-1 .table-pricing.start .navi-table .arrow-navi.prev-table {
    pointer-events: none;
    opacity: .2
}

.hun-section-pricing-table.layout-1 .table-pricing .head-table {
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px
}

.hun-section-pricing-table.layout-1 .table-pricing .options-group {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 50px
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table:nth-child(2n) {
    background-color: rgba(85, 92, 245, .05)
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .title-row {
    font-weight: 700;
    color: #2c3038;
    width: 25%;
    display: flex;
    align-items: center;
    padding: 30px
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .title-row .what-this {
    font-size: 18px;
    margin-left: 8px
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row {
    width: 75%;
    display: flex;
    align-items: stretch;
    overflow: hidden
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding: 30px 20px;
    transition: transform .5s;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table .symbol-yes {
    font-size: 20px;
    color: #000 !important
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table .symbol-no i,
.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table .symbol-yes i {
    line-height: 1
}

.hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table .symbol-no {
    font-size: 20px;
    color: red
}

.hun-section-pricing-table.layout-1 .head-pricing {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    position: relative
}

.hun-section-pricing-plans.layout-1 .item-pricing .head-item .title-pricing,
.hun-section-pricing-table.layout-1 .head-pricing .title-pricing {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #000 !important;
    margin-bottom: 11px
}

.hun-section-pricing-table.layout-1 .head-pricing .price-pricing {
    font-weight: 700;
    font-size: 55px;
    line-height: 1.1;
    color: #2c3038
}

.hun-section-pricing-table.layout-1 .head-pricing .price-pricing .currency {
    font-size: 25px;
    vertical-align: super;
    margin-right: 5px
}

.hun-section-pricing-table.layout-1 .head-pricing .buttons-pricing {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding-top: 30px
}

.hun-section-pricing-table.layout-1 .head-pricing .buttons-pricing .button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #000 !important;
    border: 2px solid rgba(85, 92, 245, .5);
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
    transition: .2s
}

@media (max-width:1299px) {
    .hun-section-image-text.layout-2.reverse .col-pic {
        padding-left: 15px
    }

    .hun-section-image-text.layout-2 .col-pic {
        padding-right: 15px
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing {
        font-size: 50px
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing .currency {
        font-size: 25px
    }
}

@media (max-width:992px) {
    .hun-section-pricing-table.layout-1 .table-pricing .row-table .title-row {
        width: 35%
    }

    .hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row {
        width: 65%
    }

    .hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table {
        width: 50%;
        min-width: 50%;
        padding: 30px 20px
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing {
        font-size: 40px;
        line-height: 1.4
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing .currency {
        font-size: 20px
    }
}

.hun-section-video.layout-1 .inner-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #fcad09;
    opacity: .85
}

.hun-section-video.layout-1 .inner-section .content-video {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 150px
}

.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play,
.hun-section-video.layout-2 .inner-section .content-video .buttons-video .btn-play {
    font-size: 40px;
    line-height: 1;
    color: #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    padding-left: 8px;
    position: relative;
    transition: .5s
}

.hun-section-video.layout-1 .inner-section .content-video .buttons-video .btn-play::after,
.hun-section-video.layout-2 .inner-section .content-video .buttons-video .btn-play::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .3);
    transition: .5s
}

.hun-section-video.layout-1 .inner-section .content-video .text-video .title-video {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0
}

.hun-section-video.layout-2 .inner-section {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.hun-section-video.layout-2 .inner-section::before {
    content: '';
    display: block;
    width: 10000px;
    height: 160%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 60%;
    background: 0 0;
    border-radius: 120px;
    transform-origin: center left;
    transform: rotateZ(-30deg);
    box-shadow: 0 0 0 10000px #fcad09;
    filter: drop-shadow(0px 0px 0px transparent)
}

.hun-section-video.layout-2 .inner-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background: #fcad09;
    opacity: .6
}

.hun-section-video.layout-2 .inner-section .bg-video {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60%;
    height: 100%;
    position: absolute;
    z-index: -3;
    top: 0;
    right: 0
}

.hun-section-video.layout-2 .inner-section .row {
    min-height: 400px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0
}

.hun-section-video.layout-2 .inner-section .content-video .col,
.hun-section-video.layout-2 .inner-section .content-video [class*=col-] {
    position: static
}

.hun-section-video.layout-2 .inner-section .content-video .buttons-video {
    position: absolute;
    top: calc(50% - 45px);
    left: calc(79% - 45px)
}

.hun-section-video.layout-2 .inner-section .content-video .text-video {
    padding-right: 15%
}

.hun-section-video.layout-2 .inner-section .content-video .text-video .title-video {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px
}

.hun-section-pricing-plans.layout-1 .item-pricing {
    height: 100%;
    border-radius: 10px;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: .3s ease-in-out
}

.hun-section-pricing-plans.layout-1 .item-pricing .head-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 40px 30px;
    border-bottom: 1px solid #ddd
}

.hun-section-pricing-plans.layout-1 .item-pricing .head-item .price-pricing {
    font-weight: 700;
    font-size: 69px;
    line-height: 1.1;
    color: #2c3038
}

.hun-section-pricing-plans.layout-1 .item-pricing .head-item .price-pricing .currency {
    font-size: 30px;
    vertical-align: super;
    margin-right: 5px
}

.hun-section-pricing-plans.layout-1 .item-pricing .head-item .label-pricing {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    background: #000 !important;
    border-radius: 18px;
    position: relative;
    margin: 40px auto -56px;
    padding: 5px 25px
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 40px 30px
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options li {
    font-weight: 700;
    color: #2c3038;
    text-align: center;
    margin-bottom: 20px
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options li::before {
    content: '\f121';
    font-family: Ionicons;
    color: #000 !important;
    margin-right: 10px
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options li.no {
    opacity: .5
}

.hun-section-pricing-plans.layout-1 .item-pricing .body-item .list-options li.no::before {
    content: '\f129';
    color: red
}

.hun-section-pricing-plans.layout-1 .item-pricing .buttons-pricing {
    text-align: center;
    background-color: #fff;
    padding: 0 30px 40px
}

.hun-section-pricing-plans.layout-1 .item-pricing .buttons-pricing .button {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #000 !important;
    border: 2px solid rgba(85, 92, 245, .5);
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 25px;
    max-width: 100%;
    min-width: 180px;
    padding: 0 38px;
    transition: .2s
}

.hun-section-pricing-plans.layout-1 .item-pricing.feature-item {
    padding-top: 8px
}

.hun-section-pricing-plans.layout-1 .item-pricing.feature-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #000 !important
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi,
.hun-section-coming-soon.layout-1 .inner-section,
.hun-section-page-title.layout-1 .inner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0
}

.hun-section-pricing-plans.layout-1 .item-pricing.feature-item .head-item,
.hun-section-pricing-plans.layout-1 .item-pricing.feature-item .head-item::after {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.hun-section-counter.layout-1 .row {
    margin-left: -8px;
    margin-right: -8px
}

.hun-section-counter.layout-1 .col,
.hun-section-counter.layout-1 [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px
}

.hun-section-counter.layout-1 .item-counter {
    height: 100%;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.hun-section-counter.layout-1 .item-counter .number-counter {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    color: #000 !important;
    margin-bottom: 13px
}

.hun-section-counter.layout-1 .item-counter .title-counter {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px
}

.hun-section-brands.layout-1 .item-brand {
    text-align: center;
    padding: 30px 20px
}

.hun-section-brands.layout-1 .item-brand a {
    opacity: .5;
    transition: .2s
}

.hun-section-brands.layout-1 .item-brand a:hover {
    opacity: 1 !important
}

.hun-section-brands.layout-1.white-brand .item-brand a {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.hun-section-brands.layout-1.hover-not-filter .item-brand a:hover {
    -webkit-filter: none !important;
    filter: none !important
}

.hun-section-brands.layout-1.full-width .container {
    max-width: 100%;
    width: 100%
}

.hun-section-page-title.layout-1 .inner-section {
    text-align: center;
    position: relative
}

.hun-section-page-title.layout-1 .inner-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #00000036;
    opacity: .85
}

.hun-section-page-title.layout-1 .container {
    padding-top: 200px;
    padding-bottom: 150px
}

.hun-section-page-title.layout-1 .main-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.1 * 2em);
    margin-bottom: 1rem
}

.hun-section-page-title.layout-1 .breadcrumbs {
    list-style-type: none;
    padding: 0;
    margin: 0 -6px 1.5rem
}

.hun-section-page-title.layout-1 .breadcrumbs li {
    color: #fff;
    word-break: break-word;
    display: inline-block;
    position: relative;
    margin: 0 6px
}

.hun-section-page-title.layout-1 .breadcrumbs li .breadcrumb-divider {
    transform: translateX(6px);
    display: inline-block
}

.hun-section-page-title.layout-1 .breadcrumbs li .breadcrumb-divider::before {
    content: '/'
}

.hun-section-team.layout-1 .member {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    transition: .3s ease-in-out
}

.hun-section-team.layout-1 .member .text-member {
    text-align: center;
    padding: 45px 15px 25px;
    background: #fff;
    position: relative
}

.hun-section-team.layout-1 .member .text-member .social-links {
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding: 8px 15px;
    max-width: calc(100% - 30px);
    position: absolute;
    bottom: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1)
}

.hun-section-team.layout-1 .member .text-member .social-links .item-social {
    color: #2c3038;
    padding: 0 8px;
    transition: .2s
}

.hun-section-team.layout-1 .member .text-member .name-member {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 7px
}

.hun-section-archive-blog.layout-1 .inner-section .content-sec,
.hun-section-archive-blog.layout-2 .inner-section .content-sec,
.hun-section-blog-detail.layout-1 .inner-section .content-sec {
    padding-right: 30px
}

.hun-section-archive-blog.layout-1.sidebar-left .inner-section .content-sec,
.hun-section-archive-blog.layout-2.sidebar-left .inner-section .content-sec,
.hun-section-blog-detail.layout-1.sidebar-left .inner-section .content-sec {
    padding-right: 0;
    padding-left: 30px
}

.hun-section-archive-blog.layout-1.no-sidebar .inner-section .col-content,
.hun-section-archive-blog.layout-2.no-sidebar .inner-section .col-content,
.hun-section-blog-detail.layout-1.no-sidebar .inner-section .col-content,
.hun-section-card-detail.layout-1.no-sidebar .inner-section .col-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.hun-section-archive-blog.layout-1.no-sidebar .inner-section .content-sec,
.hun-section-archive-blog.layout-2.no-sidebar .inner-section .content-sec,
.hun-section-blog-detail.layout-1.no-sidebar .inner-section .content-sec,
.hun-section-card-detail.layout-1.no-sidebar .inner-section .content-sec {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0
}

.hun-section-blog-detail.layout-1 .single-post>.pic-post {
    position: relative;
    min-height: 23px;
    margin-bottom: 55px
}

.hun-section-blog-detail.layout-1 .single-post>.pic-post .date-post {
    pointer-events: none;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: -23px;
    border-radius: 8px;
    padding: 11px 13px;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    background-color: #000 !important
}

.hun-section-blog-detail.layout-1 .single-post>.pic-post img {
    max-width: 100%;
    border-radius: 10px;
    display: none
}

.hun-section-blog-detail.layout-1 .single-post.has-post-thumbnail>.pic-post .date-post {
    left: 30px
}

.hun-section-blog-detail.layout-1 .single-post .head-post .title-post {
    font-size: 35px;
    line-height: 1.2;
    word-break: break-word;
    margin-bottom: 13px
}

@media (max-width:1199px) {
    .hun-section-video.layout-2 .inner-section::before {
        left: 69%
    }

    .hun-section-page-title.layout-1 .main-title {
        font-size: 50px
    }

    .hun-section-blog-detail.layout-1 .single-post .head-post .title-post {
        font-size: 30px
    }
}

.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -10px;
    padding-bottom: 23px
}

.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 10px;
    background-color: #e5e5e5
}

.hun-section-blog-detail.layout-1 .single-post .head-post .meta-info-post .item-info i {
    color: #000 !important;
    margin-right: 3px;
    font-size: 16px;
    transform: translateY(1px);
    display: inline-block
}

.hun-section-blog-detail.layout-1 .single-post .content-post {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 60px;
    margin-bottom: 0
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px;
    margin-left: -15px;
    margin-right: -15px
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .tags-post {
    letter-spacing: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-link,
.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-title {
    font-weight: 700;
    font-size: 14px;
    color: #fcad09;
    letter-spacing: normal;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    overflow: hidden;
    padding: 5px 15px;
    margin: 5px 0;
    transition: .3s
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-link {
    width: 34px;
    padding: 5px
}

.hun-section-blog-detail.layout-1 .single-post .tags-and-share .share-post .share-link i {
    line-height: 1.6
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 45px
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi {
    width: calc(50% - 8px);
    padding: 30px 20px;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #fcad09;
    opacity: .8;
    transition: .3s
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .arrow-navi {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    background-color: #000 !important;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 15px
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .title-navi {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    transition: .2s
}

.hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .title-navi::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .title-comments,
.hun-section-blog-detail.layout-1 .single-post .form-comment .title-form {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 38px
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment {
    width: 100%;
    padding-left: calc(85px + 25px)
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment .item-comment:last-child {
    border-bottom: none
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    border-bottom: 1px solid #e5e5e5
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .ava-comment {
    width: 85px;
    margin-bottom: 33px;
    display: block;
    border-radius: 50%
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment {
    width: calc(100% - 85px - 25px);
    margin-bottom: 33px;
    position: relative
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt {
    padding-right: 69px;
    margin-bottom: 16px
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt .name-author {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #2c3038;
    display: block;
    word-break: break-word;
    margin-bottom: 3px
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt .date-cmt {
    font-size: 14px;
    display: block;
    opacity: .8
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .link-cmt {
    font-weight: 700;
    color: #000 !important;
    letter-spacing: 10px;
    position: absolute;
    top: 2px;
    right: 0
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .link-cmt a {
    display: inline-block;
    color: inherit;
    letter-spacing: normal;
    transition: .2s
}

.hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .link-cmt a:hover {
    color: #fcad09
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field::-webkit-input-placeholder {
    color: #999
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-moz-placeholder {
    color: #999
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field::-moz-placeholder {
    color: #999
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-ms-input-placeholder {
    color: #999
}

.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-webkit-autofill,
.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-webkit-autofill:active,
.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-webkit-autofill:focus,
.hun-section-blog-detail.layout-1 .single-post .form-comment .input-field:-webkit-autofill:hover {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out
}

.hun-section-blog-detail.layout-1 .single-post .form-comment button {
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    overflow: hidden;
    padding: 0 35px;
    border-radius: 25px;
    background-color: #000 !important;
    transition: .2s;
    margin: 0
}

@media (max-width:767px) {
    .hun-section-pricing-table.layout-1 .table-pricing .row-table .title-row {
        width: 45%;
        padding: 30px 10px
    }

    .hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row {
        width: 55%
    }

    .hun-section-pricing-table.layout-1 .table-pricing .row-table .content-row .column-table {
        width: 100%;
        min-width: 100%;
        padding: 30px 15px
    }

    .hun-section-pricing-table.layout-1 .head-pricing .title-pricing {
        font-size: 18px
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing {
        font-size: 30px;
        line-height: 1.5
    }

    .hun-section-pricing-table.layout-1 .head-pricing .price-pricing .currency {
        font-size: 15px
    }

    .hun-section-video.layout-2 .inner-section .bg-video {
        width: 80%
    }

    .hun-section-video.layout-2 .inner-section .content-video {
        text-align: center
    }

    .hun-section-video.layout-2 .inner-section .content-video .buttons-video {
        display: inline-block;
        position: static;
        top: 0;
        left: 0
    }

    .hun-section-video.layout-2 .inner-section .content-video .text-video {
        padding-right: 0;
        margin-bottom: 50px
    }

    .hun-section-video.layout-2 .inner-section .content-video .text-video .title-video {
        font-size: 50px
    }

    .hun-section-blog-detail.layout-1 .single-post .head-post .title-post {
        font-size: 24px;
        line-height: 1.3
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment {
        padding-left: calc(80px + 20px)
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .ava-comment {
        width: 80px
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment {
        width: calc(100% - 80px - 20px)
    }
}

.hun-section-card-detail.layout-1 .inner-section .content-sec {
    padding-left: 30px
}

.hun-section-card-detail.layout-1.sidebar-right .inner-section .content-sec {
    padding-left: 0;
    padding-right: 30px
}

.hun-section-card-detail.layout-1 .pic-card {
    display: none;
    margin-bottom: 40px
}

.hun-section-card-detail.layout-1 .pic-card img {
    width: 100%;
    border-radius: 10px
}

.hun-section-card-detail.layout-1 .info-card {
    padding: 75px 25px 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    position: relative;
    margin-top: 35px
}

.hun-section-card-detail.layout-1 .info-card .brand {
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 25px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    padding: 13px;
    background-color: #fff;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1)
}

.hun-section-card-detail.layout-1 .info-card .brand img {
    width: auto;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    max-height: 100%
}

.hun-section-card-detail.layout-1 .info-card .title-info {
    font-size: 24px;
    line-height: 1.4;
    color: #000 !important;
    margin-bottom: 24px
}

.hun-section-card-detail.layout-1 .info-card .list-info,
.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.hun-section-card-detail.layout-1 .info-card .list-info li {
    margin-bottom: 26px;
    word-break: break-word
}

.hun-section-card-detail.layout-1 .info-card .list-info li .name-info {
    font-weight: 700;
    color: #2c3038;
    display: block
}

.hun-section-card-detail.layout-1.auto-w-brand .info-card .brand {
    min-width: 80px;
    max-width: calc(100% - 50px);
    width: auto;
    padding: 13px 15px
}

.hun-section-card-detail.layout-1.hide-brand .info-card {
    margin-top: 0;
    padding-top: 33px
}

.hun-section-card-detail.layout-1.hide-brand .content-card {
    margin-top: 0
}

.hun-section-contact.layout-1 .inner-section .map-sec {
    width: 100%;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden
}

.hun-section-contact.layout-1 .inner-section .map-sec iframe {
    width: 100%;
    border: none
}

.hun-section-contact.layout-1 .inner-section .text-sec .title-sec {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 26px
}

.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .description {
    margin-bottom: 26px
}

.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact li {
    font-weight: 700;
    color: #2c3038;
    padding-left: 30px;
    position: relative;
    margin-bottom: 11px
}

.hun-section-contact.layout-1 .inner-section .text-sec .content-contact .list-contact li i {
    font-size: 18px;
    color: #000 !important;
    position: absolute;
    top: -1px;
    left: 0
}

@media (max-width:991px) {
    .hun-section-mainbanner.layout-3 .inner-section {
        padding-top: 160px;
        padding-bottom: 200px
    }

    .hun-section-mainbanner.layout-3 .text-banner,
    .hun-section-mainbanner.layout-4 .form-banner,
    .hun-section-mainbanner.layout-4 .pic-banner {
        padding-bottom: 80px
    }

    .hun-section-mainbanner.layout-3 .pic-banner {
        padding-left: 0
    }

    .hun-section-mainbanner.layout-4 .text-banner {
        padding-bottom: 169px;
        text-align: center
    }

    .hun-section-video.layout-2 .inner-section::after {
        opacity: .8
    }

    .hun-section-archive-blog.layout-1 .inner-section .content-sec,
    .hun-section-archive-blog.layout-2 .inner-section .content-sec,
    .hun-section-blog-detail.layout-1 .inner-section .content-sec {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 100px
    }

    .hun-section-card-detail.layout-1 .inner-section .content-sec {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .hun-section-card-detail.layout-1 .inner-section .col-sidebar {
        padding-bottom: 30px
    }

    .hun-section-card-detail.layout-1.hide-brand .content-card {
        margin-top: 35px
    }

    .hun-section-contact.layout-1 .inner-section .text-sec {
        padding-bottom: 69px
    }
}

.hun-section-coming-soon.layout-1 .inner-section {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch
}

.hun-section-coming-soon.layout-1 .inner-section::before {
    content: '';
    display: block;
    width: 10000px;
    height: 160%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 60%;
    background: 0 0;
    border-radius: 120px;
    transform-origin: center left;
    transform: rotateZ(-30deg);
    box-shadow: 0 0 0 10000px #fff;
    filter: drop-shadow(0px 0px 0px transparent)
}

.hun-section-coming-soon.layout-1 .inner-section .bg-video {
    width: 65%;
    height: 100%;
    position: absolute;
    z-index: -3;
    top: 0;
    right: 0
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec {
    width: 40%;
    padding: 60px 5% 60px 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec {
    width: 500px;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 100px
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec .description-form {
    font-size: 24px;
    line-height: 1.5;
    color: #2c3038;
    margin-bottom: 40px
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec .description-form strong {
    font-size: 30px;
    font-weight: 800
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input {
    color: #555a64;
    display: block;
    height: 50px;
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 15px
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input::-webkit-input-placeholder {
    color: #999
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-moz-placeholder {
    color: #999
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input::-moz-placeholder {
    color: #999
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-ms-input-placeholder {
    color: #999
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-webkit-autofill,
.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-webkit-autofill:active,
.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-webkit-autofill:focus,
.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form input:-webkit-autofill:hover {
    -webkit-text-fill-color: #555a64 !important;
    transition: background-color 5000s ease-in-out
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec form button {
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    display: block;
    border: none;
    overflow: hidden;
    width: 100%;
    padding: 0 30px;
    border-radius: 5px;
    background-color: #000 !important;
    transition: .2s;
    margin-top: 20px
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .subscribe-form-sec .note-form {
    font-size: .9rem;
    padding-top: 25px
}

.hun-section-coming-soon.layout-1 .inner-section .text-sec .social-sec .social-link {
    font-size: 17px;
    color: #555a64;
    line-height: 1;
    letter-spacing: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 6px 8px 20px 0 rgba(0, 0, 0, .1);
    transition: .2s
}

.hun-section-coming-soon.layout-1 .inner-section .countdown-sec {
    padding-left: 5%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner {
    width: calc(155px + 155px + 40px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start
}

.hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner .item-countdown {
    color: #fff;
    font-size: 14px;
    width: 155px;
    height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    padding: 20px 15px 15px;
    margin: 10px
}

.hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner .item-countdown .number-item {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 3px
}

@media (max-width:1299px) {
    .hun-section-coming-soon.layout-1 .inner-section::before {
        left: 65%
    }
}

@media (max-width:1199px) {
    .hun-section-coming-soon.layout-1 .inner-section::before {
        width: 160%;
        height: 10000px;
        top: auto;
        bottom: calc(100% - 480px);
        left: 0;
        transform-origin: bottom center;
        transform: rotateZ(-15deg)
    }

    .hun-section-coming-soon.layout-1 .inner-section .bg-video {
        width: 100%;
        height: 699px
    }

    .hun-section-coming-soon.layout-1 .inner-section .text-sec {
        order: 2;
        text-align: center;
        width: 100%;
        padding: 80px 15px;
        align-items: center
    }

    .hun-section-coming-soon.layout-1 .inner-section .countdown-sec {
        order: 1;
        width: 100%;
        padding: 100px 15px 130px
    }
}

.hun-section-404.layout-1 .pic-sec {
    text-align: center;
    margin-bottom: 50px
}

.hun-section-404.layout-1 .pic-sec img {
    width: 690px;
    max-width: 100%
}

.hun-section-404.layout-1 .text-sec {
    text-align: center;
    margin-bottom: 75px
}

.hun-section-404.layout-1 .text-sec .title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 20px
}

@media (max-width:575px) {
    .hun-section-mainbanner.layout-2 .text-banner .title-banner {
        font-size: 39px;
        margin-bottom: 1rem
    }

    .hun-section-mainbanner.layout-2 .text-banner .description-banner {
        font-size: 18px;
        margin-bottom: 2.5rem
    }

    .hun-section-mainbanner.layout-3 .inner-section {
        padding-top: 130px;
        padding-bottom: 160px
    }

    .hun-section-mainbanner.layout-4 .inner-section {
        padding-top: 130px
    }

    .hun-section-video.layout-2 .inner-section::before {
        display: none
    }

    .hun-section-video.layout-2 .inner-section .bg-video {
        width: 100%
    }

    .hun-section-404.layout-1 .text-sec .title,
    .hun-section-video.layout-2 .inner-section .content-video .text-video .title-video {
        font-size: 39px
    }

    .hun-section-counter.layout-1 .item-counter .number-counter,
    .hun-section-page-title.layout-1 .main-title {
        font-size: 39px;
        line-height: 1.2
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment .info-cmt .name-author,
    .hun-section-blog-detail.layout-1 .single-post .navigate-post .item-navi .title-navi {
        font-size: 16px
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .list-comment .list-comment {
        padding-left: calc(40px + 10px)
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .ava-comment {
        width: 40px
    }

    .hun-section-blog-detail.layout-1 .single-post .comments-post .item-comment .text-comment {
        width: calc(100% - 40px - 10px)
    }

    .hun-section-coming-soon.layout-1 .inner-section::before {
        bottom: calc(100% - 400px)
    }

    .hun-section-coming-soon.layout-1 .inner-section .bg-video {
        height: 500px
    }

    .hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner {
        width: calc(110px + 110px + 40px);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start
    }

    .hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner .item-countdown {
        font-size: 14px;
        width: 100px;
        height: 100px;
        padding: 15px 10px 10px
    }

    .hun-section-coming-soon.layout-1 .inner-section .countdown-sec .countdowner .item-countdown .number-item {
        font-weight: 700;
        font-size: 25px
    }
}

.hun-section-404.layout-1 .text-sec .description {
    font-size: 18px
}

.tooter-logo-area img.footer-logo {
    max-width: 33%;
    margin-bottom: 25px
}

.contact-detail-setting::before {
    background: #362f2fcc !important
}

.hun-header.layout-1 .wrapper-header .group-feature .hun-menu-mobile .btn-toggle-menu {
    background: #000
}

.top-header-area ul.right-list-setting li {
    display: inline-block;
    padding-left: 20px
}

.top-header-area {
    color: #fff;
    padding: 5px 0
}

.left-side-area-top-bar p,
ul.right-list-setting a {
    color: #fff;
    font-size: 14px
}

.hun-section-mainbanner.layout-4 .text-banner h2.title-banner {
    font-size: 60px;
    color: #fda500
}

.hun-section-mainbanner.layout-4 .text-banner .description-banner {
    margin-bottom: 20px;
    color: #fff
}

section.call-to-action-area {
    background: #000 !important;
    padding: 50px 0
}

.hun-section-card.layout-1.style-2 .item-card .pic-card img {
    max-width: 100%;
    margin: 0 auto
}

.hun-section-card.layout-1.style-2 .item-card .pic-card {
    background: #fff;
    text-align: center
}

.hun-section-card.layout-1 .item-card .text-card {
    padding: 7px 30px;
    background-color: #000 !important;
    text-align: center;
    color: #fff !important
}

.hun-section-card.layout-1 .item-card .text-card a {
    color: #fff !important;
    font-size: 23px;
    line-height: 49px
}

.hun-section-icon-box.layout-2.set-bg-dark.p-t-100.p-b-35.contact-detail-setting {
    background: #000 !important
}

.item-icon-box.max-w-300 h4:hover {
    color: #0082fc !important
}


div#setting-part .item-icon-box h4.title-item {
    color: #0283fa
}