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






a#btn1 {
    background: transparent !important;
    color: #000;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 90px !important;
    padding: 10px 35px;
    font-family: 'Poppins';
    font-weight: 500;
    transition: 0.5s;
    opacity: 1;
}

#banner .img1 {
    transform: scale(1.3);
    transform-origin: left top;
}
#banner a#btn1 {
    border-color: #BF9659 !IMPORTANT;
    color: white;
}
#sec1 p {
    font-style: italic;
    text-shadow: 0 0 black;
}

div#sec2:before {
    content: "";
    width: 220px;
    height: 180px;
    position: absolute;
    background-image: url(https://devuc.onlinetestingserver.com/joanne/wp-content/uploads/2026/03/Mask-group.png);
    right: -50px;
    bottom: -40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#sec2 .row-bg.viewport-desktop.using-image {
    background-size: 25% 100%;
}

#sec3 div#r1 .vc_col-sm-6 {
    width: fit-content;
    padding-right: 20px;
}

#sec3 li {
    list-style: none;
    list-style-image: url(https://devuc.onlinetestingserver.com/joanne/wp-content/uploads/2026/03/check.png);
    padding-left: 10px;
    margin-left: 10px;
}

#sec3 h6 {
    position: relative;
    top: -18px;
}

#sec3 .img1 {
    transform: scale(1.2);
    transform-origin: right;
}

#sec4 .iwithtext .iwt-icon img {
    width: 90%;
    margin: 0;
}

#sec4 .iwithtext .iwt-text {
    padding-left: 0;
    /* padding-top: 5px; */
    /* margin-top: -10px; */
}

#sec4 .iwithtext {
    position: relative;
    margin-left: 150px;
}

#sec4 .iwithtext:before {
    content: "";
    width: 16%;
    height: 7%;
    position: absolute;
    background: #D9C09B;
    left: 0;
    top: 49%;
    transform: translate(-110%, -50%);
    opacity: 1;
}

#sec4 .owl-stage {
    padding-bottom: 0;
}

#sec4 button.owl-dot span {
    background: #bf965970;
    transform: scale(1.9);
}

#sec4 button.owl-dot.active span {
    background: #BF9659;
    transform: scale(2.5);
}

#sec5 .article-content-wrap {
    padding: 20px 15px;
    background: #F4EDE1;
}

#sec5 .article-content-wrap .post-header h3.title {
    font-size: 13px;
    line-height: 27px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Noto Serif';
}

#sec5 .article-content-wrap .excerpt {
    font-size: 13px;
    line-height: 22px;
}

#sec5 .category-blogs {
    border-radius: 20px;
}

#sec5 a.blogs {
    display: none;
}

#sec5 .row.blog-recent.columns-3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

#sec5 a#btn1 {
    margin: 0 auto;
    display: table;
}

#footer ul {
    margin: 0;
}

#footer ul#menu-quick-links li {
    display: inline-block;
    padding-right: 15px;
}

#footer ul#menu-social-footer li {
    display: inline;
    padding-left: 10px;
}

#footer ul#menu-social-footer {
    float: right;
}

#footer ul#menu-social-footer li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffffff14;
    border-radius: 30px;
    border: 1px solid #ffffff2b;
    color: white;
    font-size: 16px;
    transition: 0.5s;
}

#footer ul#menu-social-footer li i:hover {
    transform: rotate(180deg);
    background: #BF9659;
    color: black;
}

#footer div#r2 {
    padding: 15px 0;
    border: 1px solid #d3d5e26b;
    border-right: unset;
    border-left: unset;
}

#footer #r1 h2 {
    margin: 0;
    font-size: 43px;
    line-height: 43px;
}

#footer input.tnp-submit {
    position: absolute;
    width: auto;
    padding: 10px 36px !important;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 18px;
    border-radius: 50px !important;
    transform: unset;
    right: 0;
    background: transparent;
    border: 1px solid #fff;
    top: 3px;
}

#footer form.tnp-form {
    width: 70%;
}

#footer .tnp.tnp-widget-minimal {
    position: relative;
}

#footer  .news h5 {
    margin: 0;
}

#footer input.tnp-email {
    border-radius: 30px;
    background: transparent;
    padding: 9px 16px !important;
    color: white;
}

#footer input.tnp-email::Placeholder {
    color: #fff;
}

#footer ul#menu-footer-pp li {
    display: inline;
    padding-left: 30px;
}

#footer ul#menu-footer-pp {
    float: right;
}


@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 .img1 {
    transform: unset !IMPORTANT;
}

div#banner {
    text-align: center !IMPORTANT;
    padding-top: 50px !IMPORTANT;
    padding-bottom: 60px !IMPORTANT;
}

#banner .row-bg.viewport-desktop.using-image {
    background-size: cover !IMPORTANT;
}

div#sec1 {
    text-align: center;
}

#sec1 p {
    font-size: 15px;
}

#sec2 .row-bg.viewport-desktop.using-image {
    background-image: unset !IMPORTANT;
}

div#sec2 {
    text-align: center;
}

#banner h1 {
    font-size: 27px !IMPORTANT;
	line-height: 38px !important;
}

#sec2 p br {
    display: none;
}

#sec3 .img1 {
    transform: unset !IMPORTANT;
    margin: 0 auto;
    display: table;
}

div#sec3 {
    text-align: center;
}

#sec3 h6 {
    text-align: left;
}

#sec3 div#r1 .vc_col-sm-6 {
    width: 100%;
}

div#sec4 {
    text-align: center;
}

#sec4 .iwithtext .iwt-text {padding: 0;}

#sec4 .iwithtext:before {
    display: none;
}

#sec4 .iwithtext .iwt-icon {
    position: unset;
    width: auto;
    margin: 0 auto;
    display: table;
}

#sec4 .iwithtext {
    margin-left: 0;
}

#sec4 .coma {
    margin: 0 auto !IMPORTANT;
    display: table !IMPORTANT;
}

#sec4 #r1 .row_col_wrap_12_inner.col.span_12.left {
    justify-content: center;
}

#sec4 .star {
    margin: 0 auto;
}

#sec4 .row-bg.viewport-desktop.using-image {
    background-size: cover !IMPORTANT;
}

#footer .news {
    text-align: center;
}

#footer form.tnp-form {
    width: 100%;
}

#footer ul#menu-quick-links li {
    display: block;
    text-align: center;
    padding-right: 0;
}

#footer ul#menu-social-footer {
    float: unset;
    margin: 0 auto;
    display: table;
}

#footer #r1 h2 {
    font-size: 28px;
}
	
#footer ul#menu-footer-pp {
    float: unset;
}

#footer div#r2 {
    text-align: center;
}

#footer div#r2 .copy p {
    font-size: 14px;
}	
	
	
}
@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) {}