:root {

    --whitergba10: rgba(255, 255, 255, 1.0);
    --whitergba9: rgba(255, 255, 255, 0.9);
    --whitergba8: rgba(255, 255, 255, 0.8);
    --whitergba7: rgba(255, 255, 255, 0.7);
    --whitergba6: rgba(255, 255, 255, 0.6);
    --whitergba5: rgba(255, 255, 255, 0.5);
    --whitergba4: rgba(255, 255, 255, 0.4);
    --whitergba3: rgba(255, 255, 255, 0.3);
    --whitergba2: rgba(255, 255, 255, 0.2);
    --whitergba1: rgba(255, 255, 255, 0.1);
    --whitergba0: rgba(255, 255, 255, 0.0);

    --blackrgba10: rgba(0, 0, 0, 1.0);
    --blackrgba9: rgba(0, 0, 0, 0.9);
    --blackrgba8: rgba(0, 0, 0, 0.8);
    --blackrgba7: rgba(0, 0, 0, 0.7);
    --blackrgba6: rgba(0, 0, 0, 0.6);
    --blackrgba5: rgba(0, 0, 0, 0.5);
    --blackrgba4: rgba(0, 0, 0, 0.4);
    --blackrgba3: rgba(0, 0, 0, 0.3);
    --blackrgba2: rgba(0, 0, 0, 0.2);
    --blackrgba1: rgba(0, 0, 0, 0.1);
    --blackrgba0: rgba(0, 0, 0, 0.0);

    /* LIGHT BLUE */
    --lblue1: #008c69;
    --lblue2: #007155;
    --lblue3: #00543f;
    --lbluergba0: rgba(0,113,85, 0.0);
    --lbluergba1: rgba(0,113,85, 0.1);
    --lbluergba2: rgba(0,113,85, 0.2);
    --lbluergba3: rgba(0,113,85, 0.3);
    --lbluergba4: rgba(0,113,85, 0.4);
    --lbluergba5: rgba(0,113,85, 0.5);
    --lbluergba6: rgba(0,113,85, 0.6);
    --lbluergba7: rgba(0,113,85, 0.7);
    --lbluergba8: rgba(0,113,85, 0.8);
    --lbluergba9: rgba(0,113,85, 0.9);
    --lbluergba10: rgba(0,113,85, 1.0);


    /* DARK BLUE */
    --dblue1: #88d431;
    --dblue2: #76b72a;
    --dblue3: #649c24;
    --dbluergba0: rgba(118,183,42, 0.0);
    --dbluergba1: rgba(118,183,42, 0.1);
    --dbluergba2: rgba(118,183,42, 0.2);
    --dbluergba3: rgba(118,183,42, 0.3);
    --dbluergba4: rgba(118,183,42, 0.4);
    --dbluergba5: rgba(118,183,42, 0.5);
    --dbluergba6: rgba(118,183,42, 0.6);
    --dbluergba7: rgba(118,183,42, 0.7);
    --dbluergba8: rgba(118,183,42, 0.8);
    --dbluergba9: rgba(118,183,42, 0.9);
    --dbluergba10: rgba(118,183,42, 1.0);




    /* SUPPORT BLUE */
    --sblue2sys: #074c7e;
    --sbluergba10sys: rgba(7, 76, 126, 1.0);
    --syellow2: #fc0;
    --sred2: #e93f33;
    --sysblue: #007bff;
    --sysblue2: #0c4bc6;
    --developer: #24519E;
    --developerhover: #47BBEA;


    /* ORANGE */
    --orange1: #2a2a2a;
    --orange2: #1a1a1a;
    --orange3: #000000;
    --orangergba1: rgba(26, 26, 26, 0.1);
    --orangergba2: rgba(26, 26, 26, 0.2);
    --orangergba3: rgba(26, 26, 26, 0.3);
    --orangergba4: rgba(26, 26, 26, 0.4);
    --orangergba5: rgba(26, 26, 26, 0.5);
    --orangergba6: rgba(26, 26, 26, 0.6);
    --orangergba7: rgba(26, 26, 26, 0.7);
    --orangergba8: rgba(26, 26, 26, 0.8);
    --orangergba9: rgba(26, 26, 26, 0.9);
    --orangergba10: rgba(26, 26, 26, 1.0);


    --base-color: #007155;
    --dark-gray: #212b23;
    --medium-gray:#3c3c3c;
    --primary-font: 'Nunito Sans', sans-serif;
    --alt-font: 'Inter', sans-serif;



    --greenhover: #1f8035;
    --Whats1: #25d366;
    --whatsbg: #eefbef;
    --whatstx: #3cc13f;
    --Whats2: #128c7e;
    --Whatsrgba: rgba(37, 211, 102, 0.5);
    --Whatsrgba2: rgba(37, 211, 102, 0.2);
    --Whatsrgba3: rgba(18, 140, 126, 0.5);

    --f1f1f1: #f1f1f1;
    --f2f2f2: #f2f2f2;
    --f4f4f4: #f4f4f4;
    --eeeeee: #eeeeee;
    --cccccc: #cccccc;
    --ececec: #ececec;
    --black: #000;
    --gray1: #111;
    --gray2: #222;
    --gray3: #333;
    --gray4: #444;
    --gray5: #555;
    --gray6: #666;
    --gray7: #777;
    --gray8: #888;
    --gray9: #999;









}




