/*
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
*/
#ftr1 span.cls {
    position: relative;
}

#ftr1 span.cls:before {
    content: '@';
}
#ftr1 span.cls:after{
    content: '.';
}
body.page {
  --scroll-bar-w: 0px !important;
}
h2 {
    margin-bottom: 20px !important;
}
h1, h2, h5, h6 {
	font-family: "PP Neue Montreal" !important;
	font-weight: 400 !important;
}
h3, h4 {
	font-family: "PP Neue Montreal" !important;
	font-weight: 500 !important;
}

body p {
	font-family: "Neue Helvetica" !important;
	font-weight: 300 !important;
}
#top ul li a {
	font-family: "Neue Helvetica" !important;
	font-weight: 300 !important;
}
#top ul li#menu-item-50 a,
#top ul li#menu-item-247 a {
    background: #046378;
    padding: 19px 25px !important;
}
.nectar-button {
    padding: 20px 25px !important;
    font-size: 18px !important;
}
#sec1 .sec1-txt1 p {
    width: 47%;
}
#sec1 .video-color-overlay.row-bg-layer {
    background: #00000091 !important;
}
#sec2 img.img-with-animation.sec2-img2.skip-lazy {
    object-fit: cover;
    height: 565px;
    padding-top: 60px;
}
a#sec2-btn1 {
    margin-top: 40px;
}
#sec2 img.img-with-animation.sec2-img2.skip-lazy {
    object-fit: cover;
    height: 510px;
    padding-top: 60px;
}
#sec1 .sec1-txt1 h1 {
    padding-bottom: 20px;
}
#sec3-inr1 .sec3-txt2 p a img {
    margin: 0;
}

#sec3-inr1 .sec3-txt2 p a {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    color: white;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300 !important;
}
#sec3-inr1 .vc_col-sm-3 .vc_column-inner {
    background: #046378;
    padding: 15px;
    transition: background 0.4s ease;
    height: 100%;
}
/* #sec3-inr1 .vc_col-sm-1\5 .vc_column-inner {
    background: #046378;
    padding: 15px;
    transition: background 0.4s ease;
    height: 100%;
} */

#sec3-inr1 .sec3-txt2 h3 {
    color: white !important;
    font-weight: 400 !important;
}

#sec3-inr1 .sec3-txt2 h4 {
    color: white !important;
    font-weight: 300 !important;
}
#sec3-inr1 .sec3-img1 {
	
}

#sec4-inr1 .sec4-txt2 h5 {
    display: flex;
    gap: 20px;
    align-items: center;
}

#sec4-inr1 .sec4-txt2 h5 > img {
    margin-bottom: 0;
    width: 16px;
    animation: pulseBlink 1.5s infinite ease-in-out;
}

@keyframes pulseBlink {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: .3;
        transform: scale(1.15);
    }
}
#sec4-inr1 {
    padding-top: 100px;
}
#sec3-inr2 .number.default {
    font-family: "PP Neue Montreal";
    font-weight: 500;
    font-size: 90px !important;
	color: #046378 !important;
	position: relative;
}
#sec3-inr2 .number.default::before {
    position: absolute;
    content: "";
    background: url(https://samplelinksweb.com/m-albarran/wp-content/uploads/2026/07/Group-1.webp);
    height: 20px;
    width: 20px;
    top: 0;
    left: -40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: pulseBlink 1.5s infinite ease-in-out;
}

#sec3-inr2 span.symbol {
    font-size: 90px;
	color: #046378 !important;
}
#sec3-inr2 .subject {
    font-family: 'PP Neue Montreal';
    color: #046378 !important;
}
#sec3-inr2 .vc_col-sm-3 .vc_column-inner {
    border-top: 1px solid #00000061;
    padding-top: 40px;
    position: relative;
}
#sec3-inr2 .vc_col-sm-3:not(:last-child) .vc_column-inner::before {
    content: "";
    position: absolute;
    background: #00000061;
    height: 150px;
    width: 1px;
    right: -17px;
    top: 0;
}

