/*-------------------------
   row-padding
--------------------------*/
.sky-padding-top {
    padding-top: 80px!important;
}
@media screen and (max-width: 991px){
.sky-padding-top {
    padding-top: 50px!important;
}}

.sky-padding-bottom {
    padding-bottom: 80px!important;
}
@media screen and (max-width: 991px){
.sky-padding-bottom {
    padding-bottom: 50px!important;
}}
.sky-padding-both {
    padding: 80px 0 80px 0!important;
}
@media screen and (max-width: 991px){
.sky-padding-both {
    padding: 50px 0 50px 0!important;
}}


/*logo*/
img.logo-image-phone.d-inline-block.d-lg-none {
    height: 50px;
}

/*slide*/
@media only screen and (min-width: 992px) {
.sppb-slide-item-bg {height: 600px;padding: 50px 0;}
.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slideshow-sub-title {font-size: 115px;}
.sppb-slider-fullwidth-wrapper .owl-controls {bottom: 70px;}
.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text {vertical-align: inherit;padding-top: 50px;}
}/**/


@media (max-width: 767px){
.sppb-slide-item-bg {height: 500px;}

.sppb-slider-fullwidth-wrapper .owl-controls {bottom: 100px;}

.sppb-slide-item-bg .sppb-slideshow-fullwidth-item-text {vertical-align: inherit;padding-top: 0px;}
}/**/


/*image content*/
.image-content-01 .sppb-content-holder {
    min-height: 250px;
}


.fa-quote-left:before, .fa.fa-long-arrow-left:before, .fa.fa-long-arrow-right:before,.fa-fish:before, .fa-bars:before, .fa-comments:before,
.fa.fa-close:before, .fa.fa-remove:before, .fa-phone:before,.fa-envelope:before, .fa-chevron-up:before,.fa.fa-map-marker:before,.fa-comments:before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
}

.sp-scroll-up {
    bottom: 35px;
  right: 100px;}