::selection {
    background-color: var(--lblue2);
    color: var(--dblue2);
}

-webkit-::selection {
    background-color: var(--lblue2);
    color: var(--dblue2);
}

::-moz-selection {
    background-color: var(--lblue2);
    color: var(--dblue2);
}


::-webkit-scrollbar {
    padding-right: 4px;
    width: 15x;
    background: var(--dark-gray);
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--dblue2);
    border: 5px solid var(--dark-gray);
}

::-webkit-scrollbar-thumb:focus,
::-webkit-scrollbar-thumb:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}


/* reset */
body {
    font-size: 17px;
    line-height: 1.2;
}
/* header */
header .navbar-brand img {
    max-height:110px;
}

header.sticky .navbar-brand img {
    max-height:75px;
}


.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #8cdb32, #76b72a, #003326, #00543f, #007155);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #007155, #00543f, #8cdb32);
}
/* bg transparent color */
.bg-base-color-transparent {
    background-color: rgba(0,113,85,.8);
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 25px}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
    height: 9px;
}
/* tag */
.tag-cloud a {
    padding-top: 5px;
    padding-bottom: 9px;
}
/* blog comment */
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}
.right-minus-45px {
    right: -45px;
}
/* footer */
footer .footer-logo img {
    max-height: 26px;
}
footer ul li {
    margin-bottom: 7px;
}
.footer-dark a:hover {
    color: var(--white);
}
/* model popup */
.mfp-bg {
    background: #000000;
    opacity: 0.7;
}
/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sticky-wrap.shadow-in {
        left: 35px;
    }
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }
    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 46px;
    }
}


.btn-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #007155, #76b72a, #007155);
    background-size: 200% auto;
    color: var(--white);
}