#sec3-inr1 .sec3-txt2 {
    position: relative;
    z-index: 9;
}
#sec3-inr1 .col > .vc_column-inner {
	padding-top:280px;
}
#sec3-inr1 .col > .vc_column-inner .img-with-aniamtion-wrap {
    position: absolute;
    top: 15px;
    left: 5%;
    width: 90%;
    transition: 0.7s !important;
    height: 250px;
}
#sec3-inr1 .col > .vc_column-inner:hover .img-with-aniamtion-wrap {
    height: 100%;
    transition: 0.7s;
    top: 0;
    width: 100%;
    left: 0;
}
#sec3-inr1 .col > .vc_column-inner .img-with-aniamtion-wrap > .inner > .hover-wrap, #sec3-inr1 .col > .vc_column-inner .img-with-aniamtion-wrap > .inner > .hover-wrap > .hover-wrap-inner, #sec3-inr1 .col > .vc_column-inner .img-with-aniamtion-wrap > .inner > .hover-wrap > .hover-wrap-inner > .sec3-img1 {
    height: 100%;
    margin: 0;
    transition: 0.7s !important;
}
#sec3-inr1 .sec3-img1 {
	object-fit:cover;
	width:100%;
	transition:0.7s;
}
#sec3-inr1 .col > .vc_column-inner:hover .sec3-img1 {
    opacity: 0.5;
}
/*-------------*/
#sce3 .owl-carousel .carousel-item #sec3-inr1 {
    background: #1f6379;
    padding-top: 0 !important;
}
#sec3-inr1 .sec3-txt2 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}
#sec3-inr1 .sec3-txt2 h3 {
    color: white !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 1.3;
}
/*-----------------*/
#sec5 .sec5li ul {
    margin-left: 0px;
}
#sec5 .sec5li ul li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #6c6c6c80;
    color: #6C6C6C;
}

#sec5 .sec5li ul li:first-child {
    border-bottom: 1px solid #000;
color: #000;
}
#sec5 .sec5li ul {
    margin-left: 0px;
    margin-top: 60px;
}
#sec6 .tab-txt {
    padding: 35px 70px 15px 30px;
}
#sec6 .wpb_wrapper.tabbed.clearfix {
    width: 70%;
    margin: 0 auto;
}
#tab-tab {
    background: white;
}
#sec6 .wpb_content_element h3 {
    font-size: 50px;
    line-height: 60px;
}
#sec6 ul.wpb_tabs_nav.ui-tabs-nav > li.tab-item a {
    padding: 60px 30px;
    font-size: 0;
    background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	transition:0.7s !important;
		opacity:0.5;
}
#sec6 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item.active-tab:nth-child(1) a {
	background-position:center center !important;
	transition:0.7s !important;
}
#sec6 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item.active-tab a {
    padding: 110px 10px;
	opacity:1;
	background-position:right center !important;
	transition:0.7s !important;
}
#sec6 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(1) > a {
    background: url(https://samplelinksweb.com/m-albarran/wp-content/uploads/2026/07/Rectangle-5.webp);
}


#sec6 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(2) > a {
    background: url(https://samplelinksweb.com/m-albarran/wp-content/uploads/2026/07/Rectangle-6.webp);
}


#sec6 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(3) > a {
    background: url(https://samplelinksweb.com/m-albarran/wp-content/uploads/2026/07/Rectangle-4.webp);
}
#sec6 .tabbed > #tab-tab {
    float: right;
    width: 63%;
}
#sec6 .tabbed[data-style*=vertical] .wpb_tabs_nav {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
#sec6 .tab-txt h5 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500 !important;
}
#sec6 .tab-txt h6 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500 !important;
}
#sec7 .col2 .vc_column-inner {
    background: #046378;
    padding: 30px;
}
#sec7 .sec7-txt2 h3 {
    font-size: 53px;
    line-height: 60px;
    color: white;
}
#sec7 .sec7-txt2 p {
    color: white;
}
/* Input */
#sec7 input.wpcf7-form-control.wpcf7-text {
    background: transparent;
    border: 1px solid white;
    border-radius: unset;
    color: #fff;
}

