/*
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#top {
    border-bottom: 1px solid #DDDDDD;
}
#top nav > ul > li[class*="button_solid_color"] > a:before, #header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a:before, #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
    height: 36px;
    border-radius: 10px !important;
    filter: drop-shadow(2px 4px 6px #ccc);
}
/* ================================== */
div#revolution-slider {
    margin-bottom: 0px !important;
}
/* ==================================== */
div#scrolling-text-inner.two {
    transform: rotate(-3deg);
    position: relative;
    top: -60px;
    filter: drop-shadow(2px 4px 6px #999);
}
div#scrolling-text-inner.one {
    transform: rotate(3deg);
    filter: drop-shadow(2px 4px 6px #999);
}
div#scrolling-text-inner h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 10px 0px !important;
    gap: 20px;
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    font-weight: 400;
}
div#scrolling-text-inner h2 img {
    margin-bottom: -4px;
}
div#scrolling-text-inner h2 span img {
    padding-right: 30px;
}
/* ==================================== */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#about-inner img {
    width: 100%;
}
/* =================================== */
h4 span {
    background: #F9CD8B;
    padding: 5px 15px !important;
    border-radius: 30px;
}
a#btn {
    border-radius: 10px !important;
    filter: drop-shadow(2px 4px 6px #ccc);
}
/* ========================================= */
div#service {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#service-inner .vc_col-sm-3 .vc_column-inner {
    overflow: hidden;
}
div#service-inner .hover-wrap {
    margin-bottom: 0;
}
div#service-inner .vc_col-sm-3 .t-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    padding: 20px 20px !important;
    background-image: url(https://devu1a.customdev.solutions/edimervalle/wp-content/uploads/2025/11/Rectangle-84.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
}
div#service-inner .vc_col-sm-3 .t-1 h5, div#service-inner .vc_col-sm-3 .t-1 p, div#service-inner .vc_col-sm-3 .t-1 h3 {
    transition: .9s;
    transform: translateY(140px);
}
div#service-inner .vc_col-sm-3:hover .t-1 h5, div#service-inner .vc_col-sm-3:hover .t-1 p, div#service-inner .vc_col-sm-3:hover .t-1 h3 {
    transform: translateY(0px);
    transition: .9s;
}
div#service-inner .vc_col-sm-3 .t-1 h5 a {
    opacity: 1;
    text-decoration: underline;
}
/* ==================================== */
div#fleet {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#fleet-inner img {
    width: 100%;
}
div#fleet-inner ul li::marker {
    color: #E38903;
}
/* ============================== */
div#why-choose {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#why-choose-inner {
    margin-top: 50px !important;
}
div#why-choose-inner .vc_col-sm-3 .vc_column-inner {
    background: #FFEFD8;
    padding: 20px 30px !important;
    border-radius: 10px;
}
div#why-choose-inner h2 {
    width: 90%;
    margin: 0 auto;
}
/* ============================== */
div#gallery {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#gallery .wpb_text_column.wpb_content_element {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ffffff45;
}
div#gallery-inner .hover-wrap-inner:after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fd980259;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    transition: .9s;
    transform: scale(0);
}
div#gallery-inner .hover-wrap-inner:hover:after {
    transition: .9s;
    transform: scale(100%);
}
div#gallery a#btn {
    position: absolute;
    top: 20px;
    right: 0;
}
/* ==================================== */
div#contact {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#contact-inner .clm .vc_column-inner {
    background: linear-gradient(160deg, rgba(253, 152, 2, 1) 0%, rgba(249, 205, 139, 1) 100%);
    padding: 40px 40px !important;
    border-radius: 20px !important;
}
div#gform_fields_1 {
    row-gap: 15px !important;
}
div#contact-inner input::placeholder, div#contact-inner textarea::placeholder, div#contact-inner select option {
    color: #999;
    opacity: 1;
}
div#contact-inner input, div#contact-inner textarea, div#contact-inner select {
    background-color: #FFFFFF;
    border-color: #999;
    border-radius: 5px;
    height: 45px !important;
    color: #999999;
}
div#contact-inner textarea {
    min-height: 150px;
}
div#contact-inner input#gform_submit_button_1 {
    background: #FD9802;
    border-color: #FD9802;
    color: #fff;
    border-radius: 8px !important;
    filter: drop-shadow(2px 4px 6px #ccc);
    padding: 0px 30px !important;
}
div#contact-inner .iwt-icon img {
    width: unset;
}
div#contact-inner .iwithtext .iwt-text h3 {
    margin-bottom: 0px !important;
}
div#contact-inner .iwithtext .iwt-text {
    padding-left: 75px;
    padding-top: 5px;
}
div#contact-inner .iwithtext .iwt-text a {
    color: #fff;
}
/* ===================================== */
div#banner {
    padding: 120px 0px !important;
    margin-bottom: 0px !important;
}
/* ====================================== */
div#newsletter-inner {
    padding: 40px 0px !important;
    border-bottom: 1px solid #333333;
    margin-bottom: 0px !important;
}
div#newsletter-inner form.tnp-form {
    display: flex;
    width: 100%;
}
div#newsletter-inner input.tnp-email {
    background-color: #000;
    border: 1px solid #666666;
    color: #fff;
    border-radius: 10px;
}
div#newsletter-inner input.tnp-email::placeholder {
    color: #fff;
    opacity: 1;
}
div#newsletter-inner input.tnp-submit {
    width: auto;
    padding: 0px 45px !important;
    margin-left: 10px;
    transform: unset !important;
}
/* ==================================== */
div#footer-widgets .row {
   padding: 40px 0px !important;
   border-bottom: 1px solid #333;
}
div#footer-widgets h4 {
    position: relative;
    padding-bottom: 10px;
}
div#footer-widgets h4:before {
    content: "";
    background: #B16529;
    position: absolute;
    width: 110px;
    height: 2px;
    bottom: 0;
