/*
Theme Name: guzman Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://guzman.cloudstandly.com/
Author: ThemeNectar
Author URI: https://guzman.cloudstandly.com/
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');






 h4,h5,h6{
font-family: 'Montserrat', sans-serif;
}
a,p,span,li,label{
font-family: 'Montserrat', sans-serif;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 12px;
    margin-top: -100px;
}
 #header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 0px;
    height: 2px;
    background: #b47110;
    border-radius: 100px;
    transition: all 0.3s linear;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:after, 
#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:after {
    width: 100%;
}
/* #header-outer[data-lhe="animated_underline"] #top nav >ul >li >a:before {
    content: "";
    background: #5C9E97;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 18px;
    height: 4px;
    border-radius: 100px;
    transition: all 0.3s linear;
    opacity: 0;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li:hover >a:before,#header-outer[data-lhe="animated_underline"] #top nav >ul >li.current-menu-item >a:before {
    opacity: 1;
}  */
#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-40 >a {
    margin-right: 75px;
}
#header-outer[data-lhe="animated_underline"] #top nav >ul >li >a span:after {
    display: none !important;
}
#header-outer[data-format=centered-menu] #top nav>.buttons li#social-in-menu {
    top: unset;
    left: unset;
    right: 0;
    position: absolute;
    bottom: 0;
}
div#header-space {
    display: none !important;
}
div#header-outer {
    position: absolute;
    top: 0;
    height: 0;
}
#header-outer[data-lhe=animated_underline] #top nav>ul>li#menu-item-43>a span {
    display: flex;
}
#header-outer[data-lhe=animated_underline] #top nav>ul>li#menu-item-43>a span img {
    margin: 0;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    object-fit: cover;
}
div#section1 h1 {
    font-size: 75px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
    width: 75%;
    padding-bottom: 14px;
}

div#section1 p.fir {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    width: 50%;
}

h2 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
p {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}
a.nectar-button.small.regular.accent-color.regular-button {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 48px !important;
    padding: 14px 35px;
}
div#section1 div#second p {
    font-size: 20px;
    font-weight: 700;
    color: #3A3A3A;
}

div#section2 div#second {
    margin-top: 30px;
}
div#section2 p {
    color: #191919;
    font-size: 14px;
}
div#section2 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section2 div#second h2 {
    color: #232D31;
    padding-top: 45px;
    padding-bottom: 20px;
    padding-left: 60px;
}

div#section3 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section3 h2 {
    color: #191919;
}
div#section3 .owl-item .carousel-item {
    margin-right: 25px;
    border-radius: 0;
    padding: 15px 15px;
    background: #FFFFFF;
    box-shadow: 0 0 30px 3px #00000012;
    height: 530px;
}

div#section3 .owl-item .carousel-item h3 {
    color: #232D31;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 34px;
}

div#section3 .owl-item .carousel-item p {
    font-weight: 400;
    color: #000000;
    line-height: 25px;
    font-size: 16px;
}

div#section3 .owl-item .carousel-item p.btnn a {
    display: flex;
    align-items: center;
    color: #232D31;
    font-size: 18px;
    font-weight: 600;
}

div#section3 .owl-item .carousel-item p.btnn a img {
    margin: 0;
    margin-left: 8px;
}
div#section3 .owl-item .carousel-item p:first-child {
    display: flex;
    justify-content: end;
}
div#section3 .owl-item .carousel-item:hover p:first-child{
    filter: brightness(0)invert(1);
}
div#section3 .owl-item .carousel-item:hover {
    background: #B47110;
}
div#section3 .owl-item .carousel-item:hover h3, div#section3 .owl-item .carousel-item:hover p, div#section3 .owl-item .carousel-item:hover p a {
    color: #ffffff;
}
div#section3 .owl-nav.disabled {
    display: inline-block !important;
    margin: 0px !important;
    position: absolute;
    bottom: unset;
    right: unset;
    left: 0;
    top: -25%;
    z-index: 5;
}
div#section3 .owl-nav.disabled button span {
    display: none;
}

div#section3 .owl-nav.disabled button {
    width: 45px;
    height: 45px;
    background-color: #F3F6FF;
    border-radius: 50px !important;
    border: 2px solid #232D31;
    transition: all 0.3s linear;
    color: #191919;
}
div#section3 .owl-nav.disabled button:hover {
    border-color: #ED1C24;
    background: #ED1C24;
}

div#section3 .owl-nav.disabled button.owl-prev:before{
    content: "\f053";
    font-family: FontAwesome;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
div#section3 .owl-nav.disabled button.owl-next:before{
    content: "\f054";
    font-family: FontAwesome;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
