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

.woocommerce-page .woocommerce-message {
    display: none;
}

.woocommerce-page .woocommerce-info {
    display: none;
}

.woocommerce-page #top a span {
    color: #616161 ! IMPORTANT;
}
div#copyright {
    display: none;
}
#top .row {
    background: #ffffff;
    padding: 5px 32px !IMPORTANT;
    border-radius: 5px;
    margin-top: 9px;
}
#top a span:hover {
    color: #EF0626 !IMPORTANT;
}
#banner h1 {
    transform-origin: left top;
    transform: scale(1.1);
    z-index: 999;
    position: relative;
    font-size: 153px !IMPORTANT;
    line-height: 0.8;
    margin-bottom: 30px;
}

#banner #r2 {
    position: relative;
    z-index: -9;
}


#banner #r2 .main-sec-img {
    transform-origin: top center;
    transform: scale(1.35);
    position: relative;
    top: -90.2px;
    left: -30px;
}

#banner div#r3 img {
    width: 75%;
    margin-bottom: 12px;
}

#sec1 .lat-sec {
    margin-bottom: 0;
}

#sec1 .lat-sec h6 {
    font-size: 25px;
    color: #252525;
    text-transform: uppercase;
}

#banner div#r3  .sig-sec {
    width: 89%;
    left: 12px;
}

#banner div#r3 {
    position: relative;
    top: 69px;
}

#banner .scrl-sec-img {
    position: relative;
    top: 71px;
    left: -40px;
}

#sec1 .c1 {
    margin-top: -14%;
}

#sec1 .c1 .vc_column-inner {
    margin-left: 28%;
}

#banner #r1 {
    position: relative;
    top: -40px;
}

a#btn1 {
    margin: 0;
    font-family: 'Inter';
    font-weight: 600 !important;
    font-size: 16px;
    padding: 16px 27px !important;
    line-height: 1.1;
    border: 1px solid #000000;
    background: transparent !important;
    color: black;
    position: relative;
    overflow: hidden;        /* zaroori */
    z-index: 1;
    transition: color 0.3s ease, border-color 0.3s ease;
}
#btn1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #EF0626;
    opacity:0;
    transform: translateY(100%);   /* neeche chhupa hua */
    transition: transform 0.4s ease;

  
}
#btn1:hover::before {
    transform: translateY(0);  
        opacity:1;/* poora fill */
}

#btn1:hover span {
    color: #fff;
}

#btn1:hover {
    border-color: #EF0626;
}

#sec1 h1 {
    margin-bottom: 23px;
}

#sec1 div#r1 {
    padding-top: 31px;
    border-top: 1px solid #ccc;
    margin-top: 41px;
}

#sec1 div#r1 h5 {
    text-transform: uppercase;
    font-size: 58px;
    line-height: 1.2;
}

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

#sec1 div#r1 a.play_button_with_text.large.nectar_video_lightbox span {
    color: white !important;
    font-family: 'Inter';
}

#sec1 div#r1 h6 {
    color: white !important;
    font-family: 'Inter';
    font-size: 19px;
    text-transform: capitalize;
}

#srl-sec h3 {
    font-size: 40px !IMPORTANT;
    padding: 0 11px;
    margin: 0 6px;
    text-transform: uppercase;
}

#srl-sec h3 img {
    position: relative;
    display: inline-block;
    top: 9px;
    left: 21px;
    width: auto;
}

div#srl-sec {
    margin-top: -6%;
    z-index: -9;
}

#sec2 .row-bg.viewport-desktop.using-image {
    background-size: 91% 28%;
    background-position: 40px 30px!IMPORTANT;
}

#sec2 img {
    transform-origin: center;
    transform: scale(1.5);
    top: -13px;
    left: 50px;
}

#sec2 #r1 .vc_col-sm-6 {
    width: fit-content;
}

#sec2 #r1 .vc_col-sm-6 a#btn1 {margin-left: 17px;}