.dropdown-menu svg {
  position: relative;
  top: 0px;
  margin-right:5px;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  stroke-width: 0;
  fill: var(--white) !important;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


@media (max-width: 991px) {
    header .navbar-brand {
        padding:9px 0;
    }
    header.sticky .navbar-brand {
        padding: 5px 0;
    }
    header .navbar-brand img {
        max-height:100px;
    }

    header.sticky .navbar-brand img {
        max-height:75px;
    }


}

header .bg-gradient-transparent {
    background: linear-gradient(0deg,var(--whitergba0) 50%,var(--whitergba10) 100%) !important;
}
header.sticky.bg-gradient-transparent {
    background: #fc0
}

.auto-container {
    position: static;
    width: 100%;
    max-width: 1450px;
    padding: 0px 15px;
    margin: 0 auto;
}



.btn.btn-lblue {
    background-color: var(--lblue2);
    color: var(--white);
}
.btn.btn-lblue:hover, .btn.btn-lblue:active {
    background-color: transparent;
    border-color: var(--lblue2);
    color: var(--lblue2);
}




.btn.btn-dblue {
    background-color: var(--dblue2);
    color: var(--white);
}
.btn.btn-dblue:hover, .btn.btn-dblue:active {
    background-color: transparent;
    border-color: var(--dblue2);
    color: var(--dblue2);
}

.iconService svg {
    position: relative;
    width: 75px;
    height:75px;
    fill: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.iconProduct svg {
    position: relative;
    width: 75px;
    height:75px;
    fill: var(--dblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.cta h6 {
    font-size: 1.25rem;
    line-height: 1.36rem;
}

footer .footer-logo img {
    max-height:95px;
}
footer .btn {
    color:var(--white)
}





.copyright p {
    color: var(--white);
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0px;
}

.copyright a {
    color: var(--dblue1);
    font-size: 14px !important;
}

.copyright a:focus,
.copyright a:hover {
    color: var(--white);
}

.copyright a svg {
    position: relative;
    top: 0px;
    width: 75px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    margin-left: 10px;
    fill: var(--white) !important;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}


.copyright a:hover svg {
    fill: var(--developerhover) !important;
}

.footer-dark p,
.footer-dark a{
    color:var(--white);
}
.footer-dark a:focus,
.footer-dark a:hover{
    color:var(--dblue1);
}

.text-color-dblue{
    color:var(--dblue1) !important;
}
.text-color-lblue{
    color:var(--lblue1) !important;
}



/* SUPPORT BUTTONS */
.special-btn{
    background: var(--Whats1);
    background: -moz-linear-gradient(-45deg,  var(--Whats1) 0%, var(--Whats2) 82%);
    background: -webkit-linear-gradient(-45deg,  var(--Whats1) 0%,var(--Whats2) 82%);
    background: linear-gradient(135deg,  var(--Whats1) 0%,var(--Whats2) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--Whats1)', endColorstr='var(--Whats2)',GradientType=1 );


    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius:  50px;
    color: var(--white);
    display: table;
    height:50px;
    min-width: 50px;
    text-align: center !important;
    z-index: 999;
    bottom:120px;
    right: 5px;
    position: fixed;
    overflow:hidden;
    -webkit-box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
    -moz-box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
    box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
}
.special-btn svg{
    position:relative;
    left:5px;
    top:10px;
    width:28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 1.5;
    fill: var(--white);
}

.special-btn:hover{
    color: var(--white);
    background-color: var(--dblue2);
    padding: 0 20px;
    -webkit-box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
    -moz-box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
    box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
}
.special-btn span{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -9px;
    opacity: 0;
    line-height: 50px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    text-transform:uppercase;
    font-weight:600;

}
.special-btn:hover span{
    opacity:1;
    left:0px;
    letter-spacing:0px;
    padding-left:10px;
}



.special-btn-two{
    background: var(--dblue2);
    background: -moz-linear-gradient(-45deg,  var(--lblue1) 0%, var(--lblue3) 82%);
    background: -webkit-linear-gradient(-45deg,  var(--lblue1) 0%,var(--lblue3) 82%);
    background: linear-gradient(135deg,  var(--lblue1) 0%,var(--lblue3) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--lblue1)', endColorstr='var(--lblue3)',GradientType=1 );


    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius:  50px;
    color: var(--white);
    display: table;
    height:50px;
    min-width: 50px;
    text-align: center !important;
    z-index: 999;
    bottom:60px;
    right: 5px;
    position: fixed;
    overflow:hidden;
    -webkit-box-shadow: 0px 10px 15px 0px var(--lbluergba3);
    -moz-box-shadow: 0px 10px 15px 0px var(--lbluergba3);
    box-shadow: 0px 10px 15px 0px var(--lbluergba3);
}
.special-btn-two svg{
    position:relative;
    left:0px;
    top:10px;
    width:28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 1.5;
    fill: var(--white);
}

.special-btn-two:hover{
    color: var(--white);
    background-color: var(--dblue2);
    padding: 0 20px;
    -webkit-box-shadow: 0px 10px 15px 0px var(--lbluergba3);
    -moz-box-shadow: 0px 10px 15px 0px var(--lbluergba3);
    box-shadow: 0px 10px 15px 0px var(--lbluergba3);
}
.special-btn-two span{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -9px;
    opacity: 0;
    line-height: 50px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    text-transform:uppercase;
    font-weight:600;

}
.special-btn-two:hover span{
    opacity:1;
    left:0px;
    letter-spacing:0px;
    padding-left:10px;
}



.btnRightFooter {
    position: fixed;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 0px solid var(--white);
    right: 5px;
    z-index: 999;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    font-size: 28px;
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
    box-shadow: 0px 5px 25px 0px var(--blackrgba3);
}

.btnRightFooter:before {
    position: absolute;
    top: 22.5px;
    left: 22.5px;
    display: block;
    height: 2px;
    width: 2px;
    background: var(--whitergba0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: " ";
    z-index: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

.btnRightFooter:hover:before,
.btnRightFooter:focus:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--whitergba10);
}


.btnRightFooter svg {
    position: relative;
    left: 0px;
    top: 3px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 1.5;
    /*stroke: var(--white);*/
    fill: var(--white);
}


.btnRightFooter span {
    position: relative;
    z-index: 2
}

.whatsappFooter {
    bottom: 170px;
    color: var(--white);
    background: var(--Whats1);
    -webkit-box-shadow: 0px 10px 15px 0px var(--Whatsrgba);
    -moz-box-shadow: 0px 10px 15px 0px var(--Whatsrgba);
    box-shadow: 0px 10px 15px 0px var(--Whatsrgba);
}

.whatsappFooter:focus span,
.whatsappFooter:hover span {
    color: var(--white);
}

.whatsappFooter:hover:before,
.whatsappFooter:focus:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--Whats2);
}


.phoneFooter {
    bottom: 170px;
    color: var(--white);
    background: var(--lblue2);

}


.phoneFooter:focus span,
.phoneFooter:hover span {
    color: var(--white);
}

.phoneFooter:hover:before,
.phoneFooter:focus:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--lblue3);
}


