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

h1,h2,h3,h4,h5,h6 {font-family: 'Poppins';}
.sppb-addon-content, .sppb-addon-text {font-family: 'Poppins';}

/*slide*/

.sppb-sp-slider-title  span {color: #000;text-shadow: 0 0 3px BLACK;}

.sppb-sp-slider-title {color: #fff!important;}

.sppb-sp-slider-text {
    font-weight: 500!Important;
    color: #fff!Important;
}

@media screen and (min-width:768px){
.sppb-sp-slider-text {
    width: 50%;
}}
@media (max-width: 767px){
.sp-slider-content-wrap {
    width: 80%!important;
    margin-left: 30px;
    margin: auto!Important;
}}

/*slide-btn*/
.button-1 {background: black;padding: 10px 20px;border-radius: 5px;margin-right:15px!important;margin-top:40px!important;}
.button-1 span{color: #fff!important;}
.button-2 {background: white;padding: 10px 20px;border-radius: 5px;}
.button-2 span{color: #000!important;}
.button-1:hover , .button-2:hover {background: #653719;padding: 10px 20px;border-radius: 5px;transition:0.5s ease;}
.button-1:hover span, .button-2:hover span{color: #fff!important;transition:0.5s ease;}



/*category*/
.slide-flipbox.flip_left .sppb-flipbox-panel .sppb-flipbox-back {
    transform: translateX(-69%) translateY(0)!important;
}
.flip-box-style-001:hover .sppb-flipbox-front.flip-box{transform: scale(1.05)!important;}



i.home-icon-01 {
    display: inline-block;
    width: 44px;height: 44px;
    margin-right: 0.25em;
    line-height: 14px;
    background-repeat: no-repeat;
    position: relative;
    right: 10px;}


/*projects*/
h4.image-slide-title {text-align: center;}

.image-slide-desc-container {position: relative!important;text-align: center!important;}

h4.image-slide-title {color: #fff;font-weight: 700;}

.owl-nav button {
    margin-top: -10px!important;
}

.owl-prev span {
    position: relative;
    left: -70px;
}
.owl-next span {
    position: relative;
    right: -70px;
}


/**highlgiht*/
@media only screen and (max-width: 480px){
.highlight h2.sppb-addon-title {
    font-size: 20px !important;
    line-height: 25px!important;
  }}

/*about*/
.sppb-addon.sppb-addon-single-image.sppb-text-right.home-img-001 {
    position: relative;
}

@media screen and (min-width:768px){
.sppb-addon.sppb-addon-single-image.sppb-text-right.home-img-001:before {
    background: transparent;
    content: "";
    height: 545px;
    width: 430px;
    position: absolute;
    border: 4px solid #66381d;
    left: 177px;
    top: 0;
    bottom: 0;
    margin: auto;transition: 0.5s ease;
  }

.sppb-addon.sppb-addon-single-image.sppb-text-right.home-img-001:hover:before {
    background: transparent;
    content: "";
    height: 457px;
    width: 430px;
    position: absolute;
    border: 4px solid #66381d;
    left: 173px;
    top: 0;
    bottom: -100px;
    margin: auto;
    transition: 0.5s ease;
  }}


/**/
