/*
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 */
body #header-secondary-outer .nectar-center-text {
    max-width: 100%;
    margin-top: -18px;
}

.nectar-center-text {
    animation: scroll-left 20s linear infinite;
    display: inline-block;
    white-space: nowrap;
}
.scroll-text span {
	text-transform: uppercase;
  margin-left: 100px; /* Space between texts */
}
.scrolling-header {
    white-space: nowrap;
    direction: ltr;
}
.scroll-text {
  display: inline-block;
/*   padding-right: 100%; */
  animation: scroll-right 45s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}


#page-header-bg h1 {
    text-transform: capitalize;
}
/* banner */
#banner .ru {
    width: 100%;
}
a#btnn:hover,a#btn:hover {
    background-color: transparent !important;
    color: #000;
    box-shadow: unset !important;
}
a#btnn {
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: unset !important;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 30px !important;
    border: 1px solid #231b3a;
}
/* sec1 */
a#btn {
    border-radius: unset !important;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 30px !important;
    margin-bottom: 3%;
	border: 1px solid #231b3a;
}
/* sec2 */
#sec2 .pp p:nth-child(1) {
    margin-bottom: 5%;
}
#sec2 .pp p strong {
    color: #fff;
    background-color: #231B3B;
    border-radius: 50px;
    padding: 7px 15px !important;
}
div#sec-2 {
    border-top: 1px solid #666;
    padding: 30px 0 !important;
    margin-bottom: 0;
}
div#sec-2:nth-child(5) {
    border-bottom: 1px solid #666 !important;
}
#sec2 .p1 {
    padding-top: 8%;
}
/* sec3 */
#sec3 a#btn {
    background-color: #fff !important;
    color: #231b3a;
}
#sec3 a#btn:hover {
    border-color: #fff;
    background-color: transparent !important;
    color: #fff;
}

/* footer */
#footer ul li {
    list-style: none !important;
}
#footer .ee ul {
    column-count: 2;
    margin-left: 0;
    gap: 100px;
}
.tnp.tnp-subscription.tnp-widget {
    margin: unset !important;
}
#footer input#tnp-1, #footer input.tnp-submit {
    border-radius: unset !important;
    font-family: 'Poppins';
    font-weight: 400;
}
#footer .scol ul li:hover i {
    background-color: #231b3a !important;
}
#footer .scol ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #949494;
    border-radius: 30px !important;
    color: #fff;
    font-size: 18px;
    transition: 0.9s;
}
#footer .scol ul li {
    display: inline-block;
    margin-right: 5px;
}
#footer .scol ul {
    margin: unset !important;
    margin-top: 5% !important;
}



div#page-header-bg .col.span_6 {
    margin-bottom: 0 !important;
}

@media (max-width: 1600px) {}
@media (max-width: 1440px) {
#banner h1 {
    font-size: 40px;
}	
}
@media (max-width: 1366px) {
#sec2 p br {
    display: none !important;
}	
}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
    #header-outer.lighten-logo.transparent #top #logo:not([data-supplied-ml="true"]) img.stnd {
        filter: brightness(0) invert(0);
        opacity: 1 !important;
    }
body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line {
    background-color: #000 !important;
}	
}
@media (max-width: 820px) {
	
	.secondary-header-text {
    display: none !important;
}
a#btnn {
    position: unset !important;
}
#sec2 .ru {
    float: left;
}
#sec2 .pp p:nth-child(1) {
    margin-bottom: 0%;
}
#sec2 .pp p strong {
    padding: 7px 14px !important;
}
#sec2 .p1 {
    padding-top: 2%;
}	
}
@media (max-width: 768px) {
	div#header-secondary-outer {
    display: block !IMPORTANT;
}

.scrolling-header {
    color: black;
}
}
@media (max-width: 480px) {
    #banner h1,#sec1 h2,#sec2 h2,#sec3 h2 {
        font-size: 28px;
    }
	#sec3 h3 {
    font-size: 22px;
}
#footer .ee ul {
    column-count: 1;
    gap: 0;
}	
	#sec1 h2 br {
    display: none;
}
#footer .copy p {
    font-size: 14px;
    text-align: center;
}	
}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}