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

:root {
  --gradient-one: linear-gradient(to right, #B17F00 0%, #D6A529 100%);
  --gradient-two: linear-gradient(to right, #B17F00 0%, #D6A529 100%);
}
select {
    background: transparent;
    border-radius: 40px;
    border: 1px solid #DEDEDE;
    padding-inline: 20px;
    color: black;
}
div#testimonials h5 {
    text-align: center;
    margin: auto;
    color: #fff;
}
ul.sub-menu.tracked-pos li a span {
    font-size: 16px;
    line-height: 26px;
}
div#about-sec {
    padding-top: 0px !important;
}

div#services-slide p br {
    display: none;
}
header#top {
    position: fixed;
}
div#testimonials .owl-dots {
    display: none;
}
header#top .row {
    background: white;
    border-radius: 80px;
    padding-inline: 30px;
    margin-top: 20px;
}
div#testimonials .owl-nav.disabled {
    display: block;
}

div#testimonials .owl-nav.disabled button {
    background: transparent;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px !important;
    font-size: 34px;
    transition: 0.6s;
}

div#testimonials .owl-nav.disabled button:hover {
    background: #4FC3CB;
    border: 1px solid #4FC3CB;
}

div#testimonials .owl-nav.disabled button.owl-prev {
    position: absolute;
    top: 40%;
    left: -90px;
}