.emailFooter {
    bottom: 120px;
    color: var(--white);
    background: var(--lblue2);
}

.emailFooter:focus span,
.emailFooter:hover span {
    color: var(--white);
}

.emailFooter:hover:before,
.emailFooter:focus:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--lblue3);
}


.mapsFooter {
    bottom: 220px;
    color: var(--white);
    background: var(--lblue2);

}

.mapsFooter:focus span,
.mapsFooter:hover span {
    color: var(--white);
}

.mapsFooter:hover:before,
.mapsFooter:focus:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--lblue3);
}


.wazeFooter {
    bottom: 270px;
    color: var(--white);
    background: var(--lblue2);

}

.wazeFooter:focus span,
.wazeFooter:hover span {
    color: var(--white);
}

.wazeFooter:hover:before,
.wazeFooter:focus:before {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--lblue3);
}




.show-item {
    visibility: visible;
}

.hidden-item {
    visibility: hidden;
    display: none;
}


.show-footer {
    visibility: hidden;
    display: none;
}

#bottom-bar-info {
    left: 5px;
    right: 5px;
    bottom: 5px;
    position: fixed;
    padding: 0px 0px 0px 5px;
    height: 51px;
    line-height: 50px;
    font-weight: bold;
    z-index: 4 !important;
    background-color: var(--blackrgba1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}


#bottom-bar-info svg {
    position: relative;
    top: 5px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    stroke: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


#bottom-bar-info .col1,
#bottom-bar-info .col2,
#bottom-bar-info .col3,
#bottom-bar-info .col4,
#bottom-bar-info .col5,
#bottom-bar-info .col6,
#bottom-bar-info .col1 a,
#bottom-bar-info .col2 a,
#bottom-bar-info .col3 a,
#bottom-bar-info .col4 a,
#bottom-bar-info .col5 a,
#bottom-bar-info .col6 a {
    line-height: 42px;
    font-weight: bold;
    font-size: 16px;
    color: var(--white);
}


