html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1.5;
    margin: 0;
}
body,
html {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #555;
    word-break: keep-all;
    overflow-x: hidden;
    letter-spacing: 0.2px;
    letter-spacing: 0.5px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 24px;
}
a{
    text-decoration: none !important;
}
footer .widget_product_tag_cloud a{
    font-size: 15px !important;
    border:none;
    margin-bottom: 5px;
}
footer .tagcloud{
    margin-bottom: 15px;
}
footer .widget.widget_nav_menu ul li a:before {
    content: "\f324";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}
html,body{
    margin: 0;
    padding: 0;
}
.gallery-masonry{
    margin: 0 -10px;
    overflow: hidden;
}
.post-type-archive .site-main{
    padding:  0 15px;
}
.loaderWrap {
    width: 100%;
    position: fixed;
    height: 100%;
    background: #272727;
    z-index: 9999;
    text-align: center;
}
#loader {
    position: fixed;
    bottom: 50%;
    left: 50%;
    z-index: 899;
    transform: translate3d(-50%, 50%, 0);
    -moz-transform: translate3d(-50%, 50%, 0);
    -webkit-transform: translate3d(-50%, 50%, 0);
    -ms-transform: translate3d(-50%, 50%, 0);
    -o-transform: translate3d(-50%, 50%, 0);
}
.thecube {
    width: 300px;
    height: 150px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    background: url(../images/bg-load.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.thecube .cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.thecube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.thecube .cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.thecube .c2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.thecube .c3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.thecube .c4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.thecube .c2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.thecube .c3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.thecube .c4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.project-info{
    margin-top: 120px;
    text-align: right;
}
.project-location a{
    font-size: 52px;
    display: block;
    line-height: 1;
    margin-bottom: 13px;
    color: #fff;
    text-transform: capitalize;
}
.project-scale,
.project-client {
    font-size: 28px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}
.project-client h1{
    display: inline-block;
    font-size: 28px;
}
.number-buld{
    text-align: center;
background: -webkit-linear-gradient(0deg, transparent 0%, rgba(255,255,255,1) 27%, #19603e 84%, #19603e 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.number-buld p:first-letter{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 22em;
    line-height: 1;
    margin-bottom: 0;
}
.number-buld span{
    font-size: 22px;
    text-transform: uppercase;
}
.header-v10 .menu-dropdown {
    display: inline-block;
    margin-right: 0;
}
.header-v10 .menu-bar{
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin-left: 25px;
}
.header-v10 .menu-dropdown .menu-bar i {
    color: #fff;
    font-size: 30px;
}
.call-support {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.call-support span{
    color:  #fff;
}
.call-support i {
    margin-right: 20px;
    border: 1px solid red;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: red;
}
header .main-nav.open {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    right: 0;
    left: auto;
}
header .main-nav {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    right: calc(-1*(100%));
    top: 0;
    width: 300px;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    padding-right: 30px;
    padding-top: 60px;
    text-align: right;
    bottom: 0;
}
.close-nav-button {
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
}
.close-nav-button.active{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}
header .main-nav .primary-menu > li {
    display: block;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin: 0 0 5px;
    position: relative;
}
header .main-nav .primary-menu > li i{
    color: #000;
    position: absolute;
    left: 20px;
    top: 15px;
}
header .main-nav .primary-menu a {
    font-size: 18px;
    text-transform: uppercase;
}
.main-nav ul li a:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}
.box-holder-content img{
    width: 50px !important;
    position: absolute;
    top:  calc(50% - 25px);
    left: calc(50% - 25px);
}
.box-holder-content{
    width: 140px;
    height: 140px;
    position: absolute;
    top:  calc(50% - 70px);
    left: calc(50% - 70px);
    border-radius: 50%;
    background: rgba(130,180,64,0.5);
    text-align: center;
    vertical-align: middle;
    opacity: 0;
        -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.items-product:hover .box-holder-content{
    opacity: 1;
        -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.title-slide{
    color:  #000;
    font-size: 62px;
    text-transform: uppercase;
}
.dsc-slide{
    color:  #000;
}
.site{
    position: relative;
    background:  #272727;
}
.box-content ul li{
    color: #fff;
}
.box-content ul{
    padding-left: 15px;
}
.fancybox-slide--video .fancybox-content{
    max-width: 900px;
    max-height: 500px !important
}
.img-play{
    position: relative;
}
.img-play img{
    width: 100%;
}
.img-play .play{
    min-height: 72px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 100%;
    display: table;
    border-radius: 100%;
    margin: auto;
}
.img-play i{
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 20px;
    color: #fff;
}
.footer-map iframe{
    width: 100%;
}
.footer-map{
    margin-bottom: 15px;
}
.contact-form select{
    border: 1px solid #ccc;
    padding: 7px 10px;
    width: 100%;
}
.modal-content .modal-header{
    position: absolute;
    right: 0;
    border: none;
    z-index: 11;
}
.modal-body{
    padding: 20px 25px 25px;
}
.modal-body .contact-form input[type="submit"]{
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
.modal-body .contact-form input[type="submit"]:hover{
    color: #fff;
}
.modal-body .contact-form h2{
    color: #fff;
}
form.submitting .wpcf7-spinner{
    margin: -7px 20px;
}
.wpcf7 form .wpcf7-response-output {
    margin: -30px 0 0;
    padding: 0;
    border: 0;
    color: red;
}
.products  li{
    list-style: none;
}
.pc_tel {
    position: fixed;
    left: 20px;
    bottom: 15px;
    line-height: 40px;
    z-index: 11
}
.pc_tel .telnumber {
    color: #333;
    display: inline-block;
    background: #eee;
    font-weight: 700;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    border: solid 1px #ccc;
    font-size: 17px;
    position: relative;
    padding-left: 45px;
}
.pc_tel .telnumber:before, .pc_tel .telnumber:after {
    content: " ";
    top: -8px;
    left: -15px;
    width: 55px;
    padding: 10px;
    height: 55px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    border: 1px solid #fff;
}
.pc_tel .telnumber:after {
    -webkit-animation: calleffect-red 3s infinite linear;
    -o-animation: calleffect-red 3s infinite linear;
    animation: calleffect-red 3s infinite linear;
    z-index: 995;
}
.pc_tel .telnumber:before {
    background: red url(../images/phone.png) no-repeat center;
    background-size: 49%;
    -webkit-animation: calltrap_spin 3s infinite ease-out;
    -o-animation: calltrap_spin 3s infinite ease-out;
    animation: calltrap_spin 3s infinite ease-out;
    z-index: 999;
}
.pc_tel .telnumber .c2call {
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    font-weight: 600
}
.pc_tel .telnumber .c2call  span{
    font-weight: 600
}
.button-contact {
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 99;
}
.button-contact button {
    border: none;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 2px solid #e6e6e6;
    display: block;
    margin-top: 10px;
}
.button-contact button i{
    font-size: 22px;
    color: #fff;
}
.scroll-to-top {
    bottom: -100px;
    cursor: pointer;
    height: 50px;
    overflow: auto;
    position: fixed;
    right: 15px;
    -webkit-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    width: 50px;
    z-index: 9999;
    border: 2px solid #e6e6e6;
    border-radius: 100%;
}
.scroll-to-top i {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #fff;
}
.search  .site-content{
    padding-bottom: 40px;
}
.search-form{
    position: relative;
    display: inline-block;
}
.search-form input[type="search"] {
    font-size: 11px;
    line-height: 1.81em;
    font-weight: 500;
    letter-spacing: .2em;
    margin-left: 0;
    padding: 8px 50px 8px 10px;
    line-height: 1em;
    color: #1b1b1b;
    transition: width .62s cubic-bezier(.25,.46,.45,.94);
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
.search-form button {
    left: auto;
    right: 0;
    position: absolute;
    width: 35px;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #1b1b1b;
    background-color: transparent;
    border: 0;
}
.blog-type3 .entry-content p{
    text-align: left;
    margin: 0;
}
.blog-type3 .post-meta p{
    margin: 0;
}
.post-meta{
    margin-top: 5px;
}
.aligncenter {
    display: block;
    margin: auto;
}
.error-404{
    padding-bottom: 40px;
}
.main-nav ul.sub-menu .fa-angle-down:before {
    content: "\f105";
}
.initSlide_product {
    overflow: hidden;
}
.single .entry-header img{
    margin-bottom: 10px;
}
.main-navigation ul{
    padding-left: 0;
}
.row-col{
    margin: 0 -7px;
}
.row-col:after{
    content: '';
    display: block;
    clear: both;
}
.row-col [class*="col"] {
    padding: 0 7px;
}
.col-1{
    float: left;
    width: 100%;
}
.col-2{
    float: left;
    width: 50%;
}
.col-3{
    float: left;
    width: 33.333333%;
}
.col-4{
    float: left;
    width: 25%;
}
.col-5{
    float: left;
    width: 20%;
}
.col-7{
    float: left;
    width: 66.6666%;
}
.col-5:nth-child(5n+1){
    clear: both;
}
.col-4:nth-child(4n+1){
    clear: both;
}
.col-3:nth-child(3n+1){
    clear: both;
}
@media (max-width: 374px){
    .col-5,
    .col-4,
    .col-3{
        width: 100%;
    }
    .col-5:nth-child(4n+1){
        clear: none;
    }
}
@media ( min-width: 375px) and (max-width: 567px){
    .col-5,
    .col-4{
        width: 100%;
    }
    .col-5:nth-child(2n+1),
    .col-4:nth-child(2n+1),
    .col-3:nth-child(2n+1){
        clear: both;
    }
    .col-2{
        width: 100%;
    }
}
@media ( min-width: 568px) and (max-width: 767px){
    .col-5,
    .col-4,
    .col-3{
        width: 50%;
    }
    .col-3:nth-child(2n+1),
    .col-5:nth-child(2n+1),
    .col-4:nth-child(2n+1){
        clear: both;
    }
    
}
@media (max-width: 767px){
    .col-xs-6{
        width: 50%;
    }
}
.call-now{
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 10;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.call-now:hover {
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.call-now:hover a i{
    color: #fff;
}
.call-now a{
    color: #fff;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes foldthecube {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes foldthecube {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    font-weight: 400;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    border: 0;
    outline: 0;
    background: 0 0;
    color: inherit;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: keep-all;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
p {
    word-break: keep-all;
    margin: 0 0 15px;
    color: #fff;
}
a {
    word-break: keep-all;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    outline: 0 !important;
}
.btn,
button[type="button"],
button[type="submit"],
input[type="submit"] {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
ins {
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #555;
    font-style: italic;
    font-weight: 700;
}
del {
    text-decoration: line-through;
    margin-right: 5px;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
td,
th {
    font-weight: 400;
    text-align: left;
}
th {
    font-weight: 700;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
address {
    font-style: italic;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 20px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
button,
input,
select,
textarea {
    max-width: 100%;
}
input:focus {
    -webkit-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
    -ms-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
    -o-box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
    box-shadow: 0 0 5px 0 rgba(221, 190, 134, 0.6);
    outline: 0;
}
blockquote {
    padding: 5px 0 5px 25px;
    position: relative;
    color: #222;
    font-style: italic;
    font-size: 14px;
}
blockquote:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #eee;
    width: 5px;
}
a{
    cursor: pointer;
    color: #222;
}
.main-nav, .main-navigation {
    display: block;
    vertical-align: bottom;
}
img {
    max-width: 100%;
    height: auto;
}
.right {
    float: right;
}
.left {
    float: left;
}
ul{
    margin:0;
    padding:0;
}
.align-center{
    text-align: center;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.pagination{
    display: block;
    clear: both;
    margin-top: 15px;
}
.nav-links{
    text-align: center;
    font-size: 18px;
}
.nav-links .current,
.nav-links .page-numbers{
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0 3px;
    color: #fff;
}
.nav-links .current,
.nav-links .page-numbers:hover{
    color: #fff;
}
.nav-links span{
    display: inline-block;
}
.nav-links .prev{
    display: none
}
.nav-links .next{
    display: none
}
.header1-search,
.click-call{
    display: inline-block;
    margin: 0 20px;
}
.form-search{
    text-align: right;
}

.custom-form{
    position: relative;
}
.custom-form input[type="submit"]{
    position: absolute;
    left: 0;
    color: transparent;
    border: none;
    background: url(../images/search-icon.png) no-repeat center;
    padding: 8px;
}
.click-call a{
    border-radius: 50px;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
}
.click-call i{
    margin-right: 8px;
}
.click-call a span{
    font-weight: 600;
    font-size: 14px;
}
.custom-form input[type="text"]{
    border: 1px solid #ccc;
    border-radius: 50px;
    padding:8px 10px 8px 40px;
}
/*Blog list*/
.blog-list h2{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color:  #fff;
}
.blog-list .img-box{
    float: left;
    margin-right: 15px;
}
.blog-list .post-meta p{
    margin-bottom: 0;
    font-style: italic;
    font-size: 16px;
}
.blog-list .list{
    margin-bottom: 10px;
}
.blog-list .list:after{
    content: '';
    display: block;
    clear: both;
}
/*Vlog*/
.item-vlog{
    position: relative;
    padding-bottom: calc( 100% - 300px );
}
.forhome .vlog-text{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom:0;
    padding: 10px;
    background: #fff;
    border: 1px solid #f8f8f8;
    text-align: left;
}
.vlog-text{
    text-align: center;
}
.vlog-text .post-meta{
    margin: 10px 10px 0;
}
.forhome .vlog-text .post-meta{
    margin: 0;
}
.forhome .vlog-text .post-meta p{
    font-style: italic;
}
.vlog-text h2{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.forhome .vlog-text h2{
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.vlog-text p{
    margin-bottom: 0;
    font-size: 16px;
}
.post-bottom{
    text-align: left;
}
.home .post-bottom{
    display: none;
}
/*Slider*/
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    float: left;
    height: 100%;
    display: none;
    min-height: 1px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.blogsl .slick-slide {
    padding: 0 10px;
}
.initSlide_banner.banner .beans-stepslider .beans-slideset button.slick-arrow.slick-prev{
    left: 20px;
}
.initSlide_banner.banner .beans-stepslider .beans-slideset button.slick-arrow.slick-next{
    right: 20px
}
.slick-slide img{
    width: 100%;
}
.slick-list {
    margin: 0 -10px;
}
.beans-stepslider .beans-slideset button.slick-arrow {
    top: calc( 55% - 40px);
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 25px;
    z-index: 9;
    color: transparent;
    opacity: 0;
}
.beans-stepslider .beans-slideset:hover button.slick-arrow {
    opacity: 1;
}
.beans-stepslider .beans-slideset button.slick-arrow.slick-prev {
    left: 10px;
}
.beans-stepslider .beans-slideset button.slick-arrow.slick-next {
    right: 10px;
}
.beans-stepslider .beans-slideset button.slick-arrow i{
    color: #fff;
}
.return-to-shop{
    margin-top: 15px;
    text-align: center;
}
.return-to-shop a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: 3px;
    margin-top: 2px;
    color: #fff !important;
    display: inline-block;
}
.mini-cart li {
    display: inline-block;
    list-style: none;
    margin-left: 15px;
}
.mini-cart .cart_list {
    padding:0;
    text-align: center;
}
.mini-cart li.empty{
    margin:20px 0 0 0;
}
.header-v10 .header-top {
    padding:  10px 0;
}
.nav-social {
    padding: 0;
    margin: 5px;
    display: inline-block;
    text-align: right;
}
.nav-social li {
    display: inline-block;
    margin-right: 10px;
}
.nav-social li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 100%;
    display: block;
    text-align: center;
    border: 1px solid;
}
.nav-social i{
    line-height: 28px;
}
.nav-social li a:hover i{
    color: #fff;
}
.header-v10 {
    background-color: rgba(0,0,0,0.3);
}
.home .header-v10{
    display: block;
    width: 100%;
    z-index: 999;
    top: 0;
}
.header_fixed.fixed-position {
    position: fixed !important;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    z-index: 5;
    top: 0;
    background-color: rgba(50, 50, 50, 0.95);
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
    width: 100%;
}
.header-top:after{
    content:'';
    display: block;
    clear: none;
}
.header-top .form-search,
.header-top .nav-social,
.header-top .logo{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
    z-index: 99;

}
.hotline li{
    list-style: none;
}
.header-v10 .header_wrap .cl-table .logo-home, 
.header-v10 .header_wrap .cl-table .logo, 
.header-v10 .header_wrap .cl-table .right {
    display: table-cell !important;
}
.header-v10 .header_wrap .cl-table .logo, 
.header-v10 .header_wrap .cl-table .right {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
    z-index: 99;
}
.header-center .menu-right {
    text-align: right;
}
.header-center .menu-left {
    text-align: left;
}
.header-v10 .header-center {
    text-align: center;
    position: relative;
    z-index: 99;
}
.cl-table {
    display: table;
    width: 100%;
    vertical-align: middle;
    align-items: center;
}
.header-v10 .header-bottom {
    padding: 0;
    background: #fff;
}
.logo-home p{
    font-size: 30px;
    display: block;
    line-height: 1;
    margin: 15px 0;
}
.logo-home img{
    width: 85px;
    margin: 10px 0;
}
.testimonial-slide{
    padding: 0 50px;
}
.testimonial-slide .slick-slide img{
    width: 150px;
    border-radius: 100%;
}
.testimonial-slide .test-content{
    text-align: center;
}
.testimonial-slide .test-content .img-ag{
    margin-top: 20px;
}
.testimonial-slide .test-content .des-ag h4{
    margin-bottom: 0;
}
.testimonial-slide .name-guest{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.testimonial-slide .des-guest{
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 2px;
}
.testimonial-slide .des-guest:before{
    content: '\f10d';
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    top: 2px;
    left: 11px;
    font-size: 30px;
    color: #fff;
}
.testimonial-slide .des-guest:after{
    content: '\f10e';
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    bottom: 0;
    right: 11px;
    font-size: 30px;
    color: #fff;
}
/*Menu*/
.main-nav {
    display: block;
    text-align: right;
}
.main-nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
    padding: 0 5px;
    position: relative;
}
.main-nav li a {
    font-size: 18px;
    padding: 5px 20px 5px 0;
    display: inline-block;
    position: relative;
    z-index: 999;
    font-weight: 400;
}
.main-nav ul.sub-menu .sub-menu{
    left: 100%;
    top: 0;
}
.main-nav  ul.sub-menu,
.main-navigation ul.children {
    position: absolute;
    right: 100%;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.9);
    text-align: right;
    min-width: 300px;
    opacity: 0;
    top: 0;
    border-radius: 0;
    transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    visibility: hidden;
    display: block;
    border: 1px solid #eee;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.2s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.2s ease 0s;
    transition: opacity 0.2s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.1s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.1s ease 0s, -webkit-transform 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.1s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.1s ease 0s;
    -ms-transition: -ms-transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.1s ease 0s;
    -o-transition: -o-transform 0.2s ease 0s, opacity 0.2s ease 0s, visibility 0.1s ease 0s;
}
.header-v10 .main-nav ul.sub-menu li{
    margin: 0 15px;
    background: none
}
.header-v10 .main-nav ul.sub-menu li a {
    padding: 8px 0;
    background: none;
    color: #000;
    font-size: 16px;
}
.hotline{
    padding-left: 0;
}
@media (min-width: 992px){
    .main-navigation li.menu-item-has-children:hover>ul.sub-menu, 
    .main-navigation li.page_item_has_children:hover>ul.sub-menu, 
    .main-navigation li.menu-item-has-children:hover>ul.children, 
    .main-navigation li.page_item_has_children:hover>ul.children {
        z-index: 100;
        opacity: 1;
        visibility: visible;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}
.header-v10 .main-nav ul.sub-menu li {
    position: relative;
    line-height: 1.6;
}
.main-navigation ul.sub-menu li, 
.main-navigation ul.children li {
    margin: 10px 0 10px 0 !important;
    display: block !important;
}
.header-v10 .sub-menu>li:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eee;
}
/*Slider*/
.initSlide_banner{
    position: relative;
}
.slick-dots {
    text-align: center;
    z-index: 2;
    margin: 0 0;
    display: block;
    clear: both;
    padding:0;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 100%;
    padding: 2px;
    line-height: 0.5;
}
.slick-dots li button{
    color: transparent;
    border-radius: 100%;
    width: 12px;
    height: 12px;
}
.slick-dots li button {
    border:none;
    margin: 0;
    padding: 0;
}
.white p{
    color:  #fff;
}
/*Tittle*/
.modus-headingtitle.head-3 .shortcode-title h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
    color: #fff;
}
.modus-headingtitle.head-3 .shortcode-title h2:after{
    content: '';
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*.modus-headingtitle.align-left .shortcode-title h2 {
    background: url(../images/bg-ngang.png) no-repeat left bottom;
}
.modus-headingtitle.align-center .shortcode-title h2 {
    background: url(../images/bg-ngang.png) no-repeat center bottom;
}
.white .modus-headingtitle.head-3 .shortcode-title h2{
    color: #fff;
    background: url(../images/bg-ngang-trang.png) no-repeat center bottom;
}*/
.modus-headingtitle .shortcode-title h3 .md-sub-title {
    font-size: 20px;
    color: #555;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
}
.modus-headingtitle.align-left{
    text-align: left;
    background: none;
    padding-bottom: 0;
    padding-bottom: 0;
}
.modus-headingtitle.align-center{
    text-align: center;
}
.bg-white{
    padding: 15px 15px;
}
.elementor-widget-icon-box.elementor-view-default .elementor-icon{
    width: 100px;
    height: 100px;
    line-height: 75px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 30px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.55s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.elementor-widget-icon-box .elementor-icon-box-title span{
    text-transform: uppercase;
    font-weight: 600
}
.elementor-widget-icon-box.elementor-view-default .elementor-icon-box-wrapper:hover .elementor-icon i{
    color: #fff;
}
.elementor-widget-icon-box.elementor-view-default .elementor-icon i{
    font-size: 30px;
    line-height: 38px;
    width: auto;
    height: auto;
    color:  #fff;
}
.woocommerce-page .woocommerce,
.woocommerce-shop .woocommerce{
    padding: 15px 5px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.pro{
    margin: 0;
}
a.xcp-btn{
    border:none;
}
.buttons-block .added_to_cart.wc-forward,
.xoo-cp-added, .xoo-cp-adding{
    display: none;
}
.related li{
    list-style: none
}
.related .initSlide_product{
    position: relative;
    overflow: inherit;
}
/*Icon custom*/
.modus-icon .icon,
.modus-icon .box-content{
    height: 100%;
    z-index: 99;
}
.modus-icon .icon{
    margin-bottom: 20px;
}
.modus-icon .box-content p{
    margin-bottom: 0;
}
.modus-icon{
    position: relative;
    margin-bottom: 25px;
}
.box-icon.left{
    text-align: left;
    padding-right: 30px;
}
.box-icon.left .box-content{
    text-align: left;
}
.box-icon.right .box-content{
    text-align: right;
}
.white h4{
    color:  #fff;
}
.modus-icon h4{
    margin-bottom: 20px;
    font-size: 28px;
    color:  #fff;
}
.modus-custom-box .box{
    position: relative;
    overflow: hidden;
}

.modus-custom-box .box img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.modus-custom-box .box:hover img{
        transform: scale(1.1);
}
.box .advancebox{
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    margin: 40px;
    left: 0;
    right: 0;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.box .advancebox .info{
    margin:  auto;
}
.box .advancebox .info h3{
    text-transform: uppercase;
    margin-bottom: 0;
    color:  #fff;
}
.small .box .advancebox .info h3{
    font-size: 14px;
}
.small .box .advancebox .info a{
    padding:  3px 8px;
}
.box .advancebox .info a{
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    color:  #fff;
}
/*Box*/
.modus-advance .modus-advancebox {
    margin: auto;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.modus-advance .modus-advancebox{
    position: relative;
}
.modus-advance .box-content{
    position: absolute;
    z-index: 1;
    top: 13%;
    bottom: 13%;
    width: 44%;
    background-color: #c5a47e;
    padding: 4.8em 3.1em 4.8em;
    color: #fff;
}
.modus-advance .modus-advancebox.text-left .box-content{
    left: 0;
    text-align: left;
}
.modus-advance .modus-advancebox.text-right .box-content{
    right: 0;
    text-align: right;
}
.modus-advance .box-content h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    color: #fff;
}
.modus-advance .modus-advancebox img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 800px;
}
.modus-advance .modus-advancebox.text-left .advancebox{
    text-align: right;
}
.modus-advance .modus-advancebox.text-right .advancebox{
    text-align: left;
}
/*.modus-advance .modus-advancebox:hover img {
    transform: scale(1.1);
}*/
.over-no img {
    margin-top: -35px;
    transform: rotate(8deg);
    border: 10px solid #fff;
}
.image-medium img {
    max-height: 60px;
    width: auto;
}
.client .beans-stepslider .beans-slideset button.slick-arrow{
    display: none !important;
}
/*Product Item*/
.related-project{
    margin-top: 30px;
    display: block;
}
.related-project .items-product h3{
    font-size: 16px;
    left: 25px;
    top: 15px;
}
.modus-portfolio{
    position: relative;
}
.items-product{
    text-align: center;
    position: relative;
    overflow: hidden;
    padding:  0 10px;
}
.project-single .items-product{
    padding: 0;
}
.project-single .items-product h3{
    left: 30px;
}
.project-single .items-product .project-category{
    left: 30px;
}
.items-product h3{
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 26px;
    text-transform: uppercase;
    color:  #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.project-category {
    position: absolute;
    left: 40px;
    bottom: 0;
    margin: 0 0;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.items-product:hover .project-category {
    opacity: 0;
    letter-spacing: 2em;
}
.items-product:hover h3{
    opacity: 0;
}
.items-product figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.4;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.items-product:hover figure:after{
    opacity: 0;
}
.project-single .items-product{
    margin-bottom: 20px;
}
.items-product figure {
    border-radius: 0;
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.items-product figure img {
    transition: all 0.8s ease-in 0s;
    width: 100%;
    margin: 0 auto 0;
}
.items-product:hover figure img{
    transform: scale(1.1);
}
.items-product a.title{
    margin-top: 10px;
    display: block;
    padding: 0 10px;
    color: #fff;
}
.related .items-product a.title{
    margin-bottom: 5px;
}
.woocommerce ul.products li.product .button{
    margin-top: 0;
}
.related.products{
    padding: 0 30px;
    margin-top: 40px;
}
.price-product .price{
    margin-top: 10px;
}
.product-slide .price-product span{
    color: #fff;
}
.price-product span{
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.btn-cart a,
.woocommerce .btn-cart a.button{
    color: #fff !important;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    border-radius: 55px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    line-height: 1;
}
/*.woocommerce .btn-cart a.button:before,
.btn-cart a:before{
    content: "\f07a";
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
}*/
.initSlide_banner .items-product a{
    display: inline-block;
    margin-top: 25px;
    font-size: 22px;
}
.items-product .btn-cart,
.woocommerce .btn-cart{
    margin-top: 8px;
}
.item-grid{
    margin-bottom: 20px;
}
.item-grid .product{
    background: #f5f5f5;
    padding-bottom: 15px;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}
.item-grid .product-thumbnails{
    overflow: hidden;
    text-align: center;
    position: relative;
}
.item-grid .product img{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.item-grid:hover .product img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-thumbnails .sale {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    background: red;
}
.ct-product-right {
    padding-top: 16px;
}
/*Portfolio*/
.grid-item {
    float: left;
    padding: 10px;
}
.g-img{
    overflow: hidden;
}
.grid-item  img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
}
.grid-item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.grid-item, .grid-sizer {
    width: 33.3333%;
}
.grid-item--width2 {
    width: 40% !important;
}
.grid-item .img-box {
    margin: 5px;
    position: relative;
    overflow: hidden;
}
.grid-item-c .box-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 8;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.grid-item-c:hover .box-holder {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}
.grid-item-c .box-holder-content {
    width: 100%;
    text-align: center;
}
.md-linkto i {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: inline-block;
    line-height: 37px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.lightbox-content {
    height: 0;
    width: 0;
    position: relative;
    overflow: hidden;
}
.fancybox-inner .lightbox-content {
    height: auto;
    width: 700px;
    margin: auto;
}
.fancybox-close-small {
    height: 25px;
    width: 25px;
    padding: 0;
}
.g-item-content iframe{
    width: 100%;
}
/*Blog*/
.blog-type3 img{
    width: 100%;
}
.blog-type3 header{
    margin: 0;
    text-align: left;
    line-height: 1.6
}
.blog .post-meta p{
    margin-bottom: 5px;
}
.blog .postTitle h2{
    font-size: 18px;
    padding: 0;
    font-weight: 600;
    color: #000;
}
.blog .postContent{
    text-align: justify;
}
.blog .img-box{
    overflow: hidden;
}
.blog .img-box img {
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
}
.blog .img-box:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog.item-blog{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 0;
    background: #fff;
}
.blog.item-blog:hover{
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0);
    box-shadow: 0 0 16px rgb(0 0 0 / 0%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header-default .elementor-container{
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.button-cs{
    color: #fff !important;
    padding: 12px 15px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    line-height: 1;
}
.button-cs i{
    margin-right: 8px;
}
/*Page*/
.single .page-blog,
.blog .page-blog{
    margin-top: 20px;
}
.blog-type3 .entry-title a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.modus_categories a{
    font-style: italic;
}
.blog article, .blog article.post {
    margin-bottom: 15px;
}
.post-bottom .read-more {
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 600;
    padding: 4px 15px;
    color: #fff;
    border-radius: 20px;
    margin-top: 15px;
}
.blog article{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #323232
}
.post-bottom .read-more  i{
    margin-right: 5px;
}
/*Page*/
.home .elementor-section.elementor-section-boxed > .elementor-container{
    background: none;
}
.home .bg-content{
    background: none;
}
.white .modus-headingtitle.head-3 .shortcode-title h2{
    color: #fff;
}
.gallery-slide .slick-slider{
    background: #fff;
    box-shadow: 0px 4.36636px 32.7477px rgba(20,163,177,.41);
    border-radius: 20px;
    padding: 15px 25px;
    margin-bottom: 30px;
}
.slider-nav-thumbnails{
    margin-top: 15px;
}
.slider-nav-thumbnails .slick-slide{
    margin: 0 5px;
}
.slider-nav-thumbnails .slick-slide img{
    border-radius: 20px;
}
.slider-nav-thumbnails .slick-current img{
    border: 3px solid;
    border-radius: 20px;
}
.slider {
    position: relative;
}
.slider .slick-arrow{
    border: 1px solid #fff;
    position: absolute;
    z-index: 11111;
    width: 40px;
    overflow: hidden;
    height: 40px;
    border-radius: 40px;
}
.slider .slick-prev{
    left: -15px;
    top: 45%;
}
.slider .slick-next{
    right: -15px;
    top: 45%;
}
/*.bg-content {
    background: url(../images/bg_page.jpg) top 0 center;
}
.bg-content {
    background: url(../images/bg_page.jpg) fixed top 0 center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -ms-background-size: 100% auto !important;
    -os-background-size: 100% auto !important;
}*/
.home header{
    margin-bottom: 0;
    position: absolute;
    z-index: 111;
    width: 100%;
}
.page header{
    margin-bottom: 0;
}
.breadcrumb-main{
    text-align: center;
}
.breadcrumb-main h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
}
.home .breadcrumb-main{
    display: none;
}
.breadcrumb-main {
    padding: 100px 0;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.page-title h1 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    position: relative;
    transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
.breadcrumbs li a{
    margin-right: 5px;
    color: #fff;
}
.compensate-for-scrollbar{
    margin:0 !important;
}
/*Shop*/
.woocommerce .products.list, 
.woocommerce .products.grid {
    position: relative;
    overflow: hidden;
}
.woocommerce .products .layout-grid.active, 
.woocommerce .products .layout-list.active, 
.woocommerce .products .layout-metro.active {
    opacity: 1;
    z-index: 9;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.woocommerce .products .layout-grid, 
.woocommerce .products .layout-list, 
.woocommerce .products .layout-metro {
    opacity: 0;
    z-index: -1;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.show-all .list-view-as {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}
.show-all .list-view-as li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}
.show-all .list-view-as li a {
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 3px;
    width:35px;
    display: block;
    text-align: center;
}
.show-all .list-view-as li a:hover,
.show-all .list-view-as li a.active{
    color: #fff;
}
.show-all .lt-show {
    display: inline-block;
    border-radius: 5px;
    padding: 0;
}
.show-all .lt-show p {
    display: inline-block;
    padding-left: 2px;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin-bottom: 0;
    color: #222;
}
.show-all .lt-show .custom_select {
    width: 65px;
    min-width: 65px;
    margin-right: 0;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.show-all .lt-show .custom_select .select_title {
    position: relative;
    font-size: 14px;
    margin-top: -3px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 3px;
}
.show-all .lt-show .custom_select .select_list {
    width: 68px;
    position: absolute;
    top: 32px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    z-index: -1;
    padding-left: 0;
    margin: 0;
    -webkit-box-shadow: 0 1px 1px rgb(193 193 193 / 15%);
    -o-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
    -ms-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
    box-shadow: 0 1px 1px rgb(193 193 193 / 15%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    background: #f5f5f5;
    border-top: 1px solid #fff;
}
.show-all .lt-show .custom_select .select_list.active {
    opacity: 1;
    z-index: 999;
    visibility: inherit;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    width: 68px;
}
.show-all .lt-show .custom_select .select_list li {
    list-style: none;
    border-bottom: 1px solid #fff;
}
.show-all .lt-show .custom_select .select_list li a {
    color: #666;
    padding: 3px 5px;
    display: block;
}
.show-all{
    margin-bottom: 15PX;
}
.woocommerce .products.grid ul.products-type {
    margin-bottom: 30px;
}
.woocommerce .products.grid ul {
    clear: none;
    margin: 0;
}
.woocommerce .products.grid ul div.product {
    padding: 0;
    width: 100% !important;
    margin: 0;
    float: none !important;
}
.woocommerce .products.list .products-type > li {
    padding: 15px 0 15px;
    border-bottom: 1px solid #ededed;
}
.woocommerce .products.list .products-type > li:first-child{
    padding-top: 0;
}
.soft-category {
    display: inline-block;
    position: relative;
    padding: 0;
    border-radius: 3px;
    margin-right: 0;
    margin-left: 30px;
}
.soft-category .select-default {
    margin: 0;
    display: inline;
    padding-left: 0;
}
.woocommerce .woocommerce-ordering {
    margin: 0 7px 1em;
}
.woocommerce .woocommerce-ordering select {
    max-height: 34px;
    position: relative;
    font-size: 14px;
    margin-top: -3px;
    border: 1px solid #ccc;
    padding: 0 20px;
    border-radius: 3px;
    background: 0 0;
    line-height: 33px !important;
}
.soft-category .select-cateogry {
    position: absolute;
    top: 35px;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    z-index: -1;
    padding-left: 0;
    margin: 0;
    -webkit-box-shadow: 0 1px 1px rgb(193 193 193 / 15%);
    -moz-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
    -o-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
    -ms-box-shadow: 0 1px 1px rgba(193, 193, 193, 0.15);
    box-shadow: 0 1px 1px rgb(193 193 193 / 15%);
    transition: all .5s;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    background: #f5f5f5;
    border-top: 1px solid #fff;
}
.soft-category .select-cateogry.active {
    opacity: 1;
    z-index: 10;
    visibility: inherit;
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}
.soft-category a.all {
    padding-right: 10px;
    padding-left: 9px;
    text-align: left;
    display: inline-block;
}
.soft-category .all {
    position: relative;
    font-size: 14px;
    margin-top: -3px;
    border: 1px solid #ccc;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 140px;
}
.soft-category .select-cateogry li {
    list-style: none;
    border-bottom: 1px solid #fff;
}
.soft-category .select-cateogry li a {
    color: #555;
    padding: 3px 5px 3px 9px;
    display: block;
    text-align: left;
    line-height: 28px;
}
.woocommerce ul.products.columns-4 li.product, 
.woocommerce-page ul.products.columns-4 li.product{
    width: 25%;
    margin-bottom: 15px;
}
.woocommerce-ordering,
.woocommerce-result-count{
    display: none;
}
.text-right{
    text-align: right;
}
.sidebar .wp-block-media-text{
    text-align: center;
    background: #f5f8f2;
    padding: 30px 10px;
}
.sidebar .wp-block-media-text img{
    border-radius: 100%;
    width: 90px;
    height: 90px;
}
.sidebar .wp-block-media-text__content span{
    display: block;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    font-style: italic;
}
.sidebar .wp-block-media-text__content p{
    margin:0;
}
.sidebar ul li {
    border-bottom: 1px solid #323232;
    display: block;
    list-style: none;
    position: relative;
    padding-left: 12px;
}
.sidebar .tagcloud a:before,
.sidebar ul li:before{
    position: absolute;
    left: 0;
    top: 7px;
    content:'+';
    border-radius: 100%;
}
.sidebar ul li a{
    color: #fff;
    padding: 7px 0 9px;
    font-weight: 400;
    display: inline-block;
}
.sidebar aside{
    margin-bottom: 0;
}
.sidebar .modus_widget_recent_posts{
    margin-top: 15px;
}
.sidebar .wp-block-media-text,
.sidebar .widget_categories{
    margin-bottom: 15px;
}
.sidebar form label.wc-block-product-search__label,
.sidebar .widget_block h2{
    padding: 0 0 0;
    margin: 0 0;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2em;
    background-repeat: no-repeat;
    background-position: 0 50%;
    position: relative;
    display: block;
}
.sidebar .widget_block h2:before{
    content:none;
}
.sidebar form label.wc-block-product-search__label{
    margin-bottom: 15px;
}
.sidebar form label.wc-block-product-search__label:after{
    bottom: 6px;
    left: 10px;
    position: relative;
    border-bottom: 1px solid #88b44e;
    border-color: #88b44e;
    border-color: var(--main);
    width: 30px;
    content: "";
    display: inline-block;
}
.sidebar form button{
    color: #fff;
    border:none;
}
.sidebar form input{
    border: 1px solid #f2f2f2
}
.sidebar .widget-title{
    color: #fff;
    border-radius: 10px 10px 0 0px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.sidebar .tagcloud a{
    padding: 6px 8px 6px 12px;
    border-radius: 20px;
    color: #555;
    font-size: 15px !important;
    position: relative;
}
.widget_product_tag_cloud .widget-title-category{
    display: none;
}
.widget_product_tag_cloud a{
    display: block;
    border-bottom: 1px solid #f1f1f1;
}
/*Single Product*/
.single-title h1{
    color: #555;
    font-weight: 600
}
.woocommerce div.product div.images{
    width: 100% !important;
    float: none;
    margin-bottom: 10px;
}
.product_meta{
    margin-bottom: 10px
}
.product_meta .posted_in{
    display: block;
    margin-bottom: 5px;
}
.product_meta span.sku_wrapper{
    font-size: 16px;
}
.woocommerce-product-details__short-description{
    border-top: 1px solid #f2f2f2;
    margin-top: 15px;
    padding-top: 6px;
    margin-bottom: 10px;
}
.woocommerce-product-details__short-description p{
    margin-bottom: 10px;
}
.woocommerce-page.single .quantity .qty, .woocommerce.single .quantity .qty {
    width: 60px !important;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 2px;
    font-size: 16px;
    color: #555;
    font-weight: 500;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
}
.woocommerce-page.single .quantity button, .woocommerce.single .quantity button {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #fafafa;
    display: inline-block;
    padding: 0;
    float: left;
}
.woocommerce-page.single .quantity button:hover i, 
.woocommerce.single .quantity button:hover i{
    color: #fff;
}
.woocommerce .quantity .qty, .woocommerce-page .quantity i {
    color: #555;
}
.woocommerce .buttons-block .button.single_add_to_cart_button {
    font-weight: 500;
    color: #fff !important;
    opacity: 1;
    position: relative;
    padding: 0 15px 0 15px !important;
    margin-left: 15px;
    height: 40px;
}
.list-bottom{
    margin-top: 15px;
}
.woocommerce .btn-addtocart a{
    padding: 10px 13px;
    color: #fff !important;
}
.woocommerce .btn-addtocart a:before,
.woocommerce .buttons-block .button.single_add_to_cart_button:before {
    margin-right: 6px;
    content: "\f217";
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    content:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border:none;
    background: none;
    padding:0;
    margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-size: 16px;
    border-right: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 10px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a{
    border:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #fff;
}
.woocommerce-variation-add-to-cart{
    display: block;
    margin-top: 10px;
}
.price-suffix{
    float: left;
    font-weight: 700;
    margin-right: 5px;
    width: 85px;
    font-size: 16px;
}
.woocommerce div.product form.cart .variations label{
    width: 90px;
    margin-right: 5px;
}
.woocommerce div.product form.cart .variations td.label{
    width: 90px;
}
.woocommerce div.product form.cart .variations select{
    width:80px;
    min-width: 0;
    height: 30px;
    border: 1px solid #ccc;
    padding:3px;
}
.woocommerce div.product form.cart .variations select:focus-visible{
    outline: none
}
.initSlide_product .item-grid{
    padding: 0 10px;
}
/*Page cart*/
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button{
    float: none;
    margin-right: 5px;
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout{
    float: right;
    width: 180px;
}
.elementor-widget-woocommerce-cart .e-cart-section{
    padding: 0;
    border: none;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions, 
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name, 
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price, 
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity, 
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove, 
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal, 
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail,
.elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr:first-child td{
    border-top: none;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart  td, 
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart  th, 
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart  tr{
    border: 1px solid #f2f2f2;
    padding: 10px;
    text-align: left;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart  th{
    color: #fff
}
.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody th, 
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody th{
    display: block;
    padding: 0;
}
.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td:before, 
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td:before{
    content: '';
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td{
    padding:0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    margin-bottom: 10px;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .checkout-button{
    width: 100%;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table  tr th,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table  tr td{
    border: 1px solid #f2f2f2;
    padding: 10px;
    text-align: left;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th{
    padding-top: 10px;
    color: #fff
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1{
    padding:0;
    border:none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment{
    padding: 15px;
}
.woocommerce-checkout-review-order{
    margin-bottom: 20px;
}
.cart_totals .woocommerce-Price-amount{
    color: red;
}
.elementor-widget-woocommerce-cart,
.checkout.woocommerce-checkout{
    padding: 5px;
}
.woocommerce table.shop_table th {
    padding: 10px 20px;
    text-transform: inherit;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    border-left: none;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}
.woocommerce .quantity .qty, .woocommerce-page .quantity .qty {
    width: 50px !important;
    height: 40px !important;
    border: 1px solid #eee;
    background: #fff;
    line-height: 40px;
    display: inline-block;
    max-height: 40px !important;
    text-align: center !important;
}
.woocommerce .quantity .qty, .woocommerce-page .quantity .qty input {
    font-size: 14px;
    color: #555;
    margin: 0 3px;
}
.woocommerce .quantity button, .woocommerce-page .quantity button {
    width: 30px;
    height: 40px;
    border: 1px solid #eee;
    background: #fafafa;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #555;
}
.woocommerce .quantity button:hover i, 
.woocommerce-page .quantity button:hover i{
    color: #fff;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 1px solid #ccc;
    padding: 10px;
    background: none;
    border-radius: 0;
    height: 40px;
    color: #999;
}
.woocommerce button.button.alt,
.woocommerce .cart .button, 
.woocommerce .cart input.button, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    border: none;
    padding: 0 17px;
    height: 40px !important;
    color: #fff;
    margin:0;
}
.woocommerce button.button.alt:hover,
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
    color: #fff
}
.coupon input[type=text] {
    max-width: 320px;
    width: 320px !important;
    display: inline-block;
    margin-right: 10px !important;
}
.display-inline{
    display: inline-block;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width:100%;
}
.woocommerce a.remove{
    font-size: 14px;
    color: #555 !important;
    display: inline-block
}
.woocommerce a.remove:hover{
    background: none;
    color: red !important;
}
.woocommerce table.shop_table .product-remove,
.woocommerce table.shop_table th.product-remove{
    text-align: center;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img{
    width: 80px;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout{
    padding:0;
}
.client .initSlide_banner .slick-slide{
    padding: 0 15px;
}
/*Page checkout*/
ol, ul {
    padding-left: 2rem;
}
.woocommerce form .form-row input.input-text {
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 10px !important;
    padding-right: 10px !important;
    line-height: 40px !important;
    outline: 0;
    border-radius: 3px;
}
.select2-container--default .select2-selection--single {
    height: 40px;
    padding-top: 5px;
    border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
}
.woocommerce form .form-row textarea {
    height: 130px;
    resize: none;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}
.woocommerce-shipping-fields{
    margin-top: 0;
}
.woocommerce-shipping-fields h2{
    margin-bottom: 0;
}
.woocommerce .woocommerce-form-coupon button{
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    border: none;
    padding: 0 17px;
    height: 40px !important;
    color: #fff;
}
.woocommerce .woocommerce-form-coupon button:hover{
    color: #fff;
}
.woocommerce form .form-row.notes label{
    display: none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.sidebar ul{
    padding-left: 0;
}
/*Footer*/
.footer-logo img{
    max-width: 230px;
}
.footercopyright p{
    margin-bottom: 0;
    margin-top: 10px;
}
.footer-logo span{
    display: block;
    clear: both;
}
.site-footer{
    position: relative;
    margin-top: 40px;
}
.site-footer a{
    color: #fff;
    position: relative;
}
.footer-above{
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
}
.book-left{
    padding-top: 20px;
    text-align: center;
    border-radius: 20px 0 0 20px;
    color:#fff;
}
.book-left p{
    text-transform: uppercase;
    margin: 15px 0 0;
    font-weight: 600;
    font-size: 20px;
}
.time-work{
    border-radius: 5px;
    border: 1px solid #fff;
    margin: 20px 50px 30px;
    display: inline-block;
    padding: 10px 50px;

}
.book-right{
    background: url(../images/background-book-calendar.png) no-repeat ;
    background-size: cover;
    text-align: center;
    border-radius: 0 20px 20px 0;
}
.book-right h2{
    margin-top: 60px;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}
.book-right p{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.book-right .contact-link:hover{
    color: #fff;
}
.book-right .contact-link{
    border: 1px solid #fff;
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 5px;
}
.widget_media_image{
    text-align: center;
    margin-bottom: 15px;
}
.widget_block h1{
    font-size: 16px;
}
.footer{
    color:  #fff;
    background: #2d2d2d;
}
.footer .footer-top {
    padding-top: 50px;
    padding-bottom: 35px;
}
.site-footer .bottom-footer {
    border-top: 1px solid #464646;
    padding: 25px 0;
}
.footercopyright {
    color: #fff;
}
.modus_widget_contact ul li {
    position: relative;
    padding: 0 0 0 22px !important;
    line-height: 1.5;
    margin-bottom: 6px;
    list-style: none
}
.modus_widget_contact ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
}
.modus_widget_contact{
    margin-top: 0;
}
footer .widget_block h2,
.site-footer .widget-title {
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
footer .widget_block p{
    margin-bottom: 10px;
}
.sidebar .widget_block h2{
    color: #333;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}
.widget_block h2:before,
.site-footer .widget-title:before {
    content: '';
    height: 2px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}
.site-footer .widget_nav_menu ul li {
    padding-left: 0;
    padding-bottom: 10px;
    list-style: none;
}
.modus_widget_social {
    margin-bottom: 20px;
}
.modus_widget_social .social {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 3px;
    margin-right: 10px;
}
.modus_widget_social img, .modus_widget_social i {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color:  #fff;
}
.widget_tag_cloud a {
    padding: 5px 10px;
    margin-right: 2px;
    background: #f4f4f4;
    border-radius: 5px;
    color: #666;
    font-size: 16px !important;
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/*Counter*/
.modus-counter{
    background: #323232;
    padding: 30px 0 30px 30px;
    border-radius: 16px;
    text-align: center;
    color:  #fff;
}
.modus-counter .stats-number{
    font-size: 32px;
    margin:  10px 0;
}
.modus-counter .text{
    font-size: 18px;
}
/*Team*/
.modus-team .items-team{
    overflow: hidden;
    margin-bottom: 30px;
}
.items-team figure{
    position: relative;
    overflow: hidden;
}
.items-team img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    border-radius: 10px;
}
.items-team:hover img {
    transform: scale(1.1);
}
.items-team .team-name{
    margin-top: 15px;
    text-align: center;
}
.items-team .team-name h2{
    color:  #fff;
}
.modal-content .close{
    border-radius: 50%;
    border: none;
    width: 30px;
    height: 30px;
}
.modal-body .contact-form input[type="submit"]{
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
.modal-body .contact-form input[type="submit"]:hover{
    color: #fff;
}
.modal-body .contact-form h2{
    color: #fff;
}
.team-social{
    margin-top: 20px;
}
.team-social ul{
    padding: 0;
    text-align: center;
}
.team-social ul li{
    list-style: none;
    display: inline-block;
    margin:  0 5px;
}
.team-social ul li a{
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-social ul li a:hover{
    color: #fff;
}
/*Contact Form*/
.contact-form input[type="email"], 
.contact-form input[type="tel"], 
.contact-form input[type="text"] {
    width: 100%;
    border: 1px solid #323232;
    margin-bottom: 0;
    padding: 8px 15px;
    background: #323232;
    border-radius: 10px;
    color: #fff;
}
.contact-form textarea {
    width: 100%;
    border: 1px solid #323232;
    padding: 11px 15px;
    height: 145px;
    margin-bottom: 0;
    border-radius: 10px;
    background: #323232;
    color: #fff;
}
.contact-form textarea:focus-visible{
    outline: none;
}
.contact-form input[type="submit"] {
    border: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 16px;
    margin-top: 2px;
    color: #fff;
    border-radius: 27px;
    float: right;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-not-valid-tip{
    position: absolute;
    right: 10px;
    top: 10px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
    float: none;
}
.widget_block iframe{
    width:  100%;
}
#carousel {
    position: relative;
    background: none;
}
#carousel .slides {
    padding: 0;
}
#carousel .slides li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    list-style: none;
}
#carousel .slides li img {
    border: 1px solid #ccc;
    width: auto;
}
.single h1.entry-title{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}
.single .modus_categories{
    text-align: center;
    margin-bottom: 15px;
}
.single .post-meta{
    text-align: center;
}
.single-title h1{
    font-size: 26px;
    display: inline-block;
    padding-right: 45px;
    margin: 5px 0 5px 0;
    padding: 0;
}
.single-product .modus-block-left-1{
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    margin-bottom: 15px;
}
.suport-cart{
  margin:0;
  padding:0;
}
.suport-cart li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.suport-cart button{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2
}
.suport-cart li:first-child button{
  background: #01a89e;
}
.suport-cart li button{
  background: #3673cc;
  color:#fff;
  border:none;
  border-radius: 5px;
  padding:10px;
}
.suport-cart button span{
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400
}
.related:after{
    content:'';
    display: block;
    clear: both;
}
.related > h2 {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #f5f5f5;
}
.woocommerce-tabs{
    margin-top: 30px;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 10px !important;
    border: 1px solid #f2f2f2;
}
.modus-recent-posts .item-news {
    border-bottom: none;
    margin-bottom: 11px;
}
.modus-recent-posts .item-news {
    display: block;
    clear: both;
    padding-bottom: 15px;
    border-bottom: 1px solid #323232;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.modus-recent-posts .item-news .recent-post-thumbnail {
    float: left;
    margin-right: 13px;
}
.modus-recent-posts .item-news.first .txt {
    margin-top: 3px;
}
.modus-recent-posts .modus-date span{
    font-style: italic;
    font-size: 16px;
}
.item-news a{
    font-weight: 600;
    color: #fff;
}
/*Minicart*/
.header .mini-cart .modus-cart {
    display: inline-block;
    color: #555;
}
.header .mini-cart .modus-cart button {
    border: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    padding: 0 0 0 0;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    color: #fff;
}
.header .mini-cart .modus-cart i {
    font-size: 18px;
}
.header .mini-cart .modus-cart button .modusicon-cart {
    font-size: 35px;
    float: left;
}
.header .mini-cart .modus-cart .cart-num {
    font-size: 13px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
}
.header .mini-cart .modus-cart i{
    background: #fff;
    padding: 12px 8px;
    margin-right: 5px;
}
.modus-cart-lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 500;
    overflow: auto;
    background-color: #fff;
    -webkit-transition: transform 0.25s ease;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    transform: translate3d(340px, 0, 0);
    -webkit-transform: translate3d(340px, 0, 0);
    opacity: 0;
    visibility: hidden;
}
.mini-cart.active .modus-cart-lightbox {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    opacity: 1;
    visibility: visible;
}
.modus-cart-lightbox .widget-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.modus-cart-lightbox .widget-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
}
.modus-cart-lightbox .widget-close {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    color: #2d2a2a;
    cursor: pointer;
    padding-right: 21px;
}
.modus-cart-lightbox .widget-close:before {
    -webkit-transform: rotate(0);
    -sand-transform: rotate(0);
    transform: rotate(0);
}
.modus-cart-lightbox .widget-close:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    -sand-transform: rotate(0);
}
.modus-cart-lightbox .widget-close:after,
.modus-cart-lightbox .widget-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    display: inline-block;
    background-color: #2d2a2a;
    -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.modus-cart-lightbox .widget-close:hover:before {
    -webkit-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modus-cart-lightbox .widget-close:hover:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.mini-cart.active .modus-close-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease;
    transition: opacity 0.25s ease, visibility 0s ease;
}
.modus-close-cart {
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
}
.mini_cart_item {
    float: left;
    width: 100%;
    padding: 10px 0 10px 15px !important;
    border-bottom: 1px solid #ebebeb;
}
.mini-cart .image {
    float: left;
    overflow: hidden;
    margin: 0 10px 0 0;
    height: 70px;
}
.mini_cart_item .image img {
    width: 70px !important;
}
.minicart_pro_des {
    float: left;
    overflow: hidden;
    width: 200px;
    margin: 0 10px 0 0;
    text-align: left;
    line-height: 1.2;
}
.minicart_pro_des span.quantity {
    padding-top: 5px;
    display: block;
    color: #111;
}
.minicart_pro_des span.quantity .amount {
    display: inline-block;
}
.woocommerce a.remove {
    color: #555 !important;
    height: auto;
    width: auto;
    padding: 3px;
}
.modus-cart .widget_shopping_cart_content .total {
    float: left;
    text-align: left;
    width: 100%;
    padding: 20px 15px;
    border-bottom: 1px solid #ebebeb;
    line-height: 1;
}
.modus-cart .buttons {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 5px 15px 20px;
}
.modus-cart .widget_shopping_cart_content .total strong {
    font-size: 16px;
    color: #111;
}
.widget_shopping_cart_content .total .amount {
    float: right;
    font-size: 16px;
}
.modus-cart .buttons a {
    width: 40%;
    float: left;
    text-align: center;
    color: #fff !important;
    padding: 13px 0;
    line-height: 1;
    border-radius: 3px;
}
.modus-cart{
    margin-left: 20px;
}
.mini-cart ul.hotline{
    display: inline-block;
}
.mini-cart i{
    color: red;
}
.modus-cart .buttons a.checkout {
    float: right;
}
.woocommerce .return-to-shop a{
    color: #fff !important;
    padding: 13px 15px;
}
.dropdown-toggle::after{
    color: transparent;
}
.shop_sidebar .product-thumbnails img {
    padding: 5px !important;
}
.widget-list-slide img {
    border: 1px solid #ccc;
}
.shop_sidebar .product-thumbnails {
    padding: 0;
}
.widget-list-slide .product-thumbnails {
    margin-left: 0;
    border: none;
    text-align: left;
}
.widget-list-slide .ct-product-right {
    margin-top: 0;
    padding-top: 0;
}
.widget-list-slide .woocommerce-loop-product__title{
    font-size: 14px;
    font-weight: 500;
}
.widget-list-slide {
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.widget ul{
    padding-left: 0
}
/*Daily*/
.md-portfolio-tt {
    margin-bottom: 15px;
    text-align: center;
}
.md-portfolio-tt li {
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
.md-portfolio-tt li a {
    padding: 8px 15px;
    position: relative;
    text-transform: capitalize;
    background: #fff;
    width: 100%;
    text-align: left;
    display: block;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
.md-portfolio-tt li a:hover,
.md-portfolio-tt li.active a{
    color: #fff;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}
.md-portfolio-tt a p {
    text-transform: capitalize;
    margin-bottom: 6px;
    font-size: 15px;
}
.item-portfolio{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.item-portfolio img{
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item-portfolio:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform:  scale(1.1);
    transform: scale(1.1);
}
.item-portfolio .box-holder-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.item-portfolio h3{
    padding: 10px 15px;
    background: rgba(255,255,255,0.5);
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.modus_portfolio_tab_content  {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.modus_portfolio_tab_content.active  {
    opacity: 1;
    visibility: inherit;
}
.md-port {
    position: relative;
}
.modus-portfolio-tab .modus_portfolio_tab_content {
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tabs-content .product-tab.active, .modus-portfolio-tab .modus_portfolio_tab_content.active {
    opacity: 1;
    position: relative;
    z-index: 9;
}
.md-portfolio-tt h3,
.md-portfolio-tt p{
    position: relative;
    z-index: 2;
}
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover:before, 
.hvr-sweep-to-bottom:focus:before, 
.hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white;
}
.item-box .box-holder {
    background: #ffffff;
    bottom: -180px;
    left: 0;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    padding: 15px;
    transition: all 3555ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 10;
    border-top: 3px solid;
    text-align: left;
    visibility: hidden;
}
.modus_portfolio_tab_content.active .item-box .box-holder {
    bottom: 0;
    opacity: 1;
    visibility: inherit;
}
.woocommerce div.product div.images .flex-control-thumbs{
    display: none;
}
@media ( max-width: 480px ){
    .modus-advance .modus-advancebox .box-content h3{
        font-size: 22px !important
    }
    .item-vlog{
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        width: 100%;
    }
}
@media ( max-width: 767px ){
    .md-portfolio-tt li a{
        padding:  8px;
    }
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        width: 50%;
    }
    .modus-headingtitle.head-3 .shortcode-title h2{
        font-size: 18px;
    }
    .single h1.entry-title {
        font-size: 24px;
        line-height: 25px;
    }
    .modus-headingtitle.head-3 .shortcode-title h2{
        text-align: center;
    }
    .modus-headingtitle.align-left .shortcode-title h2{
            background: url(../images/bg-ngang.png) no-repeat center bottom;
    }
    .item-vlog{
        padding-bottom: 0;
    }
    .call-support{
        display: none;
    }
    .testimonial-slide .des-guest:before{
        font-size: 20px;
    }
    .testimonial-slide .des-guest:after{
        font-size: 20px;
    }
    .testimonial-slide .des-guest{
        text-align: justify; 
    }
    .testimonial-slide{
        padding:  0;
    }
    .col-about-info p{
        text-align: justify !important;
    }
    .box .advancebox .info h3{
        font-size: 15px;
    }
    .box .advancebox{
        margin:  20px;
    }
    .vlog-text{
        position: inherit;
        left: 0;
        right: 0;
    }
    .main-nav ul.sub-menu .fa-angle-down:before {
        content: "\f107";
    }
    .main-nav ul.sub-menu .fa-angle-up:before {
        content: "\f106";
    }
    .main-navigation li.menu-item-has-children .sub-menu {
        display: none;
        visibility: visible;
        opacity: 1;
        position: static;
        transform: none; 
        -moz-transform: none;
        webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: none;
        border-top: 1px solid #F5F5F4;
    }
    .header-v10 .sub-menu>li:last-child:before{
        content:none;
    }
    .header-v10 .main-nav ul.sub-menu li i{
        line-height: 40px;
    }
    .header-v10 .main-nav ul.sub-menu li,
    .header-v10 .main-nav ul.sub-menu li:last-child{
        border-bottom: none;
    }
    .modus-advance .modus-advancebox .box-content h3{
        font-size: 30px
    }
    .mini-cart ul.hotline{
        display: none;
    }
    .header-mobile{
        position: relative;
        padding: 5px 0;
        display: flex;
        vertical-align: middle;
        align-items: center;
        background: #fff
    }
    .logo-mobile img{
        width: 50px;
    }
    header .logo img{
        width: 100px;
    }
    .main-nav.active {
        visibility: visible;
        opacity: 1;
        width: 100%;
    }
    .admin-bar .is-sticky .main-nav.active {
        top: 100%;
        height: auto;
         width: 100%;
    }
    .main-nav ul{
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-nav ul li{
        display: block;
        margin:0 0 10px;
        padding: 0;
        border-bottom: 1px solid #f2f2f2;
    }
    .main-nav ul li a{
        margin-right: 0;
    }
    header .header .main-nav > .close-menu {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #555;
        background: #fff;
        right: 8px;
        top: 7px;
        font-size: 18px;
        z-index: 111
    }
    .main-nav.active div.close-menu {
        opacity: 1;
        visibility: visible;
    }
    .main-nav, .main-navigation{
        display: block;
    }
    .logo-mobile{
        display: table-cell;
    }
    .header-mobile .menu-button{
        text-align: right;
        display: table-cell;
        float: right;
        line-height: 1;
        height: 15px;
    }
    .header-mobile button{
        background: none;
        border:none;
        font-size: 20px;
    }
    .over-no img {
        margin-top: -35px;
        transform: none;
        border: 10px solid #fff;
    }
    .widget ul{
        padding-left: 0;
    }
    .grid-item, .grid-sizer{
        width:100%;
    }
    .grid-item--width2 {
        width: 100% !important;
    }
    .modus-headingtitle.head-3 .shortcode-title h2 {
        margin-bottom: 0;
    }
    .modus-headingtitle .shortcode-title h3 .md-sub-title{
        font-size: 18px;
    }
    .modus-headingtitle{
        margin-bottom: 10px;
    }
    .has-text-align-left{
        text-align: center;
    }
    footer .widget_nav_menu{
        margin-top: 30px;
    }
    .beans-stepslider .beans-slideset button.slick-arrow.slick-prev{
        left: 20px;
    }
    .beans-stepslider .beans-slideset button.slick-arrow.slick-next{
        right: 20px;
    }
    .slick-list{
        margin:0;
    }
    .page-title h1{
        font-size: 18px;
    }
    .footer .footer-top{
        padding-bottom: 15px;
        padding-top: 25px;
    }
    .breadcrumb-main{
        margin-bottom: 20px;
        padding: 60px 0;
    }
    .modus_categories{
        margin-top: 5px;
    }
    .md-port,
    .md-portfolio-tt{
        width: 100%;
    }
    .widget-list-slide .col-4{
        width: 25%;
    }
    .widget-list-slide .col-8{
        width:75%;
    }
    .show-all{
        margin-top: 20px;
    }
    .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button{
        display: inline-block;
        width:auto;
    } 
    .woocommerce-page table.cart td.actions .coupon .button{
        width: 110px !important;
    }
    .coupon input[type=text]{
        width: 200px !important;
    }
    .item-grid.grid-type2 .product h2{
        font-size: 16px;
    }
    .elementor-widget-text-editor{
        text-align: justify !important
    }
    footer .widget{
        text-align: center;
    }
    .widget_block h2:before, .site-footer .widget-title:before{
        right: 0;
        margin: auto;
    }
}
@media ( max-width: 991px){
    .page-title {
        padding: 15px 0;
    }
    .project-info{
        margin-top: 80px;
    }
    .project-location a{
        font-size: 38px;
    }
    .project-client h1{
        font-size: 24px;
    }
    .project-info span{
        font-size: 22px;
    }
    .breadcrumb-main h1{
        font-size: 22px;
    }
}
@media ( max-width: 768px ){
    .items-product h3{
        font-size: 22px;
        left: 30px;
        top: 30px;
    }
    .modus-advance .modus-advancebox img{
        max-width: 100%;
        margin-bottom: 15px;
    }
    .modus-advance .modus-advancebox.text-left .box-content{
        position: relative;
        width:  100%;
    }
    .modus-advance .box-content{
        padding: 30px;
    }
    .footer-above{
        position: relative;
        top:0;
    }
    .number-buld p:first-letter{
        font-size: 6em;
    }
    .number-buld span{
        font-size: 14px;
        text-transform: uppercase;
    }
    .book-right,
    .book-left{
        border-radius: 0;
    }
    .book-right .contact-link{
        margin-bottom: 30px;
    }
    .site-footer{
        margin-top: 30px;
    }
    .book-right h2{
        margin-top: 30px;
        font-size: 30px;
    }
    .book-right p{
        font-size: 16px;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px){
    .click-call{
        display: none;
    }
    .footercopyright .align-right,
    .footer-logo{
        text-align: center;
    }
    .items-product h3{
        font-size: 20px;
        left: 20px;
        top: 20px;
    }
    .testimonial-slide .des-guest:before,
    .testimonial-slide .des-guest:after{
        font-size: 24px;
    }
    .testimonial-slide{
        padding: 0;
    }
    .testimonial-slide .des-guest{
        text-align: justify;
    }
    .modus-advance .box-content{
        width: 55%;
    }
    .modus-advance .modus-advancebox img{
        max-width: 600px;
    }
    .book-right h2{
        font-size: 30px;
    }
    .breadcrumb-main{
        padding: 60px 0;
    }
    .main-navigation ul{
        text-align: center;
    }
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
        width: 33.333333%;
    }
    .blog .col-2,
    .vlog .col-2,
    .audio .col-2{
        width: 100%;
    }
    .item-vlog{
        margin-bottom: 15px;
    }
    .vlog-text{
        left: 10px;
        right: 10px;
    }
    .page-title h1{
        padding: 0;
        font-size: 30px;
    }
    .menu-right .main-nav ul li{
        margin: 0 ;
        padding: 0 5px;
    }
    .main-nav li a{
        padding: 5px 3px;
        font-size: 14px;
    }
    .header-center .menu-right{
        padding-left: 0 !important;
    }
    .header-center .menu-left {
        padding-right: 0 !important;
    }
    .header-v10 .header-bottom{
        padding: 10px 0;
    }
    .elementor-icon-box-description{
        font-size: 14px;
    }
    .modus-advance .modus-advancebox .box-content h3{
        font-size: 16px;
        margin-top: 15px;
    }
    .modus-advance .box-advance{
        padding: 25px 10px;
    }
    .col-4 {
        float: left;
        width: 50%;
    }
    .col-4:nth-child(2n+1) {
        clear: both;
    }
    .col-4:nth-child(4n+1) {
        clear: none;
    }
    .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button{
        display: inline-block;
        width:auto;
    } 
    .woocommerce-page table.cart td.actions .coupon .button{
        width: 130px !important;
    }
    .coupon input[type=text]{
        width: 200px !important;
    }
}
@media ( min-width: 992px ) and ( max-width: 1024px){
    .layout-grid .col-4 {
        float: left;
        width: 33.5553%;
    }
    .layout-grid .col-4:nth-child(3n+1) {
        clear: both;
    }
    .layout-grid .col-4:nth-child(4n+1) {
        clear: none;
    }
    .page-title h1{
        padding: 50px 0;
    }
    .main-nav ul li{
        margin:0;
    }
    .woocommerce-page table.cart td.actions .coupon .button{
        width: 130px !important;
    }
    .coupon input[type=text]{
        width: 200px !important;
    }
    .modus-advance .modus-advancebox .box-content h3{
        font-size: 30px;
    }
}
@media ( min-width: 1024px ) and ( max-width: 1368px){
    .blog-list .postTitle p{
        font-size: 15px;
    }
    .blog-list h2{
        margin:0;
    }
    .blog-list h2,
    .forhome .vlog-text h2{
        font-size: 16px;
    }
    .vlog-text p{
        font-size: 14px;
    }
    .item-vlog {
        position: relative;
        padding-bottom: calc( 100% - 240px );
    }
}
@media (min-width: 576px){
    body .site-main {
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 768px){
    body .site-main {
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 992px){
    body .site-main {
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1300px){
    body.home .site-main {
        padding-top: 0;
    }
}
@media (min-width: 1300px){
    body .site-main {
        margin-right: auto;
        margin-left: auto;
    }
}
div#myModal button.btn.btn-secondary {
    color: #fff !important;
    padding: 12px 15px;
    display: inline-block;
    border-radius: 55px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    line-height: 1;
    background-color: #ed1c24;
}
div#myModal button.btn.btn-secondary:hover {
    background-color: #ff9801;
}
div#myModal .modal-header {
    justify-content: flex-end;
}
div#myModal .modal-header  button.close {
    color: #fff !important;
    display: block;
    border-radius: 55px;
    text-transform: uppercase;
    border: 1px solid;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    line-height: 1;
    height: 25px;
    background-color: #ed1c24;
    width: 25px;
}