#sec2 #r1 .vc_col-sm-6 h4 {
    margin-bottom: 0;
}

#sec3 #r1 {
    background: white;
    padding: 31px 10px !IMPORTANT;
    border-radius: 10px;
}

#sec3 .carousel-item {
    margin: 0 12px;
    transition: 0.9s;
}

#sec3 #r1 h4 {
    font-size: 24px !important;
    line-height: 1;
    margin-bottom: 7.4px;
}

#sec3 #r1 p {
    color: #616161;
    margin-bottom: 8px;
}

#sec3 .carousel-item:hover #r1 {
    background: #EF0626;
    transition: 0.9s;
    color: white;
}

#sec3 .carousel-item:hover #r1 p {
    color: white;
}

#sec3 .carousel-item:hover #r1 .qt-sec-img {
    filter: brightness(0) invert(1);
}

div#sec3 .owl-nav {
    display: table !important;
    width: 109%;
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%,-50%);
    margin: 0;
}

div#sec3 .owl-nav button {
    background: #e8ebf000 !important;
    border: unset !important;
    width: 50px;
    border-radius: 40px !important;
    height: 50px !important;
    float: right;
    border: 1px solid #000 !IMPORTANT;
}
div#sec3 .owl-nav button:hover {
    background: #EF0626 !important;
    border-color: #EF0626 !important;
}
div#sec3 .owl-nav button span {
    display: none;
}

div#sec3 .owl-nav button:after {
    content: '\f061';
    font-size: 17px;
    font-family: 'FontAwesome';
    color: black !important;
}

div#sec3 .owl-nav button:hover:after {
    color: white !important;
}

div#sec3 .owl-nav button.owl-prev {
    float: left;
}

div#sec3 .owl-nav button.owl-prev:after {
    content: '\f060';
}

#sec3 #r1::after {
    content: "";
    position: absolute;
    bottom: -15px; 
    left: 50%;
    transform: translateX(-50%);

    width: 0;
    height: 0;

    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white; /* box ka color */
}


#sec3 .carousel-item:hover #r1::after {
    border-top-color: #EF0626 ! IMPORTANT;
 }

#sec3 .cr-sec-img {
    margin-top: 31px;
}


#sec4 .dt-sec {
    text-align: center;
}

#sec4 .dt-sec h4 {
    font-size: 49px;
    margin-bottom: 0;
}

#sec4 .txt-1 h3 {
    font-size: 30px;
    line-height: 1.1;
}

#sec4 .iwithtext {
    margin-bottom: 42px;
}

#sec4 .iwithtext h5 {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400  !important;
    text-transform: capitalize !IMPORTANT;
    line-height: 1;
}

#sec4 .iwithtext img {
    width: 77%;
}

#sec4 .iwithtext .iwt-text {
    margin-left: 20%;
    position: relative;
    top: 12px;
}

#sec4 .iwithtext .iwt-text h6 {
    font-family: 'Forum' !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    font-size: 23px;
    line-height: 1;
}

#sec4 #r1 {
    margin-bottom: 5px;
}

#sec4 a#btn1 {
    position: absolute;
    top: -39rem;
    right: 0;
}

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

#sec5 input.tnp-submit {
    position: absolute;
    right: 7px;
    width: auto;
    top: 6px;
    padding: 16px 33px !IMPORTANT;
    background: white !IMPORTANT;
    border: 1px solid #C6C6C6;
    color: black;
    font-family: 'Inter';
    font-weight: 600 !IMPORTANT;
}

#sec5 input.tnp-email {
    border: 1px solid #C6C6C6;
    border-radius: 50px;
    padding: 19px 28px  !IMPORTANT;
    background: white;
}

#sec5 input.tnp-email::placeholder {
    font-size: 16px;
}

#sec6 .owl-dots {
    display: none;
}

#sec6 img {width: 100%;}

#sec6 .carousel-item {
    margin: 0 5px;
}

#sec6 .hover-wrap {
    margin-bottom: 0;
}