animation: 2s move linear alternate infinite;
    transform-origin: left;
}
@keyframes move {
    0% {
        transform: scale(.5)
    }
}
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
   margin: 0 auto;
   display: table;
}
div#custom_html-2 .socliy ul li {
display: inline-block;
}
div#custom_html-2 .socliy ul li i {
   margin: 0px 2px;
   color: #fff !important;
   font-size: 20px;
   height: 40px;
   width: 40px;
   line-height: 40px;
   border-radius: 50px;
	background: #666666;
}
div#custom_html-2 .socliy ul li:hover i {
   background: #FD9802;
   transition: .5s;
}
div#footer-widgets ul#menu-contact-info li {
   margin-bottom: 20px !important;
}
div#footer-widgets ul#menu-contact-info li a {
   position: relative;
   padding-left: 30px !important;
}
div#footer-widgets ul#menu-contact-info li a i {
   width: 20px;
   height: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   left: 0px;
   color: #fff;
   border-radius: 50%;
   font-size: 17px;
	top: 0px;
}
div#footer-widgets ul#menu-contact-info li:hover a i {
   color: #FD9802;
   transition: .9s;
}
/* ==================================== */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright strong {
    color: #FD9802;
}
/* =================================== */
div#testimonial {
    padding: 80px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial-inner {
    margin: 0px 240px !important;
}
div#testimonial-inner img {
    width: 12%;
}
div#testimonial-inner p {
    font-size: 18px;
    line-height: 28px;
}
div#testimonial-inner h5 span.text {
    font-weight: 400 !important;
}
div#testimonial button.owl-dot:nth-child(1):before {
    content: "";
    background-image: url(https://devu1a.customdev.solutions/edimervalle/wp-content/uploads/2025/11/testi-avatar-1.jpg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 999;
}
div#testimonial button.owl-dot:nth-child(2):before {
    content: "";
    background-image: url(https://devu1a.customdev.solutions/edimervalle/wp-content/uploads/2025/11/testi-avatar-2.jpg-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    z-index: 999;
    margin-left: 60px;
}
div#testimonial button.owl-dot:nth-child(3):before {
    content: "";
    background-image: url(https://devu1a.customdev.solutions/edimervalle/wp-content/uploads/2025/11/testi-avatar-3.jpg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 999;
    margin: -10px 50px 0px 0px !important;
}
div#testimonial button.owl-dot:nth-child(4):before {
    content: "";
    background-image: url(https://devu1a.customdev.solutions/edimervalle/wp-content/uploads/2025/11/testi-avatar-5.jpg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 55px;
    z-index: 999;
    margin: 0px 0px 70px 0px !important;
}
div#testimonial button.owl-dot:nth-child(5):before {
    content: "";
    background-image: url(https://devu1a.customdev.solutions/edimervalle/wp-content/uploads/2025/11/testi-avatar-4.jpg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    z-index: 999;
    margin: 0px 130px 0px 0px !important;
}
div#testimonial .owl-dots span {
	display: none;
}

div#fleet-inner h4 span > br {
    display: none;
}
div#why-choose h4 span > br {
    display: none !important;
}
div#gallery h4 span > br {
    display: none;
}

