/*
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
*/

/* header */
li#menu-item-250 a, li#menu-item-251 a {
    padding: 7px 20px !important;
    border: 1px solid #ccc;
    border-radius: 30px !important;
    margin-right: 10px;
}
li#menu-item-250 a:hover span, li#menu-item-251 a:hover span {
    color: #fff !important;
}
li#menu-item-250 a:hover, li#menu-item-251 a:hover {
    background-color: #ee4782;
}

/* banner */
#banner img {
  animation: pulse 5.5s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.1;
    }

    100% {
        scale: 1;
    }
}}
}
/* sec1 */
div#sec1 {
    box-shadow: 0px 0px 10px 0px #ccc !important;
    border-radius: 20px !important;
}
a.nectar-button.medium.regular.m-extra-color-gradient-1 {
    font-size: 14px;
    font-family: 'inter';
    border-radius: 30px !important;
}
/* sec2 */
/* #sec2 .ho p,#sec3 .ho p {
    font-size: 14px;
} */
#sec2 h3 {
    font-size: 20px;
}
#sec2 .ho .vc_column-inner {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 50px 20px !important;
}
#sec2 .img-with-aniamtion-wrap.center:before {
    content: '';
    background-color: rgb(191 79 150 / 10%);
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50% !important;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 32px;
}
/* sec3 */
#sec3 .ho .vc_column-inner {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 50px 0px 20px !important;
    background-color: #fff;
}
#sec3 .ho .vc_column-inner .ru {
    padding: 0px 20px !important;
    margin-top: -10px;
}
#sec3 .ho li {
    display: inline-block;
    font-size: 13px;
    margin: 0 10px !important;
}
#sec3 a.nectar-button.medium.regular.m-extra-color-gradient-1 {
    font-size: 14px;
    font-family: 'inter';
    border-radius: 30px !important;
    margin-bottom: -30px;
    z-index: 999;
}
/* sec4 */
/* sec5 */
#sec5 .nectar_icon i {
    font-size: 25px !important;
}
#sec5 .nectar_icon {
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 10px;
    padding: 0px 0px !important;
    margin-bottom: 10px;
}
#sec5 .ho h3 {
    font-size: 18px;
}
#sec5 .ho .vc_column-inner {
    background-color: #F8FAFC;
    border-radius: 10px;
    padding: 25px 20px !important;
}
#sec5 .iwithtext .iwt-icon i {
    font-size: 20px;
}

#sec5 .iwithtext .iwt-icon {
    background-color: #ee478217;
    border-radius: 30px !important;
    padding: 10px 10px !important;
    top: 10px;
    left: 15px;
}
#sec5 .iwt-text strong {
    font-size: 16px;
    color: #000;
}
#sec5 .iwithtext .iwt-text {
    padding-left: 80px;
    line-height: 25px;
    padding-top: 4px;
}
#sec5 .iwithtext {
    background-color: #fff;
    border-radius: 30px !important;
    padding: 10px 0px !important;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* sec6 */
#sec6 a.nectar-button.medium.regular.m-extra-color-gradient-1 {
    background: #fff !important;
    color: #ee4782 !important;
    padding: 12px 16px !important;
    border: 1px solid #fff;
    font-size: 12px;
    width: stretch;
    text-align: center;
}
body.material .nectar-button.regular.m-extra-color-gradient-1:before {
    background: transparent !important;
}
#sec6 a.nectar-button.medium.regular.m-extra-color-gradient-1:hover {
    background: transparent !important;
    box-shadow: unset !important;
    background-color: transparent !important;
    color: #fff !important;
}
/* footer */

#footer-outer div#text-3 p {
    font-size: 12px;
    line-height: 23px;
}
#footer-outer .row {
        padding: 35px 0px !important;
    }
#footer-outer #copyright {
    padding: 15px 0 !important;
}
.social-follow {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: Arial, sans-serif;
}

.follow-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.social-icon {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}
.social-icon:hover {
    transform: translateY(-3px);
    background: #fff;
    color: #050b22;
}
#footer-outer .social-icon i {
    font-size: 14px;
}
.social-icon:hover {
    background-color: #ee4782 !important;
    border-color: #ee4782;
}
#innr a.nectar-button.medium.regular.m-extra-color-gradient-1 {
    width: stretch;
    text-align: center;
    font-size: 14px;
    padding: 15px 0px;
}

@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 820px) {
    

#banner img {
    display: none;
}

#banner h1 {
    font-size: 25px !IMPORTANT;
}

#sec5 .iwithtext {
    width: 64%;
}

#sec6 a.nectar-button.medium.regular.m-extra-color-gradient-1 {
    margin: 0 auto;
    display: table !IMPORTANT;
}

#sec6 h2 {
    font-size: 24px !IMPORTANT;
}

#sec6 p br {
    display: none;
}

div#copyright p {
    text-align: center !IMPORTANT;
}

.social-follow {
    gap: 10px !IMPORTANT;
}

body #footer-outer #copyright .col ul {
    margin: 0 auto;
    display: table;
}
}
.dhll-jb-card.dhll-jb-card-featured {
    border-color: #e03c86!important;
    background: #ffffff!important;
    box-shadow: 0 2px 8px rgba(240, 184, 73, .25);
    padding: 40px 20px!important;
}

ul.dhll-jb-card-meta li {
    list-style: none!important;
}

h3.dhll-jb-card-title {
    font-size: 20px!important;
}

a.dhll-jb-btn.dhll-jb-apply {
        background: linear-gradient(125deg, #a154a4, #ee4782);
}

@media (max-width: 768px) {}
@media (max-width: 480px) {}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

