/*
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
*/
.container-wrap {
    padding: 0px !important;
}
.hd-rit .fa-envelope:before {
    content: "\f0e0";
    position: absolute !important;
    left: -30px;
    top: -8px;
}
.hd-rit li {
    list-style-type: none !important;
}
h1, h2, h3 {
    font-family: "source serif pro";
}
.current-menu-item span {
    color: #E41818;
}
html::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #d1d1d1;
}

html::-webkit-scrollbar
{
	width: 6px;
	background-color: #d1d1d1;
}

html::-webkit-scrollbar-thumb
{
	background-color: #E41818;
}
/* ================================================= */
#header-outer[data-lhe="animated_underline"].transparent #top nav > ul > li > a .menu-title-text:after {
	border-color: #E41818 !important;
}
/* ================================================ */
div#necterslider span.ctxt {
    color: #E41818;
}
div#necterslider span.ptxt1 {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
}
div#necterslider span.ptxt2 {
    font-family: 'Inter';
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
div#necterslider .content {
    position: relative;
    width: fit-content;
}
div#necterslider .content:before {
    content: "";
    background: #000000ad;
    position: absolute;
    width: 120%;
    height: 100%;
    left: 0;
    padding: 40px;
    top: 0;
    margin: -5% 0% 0% -40% !important;
	animation: contentbg 7s ease-in-out 0s 1000 normal forwards;
	z-index: -1;
}
@keyframes contentbg {
	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateX(-10px);
	}

	20%,
	40%,
	60% {
		transform: translateX(10px);
	}

	80% {
		transform: translateX(8px);
	}

	90% {
		transform: translateX(-8px);
	}
}
div#necterslider .content:after {
    content: "";
    position: absolute;
    width: 55%;
    height: 2px;
    background: #E41818;
    z-index: 999;
    top: 0;
    left: 0;
    margin: 3% 0% 0% -50% !important;
	animation: 2s move linear alternate infinite;
    transform-origin: left;
}
@keyframes moves {
	0% {
    transform: scale(.5);
}
}
div#necterslider a.primary-color {
    font-family: 'source serif pro';
    text-transform: capitalize;
    padding: 15px 60px !important;
    background: #fff0 !important;
    border: 1px solid #E41818;
    border-radius: unset !important;
    color: #E41818;
    position: relative;
}
div#necterslider a.primary-color:before {
    background: #E41818;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%;
    transition: .9s;
    z-index: -1;
}
div#necterslider a.primary-color:hover:before {
    transition: .9s;
    width: 100%;
}
div#necterslider a.primary-color:hover {
    color: #fff !important;
    transition: .5s;
}
/* ============================================== */
div#sec-2 {
    padding: 20px 0px !important;
}
div#sec-2 .row-bg {
	position: relative;	
}
div#sec-2 h3 {
    position: relative;
}
div#sec-2 h3:after {
    content: "";
    background-color: #E41818;
    position: absolute;
    left: 0;
    top: 0;
    width: 44%;
    height: 2px;
    margin: 2.5% 0% 0% -50% !important;
	animation: 2s move linear alternate infinite;
    transform-origin: left;
}
@keyframes move {
    0% {
        transform: scale(.5)
    }
}
div#sec-2 .row-bg:after {
    content: "";
    background-image: url(https://tafaricharles.com/wp-content/uploads/2024/09/pen-left-side_fococlipping_removed.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 291px;
    height: 202px;
}
a#btn {
    font-family: 'source serif pro';
    text-transform: capitalize;
    padding: 15px 60px !important;
    background: #fff0 !important;
    border: 1px solid #E41818;
    border-radius: unset !important;
    color: #E41818;
    position: relative;
    font-size: 16px;
}
a#btn:before {
    background: #E41818;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0%;
    transition: .9s;
    z-index: -1;
}
a#btn:hover:before {
    transition: .9s;
    width: 100%;
}
a#btn:hover {
    color: #fff !important;
    transition: .5s;
}
/* ====================================================== */
div#sec-3 {
    padding: 70px 0px !important;
    margin: 80px 0px !important;
}
div#sec-3 img {
	animation: sec-3img 7s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes sec-3img {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}
div#sec-3 h3 {
    position: relative;
}
div#sec-3 h3:after {
    content: "";
    background-color: #E41818;
    position: absolute;
    right: 0;
    top: 0;
    width: 116%;
    height: 2px;
    margin: 2.5% -48% 0% 0% !important;
	animation: 2s move linear alternate infinite;
    transform-origin: right;
}
@keyframes move {
    0% {
        transform: scale(.5)
    }
}
div#sec-3 .row-bg:after {
    content: "";
    background-image: url(https://tafaricharles.com/wp-content/uploads/2024/09/Group-24972.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 76%;
    height: 100%;
}
div#sec-3:before {
    content: "";
    background-image: url(https://tafaricharles.com/wp-content/uploads/2024/09/EP6dH9fWAAAq8KH_fococlipping_removed.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 606px;
    height: 280px;
    margin: 0% -27% -7% 0% !important;
    z-index: 9;
}
a#btn-1 {
    background-image: url(https://tafaricharles.com/wp-content/uploads/2024/09/Group-36-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0px;
    padding: 16px 80px;
    margin: 0px 0px 0px 20px !important;
    position: relative;
    top: -6px;
    background-color: unset !important;
}
/* =========================================== */
div#sec-4 {
    padding-top: 20px !important;
}
div#sec-4 h3 {
    position: relative;
}
div#sec-4 h3:after {
    content: "";
    background-color: #E41818;
    position: absolute;
    left: 0;
    top: 0;
    width: 44%;
    height: 2px;
    margin: 1.5% 0% 0% -50% !important;
	animation: 2s move linear alternate infinite;
    transform-origin: left;
}
@keyframes move {
    0% {
        transform: scale(.5)
    }
}
div#sec-4 .owl-stage-outer {
    width: 100%;
}
div#sec-4in {
    background: #000;
    margin: 0px 60px 0px 0px !important;
    padding: 70px 160px !important;
    position: relative;
    height: 330px !important;
}
div#sec-4in:before {
    content: "";
    background-image: url(https://tafaricharles.com/wp-content/uploads/2024/09/quote-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    height: 95px;
    margin: 30px 0px 0px 30px !important;
	transition: .6s;
	animation: sec-4inbe 7s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes sec-4inbe {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 0;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
div#sec-4in:hover:before {
    background-image: url(https://tafaricharles.com/wp-content/uploads/2024/09/Frame-11.png);
    transition: .6s;
}
div#sec-4in:after {
    content: "";
    background-image: url(https://tafaricharles.com/wp-content/uploads/2024/09/quote-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 95px;
    height: 95px;
    margin: 0px 30px 30px 0px !important;
	transition: .6s;
	animation: sec-4inaf 7s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes sec-4inaf {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 100%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
div#sec-4in:hover:after {
    background-image: url(https://tafaricharles.com/wp-content/uploads/2024/09/Frame-10.png);
    transition: .6s;
}
button.owl-dot.active span {
    width: 20px !important;
}
/* ==================================================== */
div#sec-5 {
    padding: 90px 0px !important;
}
div#sec-5:before {
    content: "";
    background-image: url(https://tafaricharles.com/wp-content/uploads/2024/09/—Pngtree—single-one-line-drawing-of_5137428_fococlipping_removed-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 544px;
    height: 323px;
    margin: -15% 0% 0% -27% !important;
    z-index: 9;
}
div#sec-5 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
div#sec-5 form.tnp-form {
    display: flex;
    width: 60%;
    margin: 0 auto !important;
}
div#sec-5 input.tnp-email {
    background: #323232;
    border-radius: unset !important;
    border: 1px solid #fff;
}
div#sec-5 input.tnp-submit {
    width: 25%;
    border-radius: unset !important;
    border: 1px solid #fff;
    transform: unset !important;
}
/* ================================================== */
div#footer-outer:after {
    content: "";
    background-image: url(https://tafaricharles.com/wp-content/uploads/2024/09/—Pngtree—one-line-drawing-coffee-and_4860676-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 407px;
    height: 296px;
    margin: 0% 0% 3.5% 0% !important;
    z-index: 9;
}
div#footer-widgets .row {
    padding: 60px 0px !important;
}
div#footer-widgets .socliy ul li {
    display: inline-block;
}
div#footer-widgets .socliy ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #323232;
    transition: .5s;
    margin: 0px 1px;
}
div#footer-widgets .socliy ul li:hover i {
    background: #E41818;
    transition: .5s;
    color: #fff;
}
/* ============================================== */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright .ft-rig img {
    margin: 0 !important;
}
div#copyright .ft-rig {
    float: right !important;
}
div#copyright .col.span_5 {
    max-width: 100% !important;
}
div#copyright .ft-lft {
    float: left !important;
}
div#copyright .ft-lft strong {
    color: #E41818;
}
/* ============================================= */
.fa.fa-linkedin:before {
    content: "\f0e1";
    font-family: 'FontAwesome';
}
/* ============================================= */
@media (max-width: 1600px) {
	div#sec-2 .row-bg:after {
    width: 251px;
    height: 172px;
}
	div#sec-3:before {
    width: 486px;
    height: 240px;
    margin: 0% -15% -7% 0% !important;
}
	div#sec-5:before {
    width: 344px;
    height: 253px;
    margin: -11% 0% 0% -14% !important;
}
}
@media (max-width: 1440px) {
	div#necterslider .content:after {
    width: 63%;
}
	div#sec-3:before {
        width: 486px;
        height: 240px;
        margin: 0% -8% -7% 0% !important;
    }
	    div#sec-5:before {
        width: 344px;
        height: 253px;
        margin: -7% 0% 0% -8% !important;
    }
}
@media (max-width: 1366px) {
	div#sec-2 .row-bg:after {
        width: 231px;
        height: 152px;
    }
}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
	div#necterslider a.primary-color {
    padding: 11px 40px !important;
}
	div#necterslider .content:before {
    width: 115%;
    padding: 30px;
    margin: -5% 0% 0% -38% !important;
}
	div#necterslider p {
    font-size: 12px !important;
}
	p {
    font-size: 14px !important;
}
	div#sec-2 p br {
    display: none;
}
	div#sec-2 .row-bg:after {
        width: 121px;
        height: 92px;
    }
	a#btn {
    padding: 11px 40px !important;
    font-size: 14px;
}
	div#sec-3 p br {
    display: none;
}
	div#sec-3:before {
        width: 366px;
        height: 180px;
        margin: 0% -11% -7% 0% !important;
    }
	a#btn-1 {
    padding: 13px 65px;
}
	    div#sec-4in {
        margin: 0px 30px 0px 0px !important;
        padding: 50px 40px 50px 100px !important;
    }
	div#sec-4in:before {
    width: 75px;
    height: 75px;
    margin: 20px 0px 0px 20px !important;
}
	div#sec-4in:after {
    width: 75px;
    height: 75px;
    margin: 0px 20px 20px 0px !important;
}
	div#sec-5 p br {
    display: none;
}
	    div#sec-5:before {
        width: 274px;
        height: 193px;
        margin: -10% 0% 0% -11% !important;
    }
	div#footer-outer:after {
    width: 287px;
    height: 206px;
    margin: 0% 0% 6.5% 0% !important;
}
}
@media (max-width: 912px) {
	#header-outer {
  padding: 20px 0px !important;
}
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 20px !important;
    }
	div#necterslider span.ptxt2 {
    font-size: 25px;
    line-height: 35px;
}
	div#necterslider span.ptxt1 {
    font-size: 15px;
    line-height: 25px;
}
	div#necterslider .content:before {
        width: 115%;
        padding: 30px;
        margin: -5% 0% 0% -27% !important;
    }
	    div#necterslider .content:after {
        width: 50%;
        margin: 12% 0% 0% -50% !important;
    }
	div#necterslider p {
        font-size: 11px !important;
    }
	div#sec-2 {
    text-align: center;
}
	div#sec-2 img {
    margin: 0 auto;
    width: 70%;
}
	div#sec-2 .vc_column-inner {
    margin: 0px 90px;
}
	div#sec-2 h3:after {
    width: 93%;
    margin: 1.5% 0% 0% -50% !important;
}
	div#sec-3 {
    text-align: center;
}
	div#sec-3 {
    padding: 30px 0px !important;
    margin: 0px 0px !important;
}
	div#sec-3 .row-bg:after {
    background-size: cover;
    width: 100%;
}
	div#sec-3 img {
    margin: 0 auto;
    width: 70%;
}
	div#sec-3 .vc_column-inner {
    margin: 0px 90px;
}
	div#sec-3 h3:after {
    width: 80%;
    margin: 1.5% -48% 0% 0% !important;
}
	    div#sec-3:before {
        width: 316px;
        height: 160px;
        margin: 0% -7% -7% 0% !important;
    }
	div#sec-4 {
    padding-top: 40px !important;
}
	div#sec-4 .t-1 {
    text-align: center;
}
	div#sec-4 .owl-stage-outer {
    width: 100%;
}
	div#sec-4in {
        margin: 0px 30px 0px 30px !important;
        padding: 50px 40px 50px 100px !important;
    }
	    div#sec-5:before {
        width: 254px;
        height: 173px;
        margin: -9% 0% 0% -11% !important;
    }
	div#sec-5 .vc_column-inner {
    margin: 0px 90px !important;
}
	div#sec-5 form.tnp-form {
    width: 80%;
}
	div#sec-5 {
    padding: 50px 0px !important;
}
	div#sec-5 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	    div#footer-outer:after {
        width: 217px;
        height: 166px;
        margin: 0% 0% 7.5% 0% !important;
    }
}
@media (max-width: 800px) {
	    div#necterslider p {
        font-size: 10px !important;
    }
	    div#necterslider .content:before {
        width: 120%;
        padding: 20px;
    }
	div#sec-2 .vc_column-inner {
        margin: 0px 50px;
    }
	div#sec-3 .vc_column-inner {
        margin: 0px 50px;
    }
	div#sec-4in {
        margin: 0px 20px 0px 20px !important;
        padding: 50px 40px 50px 100px !important;
    }
	    div#sec-5 .vc_column-inner {
        margin: 0px 50px !important;
    }
	    div#footer-outer:after {
        width: 167px;
        height: 136px;
        margin: 0% 0% 12.5% 0% !important;
    }
	div#copyright .ft-lft {
    float: unset !important;
}
	div#copyright .ft-rig {
    float: unset !important;
    margin-top: 10px;
}
}
@media (max-width: 768px) {
	.swiper-slide .content .buttons {
  padding-top: 0px;
}
	div#necterslider .content::before {
    width: 119%;
    padding: 20px;
  }