#sec7 input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #fff;
    opacity: 1;
}

/* Select */
#sec7 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background: transparent;
    border: 1px solid white;
    border-radius: unset;
    color: #fff;
}

/* Textarea */
#sec7 textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border: 1px solid white;
    border-radius: unset;
    color: #fff;
}

#sec7 textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #fff;
    opacity: 1;
}
#sec7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: white;
    color: #046378;
    padding: 17px 45px !important;
    font-size: 21px;
}

/* <<<<<<<<<<<<<<About>>>>>>>>>>>>> */
#abt-sect-1 .abt1-txt1 p {
    width: 44%;
}
#abt-3-inr1 .vc_col-sm-3 .vc_column-inner {
    background: #046378;
    padding: 60px 20px;
    transition: all 0.35s ease;
    position: relative;
    border: 1px solid transparent;
    height: 100%;
}

#abt-3-inr1 .vc_col-sm-3 .vc_column-inner:hover {
    background: #057992; /* Hover background */
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

#abt-3-inr1 .abt-3-txt2 h5 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.25;
}
#abt-sect-4 .abt-4-txt1 h5 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 500 !important;
}
#abt-sect-4 .abt-4-txt1 p {
    font-weight: 400 !important;
}
.page-id-14 #sec7 {
    padding-top: 0px !important;
}
/*-------------*/
.ard5-txt1 p {
    width: 50%;
}
/*-------------*/
#ftr1 img.img-with-animation.ftr-logo.skip-lazy {
    width: 22%;
}
#ftr1 h6 {
    font-size: 20px;
    line-height: 40px;
}
#ftr1 .icons1 p {
    display: flex;
    gap: 20px;
    align-items: center;
}
#ftr1 .ftr1-txt1 p {
    width: 80%;
}
#ftr1 ul {
    margin-left: 0px;
}
#ftr1 ul li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
}
#ftr1 input.tnp-email {
    background: transparent;
    border-radius: unset;
    border: unset;
}
#ftr1 form.tnp-form {
    display: flex;
    gap: 0px;
    align-items: center;
    border-bottom: 1px solid white;
    width: 80%;
}
#ftr1 input.tnp-email::placeholder{
	color: white !important;
}
#ftr1 form input.tnp-submit {
    font-size: 0 !important;
    background: url(https://samplelinksweb.com/m-albarran/wp-content/uploads/2026/07/Group-4.webp) center center no-repeat !important;
    background-size: 85% 90% !important;
    background-color: transparent !important;
    border: none !important;
    width: auto;
    height: auto;
    cursor: pointer;
}
#ftr1 form.tnp-form {
    display: flex;
    gap: 0px;
    align-items: center;
}
#ftr1 ul li a:hover {
    color: white;
}

/* MD QR>>>>>>>>>>>> */
/* ==========// Desktop //=========== */
@media (max-width: 1600px) {}
@media (max-width: 1440px) {
#top ul li a {
    font-size: 18px !important;
}   
	a#sec2-btn1 {
        margin-top: 0;
        margin-bottom: 4px;
    }

	body p{
        font-size: 17px !important;
		line-height: 1.5 !important; 
	}
#sec2 img.img-with-animation.sec2-img2.skip-lazy {
    object-fit: cover;
    height: 450px;
    padding-top: 35px;
}
h2 {
    margin-bottom: 20px !important;
    font-size: 65px !important;
    line-height: 75px !important;
}
h1 {
    margin-bottom: 20px !important;
    font-size: 65px !important;
    line-height: 75px !important;
}
a#sec2-btn1 {
    margin-top: 24px;
}
#sec3-inr1 .sec3-txt2 h3 {
    font-size: 22px;
    line-height: 32px;
}
#sec3-inr1 .sec3-txt2 h4 {
    font-size: 15px;
    line-height: 30px;
}
    #sec5 .sec5-img1 {
        object-fit: cover;
        height: 863px;
    }