#bottom-bar-info .col1,
#bottom-bar-info .col2,
#bottom-bar-info .col3,
#bottom-bar-info .col4,
#bottom-bar-info .col5,
#bottom-bar-info .col6,
#bottom-bar-info .col1 a,
#bottom-bar-info .col2 a,
#bottom-bar-info .col3 a,
#bottom-bar-info .col4 a,
#bottom-bar-info .col5 a,
#bottom-bar-info .col6 a {
    line-height: 42px;
    font-weight: bold;
    font-size: 24px;
    color: var(--white);
    width: 42px;
    margin-right: 5px;
    margin-top: 4px;
    height: 42px;
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;

    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    box-shadow: 0px 5px 25px 0px var(--blackrgba1);
}


#bottom-bar-info .col1:hover,
#bottom-bar-info .col2:hover,
#bottom-bar-info .col3:hover,
#bottom-bar-info .col4:hover,
#bottom-bar-info .col5:hover,
#bottom-bar-info .col1 a:hover,
#bottom-bar-info .col2 a:hover,
#bottom-bar-info .col3 a:hover,
#bottom-bar-info .col4 a:hover,
#bottom-bar-info .col5 a:hover {
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#bottom-bar-info .col1 a .mdi,
#bottom-bar-info .col2 a .mdi,
#bottom-bar-info .col3 a .mdi,
#bottom-bar-info .col4 a .mdi,
#bottom-bar-info .col5 a .mdi,
#bottom-bar-info .col6 a .mdi {
    font-size: 28px !important
}

#bottom-bar-info .col1 {
    background: var(--orange2);

}

#bottom-bar-info .col1:hover {
    background: var(--orange3);
}

#bottom-bar-info .col2 {
    background: var(--Whats1);
}

#bottom-bar-info .col2:hover {
    background: var(--Whats2);
}


#bottom-bar-info .col3 {
    background: var(--lblue2);
}

#bottom-bar-info .col3:hover {
    background: var(--lblue3);
}

#bottom-bar-info .col4 {
    background: var(--lblue2);
}

#bottom-bar-info .col4:hover {
    background: var(--lblue3);
}


#bottom-bar-info .col5 {
    background: var(--lblue2);
}

#bottom-bar-info .col5:hover {
    background: var(--lblue3);
}


#bottom-bar-info .col6 {
    background: var(--lblue2);
}

#bottom-bar-info .col6:hover {
    background: var(--lblue3);
}

.top-mobile {
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    bottom: 10px !important;
    right: 10px !important;
    z-index: 99999999;
}


@media (max-width: 991px) {
    .blockquote-style-04 .blockquote-img img {
        position: relative;
        top: 30px;
    }
}