div#section3 .owl-nav.disabled button:hover:before {
    color: #fff;
}
div#section3 .wpb_row:nth-child(1) .row_col_wrap_12_inner {
    position: relative;
    z-index: -8;
}
div#section4 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}

div#section1 .content {
    height: 70%;
    width: 94%;
    padding-top: 60px;
}
div#section1 a.slider-down-arrow.no-border {
    content: url(/wp-content/uploads/2024/05/Group-2.png);
    right: 35px;
    left: unset;
    width: 6%;
}
div#section1  ul {
    position: absolute;
    top: 28%;
    left: 0;
    z-index: 32;
    background: #ffffff82;
    width: 3.5%;
    height: 35%;
    padding: 40px 13px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 10px;
    margin: 0;
}

div#section1  ul li {
    list-style: none;
    padding-bottom: 25px;
}

div#section1  ul li i {
    font-size: 21px;
    color: #191919;
}

div#section3 div#first h2 {
    float: right;
}
div#section4 h2 {
    color: #ffffff;
    font-size: 26px;
}

div#section4 ul {
    margin: 0;
}

div#section4 ul li {
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 8px;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 25px;
}
div#section4 ul li:before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    left: 0;
    margin-top: 7px;
}

div#section5 div#fir .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-right: 45px;
}

div#section5 div#fir .con p {
    width: 45%;
    color: #232D31;
    font-size: 16px;
}

div#section5 div#fir .con h4 {
    color: #232D31;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
}

div#section5 h2 {
    color: #232D31;
}

div#section5 div#sec .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 45px;
}
div#section5 div#sec {
    margin-top: 150px;
}
div#section7 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#section7 input[type=email] {
	border-bottom: 1px solid #ffffff !important;
	line-height: 30px;
	color: #ffffff;
	background: #ED1C24 !important;
	font-weight: 500 !important;
	padding: 10px 15px !important;
	width: 100% !important;
	height: 48px;
	border-radius: 0 !important;
	display: flex;
	margin: 0 auto;
	border: unset;
	box-shadow: unset !important;
}
div#section7 input[type=submit]{
	border: unset;
	outline: unset;
	box-shadow: unset;
	color: transparent;
	background-image: url("/wp-content/uploads/2024/05/arrow-down-1-2.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 1px !important;
	height: 0;
	transform: unset !important;
	border-radius: 0px !important;
	background-color: transparent !important;
	float: right;
	margin-top: -47px;
	margin-right: 18px;
}
div#section7 h3{
	color: #232D31;
	font-size: 30px;
	font-weight: 400;
}
div#section7 p{
	color: #232D31;
	padding-top: 8px;
	padding-bottom: 40px;
}
div#section7 input::placeholder { 
	color: #ffffffbd !important; 
}
div#footer-widgets .row {
    padding-top: 50px;
    padding-bottom: 30px;
}

#footer-outer .col.span_3:nth-child(1) {
    width: 40%;
    height: 165px;
    display: flex;
    align-items: end;
}
#footer-outer .col.span_3:nth-child(2){
    width: 14%;
}
#footer-outer .col.span_3:nth-child(3){
    width: 27%;
}
#footer-outer .col.span_3:nth-child(4){
    width: 12%;
}
#footer-outer .widget h3{
    color: #232D31;
    font-weight: 400;
    font-size: 24px;
}
#footer-outer #footer-widgets .col ul li a, #footer-outer #footer-widgets .col ul li {
    font-size: 17px;
    font-weight: 400;
    color: #232D31 !important;
}
div#footer-widgets {
    background: #ffffff;
}

div#block-7 h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
}
#footer-outer #copyright p {
    margin: 0 auto;
    margin-left: 0;
    color: #232D31;
    padding-bottom: 0;
    font-size: 16px;
}

#footer-outer #copyright .col ul.links {
    width: unset;
    float: right;
}

#footer-outer[data-cols="1"] #copyright li a i:after {
    display: none;
}

#footer-outer[data-cols="1"] #copyright li a i {
    color: #ffffff;
}
#footer-outer #copyright li a img {
    width: 17px !important;
    margin: 0 !important;
    filter:brightness(0)invert(1);
}

#footer-outer #copyright li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-outer #copyright li a i {
    color: #232D31;
}


body #footer-outer #copyright {
    background: #ffffff;
}
#footer-outer #copyright .col.span_5 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #232D31;
    padding-top: 20px;
}
#page-header-bg h1 {
    font-size: 60px;
    text-align: center;
    margin-top: 145px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600 !important;
}

div#section7 div#fir {
    margin: 0;
}

div#section7 div#fir img {
    width: 38%;
}

div#section7 div#sec p {
    padding: 0;
}

div#block-9 ul li a i {
    margin-right: 10px;
}

