/*
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
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');
h1,h2,h3,h4,h5 {
    font-family: requiem !important;
}
p,li,a,span,strong{
	font-family: "Inter", sans-serif;
}
body {
    background: url(/wp-content/uploads/2024/12/Group-115-scaled.jpg) !important;
    background-position: center;
    background-size: cover !important;
    background-color: transparent !important;
}
header#top {
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
}
/* default-font */
.sec-head h2 {
    font-size: 50px !important;
    font-weight: 400;
    line-height: 58px !important;
    color: #fff !important;
}

.sec-head p {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
}

.sec-head ul li h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 !IMPORTANT;
    color: #fff !IMPORTANT;
}

.sec-head ul li p {
    font-size: 16px !IMPORTANT;
    font-weight: 400;
    line-height: 23px !important;
}

.sec-head ul li {
    list-style: none;
    margin-bottom: 30px;
}

.sec-btn a {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
    background: #A00019;
    padding: 15px 30px;
    border-radius: 10px;
    border: 2px solid #A00019;
    transition: .5s ease;
}

.sec-btn a:hover {
    background: transparent !important;
    color: #ffffff !important;
    border-color: #fff !important;
}
/* default-font */
/* header */
ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 18px !important;!i;!;
    line-height: 28px !important;!i;!;
    color: #fff !important;!i;!;
    opacity: 1 !IMPORTANT;!;
}

ul.sf-menu.sf-js-enabled.sf-arrows li {
    margin: 0 10px !IMPORTANT;!I;!;
}

#top nav > ul > .button_solid_color > a:before, #header-outer.transparent #top nav > ul > .button_solid_color > a:before {
    padding: 16px 0;
    border-radius: 10px !important;!i;!;!;
    height: 30px !IMPORTANT;!I;!;
}

body.material #header-outer[data-has-buttons=no][data-full-width=false][data-format=default] #top nav>.sf-menu>li[class*=button_]:last-child a {
    padding: 0 30px;
    font-size: 20px !important;!i;!;
    font-weight: 700;
}

/* .video-texture {
    background: #00000091 !important;!i;!;
} */
/* header */
/* section-1 */
div#section-1 {
    padding: 100px 0 !important;
}
/* section-1 */
/* section-2 */
div#section-2 {
    padding: 100px 0 !important;
    position: relative;
}
div#section-2:before {
    position: absolute;
    content: "";
    background: #5A5A5A;
    width: 50%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
div#section-2 h2 {
    width: 60%;
    margin: auto;
}

.sec-2-in {
    border: 1px solid #A0A0A0;
    width: 32% !important;
    margin: 0 auto !important;
    padding: 100px 30px !important;
    text-align: center;
    border-radius: 30px;
    background: #22222280 !important;
    overflow: hidden;
    transition: 0.5s ease;
    position: relative;
}

.sec-2-in h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    color: #FFFFFF;
    margin: 0 !important;
    padding: 15px 0;
}

.sec-2-in p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.sec-2-in:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    background-color: #a0001987;
    transform: scaleX(0);
    transform-origin: right;
}

.sec-2-in:hover:before {
        transform: scaleX(1);
        transform-origin: left;
}

.sec-2-in:hover img {
    filter: brightness(0) invert(1);
}

.sec-2-in:hover h3 {
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.sec-2-in:hover p {
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.sec-2-in img {
    transition: 0.5s ease;
}

.sec-2-in:hover {
    border-color: #a00019c9;
    background: transparent !IMPORTANT;!I;!;
}
/* section-2 */
/* section-3 */
.sec-btn {
    margin-top: 50px;
}

.section-3-in {
    background: #a000194a;
    padding: 100px 10px;
    border-radius: 30px;
}

.section-3-in .sec-head p {
    font-size: 24px !important;!i;!;
    line-height: 28px;
    width: 50%;
    margin: auto;
    padding: 10px 0 21px 0  !IMPORTANT;!I;!;
}

.section-3-in .sec-btn-white a {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
    background: transparent;
    padding: 15px 50px;
    border-radius: 10px;
    border: 2px solid #fff;
    transition: .5s ease;
}
.section-3-in .sec-btn-white a:hover {
    background: #fff;
    color: #a00019;
}
/* section-3 */
/* section-4 */
div#section-4 {
    padding: 100px 0 !important;
}

div#section-4 .sec-4-in {
    background: #22222266;
    border: 1px solid #A0A0A0;
    width: 32%;
    margin: 0 auto !important;!i;!;
    padding: 40px 40px !IMPORTANT;!I;!;
    border-radius: 40px;
}
div#section-4 blockquote.nectar_single_testimonial {
    padding: 0 !IMPORTANT;
}

div#section-4 blockquote.nectar_single_testimonial p {
    padding-top: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
div#section-4 #section-4-in .sec-4-in {
    width: 48%;
}

div#section-4 #section-4-in {
    padding-top: 30px !IMPORTANT;!I;!;
}
div#section-4 .inner {
    display: flex;
    flex-direction: column-reverse;
}

div#section-4 .nectar_single_testimonial .image-icon {
    width: 84px;
    height: 84px;
    position: relative;
}

div#section-4 .nectar_single_testimonial span {
    top: -6px;
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

div#section-4 .nectar_single_testimonial .image-icon:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2024/12/Group-25.png);
    width: 69px;
    height: 13px;
    right: -85px;
    top: 45px;
    background-repeat: no-repeat;
}

