/*
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{
	--thm-color:#C82027;
	--thm-dark:#1E2432;
	--thm-black:#000000;
}

li#menu-item-6042 a span {
    font-size: 16px;
}

li#menu-item-6042 a::before {
    height: 34px !important;
    padding: 10px 0;
}
.bannerSec .iwithtext {
    display: flex;
    justify-content: left;
    align-items: center;
    order: 1;
    top: -20px;
}

.bannerSec .iwithtext .iwt-icon {
    position: relative;
    order: 1;
}
.bannerSec .iwithtext .iwt-text {
    padding: 0;
    padding-right: 30px;
}

.bannerSec .iwithtext .iwt-icon img {
    width: 100px !important;
    object-fit: contain !important;
}


/* =steps section= */


h2 span.btmBorder {
    border-bottom: 3px solid;
    line-height: 2;
    padding-bottom: 10px;
}

.centerStep::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 25%;
    background: url(http://localhost/oneLane/wp-content/uploads/2024/11/arrow.png);
    width: 140px;
    height: 15px;
    margin: auto;
}

.centerStep {
    position: relative;
}

.centerStep::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 25%;
    background: url(http://localhost/oneLane/wp-content/uploads/2024/11/arrow.png);
    width: 140px;
    height: 15px;
    margin: auto;
    visibility: visible;
}

#scrollingText {
    overflow: hidden; /* Hide the overflow content */
    white-space: nowrap; /* Keep text in a single line */
    position: relative; /* Position for smooth scrolling */
}

#text {
    display: inline-block;
    transform: translateX(0);
    white-space: nowrap;
    will-change: transform; /* Optimize for GPU rendering */
    font-size: 100px;
}

.textRotate {
    display: inline-block;
    margin-right: 30px; /* Add spacing between phrases */
}

.csrArea .box-bg {
    border: 1px solid #fdfdfd !IMPORTANT;!I;!;
    background: #ffffff78 !important;!i;!;
}

.csrArea .nectar-fancy-box {
    background: #FAFAFA;
    border-radius: 10px;
    border: 1px solid #1e24324f;
}

.afterArrow {
    padding: 15px 40px !important;!i;!;
    position: relative;
}