div#section6 img {
	transform: rotate(-1deg);
	margin-top: -21px;
	position: relative;
	z-index: -5;}
div#section3 div#first h4 {
    color: #232D31;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
div#section2 div#first h4 {
    color: #232D31;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}


div#section2 div#first h2 {
    font-size: 60px;
    position: absolute;
    top: -40px;
    right: 0;
    transform: scale(1.7);
    text-transform: uppercase;
    font-weight: 600;
    -webkit-text-stroke: 1px #b471101f;
    color: #ffffff;
}
div#section2 .row-bg-wrap:nth-child(1) .inner-wrap:before {
    position: absolute;
    content: "";
    background: #ED1C24;
    width: 36%;
    height: 6%;
    top: 50%;
    left: 24%;
    z-index: 11;
}

div#section2 div#thr img {
    position: relative;
    z-index: -6;
}
div#section3 .owl-item .carousel-item:hover p.btnn a img {
    filter: brightness(0)invert(1);
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-77 >a {
    background: #ED1C24;
    padding: 12px 25px;
    border-radius: 50px;
    margin-right: -90px;
    margin-left: 60px;
}

#header-outer[data-lhe="animated_underline"] #top nav >ul >li#menu-item-38 >a:after {
    display: none;
}

header#top .container:before {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 86.5%;
    height: 1px;
    top: 41%;
}

a#logo {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    color: #ffffff;
    position: relative;
    top: -50px;
}
div#contact1 .row_col_wrap_12 {
    padding-top: 40px;
    padding-bottom: 40px;
}
div#contact1 br {
    display: none;
}

div#contact1 span.wpcf7-form-control-wrap {
    width: 33%;
    display: inline-block !important;
    padding-right: 10px;
}

div#contact1 span.wpcf7-form-control-wrap[data-name="textarea-299"] {
    width: 100%;
}

div#contact1 input[type="text"],
div#contact1 input[type="email"],
div#contact1 input[type="tel"],
div#contact1 textarea{
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #191919!important;
    box-shadow: unset;
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: #191919;
}
div#contact1 textarea{
    height: 100px;
}

div#contact1 span.wpcf7-form-control-wrap [placeholder="Message"] {
    padding-top: 60px;
}

div#contact1 input[type=submit] {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 13px 32px !important;
    text-transform: capitalize;
    border-radius: 10px !important;
    margin-top: 30px !important;
    display: table;
    margin: 0 auto;
}

div#contact1 .wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

div#contact1 .wpcf7-form .wpcf7-not-valid{
    border-bottom:2px solid red !important;
}

div#contact1  input:focus, 
div#contact1  select:focus, 
div#contact1 textarea:focus {
    border-color: #ED1C24 !important;
}

div#contact1 .wpcf7 .wpcf7-response-output {
    margin-left: 0;
    text-align: center;
    margin-top: 0;
}
header#top::before {
    content: "";
    position: absolute;
    top: 0;
    height: 75%;
    width: 100%;
    transition: all 0.3s linear 0s;
    z-index: 0;
    background-image: linear-gradient(0deg, #232d3100, #232d3180);
}

#header-outer[data-format=centered-logo-between-menu] #top nav>.sf-menu>li#menu-item-40 {
    width: 192px;
}

#header-outer[data-format=centered-logo-between-menu] .col.span_9.col_last {
    padding-left: 100px !important;
}
div#section1 .nectar-slider-wrap[data-full-width="false"][data-button-sizing="regular"] .swiper-slide .button a {
    padding: 18px 36px;
    border-radius: 47px !important;
}
div#section4 .toggle {
    width: 90%;
}


div[data-style="default"] .toggle > .toggle-title a, div[data-style="default"] .toggle > .toggle-title {
    background: #ffffffad;
    font-size: 16px;
    line-height: 1.3;
    color: #191919;
    border-radius: 10px;
}
div#sec-tax-problem h2 {
    font-size: 26px;
}

div#sec-tax-problem p {
    font-size: 16px;
}
div#sec-tax-problem p {
    color: #444;
}

div#sec-tax-problem ul li {
    color: #444;
    font-size: 16px;
    font-weight: 500;
}
#header-outer[data-format=centered-logo-between-menu] #top nav>.sf-menu>li ul {
    position: absolute;
    top: 85px;
}

#top ul.sub-menu li  a span {
    font-size: 14px;
    line-height: 1.2;
}

#header-outer[data-format=centered-logo-between-menu] #top nav>.sf-menu>li#menu-item-188 {}

#header-outer[data-format=centered-logo-between-menu] #top nav>.sf-menu>li#menu-item-188 a {
    background: #ec1d25;
    padding: 10px;
    border-radius: 6px;
}
body {
  font-family: 'Montserrat', sans-serif !important;
}