div#testimonials .owl-nav.disabled button.owl-next {position: absolute;top: 40%;right: -90px;}
header#top a#logo {
    margin-block: 12px;
}
header#top .b1 a {
    background: var(--gradient-one);
    padding: 13px 28px !important;
    border-radius: 40px;
    margin-left: 20px;
}
header#top .b1 a span {
    color: white;
}
#banner h1 {
    margin-bottom: 20px;
}
#banner input::placeholder {
    color: black;
    opacity: 1;
}
#banner input {
    background: white;
    color: black;
    padding-inline: 20px;
    border-radius: 40px;
    font-family: 'Manrope';
}
#banner input#gform_submit_button_1 {
    background: var(--gradient-two);
    border-radius: 40px !important;
    color: white;
    font-family: 'Manrope';
    font-weight: 800;
    padding-inline: 30px 30px !important;
    padding-block: 14px 15px !important;
    position: relative;
}
#banner .hover-wrap {
    margin-bottom: 0;
}
#logos .carousel-item img {
    height: 37px;
    object-fit: contain;
}
#logos .carousel-item {
    margin-inline: 20px;
}
#logos:before {
    content: '';
    position: absolute;
    background: url(https://herryb.com/shine/wp-content/uploads/2025/07/Line-14.png);
    background-size: 100% 100%;
    width: 100%;
    height: 1px;
    top: 0;
}
#logos {
    padding-top: 20px;
    margin-top: 40px;
}
/* #logos .owl-stage {
    animation: marquee-horizontal 20s linear infinite;
} */
@keyframes marquee-horizontal{

100% {
    transform: translateX(0%);
} 
}
#logos .owl-carousel:hover .owl-stage {
    animation-play-state: paused !important;
}
#logos .owl-carousel:not(:hover) .owl-stage {
    animation-play-state: running !important;
}
#about .line-star {
    position: absolute;
    z-index: 99;
    top: -120px;
    left: 0;
    right: 0;
    margin: auto;
}
#about .i2 {
    margin-top: -80px;
}
#about .c2 {
    padding-left: 90px;
}
.t1 h5 {
    border: 1px dashed;
    display: table;
    padding: 6px 20px;
    border-radius: 40px;
    position: relative;
    padding-left: 45px;
}
.t1 h5:before {
    content: '';
    position: absolute;
    background: url(https://herryb.com/shine/wp-content/uploads/2025/07/shine.png);
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    top: 0;
    left: 18px;
    bottom: 0;
    margin: auto;
}
a#b1 {
    background: var(--gradient-one);
    padding: 12px 35px;
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    border-radius: 40px !important;
    position: relative;
    padding-right: 50px;
}
a#b1:before {
    content: '';
    position: absolute;
    background: url(https://herryb.com/shine/wp-content/uploads/2025/07/Vector.png);
    background-size: 100% 100%;
    width: 18px;
    height: 13px;
    top: 0px;
    right: 20px;
    bottom: 0;
    margin: auto;
}
#services .t1 h5 {
    margin: auto;
    margin-bottom: 10px;
}
#services .yellow-star {
    position: absolute;
    top: -250px;
    right: 0;
    width: 150px;
}
#services a#b1 {
    background: transparent !important;
    border: 1px solid;
    margin: auto;
    display: table;
    margin-top: 40px;
}
#ser-row {
    background: white;
    border-radius: 100px;
    padding-inline: 20px 50px;
}
#services .t1 {
    margin-bottom: 40px;
}
#ser-row h3 {
    padding-left: 60px;
}
#ser-row:before {
    content: '';
    position: absolute;
    background: #A4CD3A;
    width: 15%;
    height: 100%;
    border-radius: 100px;
    left: 0;
    transition: 0.5s;
}
#ser-row:hover:before {
    width: 100%;
}
#ser-row h3 span, #ser-row p span {
    transition: 0.5s;
}
#ser-row:hover h3 span, #ser-row:hover p span {
    color: white !important;
}
#ser-row:nth-child(3):before {
    background: #64C3AD;
}
#ser-row:nth-child(4):before {
    background: #F17075;
}
#ser-row:nth-child(5):before {
    background: #ED7120;
}
#ser-row:nth-child(6):before {
    background: #00A4E2;
}
#services .inner-wrap.row-bg-layer.using-image {
    border-radius: 0px 0px 100px 0px;
}
#process .t1 h5 {
    margin: auto;
    margin-bottom: 10px;
}
#process .t1 {
    margin: auto;
    margin-bottom: 50px;
}
#process .vc_col-sm-3 {
    padding-inline: 35px;
}
#video-sec .nectar-video-box .inner-wrap {
    border-radius: 60px !important;
}
#video-sec .star1 {
    position: absolute;
    bottom: 150px;
    width: 100px;
    left: -50px;
}
#video-sec .star2 {
    position: absolute;
    right: -40px;
    bottom: 450px;
    width: 100px;
}
#about-sec .t1 h5 {
    margin: unset;
    margin-bottom: 10px;
}
#about-sec .ab1 {
    margin: unset;
    width: 75%;
}
#about-sec .ab2 {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 50%;
    border: 6px solid white;
    border-radius: 20px;
}
#about-sec .c1 {
    padding-right: 30px;
}
#about-sec .c2 {
    padding-left: 70px;
}
#about-sec .t1 {
    margin-bottom: 30px;
}
#ftr .inner-wrap.row-bg-layer.using-image {
    border-radius: 120px 120px 0px 0px !important;
}
#ready-sec {
    padding-block: 90px;
    border-bottom: 1px solid #ffffff4f;
}
#main-ftr {
    padding-block: 40px;
}
#main-ftr h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 20px;
}
#ftr .row-bg.viewport-desktop.using-image {
    background-position: center bottom !important;
}
#main-ftr .icn ul li i {
    color: white;
    top: 0;
}
#main-ftr .icn ul li {
    display: inline-block;
    margin-right: 15px;
}
#main-ftr .icn ul {
    margin: unset;
}
#main-ftr .logo {
    margin-bottom: 40px;
}
#main-ftr p, #main-ftr a {
    line-height: 35px;
}
#main-ftr .widget.widget_nav_menu ul li {
    list-style: unset;
}
#main-ftr .widget.widget_nav_menu ul {
    margin: unset;
}
#main-ftr .widget.widget_nav_menu ul li i {
    color: transparent;
    -webkit-text-stroke: 1px white;
    margin-right: 8px;
}
#main-ftr .c3 .widget.widget_nav_menu {
    margin: auto;
    display: table;
}
#copyright .backtop {
    position: absolute;
    right: -100px;
    bottom: 80px;
}
#copyright {
    padding-top: 20px;
}