/* ==================================== */
@media (max-width: 1600px){
	.text-lft {
    margin-left: -40px;
}
}
@media (max-width: 1440px){
	.text-lft {
    margin-left: -90px;
}
}
@media (max-width: 1366px){
	
div#service-inner h3 {
    font-size: 14px;
}	
div#why-choose-inner p {
    height: 90px;
}	
	
}
@media (max-width: 1326px){
	
    div#service-inner h3 {
        font-size: 13px;
        line-height: 20px;
    }	
	
}
@media (max-width: 1280px){
	.text-lft {
    margin-left: -70px;
}
	div#banner {
    padding: 100px 0px !important;
}
	div#why-choose-inner .vc_col-sm-3 .vc_column-inner {
    padding: 20px 20px !important;
}
	
div#why-choose-inner h2 {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    font-size: 17px;
}	
	
	
}
@media (max-width: 1080px){
	#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 40px;
}
	.text-lft {
    margin-left: -50px;
}
	p, li a, li {
    font-size: 13px;
    line-height: 23px;
}
	div#about {
    padding: 30px 0px !important;
}
	div#service {
    padding: 30px 0px !important;
}
	div#service-inner .vc_col-sm-3 .t-1 h5, div#service-inner .vc_col-sm-3 .t-1 p, div#service-inner .vc_col-sm-3 .t-1 h3 {
    transition: .9s;
    transform: translateY(130px);
}
	div#fleet {
    padding: 30px 0px !important;
}
	    div#why-choose-inner .vc_col-sm-3 .vc_column-inner {
        padding: 10px 10px !important;
    }
	div#why-choose-inner p {
    min-height: 80px;
}
	div#gallery {
    padding: 30px 0px !important;
}
	div#contact {
    padding: 30px 0px !important;
}
	div#banner {
        padding: 50px 0px !important;
    }
	
	div#about-inner h1 {
    font-size: 24px;
    line-height: 33px;
}
div#contact-inner h1 {
    font-size: 28px;
}	
	
}
@media (max-width: 912px){
	
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    margin: unset;
    display: table;
}	
	div#gallery-inner img {
    width: 100%;
}
	
div#why-choose-inner p {
        min-height: 51px;
    }	
	
    div#about-inner h1 {
        text-align: center;
    }
	
	div#about-inner p {
    text-align: center;
}

div#about-inner a#btn {
    margin: 0 auto;
    display: table !important;
}

div#about-inner h4 {
    text-align: center;
}
div#service h4 {
    text-align: center;
}
	
div#service h1 {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 20px;
}	
	
	
    div#service-inner .vc_col-sm-3 .t-1 h5, div#service-inner .vc_col-sm-3 .t-1 p, div#service-inner .vc_col-sm-3 .t-1 h3 {
        transition: .9s;
        transform: translateY(53px);
    }	
	
}
@media (max-width: 800px){
	
    div#why-choose-inner p {
        height: 60px;
        font-size: 15px;
    }	
	
}
@media (max-width: 768px){}
@media (max-width: 480px){
    div#service h1 {
        font-size: 24px;
    }	
	div#gallery a#btn {
    position: absolute;
    top: 20px;
    right: 0;
    display: none;
}
div#banner h1 {
    font-size: 24px;
}
#footer-outer #copyright p {
    line-height: 22px;
    margin-top: 3px;
    font-size: 10px;
}
	
}
@media (max-width: 428px){
	
div#contact-inner p {
    font-size: 12px;
}	
div#contact-inner h1 {
        font-size: 26px;
    }
	
	    div#banner h1 {
        font-size: 21px;
    }
	    div#contact-inner h1 {
        font-size: 24px;
    }
	
	    div#about-inner h1 {
        font-size: 22px;
        line-height: 33px;
    }
	
	    div#service h1 {
        font-size: 21px;
    }
	
	div#newsletter-inner h1 {
    font-size: 23px;
}
	
	
	
}
@media (max-width: 414px){}
@media (max-width: 390px){
	
    div#contact-inner p {
        font-size: 10px;
    }
	
	div#why-choose h1 {
    font-size: 20px;
}
	
}
@media (max-width: 375px){
	
    div#banner h1 {
        font-size: 19px;
    }	
	
	    div#contact-inner h1 {
        font-size: 21px;
    }
	
	    div#about-inner h1 {
        font-size: 20px;
        line-height: 30px;
    }
	
	    .text-lft {
        margin-left: -30px;
    }
}
@media (max-width: 360px){}