#sec5 .sec5-txt1 p {
    width: 80%;
}
a#sec5-btn1 {
    margin-top: 20px;
}
#sec6 .wpb_wrapper.tabbed.clearfix {
    width: 81%;
    margin: 0 auto;
}
#sec6 .tabbed[data-style*=vertical] .wpb_tabs_nav {
    gap: 7px;
}
#sec7 textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border: 1px solid white;
    border-radius: unset;
    color: #fff;
    height: 208px;
}
}
@media (max-width: 1366px) {
#top ul li a {
        font-size: 16px !important;
    }
     #sec2 img.img-with-animation.sec2-img2.skip-lazy {
        object-fit: cover;
        height: 420px;
        padding-top: 35px;
    }
	
    body p {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
#sec3-inr2 .number.default {
    font-size: 70px !important;
}
#sec3-inr2 span.symbol {
    font-size: 70px;
    color: #046378 !important;
}
    h2 {
        margin-bottom: 20px !important;
        font-size: 60px !important;
        line-height: 72px !important;
    }

    #sec5 .sec5-img1 {
        object-fit: cover;
        height: 844px;
    }
	    a#sec2-btn1 {
        margin-top: 15px;
    }
#ftr1 h6 {
    font-size: 19px;
    line-height: 39px;
}
}
@media (max-width: 1300px) {

    #sec3-inr1 .sec3-txt2 h3 {
        font-size: 20px;
        line-height: 30px;
    }
      a#sec2-btn1 {
        margin-top: 15px;
    }
    #sec2 img.img-with-animation.sec2-img2.skip-lazy {
        object-fit: cover;
        height: 394px;
        padding-top: 25px;
    }
    body p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
#sec1 {
    padding-top: 460px !important;
}
#abt-sect-1 {
    padding-top: 460px !important;
}
    #ard-sec1 {
        padding-top: 250px !important;
    }
#sec3-inr2 .number.default::before {
    height: 15px;
    width: 15px;
    top: 0;
    left: -40px;
}
    #sec5 .sec5-img1 {
        object-fit: cover;
        height: 830px;
    }
#sec6 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item.active-tab a {
    padding: 105px 10px;
}
    #sec7 textarea.wpcf7-form-control.wpcf7-textarea {
   
        height: 193px;
    }
#ftr1 .ftr1-txt1 p {
    width: 90%;
}
#sec7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: white;
    color: #046378;
    padding: 17px 45px !important;
    font-size: 16px;
}
.nectar-button {
    padding: 20px 25px !important;
    font-size: 16px !important;
}
}
@media (max-width: 1280px) {
    #top ul li a {
        font-size: 14px !important;
    }
        h1 {
        margin-bottom: 0px !important;
        font-size: 50px !important;
        line-height: 65px !important;
    }
    #sec2 img.img-with-animation.sec2-img2.skip-lazy {
        object-fit: cover;
        height: 389px;
        padding-top: 25px;
    }
    #sec3-inr1 .sec3-txt2 h3 {
        font-size: 18px;
        line-height: 28px;
    }
    #sec3-inr1 .sec3-txt2 h4 {
        font-size: 14px;
        line-height: 26px;
    }
    #sec3-inr2 .number.default {
        font-size: 50px !important;
    }
    #sec3-inr2 span.symbol {
        font-size: 50px;
        color: #046378 !important;
    }
    #sec3-inr2 .number.default::before {
        height: 15px;
        width: 15px;
        top: 17px;
        left: -40px;
    }
    h2 {
        margin-bottom: 20px !important;
        font-size: 50px !important;
        line-height: 60px !important;
    }
    a#sec2-btn1 {
        margin-top: 0px !important;
        margin-bottom: 0px;
    }
	#sec2 .sec2-txt2 {
    margin-bottom: 10px;
}
    #sec2 img.img-with-animation.sec2-img2.skip-lazy {
        object-fit: cover;
        height: 384px;
        padding-top: 25px;
    }
    #sec5 .sec5-img1 {
        object-fit: cover;
        height: 805px ;
    }
    #sec7 textarea.wpcf7-form-control.wpcf7-textarea {
        height: 170px;
    }
}
@media (max-width: 1226px) {
    #ftr1 .ftr1-txt1 p {
        width: 97%;
    }
    #sec7 textarea.wpcf7-form-control.wpcf7-textarea {
        height: 156px;
    }
	    #sec2 img.img-with-animation.sec2-img2.skip-lazy {
        height: 367px;
   
    }