.button-modal {
    width: 50px;
    height: 50px;
    background: var(--lblue2);
    top: -15px;
    right: -15px;
    position: absolute;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.topright-modal {
    top: 0px;
    right: 0px;
}
.topright-modal-5px {
    top: 5px;
    right:5px;
}

.button-modal:hover {
    background: var(--lblue2);
}

.button-modal:before,
.button-modal:after {
    content: '';
    width: 55%;
    height: 2px;
    background: var(--white);
    position: absolute;
    top: 48%;
    left: 22%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.button-modal:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.button-modal:hover:before,
.button-modal:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}




.cta-exit {
    background:var(--lblue2);
    padding:10px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.cta-exit h3,
.cta-exit p{
    color:var(--white);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}
.cta-exit-content p{
    font-weight:bold;
}



.cta-modal-whatsapp {
    background:var(--lblue2);
    padding:15px 25px 25px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display:flex;
    align-items:center;
    margin-bottom: 15px;
}
.cta-modal-whatsapp h3{
    color:var(--white) !important;
    font-size: 20px;
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
    position:relative;
    top:3px;
    font-weight: bold;
}
.cta-modal-whatsapp svg{
    position: relative;
    top: 0px;
    width:36px;
    height:36px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}



.modal-body h2 {
    font-size: 24px;
    margin: 15px 0px;
    color: var(--gray3);
}

.modal-body h3 {
    font-size: 18px;
    margin: 15px 0px;
    color: var(--gray3);
}

.modal-body ul {

}


.modal-body a {
    font-weight: bold;
}

.modal-body li {
    font-weight: normal;
    margin: 0px 0px 3px 0px;
}


.iconSvg svg{
    position: relative;
    top: 3px;
    width:20px;
    height:20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.iconSvg2 svg{
    position: relative;
    top: 0px;
    width:20px;
    height:20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sidebar-search-form{

}
.sidebar-search-form form {
    position: relative;
}
.sidebar-search-form input {
    background: var(--white);
    width: 100%;
    border: 1px solid var(--blackrgba1);
    padding: 13px 65px 13px 25px;
    color: var(--medium-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-radius: 5px;
    height: 55px;
}
.sidebar-search-form input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: var(--medium-gray);
}
.sidebar-search-form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: var(--lblue2);
    padding: 0;
    font-size: 16px;
    line-height: 0;
    width: 55px;
    height: 55px;
    color: var(--tg-color-white-default);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sidebar-search-form button:hover {
    background: var(--dblue2);
}


.search-Buttom svg {
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.radius7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden !important;
}



.sidebar-link {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: var(--white);
    background: var(--lblue2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 7px 15px 6px 15px;
    position: relative;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.sidebar-link a {
    color: var(--white);
}

.sidebar-link svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    margin-right: 7px;
}

.sidebar-link span {
    font-weight: normal;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 16px;
    padding-left: 0px;
    position: relative;
    z-index: 2;
    display: block;
}


.sidebar-link:focus,
.sidebar-link:hover {
    color: var(--white);
    background: var(--lblue1);
}

.sidebar-link:focus span,
.sidebar-link:hover span {
    padding-left: 15px;
}

iframe{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.bg-dark-gray-map{
    background: var(--lbluergba9);
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
}
.bg-dark-gray-map p{
    color: var(--white);
}

.bg-dark-gray-map a{
    color: var(--dblue2);
    font-weight: bold;
}

.bg-dark-gray-map svg{
    position: relative;
    top:0px;
    width:20px;
    height:20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.mr15{
    margin-right: 30px;
}
.footer-widget-contact li {
    margin-bottom: 10px;
}

.footer-widget-contact li svg{
    position: relative;
    top:5px;
    width:18px;
    height:18px;
    margin-right: 7px;
}

.footer-widget-contact li a {
    color:var(--white)
}
.footer-widget-contact li a:hover {
    color:var(--dblue1)
}


.accordion .accordion-item .accordion-header{
    background: var(--lblue2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: var(--white);
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
}

.accordion .accordion-item .accordion-header:hover{
    background: var(--dblue2);
}

.accordion .accordion-item .accordion-header .accordion-title{
    color: var(--white);
}

.accordion-style-02 .accordion-item .accordion-body {
    padding: 15px 25px 15px 25px;
    border-bottom: 0px;
    background: var(--f4f4f4);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 5px;
}

.shop-boxed .shop-box{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.contentProduct p{
    margin-bottom: 0px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}
.contentProduct p span{
    margin-bottom: 0px !important;
}

.modalProduct .modal-header{
    background:var(--dblue2);
}
.modalProduct .modal-header h1{
    color:var(--white);
    font-size: 24px !important;
    margin: 0px !important;
}

.accordion-body-paragraph p {
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
}



.content_post ul {
    display: inline-block;
    width: auto;
    padding: 10px;
}

.content_post ul > li {
    margin: 0px 5px;
    padding: 3px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
}

.content_post ul > li:hover {
    opacity: 1.0;
}

.content_post ul:hover > li:not(:hover) {
    opacity: 0.8;
}

.content_post a{
    font-weight:bold !important;
    color:var(--lblue2) !important;
}

label {
    margin-bottom: 10px;
}


.theme-pl-20 {
    padding-left: 20px
}

.theme-pl-30 {
    padding-left: 30px
}