/*------innner-pages-css-start-----------*/
#page-banner .inner-wrap.row-bg-layer.using-image {
    border-radius: 0px 0px 80px 0px;
}
.page-id-16 #services .inner-wrap.row-bg-layer.using-image, .page-id-19 #services .inner-wrap.row-bg-layer.using-image, .page-id-21 #services .inner-wrap.row-bg-layer.using-image {
    border-radius: 0px 0px 0px 100px;
}
#about .t1 h5 {
    margin: unset;
    margin-bottom: 10px;
}
#boxes-row .vc_col-sm-4>div {
    background: white;
    padding: 40px;
    border-radius: 20px;
    border: 2px dashed #D6A529;
}
#boxes-row .c2>div {
    border-color: #A4CD3A;
}
#boxes-row .c3>div {
    border-color: #4FC3CB;
}
#boxes-row .c4>div {
    border-color: #181C4C;
}
#boxes-row .c5>div {
    border-color: #FB914C;
}
#services-slide .carousel-item {
    background: white;
    margin-inline: 10px;
    border-radius: 40px !important;
    overflow: hidden;
    border: 2px dashed #D6A529;
}
#services-slide .carousel-item .t1 {
    padding-inline: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
    height: 250px;
}
#services-slide .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -22%;
    right: 1%;
}
#services-slide .owl-nav.disabled button {
    padding-inline: 18px;
    padding-block: 6px;
    border-radius: 40px !important;
    background: transparent;
    border: 1px solid #D6A529;
    color: #D6A529;
    font-size: 30px;
}
#services-slide .owl-nav.disabled button span {
    position: relative;
    top: -2px;
}
#services-slide .owl-nav.disabled button:hover {
    background: #D6A529;
    color: white;
}
#about .nectar-fancy-ul li {
    margin-bottom: 15px;
}
#about .nectar-fancy-ul i {
    background: #d6a529;
    color: white;
    border-radius: 50px;
    width: 26px;
	height: 26px;
}
#cont-inner {
    background: white;
    box-shadow: 0px 0px 10px -2px #ccc;
    border-radius: 30px;
}
#contact .line {
    position: absolute;
    top: 30px;
    z-index: 99;
    right: -80px;
    width: 130px;
}
#cont-inner .c1 {
    padding-right: 40px;
}
#cont-inner .c2 {
    padding-right: 60px;
}
#cont-inner input {
    background: transparent;
    border-radius: 40px;
    border: 1px solid #DEDEDE;
    padding-inline: 20px;
    color: black;
}
#cont-inner input::placeholder, #cont-inner textarea::placeholder {
    color: black;
}
#cont-inner input#input_2_8 {
    border: unset;
    padding: unset;
    border-radius: unset;
}
#cont-inner input#gform_submit_button_2, #cont-inner input#gform_submit_button_3 {
    background: var(--gradient-one);
    color: white;
    border-radius: 40px !important;
    font-family: 'Manrope';
    padding-inline: 40px !important;
}
#cont-inner textarea {
    height: 140px;
    resize: unset;
    border-radius: 10px;
    padding-inline: 20px;
    color: black;
    background: transparent;
    border: 1px solid #DEDEDE;
}
.page-id-25 #contact .line {
    top: -80px;
    width: 150px;
}
#blogs .article-content-wrap {
    padding: 25px;
}
#blogs h3.title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
}
#blogs span.meta {
    color: #4fc3cb;
    border: 1px dashed;
    padding: 5px 15px;
    border-radius: 40px;
}
#blogs .inner-wrap.post {
    border-radius: 25px;
    border: 2px dashed #D6A529;
}
.comments-section {
    display: none;
}
.standard_section {
    display: none;
}
div#author-bio {
    display: none;
}
.single-post div#page-header-wrap {
    display: none;
}
body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0 !important;
}
.post-area.col.span_12.col_last {
    max-width: unset !important;
}
#page-banner .t1 h5 {
    margin: auto;
    margin-bottom: 20px;
}
#page-banner .t1 h1 {
    margin-bottom: 60px;
}
.single-post #page-banner .row-bg.viewport-desktop.using-image {
    background-size: 100% 70%;
    background-position: top;
}
#blog-content h2 {
    font-size: 32px;
    line-height: 42px;
}
#share-row {
    background: white;
    border-radius: 50px;
    padding-inline: 40px;
	padding-block: 25px;
}
#share-row .icn li i {
    top: 0;
    color: black;
}
#share-row .icn li {
    display: inline-block;
    margin-right: 20px;
}
#share-row .icn ul {
    margin: unset;
    float: right;
}
/*------innner-pages-css-end-----------*/

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	#copyright .backtop {
    right: -60px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	div#testimonials .owl-nav.disabled button.owl-next {
    position: absolute;
    top: 40%;
    right: -60px;
}
div#testimonials .owl-nav.disabled button.owl-prev {
    position: absolute;
    top: 40%;
    left: -60px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	#services-slide .carousel-item .t1 {
    padding-inline: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
    height: 280px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	#about-sec .c2 {
    padding-left: 20px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	#header-outer #top .col.span_3 #logo img {
    top: 8px;
}
	#top .span_9>.slide-out-widget-area-toggle {
    margin-right: 20px;
}
	#banner {
    padding-top: 130px !important;
}
	#about .c1 .vc_col-sm-6 {
    width: 50%;
}
	#about .c2 {
    padding-left: 0px;
    padding-bottom: 80px;
}
	#ser-row h3 {
    padding-left: 0px;
}
#ser-row {
    background: white;
    border-radius: 50px;
    padding-inline: 40px 40px;
    padding-block: 50px;
}
	#ser-row img {
    width: 100%;
}
	#ser-row:before {
    display: none;
}
	#video-sec .star2 {
    right: -40px;
    bottom: 250px;
    width: 100px;
}
	#main-ftr .c3 .widget.widget_nav_menu {
    margin: unset;
}
	    #copyright .backtop {
        right: -30px;
    }
	#about {
    padding-top: 50px !important;
}
	#services .inner-wrap.row-bg-layer.using-image {
    border-radius: 0px 0px 50px 0px;
}
	#services-slide .owl-nav.disabled {
    display: none;
}
	#cont-inner .c1 {
    padding-right: 0px;
}
	#cont-inner .c2 {
    padding-right: 30px;
    padding-left: 30px;
}
	#ser-row:hover h3 span, #ser-row:hover p span {
    color: black !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	    div[data-style="minimal"] .toggle > .toggle-title a {
        font-size: 18px !important;
        line-height: 28px;
    }
	div#testimonials {
    padding: 60px 0px !important;
}
	div#testimonials .owl-nav.disabled button {
    position: unset !important;
}
	div#aboutLoc {
    padding: 60px 0px !important;
}
	div#process h2 br {
    display: none;
}
	.loct {
    padding-bottom: 60px !important;
}
	p br {
    display: none;
}
	#top .span_9>.slide-out-widget-area-toggle {
    margin-right: 20px;
}
	html body p {
    font-size: 13px;
    line-height: 23px;
}
	#video-sec .star1 {
    bottom: 50px;
    width: 70px;
    left: -30px;
}
	#video-sec .star2 {
        right: -30px;
        bottom: 150px;
        width: 80px;
    }
	#video-sec .nectar-video-box .inner-wrap {
    border-radius: 30px !important;
}
	#about-sec .c1 {
    padding-right: 0px;
    padding-bottom: 40px;
}
	    #about-sec .c2 {
        padding-left: 0px;
    }
	#ftr .inner-wrap.row-bg-layer.using-image {
    border-radius: 50px 50px 0px 0px !important;
}
	#ser-row {
        border-radius: 30px;
        padding-inline: 30px 30px;
        padding-block: 30px;
    }
	    #copyright .backtop {
        right: -10px;
        bottom: 130px;
    }
	canvas.nectar-animated-gradient.loaded {
    display: none;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {}