/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@font-face {
  font-family: Eras Bold ITC;
  src: url(http://stagingserver3.com/linda/wp-content/uploads/2024/08/erasbolditc.ttf);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body em,
body strong {
    font-family: "Eras Bold ITC" !important;
}

#ro-1 .pic1 {
    width: 160px;
}

#ro-1 .txt2 h5 {
    float: left;
    margin-right: 30px;
}


#ro-1 .imgg {
    width: 81%;
}

/* -----------------  ---------------------- */

#ro-1 .inn-1 {
    margin-left: 30%;
}
.link-hand {
    filter: invert(1);
    width: 50px;
    position: absolute;
    left: 100px;
    top: -40px;
    transition: 0.5s;
    animation: hand 2s infinite alternate ease-in-out;
}

@keyframes hand {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
.work-info-bg {
    opacity: 0 !important;
}
/* -----------------  ---------------------- */

#ro-2 #btnn {
    font-size: 32px;
    font-family: "Eras Bold ITC" !important;
}

/* -----------------  ---------------------- */

#ro-3 .txt1 {
    margin-left: 33%;
}
 