div#section-4 h2 {
    width: 50%;
    margin: auto;
    padding-bottom: 40px;
}

div#section-4 .sec-4-in:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2024/12/Group-27.png);
    width: 90px;
    height: 54px;
    top: -25px;
    right: 90px;
    background-repeat: no-repeat;
}
/* section-4 */
/* section-5 */
div#section-5 {
    padding: 50px 0 !IMPORTANT;!I;!;
}

div#section-5 h3.title {font-size: 18px;!;!i;!;line-height: 28px;font-weight: 400;font-family: 'requiem' !IMPORTANT;!I;!;}

div#section-5 h3.title a {
    font-family: 'requiem' !important;!i;!;
    color: #fff !important;!i;!;
}

div#section-5 span.meta-category {
    display: none !important;!i;!;
}

div#section-5 .excerpt {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    position: relative;
}
/* 
div#section-5 .excerpt:before {
    position: absolute;
    content: "Read More";
    bottom: -35px;
    font-size: 18px;
    font-weight: 700;
} */
/* section-5 */
/* section-6 */
div#section-6 {
    padding: 100px 0 !important;!i;!;
}

div#section-6 ul {
    margin: 0;
}

div#section-6 ul li a {
    color: #fff;
}

div#section-6 ul li {
    margin-bottom: 40px;
}

div#section-6 .sec-6-in {
    background: #00000087;
    padding: 80px 40px !IMPORTANT;!I;!;
    border: 1px solid #7B7B7B;
    border-radius: 30px;
}

div#section-6 .sec-6-in input {
    height: 50px !important;!i;!;
    font-size: 13px !important;!i;!;
    font-weight: 400 !important;!i;!;
    line-height: 28px !important;!i;!;
}

div#section-6 .sec-6-in::placeholder {
    color: #686161 !IMPORTANT;!I;!;!i;!;
}

div#section-6 .sec-6-in textarea {
    height: 177px !important;!i;!;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}

div#section-6 button#wpforms-submit-58 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    display: inline-block;
    background: #A00019;
    padding: 15px 30px !important;!i;!;
    border-radius: 10px !important;!i;!;
    border: 2px solid #A00019;
    transition: .5s ease;
    margin-top: 40px;
}
/* section-6 */
/* footer */
div#footer-outer {
    background: #0D0D0D !important;!i;!;
}

div#footer-outer .textwidget p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #FFFFFF;
    width: 90%;
}

ul#menu-social-menu li {display: inline-block;margin: 0 5px;}

ul#menu-social-menu li a i {
    width: 48px;
    height: 48px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #000000 !important;!i;!;
    font-size: 20px;
    transition: .5s ease;
}

ul#menu-social-menu li a i:hover {
    background: #a00019;
    color: #fff !IMPORTANT;!I;!;
}

#footer-outer .widget h4 {
    font-size: 29px;
    font-weight: 500;
    line-height: 40px;
    font-family: oswald !important;!i;!;
    color: #fff;
}

.material #footer-outer .widget li a, .material #sidebar .widget li a, .material .widget li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#footer-outer a:hover {
    color: #ffffff8c !important;!i;!;
}

body #footer-outer #footer-widgets .row {
    border-bottom: 1px solid #fff;
}

#copyright .col.span_5 {
    width: 100% !important;!i;!;
    text-align: center;
}

#footer-outer #copyright p {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #FFFFFF;
}
/* footer */
/* responsive */
@media only screen and (max-width: 1580px) {
ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 16px !important;!i;!;
}

body.material #header-outer[data-has-buttons=no][data-full-width=false][data-format=default] #top nav>.sf-menu>li[class*=button_]:last-child a {
    font-size: 17px !important;!i;!;
}

.sec-head h2 {
    font-size: 40px !important;
    font-weight: 400;
    line-height: 48px !important;
}

.sec-head p {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 25px;
}

.sec-btn a {
    font-size: 18px;
}

.sec-btn {
    margin-top: 30px;
}

.sec-head ul li {
    margin-bottom: 20px;
}

div#section-2 {
    padding: 70px 0 !important;
}

div#section-1 {
    padding: 70px 0 !important;
}

.sec-2-in {
    padding: 60px 15px !important;
}

.sec-2-in h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
}

.sec-2-in p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.section-3-in .sec-head p {
    font-size: 20px !important;
}

.section-3-in .sec-btn-white a {
    font-size: 18px;
}

.section-3-in {
    padding: 70px 10px;
}

div#section-4 blockquote.nectar_single_testimonial p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

div#section-4 .sec-4-in {
    padding: 40px 40px ! IMPORTANT;
}

div#section-5 h3.title {
    font-size: 16px;
    line-height: 26px;
}

div#section-5 .excerpt {
    font-size: 15px;
}

#footer-outer .widget h4 {
    font-size: 25px;
}

.material #footer-outer .widget li a, .material #sidebar .widget li a, .material .widget li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

div#footer-outer .textwidget p {
    font-size: 15px;
}
}


@media only screen and (max-width: 999px) {
div#section-4 .sec-4-in {
    width: 100% !important;
    margin-bottom: 30px !IMPORTANT;
}

div#section-4 #section-4-in {
    padding-top: 0 !important;
}

.sec-2-in {
    width: 100% !important;
    margin-bottom: 20px !important;
}
}