.afterArrow::after {
    content: "";
    position: absolute;
    background: url(http://localhost/oneLane/wp-content/uploads/2024/11/arr-w.png);
    width: 149px;
    height: 51px;
    right: -120%;
    top: -10px;
}
.faqsSec .toggles {
    width: 80%;
    margin: auto;
    padding: 20px 50px;
    background: #dfdfdf;
    border-radius: 10px;
    margin-top: 20px;
}

.faqsSec .toggles h3.toggle-title {}

.globeSection .row-bg.viewport-desktop.using-image {
    background-position: 100% 60% !IMPORTANT;!I;!;
    background-size: contain;
    background-repeat: no-repeat;
}
/* ======testi sec==== */
.testirow .iwithtext {display: flex;padding: 60px 30px;background: #fff;border-top: 25px solid #1E2432;border-radius: 18px;}

.testirow .iwithtext .iwt-icon {
    position: relative;
    top: unset;
}

.testirow .iwithtext .iwt-icon img {
    width: 132px !important;!i;!;!i;!;
    height: 132px !important;!i;!;
}

.testirow .iwithtext .iwt-text {
    padding-left: 20px;
    position: relative;
}

.testirow .iwithtext .iwt-text img.quote {
    position: absolute;
    top: 0;
    width: 30%;
}

.testirow .iwithtext .iwt-text .cArea {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.testirow  button.flickity-button.flickity-prev-next-button {
    bottom: 0px !important;!i;!;
    top: unset !important;!i;!;
    z-index: 999 !important;!i;!;
}
.testirow .nectar-flickity {
    padding-bottom: 120px;
}

.testirow .nectar-flickity button.flickity-button.flickity-prev-next-button.next {
    right: 40%;
    margin: auto;
    left: unset;
}

.testirow .nectar-flickity button.flickity-button.flickity-prev-next-button.previous {
    left: 52%;
}
/* ==contact  */
.home-CF {
    width: 80%;
    margin: auto;
    padding: 30px 0 0;
}

.home-CF .form-field {
    margin-bottom: 30px;
}

.home-CF .form-field .form-control,.home-CF .form-field textarea {
    border-width: 0 0 1px 0 !IMPORTANT;!I;!;
    background: transparent;
}

.home-CF .form-field .frm-btn input {
    width: fit-content;
    background-color: #fff !important;
    font-size: 18px !important;
    /* margin: auto; */
    padding: 10px 30px !IMPORTANT;
    color: var(--thm-dark);
}
.home-CF .form-field .form-control {
    height: 54px;
}
.home-CF .form-field textarea {
    height: 80px;
}
.home-CF .form-field .form-control::placeholder,.home-CF .form-field textarea::placeholder{
	color:#fff;
}

/* ===footer  */

div#footer_sec {}

div#footer_sec ul li a {
    color: #fff;
}

div#footer_sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#footer_sec ul li {
    list-style: none;
}

ul.social_detail {
    display: flex;
    margin-top: 20px !important;!i;!;
}

ul.social_detail li:not(:last-child) {
    margin-right: 20px;
}

ul.social_detail li a {
    background: var(--thm-color);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
ul.footer-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

ul.footer-menu li {
    list-style: none;
}

ul.footer-menu li:first-child {
    border-right: 3px solid;
    padding-right: 50px;
}

ul.footer-menu li a {
    color: #fff;
}
.formBanner .home-CF {
    width: 100%;
}

.formBanner .home-CF .form-field {}

.formBanner .home-CF .form-field .form-control::placeholder,.formBanner .home-CF .form-field textarea::placeholder {
    color: #000;
}

.formBanner .home-CF .form-field .frm-btn input {
    background: #c82027 !important;!i;!;
    color: #fff;
}

/*=======Services Page=========  */
.probSection .pb0 p {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 20px;
}

.probSection p strong {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.probSection .pb0 {
    padding: 50px 0 0;
    position: relative;
    padding-right: 5px;
    height: 240px;
}
.probSection .pb0::after {
    content: "";
    position: absolute;
    width: 1px;
    background: #fff;
    right: 0;
    height: 180px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.probSection .pb0.bNone::after {
	width: 0px;
}
.probSection p {
    font-size: 16px;
    line-height: 26px;
}
.goalRow .wpb_text_column {
    height: 250px;
    display: flex;
    padding-top: 30px;
}

.goalRow .wpb_text_column p {
    font-size: 16px;
    line-height: 26px;
}
.goalRow .wpb_column:hover * {
    color: #fff;
}
.formBanner .home-CF .form-field .form-control {
    height: 30px;
}

.formBanner .home-CF .form-field textarea {
    height: 60px;
}
.trustRow .iwithtext {display: flex;justify-content: center;flex-direction: column;align-items: center;text-align: center;}

.trustRow .iwithtext .iwt-icon {
    position: relative;
}

.trustRow .iwithtext .iwt-text {
    padding: 0;
}


/* Responsive Styling  */

@media only screen and (max-width: 1680px){}
@media only screen and (max-width: 1600px){}
@media only screen and (max-width: 1440px){
	nav ul li.menu-item a {
    	margin: 0px 19px !important;
	}
}
@media only screen and (max-width: 1366px){
	div#footer_sec h3 {
    font-size: 26px !important;
}
	#footer_sec * {
    font-size: 15px !important;
}
	div#footer_sec p {
    font-size: 15px !important;
    line-height: 26px !important;
}
	ul#menu-corporate-4 li {
    margin-bottom: 3px;
}
	ul.sf-menu.sf-js-enabled.sf-arrows li a {
    margin-right: 15px !important;
    margin-left: 15px !important;
}
}
@media only screen and (max-width: 1280px){
	nav ul li.menu-item a {
    	margin: 0px 15px !important;
		font-size: 16px !important;
	}
	span.small-hd {
    font-size: 35px;
    line-height: 55px;
}
	div#pillars-sec .iwithtext .iwt-icon {
    width: 130px;
    height: 130px;
}
.nectar-milestone .number.default,.nectar-milestone .number .symbol-wrap {
    font-size: 50px !important;
}
	#top nav>ul>li>a {
    font-size: 14px !important;
}
	.trustRow .iwithtext .iwt-text h4 {
    font-size: 16px;
    line-height: 24px;
}
	.globeSection .row-bg.viewport-desktop.using-image {
    background-position: 100% 60% !IMPORTANT;
    background-size: cover;
    background-color: #000000;
    background-image: none !important;
   }
	.probSection .pb0::after {
    width: 0;
}
.goalRow .wpb_text_column {
    height: auto;
}
}
@media only screen and (max-width: 1024px){
	span.arabic-text {
    margin-right: 25%;
    font-size: 14px;
}
	div#text-2 {
    display: none;
}
	body[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li a {
    padding: 0 7px !important;
}
	
	.number.default span {
    font-size: 45px;
    line-height: 51px;
}
	
	#milestone .nectar_icon_wrap .nectar_icon{
		width: 80px !important;
		height: 80px !important;
	}
	#milestone .nectar_icon_wrap .nectar_icon i{
		font-size: 40px !important;
	}
	div#milestone .nectar_icon_wrap {
    margin-bottom: 0;
}
	#footer_sec .row_col_wrap_12.col.span_12.light.left .col {
    width: 50% !important;
    margin-bottom: 50px !important;
}