#sec6 ul.wpb_tabs_nav.ui-tabs-nav > li.tab-item a {
    padding: 66px 30px;
}

#sec6 .wpb_content_element h3 {
    font-size: 35px;
    line-height: 45px;
}
}
@media (max-width: 1024px) {
#sec3-inr2 .vc_col-sm-3:not(:last-child) .vc_column-inner::before {
    content: "";
    position: absolute;
    background: #00000061;
    height: 150px;
    width: 1px;
    right: -10px;
    top: 0;
}
	    a#sec2-btn1 {
        margin-top: 27px !important;
        margin-bottom: 6px;
    }

    #sec3-inr1 .sec3-txt2 h3 {
        font-size: 14px;
        line-height: 26px;
    }
    #sec3-inr1 .sec3-txt2 h4 {
        font-size: 12px;
        line-height: 24px;
    }
    #sec6 ul.wpb_tabs_nav.ui-tabs-nav > li.tab-item a {
        padding: 75px 30px;
    }
    body p {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
    #sec2 img.img-with-animation.sec2-img2.skip-lazy {
        object-fit: cover;
        height: 290px;
        padding-top: 25px;
    }
	#ftr1 ul#menu-contact-info li a {
    font-size: 12px;
}
	#sec3-inr2 .subject {
    font-size: 14px;
}
	#abt-3-inr1 .abt-3-txt2 h5 {
    font-size: 20px;
}
	
}

/* ==========// Mobile //=========== */
@media (max-width: 820px) {
#abt-sect-4 .abt-4-txt1 h5 {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500 !important;
}
	#sec3-inr2 .subject {
    font-size: 14px;
}
	#sec3-inr2 .subject {
    font-size: 14px;
}
	.ard5-txt1 p {
    width: 100%;
}

#abt-sect-3 {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}
	#abt-sect-1 .abt1-txt1 p {
    width: 100%;
}
	div#abt-3-inr1 .vc_col-sm-3 {
    margin-bottom: 10px;
    height: unset;
}
    #sec1 {
        padding-top: 110px !important;
        text-align: center;
    }
#ard-sec1 {
        padding-top: 110px !important;
        text-align: center;
    }
#abt-3-inr1 .abt-3-txt2 h5 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
}
#abt-sect-2 {
    padding-bottom: 0px !important;
    padding-top: 40px !important;
}
.page-id-19 #abt-3-inr1 {
    padding-bottom: 20px;
}
    #abt-sect-1 {
          padding-top: 110px !important;
        text-align: center;
    }
#sec1 .sec1-txt1 p {
    width: auto;
}
.nectar-button {
        padding: 15px 15px !important;
        font-size: 14px !important;
    }
    h1 {
        margin-bottom: 0px !important;
        font-size: 30px !important;
        line-height: 40px !important;
    }
    h2 {
        margin-bottom: 20px !important;
        font-size: 30px !important;
        line-height: 40px !important;
    }
#sec2 {
    text-align: center;
}
    #sec2 img.img-with-animation.sec2-img2.skip-lazy {
        object-fit: cover;
        height: unset;
        padding-top: 25px;
        width: 100%;
    }
    body p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }
#sec2 .sec2-txt2 {
    margin-bottom: 5px;
}
    #sec2 img.img-with-animation.sec2-img2.skip-lazy {
        object-fit: cover;
        height: unset;
        padding-top: 15px;
        width: 100%;
    }
#sec2 {
    text-align: center;
    padding-bottom: 0px !important;
}
#sce3 p > br {
    display: none;
}
#sce3 .sec3-txt1 {
    margin-bottom: 0px;
}
#sec3-inr1 .vc_col-sm-3 {
    margin-bottom: 13px;
}
    #sec3-inr2 .vc_col-sm-3:not(:last-child) .vc_column-inner::before {
     display: none;
    }
#sec3-inr2 .vc_col-sm-3 .vc_column-inner {
    border-top: unset;
    padding-top: unset;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #00000061;
}
#sec4 {
    text-align: center;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}
#sec4-inr1 .sec4-txt2 h5 {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
#sec4-inr1 {
    padding-top: 40px;
}
#sec5 {
    text-align: center;
}
#sec5 .sec5-txt1 p {
        width: 100%;
    }

#sec5 .sec5li ul li:first-child {
    border-bottom: 1px solid #000;
    color: #000;
    text-align: center !important;
}
#sec5 .sec5li ul {
    margin-left: 0px;
    margin-top: 10px;
}
    #sec5 .sec5-img1 {
        object-fit: unset;
        height: auto;
    }
#sec6 .wpb_wrapper.tabbed.clearfix {
    width: 100% !important;
}
     #sec6 ul.wpb_tabs_nav.ui-tabs-nav > li.tab-item a {
        padding: 72px 30px !important;
    }
#sec6 .tab-txt h5 {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500 !important;
}
#sec6 .tab-txt h6 {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500 !important;
}
.row.roww-2 {
    padding: 0px;
}
.row.roww-1 {
    padding: 0px;
}
.row.roww-3 {
    padding: 0px;
}
#ftr1 {
    text-align: center;
}
#ftr1 form.tnp-form {
    width: 100%;
	justify-content: center;
}
#ftr1 .icons1 p {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
#ftr1 img.img-with-animation.ftr-logo.skip-lazy {
    width: 11%;
    display: table;
    margin: 0 auto;
}
#sec7 {
    padding-bottom: 0px !important;
}
    #sec7 input.wpcf7-form-control.wpcf7-submit.has-spinner {
        background: white;
        color: #046378;
        padding: 14px 24px !important;
        font-size: 16px;
    }
#sec4 .sec4-txt1 br {
    display: none;
}

}
@media (max-width: 800px) {}
@media (max-width: 768px) {
#sec6 .tabbed > #tab-tab {
    float: right;
    width: 100%;
}
#sec6 .tabbed[data-style*=vertical] .wpb_tabs_nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 17px;
}
#sec6 .tabbed[data-style*=vertical] .wpb_tabs_nav > li.tab-item {
    width: 33%;
}
#sec6 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item:nth-child(2) > a {
    background: url(https://samplelinksweb.com/m-albarran/wp-content/uploads/2026/07/Rectangle-6.webp);
    background-position: center !important;
}
#sec6 .tab-txt {
    padding: 20px !important;
}
#sec6 .sec6-txt1 p br {
    display: none;
}
}
@media (max-width: 480px) {}
@media (max-width: 428px) {
    h2 {
        margin-bottom: 20px !important;
        font-size: 27px !important;
        line-height: 36px !important;
    }
	#abt-sect-1 .abt1-txt1 p {
    width: 100%;
}
    #sec6 .wpb_content_element h3 {
        font-size: 24px;
        line-height: 34px;
    }
#sec7 .sec7-txt2 h3 {
    font-size: 34px;
    line-height: 40px;
    color: white;
}
#sec7 .sec7-txt2 p br {
    display: none;
}
.row.roww-4 {
    padding: 0px;
}
.row.roww-5 {
    padding: 0px;
}
}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}