div#sec-4in {
    height: 350px !important;
}
}
@media (max-width: 480px) {
	div#header-outer {
    position: relative !important;
    background: #1b1b1b !important;
}
	div#necterslider p {
        display: none;
    }
	div#necterslider h2.ns-heading-el {
    font-size: 22px !important;
    line-height: 27px !important;
}
	    div#necterslider span.ptxt2 {
        font-size: 14px;
        line-height: 25px;
    }
	    div#necterslider span.ptxt1 {
        font-size: 12px;
        line-height: 23px;
    }
	    body .swiper-slide .content .buttons {
        padding-top: 0px;
    }
	    div#necterslider .content::before {
        width: 134%;
        padding: 0px;
        margin: 6% 0% 0% -27% !important;
    }
	    div#necterslider a.primary-color {
        padding: 8px 30px !important;
        font-size: 13px;
    }
	    div#necterslider .content:after {
        margin: 22% 0% 0% -50% !important;
    }
	    div#sec-2 img {
        width: 90%;
    }
	div#sec-2 .vc_column-inner {
        margin: 0px 0px;
    }
	div#sec-2 h3:after {
        margin: 2.5% 0% 0% -50% !important;
    }
	div#sec-3 .vc_column-inner {
        margin: 0px 0px;
    }
	    div#sec-3 img {
        width: 90%;
    }
	div#sec-3 h3:after {
        margin: 2.5% -48% 0% 0% !important;
    }
	    div#sec-3:before {
        width: 156px;
        height: 90px;
    }
	    div#sec-4in {
        margin: 0px 10px 0px 10px !important;
        padding: 50px 30px 40px 30px !important;
    }
	    div#sec-4in:after {
        width: 55px;
        height: 55px;
    }
	    div#sec-4in:before {
        width: 55px;
        height: 55px;
        margin: 0px 0px 0px 5px !important;
    }
	div#sec-4in p {
    line-height: 22px;
}
	    div#sec-5 .vc_column-inner {
        margin: 0px 0px !important;
    }
	    div#sec-5 form.tnp-form {
        width: 90%;
    }
	div#sec-5 input.tnp-submit {
    width: 28%;
}
	    div#sec-5:before {
        width: 164px;
        height: 113px;
        margin: -9% 0% 0% -11% !important;
    }
	div#copyright .col.span_7.col_last {
    display: none;
}
	    div#copyright .ft-lft {
        font-size: 11px;
    }
	    div#footer-outer:after {
        width: 167px;
        height: 136px;
        margin: 0% 0% 21.5% 0% !important;
    }
	div#nav_menu-2 ul li {
    margin: 0px 7px !important;
}
	    a#btn {
        padding: 10px 30px !important;
        font-size: 13px;
    }
    div#sec-4in {
        background: #000;
        margin: 0px 5px 0px 0px !important;
        padding: 50px 30px !important;
        position: relative;
        height: auto !important;
    }
}
@media (max-width: 428px) {
	    div#necterslider h2.ns-heading-el {
        font-size: 20px !important;
        line-height: 25px !important;
    }
	    div#necterslider span.ptxt2 {
        font-size: 13px;
    }
	div#necterslider span.ptxt1 {
        font-size: 11px;
    }
	div#sec-3:before {
        width: 156px;
        height: 90px;
        margin: 0% -6% -13% 0% !important;
    }
	    div#sec-5 input.tnp-submit {
        width: 30%;
    }
	div#footer-outer:after {
        width: 147px;
        height: 116px;
        margin: 0% 0% 24.5% 0% !important;
    }
}
@media (max-width: 414px) {
	    div#sec-3 h3:after {
        margin: 3.5% -48% 0% 0% !important;
        width: 75%;
    }
}
@media (max-width: 390px) {
	    div#necterslider h2.ns-heading-el {
        font-size: 18px !important;
        line-height: 23px !important;
    }
	    div#necterslider span.ptxt1 {
        font-size: 10px;
    }
	    div#necterslider span.ptxt2 {
        font-size: 12px;
        line-height: 25px;
    }
	    div#necterslider a.primary-color {
        padding: 8px 25px !important;
        font-size: 11px;
    }
	    div#sec-4in {
        margin: 0px 10px 0px 10px !important;
        padding: 50px 20px 40px 20px !important;
    }
	p {
        font-size: 13px !important;
    }
	    div#sec-5 form.tnp-form {
        width: 100%;
    }
	div#copyright .ft-lft {
        font-size: 10px;
    }
	    div#sec-5 input.tnp-submit {
        width: 40%;
    }
}
@media (max-width: 375px) {}
@media (max-width: 360px) {}