#footer_sec .row_col_wrap_12.col.span_12.light.left {
    justify-content: center !important;
        
}
	.contact-info-box {
    padding-left: 0;
    padding-right: 0;
}
	.inner-hero-bottom .vc_col-sm-12.wpb_column.column_container {
    margin-top: -50px !important;
	text-align:center !important;
}
	.probSection .pb0::after {
    width: 0;
}
}
@media only screen and (max-width: 991px){
	span.arabic-text {
    margin: 0;
    text-align: center;
}
	div#secondsec h3 {
    text-align: center;
}
	.bottom-col {
    margin-bottom: 0 !important;
}
		#footer_sec .row_col_wrap_12.col.span_12.light.left .col {
    width: 100% !important;
    margin-bottom: 30px !important;
}
.globeSection .img-with-aniamtion-wrap {
    max-width: 100% !important;!i;!;
    margin-left: 0 !important;!i;!;
}
	.testirow .nectar-flickity{
		padding-bottom: 0px;
	}
#footer_sec .row_col_wrap_12.col.span_12.light.left {
    justify-content: start !important;
        
}
	.about-row .img-with-aniamtion-wrap {
    text-align: center;
	margin-bottom: 50px !important;
}
	div#contact_form .c-form input.wpcf7-form-control {
    margin-bottom: 0px;
}
	
	div#download-sec * {
    text-align: center !important;
}
}
@media only screen and (max-width: 800px){}
@media only screen and (max-width: 768px){}
@media only screen and (max-width: 690px){
	ul.contact-info span a {
    font-size: 16px !important;
}
	span.arabic-text {
    font-size: 13px;
    margin-bottom: 15px !important;
    display: block;
}
	span.small-hd {
    font-size: 27px !important;
    line-height: 37px !important;
	display: block;
	margin-top: 13px !important;
}
	div#slide-banner img {
    width: 53%;
}
	p br {
    display: none;
}
	div#contact_form .c-form input.wpcf7-form-control {
    margin-bottom: 0px;
    padding: 3px 11px;
}
	.form-row .col {
    margin-bottom: 20px !important;
}
	div#header-secondary-outer {
    display: block !important;
}
	.about-row .img-with-aniamtion-wrap {
    margin-bottom: 20px !important;
}
	.theme-btn {
    padding: 13px 30px !important;
    font-size: 14px !important;
}
		.serv-col img {
    width: 100%;
}
}
@media only screen and (max-width: 480px){
	#milestone .wpb_wrapper {
    margin-bottom: 20px;
}
	div#contact_form .c-form {
    padding: 20px 20px;
}
	div#header-secondary-outer {
    display: none !important;
}
	span.small-hd {
    font-size: 22px !important;
    line-height: 30px !important;
}
	.theme-btn.hero-btn {
    margin-right: 0 !important;
}

	div#testimonials .vc_col-sm-12.wpb_column {
    margin-bottom: 0 !important;
}
}
@media only screen and (max-width: 414px){
	.secondary-header-text {
    padding: 0px !important;
    background: transparent !important;
}
	div#slide-banner .toggles {
    width: 70%;
    text-align: center;
}
}
@media only screen and (max-width: 375px){
	span.arabic-text {
    font-size: 11px;
    margin-bottom: 15px !important;
    display: block;
}
}
@media only screen and (max-width: 360px){}