#sec6 .owl-stage-outer {
    overflow: visible;
}

#sec6 .hover-wrap {
padding: 0;
}

#sec6 .hover-wrap .hover-wrap-inner a:before {
content: url(https://devb.onlinetestingserver.com/lance/wp-content/uploads/2026/01/Vector.png);
font-size: 80px;
position: absolute;
z-index: 99;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
opacity: 0;
background-color: #ef06267a;
transition: .9s;
}
#sec6 .hover-wrap .hover-wrap-inner:hover a:before {
opacity: 1 !important;
}

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

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

#footer #f1 ul#menu-social-footer li a i {
    width: 40px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #FFF;
    border-radius: 50px;
}

#footer ul#menu-quick-links {
    margin: 0;
}

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

#footer ul#menu-useful-links li {
    display: inline-block;
    float: right;
    margin-left: 20px;
}

#footer ul#menu-useful-links {
    margin: 0;
}

#footer div#f2 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 15px 0 !IMPORTANT;
    margin-bottom: 10px;
}

#footer div#f3 {
    margin-bottom: 10px;
}

div#footer a:hover {
    color: #EF0626 !IMPORTANT;
}
#sec5 img {
    animation: slowPulse 3s ease-in-out infinite;
}

@keyframes slowPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Apply this to any element */
#banner div#r3 img {
  animation: slowPulse 3s ease-in-out infinite;
}


@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 h1 {
    transform: unset !IMPORTANT;
    transform-origin: unset !IMPORTANT;
    font-size: 89px !IMPORTANT;
    text-align: center;
}

#banner p {
    font-size: 14px;
    text-align: center;
}

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

#banner .scrl-sec-img {
    position: unset;
    margin: 0 auto;
    display: table;
}

#banner div#r3 img {
    margin: 0 auto;
    display: table;
    width: 52%;
    margin-bottom: 30px !important;
}

#banner div#r3 .sig-sec {
    width: 64%;
}

#banner #r2 .main-sec-img {
    transform: unset;
    position: unset !IMPORTANT;
}

#banner div#r3 {
    top: 0;
}

#sec1 .c1 {
    margin-top: 0 !IMPORTANT;
}

#sec1 .c1 .vc_column-inner {
    margin-left: 0 !IMPORTANT;
}

#sec1 .lat-sec h6 {
    color: white !IMPORTANT;
}

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

#sec1 h1 {
    font-size: 65px !IMPORTANT;
}

#sec1 div#r1 h5 {
    font-size: 28px !IMPORTANT;
    line-height: 1.6;
}

#sec1 div#r1 h5 br {
    display: none;
}

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

div#srl-sec {
    margin-top: -2%;
}

#srl-sec h3 img {
    left: 7px;
}

#sec2 img {
    transform: unset !IMPORTANT;
    position: unset !IMPORTANT;
    margin: 0 auto;
    display: table;
}

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

div#sec2 {
    text-align: center;
}

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

#sec3 .owl-dots {
    display: none;
}

div#sec3 {
    padding-bottom: 10px !IMPORTANT;
}

div#sec4 {
    text-align: center;
}

#sec4 .txt-1 h3 {
    font-size: 21px;
    line-height: 1.4;
}

#sec4 p br {
    display: none;
}

#sec4 .iwithtext img {
    width: 100%;
}

#sec4 .iwithtext .iwt-icon {
    position: unset;
}

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

#sec4 a#btn1 {
    position: unset !IMPORTANT;
}

div#sec5 {
    text-align: center;
}

#sec5 h2 {
    font-size: 33px;
    line-height: 1.2;
}

#footer #f1 ul#menu-social-footer {
    float: unset;
}

#footer ul#menu-quick-links li {
    display: block !IMPORTANT;
}

#footer ul#menu-useful-links li {
    float: unset !IMPORTANT;
    margin-left: 0;
    display: block !IMPORTANT;
}

#footer #f3 p {
    font-size: 13px;
}
}
@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) {}