<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

html,
body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #000;
}

ul {
    list-style: none;
    padding-inline-start: 0;
}

a,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    /* max-width: 1530px; */
    max-width: 1350px;
    width: 95%;
}

.btn {
    border-radius: 15px;
    padding-right: 2rem;
    padding-left: 2rem;
    font-weight: bold;
    position: relative;
}

.section .head .title {
    font-size: 2.5rem;
    font-weight: bold;
}

.section .head .subtitle {
    font-size: 1.8rem;
    font-weight: bold;
}

.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.margin {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-top {
    margin-top: 80px;
}

.margin-bottom {
    margin-bottom: 80px;
}

.c-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.c-padding-top {
    padding-top: 40px;
}

.c-padding-bottom {
    padding-bottom: 40px;
}

.c-margin {
    margin-top: 40px;
    margin-bottom: 40px;
}

.c-margin-top {
    margin-top: 40px;
}

.c-margin-bottom {
    margin-bottom: 40px;
}

.icon-trapecio {
    border: 0;
    background: #e84c17;
    transform: skew(-20deg);
}

header .container {
    max-width: 1350px;
}

header .navbar-light {
    box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}

.header-top-menu{
    background: #000000;
    padding: 1rem 1rem 0 1rem;
}

.header-top-menu.header-home-menu{
    background: transparent;
}

.fixed-menu-home.fixed-top{
    top: 56px;
}

.fixed-menu-home.fixed-top.sticky-menu{
    top: 0;
}

.navbar {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 17px;
}

.navbar-expand-lg .navbar-nav .nav-item.icon-trapecio&gt;a {
    font-size: 16px;
    padding: 10px 1rem;
    transform: skew(20deg);
    font-family: 'Work Sans', sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-item.icon-trapecio&gt;a i {
    padding-right: 5px;
}

.navbar-addons li a i {
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .active&gt;.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show&gt;.nav-link {
    color: #e84c17;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .active&gt;.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show&gt;.nav-link {
    color: #e84c17;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

section {
    position: relative;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e84c17;
    border: 0;
}

.nav-tabs .nav-item.show .nav-link span:before,
.nav-tabs .nav-link.active span:before {
    color: #fff;
}

.nav-tabs .nav-link {
    background-color: #eef9ff;
    border: 0;
    border-radius: 10px;
    margin: 0 1rem;
    color: #000;
}

.nav-tabs .nav-link span:before {
    color: #000;
}

footer#footer {
    background-color: #000000;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

footer#footer.padding {
    padding-bottom: 50px;
}

footer#footer::after {
    content: "";
    background-image: url(../images/bottom.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 250px;
    background-size: contain;
}

footer#footer h3 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

footer#footer a {
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

footer#footer ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

footer#footer li {
    margin-bottom: .5rem;
}

footer#footer li:last-child {
    margin-bottom: 0;
}

footer#footer .social {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

footer#footer .social li {
    display: inline-block;
    padding: 0 15px;
    color: #b7b7b7;
    text-transform: uppercase;
}

footer#footer .social a {
    display: block;
    color: #b7b7b7;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.2rem;
}

footer#footer a:hover {
    color: #fff;
}

footer#footer ul.social-bottom{
    text-align: right;
    margin: 0;
}

footer#footer ul.social-bottom li {
    display: inline-block;
    margin: 15px 15px;
}

footer#footer ul.social-bottom li a {
    text-decoration: underline;
}

ul.info li i {
    color: #e84c17;
    font-size: 24px;
    padding-right: 10px;
}

footer#footer .container.bottom {
    border-top: 1px solid #444444;
    padding-top: 50px;
}

footer#footer .container.bottom .text-left {
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.box-shadow {
    -webkit-box-shadow: inset 110px 90px 66px #fff, inset 50px 50px 20px #fff;
    -moz-box-shadow: inset 110px 90px 66px #fff, inset 50px 50px 20px #fff;
    box-shadow: inset 110px 90px 66px #fff, inset 50px 50px 20px #fff;
    /* CÃģdigo by @damiande */
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

.back-top {
    background: #000000;
    position: fixed;
    bottom: 60px;
    right: 20px;
    opacity: 0;
    z-index: 1;
    border-radius: 50%;
}

.back-top.show-top {
    opacity: 1;
}


.back-top:hover {
    cursor: pointer;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: transparent;
    border: 0;
}

.lity {
    background: rgba(0, 0, 0, 0.5);
}

.addons-social{
    margin-bottom: 0;
}

.addons-social li {
    display: inline-block;
    margin-right: 5px;
}

.addons-languages {
    margin-bottom: 0;
    padding-left: 40px;
}

.addons-languages li {
    display: inline-block;
    margin-right: 20px;
}

.addons-languages li a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.addons-languages li a span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.addons-languages li.active a span::after {
    content: "";
    background-image: url(../images/lines.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
}

.addons-languages li a img {
    padding-left: 5px;
}


.addons-social li:last-child,
.addons-languages li:last-child {
    margin-right: 0;
}

.addons-social li a {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.auto-container {
    position: static;
    max-width: 1350px;
    padding: 0;
    margin: 0 auto;
}

.main-slider .auto-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 15;
}

.main-slider .slide {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

/* .main-slider .slide::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.main-slider .slide .content {
    max-width: 65%;
    padding: 0 0 0;
    background-color: rgb(26 34 63 / 0%);
}

.main-slider h1 {
    position: relative;
    color: #fff;
    opacity: 0;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider h1 span {
    color: #fff;
}

.main-slider .text {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2000ms;
}

.main-slider .link-box {
    position: relative;
    opacity: 0;
    z-index: 10;
    margin-right: 30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2500ms;
}

#slider.main-slider .decor-container .decor-slider-1 {
    position: absolute;
    top: 0;
    right: 15%;
    opacity: 0;
    z-index: 10;
    margin-right: 0;
    width: auto;
    height: 100%;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

#slider.main-slider .active .decor-container .decor-slider-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 3000ms;
}

#slider.main-slider .decor-container .decor-slider-2 {
    position: absolute;
    top: 30%;
    right: 15%;
    opacity: 0;
    z-index: 11;
    margin-right: 0;
    width: auto;
    height: auto;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

#slider.main-slider .active .decor-container .decor-slider-2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 3500ms;
}

.main-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    max-width: 100%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.main-slider .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px 4px;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #e84c17;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background-color: #e84c17;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before {
    height: 100%;
}

.main-slider .owl-dots .owl-dot span {
    display: none;
}

.main-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -40px;
}

.main-slider .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    color: #3241ff;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #3241ff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #3241ff;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #3241ff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .content h1 {
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    padding-bottom: 0px;
    margin-bottom: 30px;
    letter-spacing: 5px;
}

.main-slider .text {
    font-family: 'Work Sans', sans-serif;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    display: inline-block;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1300ms;
}

.theme-btn {
    border: 0;
    font-size: 16px;
    background: #e84c17;
    transform: skew(-20deg);
    padding: 15px 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    min-width: 250px;
    position: relative;
}

.theme-btn i {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 2px solid #e84c17;
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn span {
    font-weight: 600;
    display: inline-block;
    transform: skew(20deg);
    position: relative;
    left: -20px;
}

.sticky-menu {
    background: #000;
}

.head {
    padding-bottom: 50px;
}

.head h2 {
    color: #000000;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
    position: relative;
}

.head span {
    display: block;
    color: #444444;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.head p {
    font-family: 'Roboto', sans-serif;
    color: #444444;
    font-size: 16px;
    max-width: 750px;
    margin: 0 auto 0 auto;
}

.image img:last-child {
    display: none;
}

.image:hover img:last-child {
    display: block;
    margin: auto;
}

.image:hover img:first-child {
    display: none;
}

.col-why {
    position: relative;
    padding: 0 0 50px 0;
}

.col-why::before {
    content: "";
    background: #e84c17;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: skew(-20deg) translateX(-50%);
    width: 35%;
    height: 100%;
    z-index: 1;
}

.col-why:hover::before {
    opacity: 0.2;
}

.why-image {
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
}

.service-text {
    position: relative;
    z-index: 1;
}

.service-text h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
}

.service-text p {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    font-weight: 400;
    color: #444444;
}

#solutions {
    background: #f7f6f2;
    position: relative;
    overflow: hidden;
}

#solutions:before {
    content: url(../images/decor-1.png);
    position: absolute;
    right: -200px;
    bottom: -100px;
    z-index: 1;
}

#solutions .head {
    padding-bottom: 30px;
}

#solutions .content {
    max-width: 95%;
    margin: auto;
    border: 1px solid #c7c7c7;
    position: relative;
    top: -50px;
    padding: 30px 30px;
    background: #fff;
    z-index: 1;
}

#solutions .content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
}

#solutions .content p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

#solutions .content:hover {
    background: #e84c17;
}

#solutions .content:hover h2,
#solutions .content:hover p {
    color: #fff;
}

#solutions .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -75px;
    margin: 0;
}

#solutions .owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    border: 1px solid #828282;
    color: #828282;
    border-radius: 50%;
    margin: 0 3px;
}

#solutions .owl-theme .owl-nav [class*='owl-']:hover {
    border: 1px solid #e84c17;
    background: #e84c17;
    color: #fff;
}

#solutions .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 10px;
    margin: 0 0 0 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid #c1c1c1;
}

#solutions .owl-theme .owl-dots .owl-dot.active span,
#solutions .owl-theme .owl-dots .owl-dot:hover span {
    background: #e84c17;
    border: 1px solid #e84c17;
}

#products .owl-theme .owl-nav {
    position: absolute;
    right: 50px;
    top: -100px;
    margin: 0;
}

#products .owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    border: 1px solid #828282;
    color: #828282;
    border-radius: 50%;
    margin: 0 3px;
}

#products .owl-theme .owl-nav [class*='owl-']:hover {
    border: 1px solid #e84c17;
    background: #e84c17;
    color: #fff;
}

#products .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 10px;
    margin: 0 0 0 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid #c1c1c1;
}

#products .owl-theme .owl-dots .owl-dot.active span,
#products .owl-theme .owl-dots .owl-dot:hover span {
    background: #e84c17;
    border: 1px solid #e84c17;
}

#products .slide .product-image{
    min-height: 250px;
    align-items: center!important;
    display: flex;
    justify-content: center;
}
#products .slide .product-image img{
    max-height: 250px;
}
#products .slide .product-image img:last-child {
    display: none;
}

#products .slide:hover .product-image img:last-child {
    display: block;
    margin: auto;
}

#products .slide:hover .product-image img:first-child {
    display: none;
}

#products .theme-btn {
    border: 0;
    font-size: 15px;
    background: #e84c17;
    transform: skew(-20deg);
    padding: 10px 20px;
    text-align: center;
    display: block;
    color: #fff;
    width: 65%;
    min-width: 200px;
    position: relative;
    margin: 0 auto;
    opacity: 0;
}

#products .slide:hover .theme-btn {
    opacity: 1;
}

#products .theme-btn i {
    width: 50px;
    font-size: 25px;
}

#products .theme-btn i::before {
    transform: skew(20deg);
}

#products .slide {
    border: 1px solid #c1c1c1;
    padding: 20px 20px;
}

#products .slide .content {
    padding: 20px 20px 20px 20px;
}

#products .slide .content span.rating {
    background: #ffee02;
    color: #000;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 20px;
    display: none;
}

#products .slide .content h2 {
    color: #444444;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

#products .slide .content p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    direction: ltr;
}

#products .owl-dots {
    margin-top: 60px;
}

#services {
    background: #f7f6f2;
    position: relative;
}

#services .owl-carousel .slide {
    border: 1px solid #cecece;
}

#services .owl-carousel .slide:hover {
    border: 1px solid #e84c17;
}

#services .slide .content {
    padding: 30px 30px 30px 30px;
}

#services .owl-carousel .slide:hover .content,
#services .owl-carousel .slide:hover .service-image {
    background: #e84c17;
}

#services .slide .content h2 {
    color: #010101;
}

#services .owl-carousel .slide:hover .content h2,
#services .owl-carousel .slide:hover .content p {
    color: #fff;
}

#services .slide .content p {
    font-family: 'Roboto', sans-serif;
    color: #444444;
    min-height: 100px;
}

#services .slide .service-image img {
    width: 30%;
}

#services .slide .service-image img:last-child {
    display: none;
}

#services .slide:hover .service-image img:last-child {
    display: block;
    margin-right: auto;
}

#services .slide:hover .service-image img:first-child {
    display: none;
}

#services .owl-theme .owl-nav {
    position: absolute;
    right: 50px;
    top: -100px;
    margin: 0;
}

#services .owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    border: 1px solid #828282;
    color: #828282;
    border-radius: 50%;
    margin: 0 3px;
}

#services .owl-theme .owl-nav [class*='owl-']:hover {
    border: 1px solid #e84c17;
    background: #e84c17;
    color: #fff;
}

#services .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 10px;
    margin: 0 0 0 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid #c1c1c1;
}

#services .owl-theme .owl-dots .owl-dot.active span,
#services .owl-theme .owl-dots .owl-dot:hover span {
    background: #e84c17;
    border: 1px solid #e84c17;
}

#services .owl-dots {
    margin-top: 50px;
}

#services .services-slider-carousel-two .slide {
    border: 0;
}

#services .slide .content.style-two {
    padding: 30px 0 30px 0;
}

#services .slide .content.style-two .content-service {
    display: flex;
    max-width: 80%;
    margin: -50px auto auto auto;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background: #fff;
    z-index: 1;
    position: relative;
    left: -20px;
    border: 1px solid #e84c17;
}



#services .slide .content.style-two .content-service .text {
    position: relative;
    z-index: 2;
    padding: 20px 20px 20px 20px;
}

#services .slide .content.style-two .content-service .text h2,
#services .slide .content.style-two .content-service .text p {
    color: #000;
}

#services .services-slider-carousel-two .slide:hover {
    border: 0;
}

#services .services-slider-carousel-two .slide:hover .content,
#services .services-slider-carousel-two .slide:hover .service-image {
    background: none;
}

#services .services-slider-carousel-two .slide:hover .content h2,
#services .services-slider-carousel-two .slide:hover .content p {
    color: #000;
}

#services .slide .content.style-two .content-service .theme-btn {
    background: #e84c17;
    transform: skew(-15deg);
    padding: 0 20px;
    text-align: center;
    color: #fff;
    position: relative;
    right: -25px;
    min-width: auto;
    display: flex;
    align-items: center;
}

#services .slide .content.style-two .content-service .theme-btn i {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 0;
}

#services .slide .content.style-two .content-service:hover {
    background: #e84c17;
}

#services .slide .content.style-two .content-service:hover .text h2,
#services .slide .content.style-two .content-service:hover .text p{
    color: #fff;
}

.banner h3 {
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 10px;
}

.banner h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 80px;
    margin-bottom: 20px;
}

.banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 50px;
}

.banner p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}

#clients .head,
#brands .head {
    padding-bottom: 0px;
}

#clients .head h2,
#brands .head h2 {
    font-size: 32px;
}

#clients .owl-item img {
    display: block;
    width: 80%;
    margin: auto;
}

#clients .clients-slider-carousel {
    border: 1px solid #c1c1c1;
    padding: 25px 15px 25px 15px;
}

#testimonials {
    background: #f7f6f2;
    position: relative;
}

#testimonials .owl-carousel .owl-item {
    overflow: hidden;
}

#testimonials .owl-carousel .slide .content {
    border: 1px solid #cecece;
    width: 80%;
    padding: 60px 30px;
}

#testimonials .owl-carousel .slide::after {
    content: "";
    background: #e84c17;
    transform: skew(-15deg);
    width: 120px;
    position: absolute;
    right: 75px;
    height: 100%;
    top: 0;
    opacity: 1;
}

#testimonials .slide .content h2 {
    color: #010101;
    font-weight: 600;
    font-size: 32px;
}

#testimonials .slide .content .job {
    color: #444444;
    font-size: 18px;
    display: block;
    margin: 10px 0;
    font-weight: 500;
}

#testimonials .slide .content i {
    width: 45px;
    height: 45px;
    color: #444444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#testimonials .owl-carousel .slide:hover .content h2,
#testimonials .owl-carousel .slide:hover .content p {
    color: #010101;
}

#testimonials .owl-carousel .slide:hover .content i {
    background: #e84c17;
    color: #fff;
}

#testimonials .slide .content p {
    font-family: 'Roboto', sans-serif;
    color: #444444;
    min-height: 100px;
    width: 75%;
    text-align: justify;
}

#testimonials .slide .service-image img {
    width: 30%;
}

#testimonials .slide .service-image img:last-child {
    display: none;
}

#testimonials .slide:hover .service-image img:last-child {
    display: block;
    margin-right: auto;
}

#testimonials .slide:hover .service-image img:first-child {
    display: none;
}

#testimonials .owl-theme .owl-nav {
    position: absolute;
    right: 50px;
    top: -100px;
    margin: 0;
}

#testimonials .owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    border: 1px solid #828282;
    color: #828282;
    border-radius: 50%;
    margin: 0 3px;
}

#testimonials .owl-theme .owl-nav [class*='owl-']:hover {
    border: 1px solid #e84c17;
    background: #e84c17;
    color: #fff;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 10px;
    margin: 0 0 0 0;
    border-radius: 0;
    background: transparent;
    border: 1px solid #c1c1c1;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span,
#testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #e84c17;
    border: 1px solid #e84c17;
}

#testimonials .owl-dots {
    margin-top: 50px;
}

#brands .head h2 {
    font-size: 32px;
}

#brands .owl-item img {
    display: block;
    width: 80%;
    margin: auto;
}

#brands .brands-slider-carousel {
    border: 1px solid #c1c1c1;
    padding: 25px 15px 25px 15px;
}

#blogs .content {
    padding: 20px 20px 20px 20px;
}

#blogs .content h2 {
    color: #000000;
    font-size: 24px;
}

#blogs .autor {
    padding: 20px 0 20px 0;
}

#blogs .content .date {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 21px;
    font-weight: 700;
}

#blogs .autor .media {
    align-items: center;
}

#blogs .autor .media img {
    width: auto;
    margin: auto;
}

#blogs .autor .media .media-body p {
    font-family: 'Roboto', sans-serif;
    color: #999999;
    font-weight: bold;
}

#blogs .autor .media .media-body p&gt;strong {
    font-family: 'Work Sans', sans-serif;
    color: #444444;
}

#blogs .blog-image {
    position: relative;
    overflow: hidden;
}

#blogs .blog-image::after {
    content: "";
    background: #e84c17;
    transform: skew(-20deg);
    width: 150px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    opacity: 0;
}

#blogs .blog-image .link-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

#blogs .slide:hover .blog-image::after {
    opacity: 0.8;
}

#blogs .slide:hover .blog-image .link-btn {
    opacity: 1;
}

.sticky-top {
    background: #000000;
}

.breadcrumb-container-top,
.breadcrumb-container-bottom {
    background: #000000;
}

.breadcrumb-container-bottom {
    border-top: 1px solid #444444;
}

.breadcrumb-container-top .container,
.breadcrumb-container-bottom .container {
    background: #000000;
    max-width: 1350px;
}

.breadcrumb-container-top h2 {
    color: #fff;
    font-weight: 600;
    font-size: 60px;
}

.breadcrumb-container-top p {
    font-family: 'Roboto', sans-serif;
    color: #c2c1c1;
    font-size: 16px;
    margin: 0 0 0 0;
}

.breadcrumb-container-bottom .breadcrumb {
    background: transparent;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.breadcrumb-container-bottom .breadcrumb i {
    padding-right: 5px;
}

.breadcrumb-container-bottom .breadcrumb .breadcrumb-item a {
    border-bottom: 1px solid #c2c1c1;
}


.breadcrumb-container-bottom .breadcrumb .breadcrumb-item,
.breadcrumb-container-bottom .breadcrumb .breadcrumb-item a,
.breadcrumb-container-bottom .breadcrumb .breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    font-family: 'Roboto', sans-serif;
    color: #c2c1c1;
    text-transform: uppercase;
    font-size: 15px;
}

.sidebar .list-category {
    margin-bottom: 5px;
    padding: 0 0 0 0;
    border: 0;
}

.sidebar .list-category .card-header {
    padding: 0 0 0 0;
    border: 0;
}

.sidebar .list-category .card-header .btn-link {
    padding: 10px 10px 0 10px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #e84c17;
    text-decoration: none;
    box-shadow: none;
    border: 0;
}

.sidebar .list-category .card-header .btn-link.collapsed {
    color: #000000;
}

.sidebar .list-category .card-header .btn-link h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.sidebar .list-category .card-body {
    padding: 0 0 0 0;
}

.sidebar .list-category .head h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar .list-category .head h2 span {
    position: relative;
    padding-bottom: 0;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
}

.sidebar .list-category .head.head-active h2 span {
    color: #e84c17;
}

.sidebar .list-category ul.list {
    list-style: none;
    padding-inline-start: 0;
}

.sidebar .list-category ul.list li {
    border: 1px solid #f0f0f0;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.sidebar .list-category ul.list li a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    display: block;
    width: 100%;
}

.sidebar .list-category ul.list li.active,
.sidebar .list-category ul.list li:hover {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.sidebar .list-category ul.list li.active a,
.sidebar .list-category ul.list li:hover a {
    text-transform: uppercase;
    font-weight: 600;
    opacity: 1;
}

.sidebar .list-category ul.list .accordionSubcategory {
    border: 0;
    background: #fff;
}

.sidebar .list-category ul.list .accordionSubcategory .card{
    border: 0;
    background: #fff;
}

/* .sidebar .list-category ul.list li.accordionSubcategory.active a:before,
.sidebar .list-category ul.list li.accordionSubcategory:hover a:before {
    content: '';
    position: absolute;
    border-top: 100px solid #e84c17;
    border-right: 35px solid white;
    top: 0;
    right: 0;
} */

.sidebar .list-category ul.list.list-subproducts li{
    padding: 0 0 0 0;
}

.sidebar .list-category ul.list.list-subproducts li a{
    padding: 10px 10px 10px 10px;
    color: #000000;
}

.sidebar .list-category ul.list.list-subproducts li.active a,
.sidebar .list-category ul.list.list-subproducts li:hover a{
    background: #e84c17;
    color: #fff;
}



.description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444444;
}
.description .form-check{
    color: #fff;
}
.product-tile h3,
.product-tile h1,
.product-forms h3,
.product-aplications h3 {
    font-family: 'Work Sans', sans-serif;
}

.product-tile,
.product-text {
    padding-bottom: 30px;
}

.product-additional {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px dashed #9e9e9e;
}

.product-tile h3 {
    color: #444444;
    font-size: 16px;
}

.product-tile h1 {
    color: #000;
    font-weight: 700;
    font-size: 42px;
}

.product-butons {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-whatsapp {
    background: #3eb929;
    border-color: #3eb929;
    border-radius: 0;
    padding: 10px 15px;
    text-align: left;
    font-size: 18px;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-whatsapp i {
    float: right;
    font-size: 30px;
}

.btn-whatsapp:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus {
    background-color: #4cc038 !important;
    border-color: #4cc038 !important;
    box-shadow: none;
}

.btn-calendar {
    background: #e84c17;
    border-color: #e84c17;
    border-radius: 0;
    padding: 10px 15px;
    text-align: left;
    font-size: 18px;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-calendar i {
    float: right;
    font-size: 30px;
}

.btn-calendar:hover,
.btn-calendar:active,
.btn-calendar:focus {
    background-color: #e84c17 !important;
    border-color: #e84c17 !important;
    box-shadow: none;
}

.product-forms {
    background-color: #000000;
    padding: 50px 50px;
}

.product-forms h3 {
    font-size: 35px;
    color: #fff!important;
    margin-bottom: 20px;
}

.product-forms .form-group {
    margin-bottom: 20px;
}

.product-forms .form-group .form-control {
    background: transparent;
    border-radius: 0;
    border-color: #767676;
    color: #767676;
    min-height: 50px;
    box-shadow: none;
    outline: 0;
}

.product-forms .form-group textarea.form-control {
    min-height: 150px;
}

.product-images {
    padding-bottom: 30px;
}

.product-images .lSSlideOuter .lSPager.lSGallery li a {
    position: relative;
}

.product-images .lSSlideOuter .lSPager.lSGallery li a::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00e";
    font-weight: 400;
    background: #e34b17bf;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #000;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-images .lSSlideOuter .lSPager.lSGallery li.active a::before,
.product-images .lSSlideOuter .lSPager.lSGallery li:hover a::before {
    opacity: 1;
}

.product-files {
    padding-bottom: 30px;
}

.product-files ul {
    margin-bottom: 0;
}

.product-files ul li {
    margin-bottom: 10px;
}

.product-files ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border: 1px solid #777777;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.product-files ul li a i {
    color: #000000;
    font-size: 20px;
}

.product-aplications h3 {
    color: #444444;
    font-size: 20px;
}

.product-aplications ul {
    padding-inline-start: 30px;
    list-style: circle;
    font-size: 16px;
    color: #444444;
}

.product-aplications ul li::marker {
    font-size: 24px;
}

.solution .product-images {
    position: relative;
    padding: 0 0 0 0;
}

.solution .product-images i {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 40px;
    color: #fff;
}

#solution-detail-1 {
    background-image: url(../images/solutions/bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 0;
}

#solution-detail-1 .container {
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

#solution-detail-1 .container::after {
    content: "";
    background: #e84c17;
    transform: skew(-20deg);
    position: absolute;
    right: -50px;
    top: 0;
    width: 320px;
    height: 105%;
    z-index: -1;
}

#solution-detail-1::after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}

#solution-detail-1 .product-butons {
    padding-bottom: 0;
}

.solution .product-text h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 1rem;
}

.solution .product-text ul {
    padding-inline-start: 20px;
}

.solution .product-text ul li {
    padding-left: 20px;
}

.solution .product-text ul li::marker {
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
}

.solution .table-bordered td,
.solution .table-bordered th {
    border: 1px solid #c1c1c1;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 1.5rem 2rem;
}

.solution .table-bordered td i,
.solution .table-bordered th i {
    padding-right: 10px;
}

.solution .table-bordered td:hover,
.solution .table-bordered th:hover {
    background: #e84c17;
    color: #fff;
    cursor: pointer;
}

.col-pagination .pagination {
    justify-content: center;
    margin: 30px 0 0 0;
}

.col-pagination .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 0;
    margin-right: 15px;
    color: #fff;
    background: #000;
}

.col-pagination .pagination .page-item:last-child .page-link {
    margin-left: 15px;
    border-radius: 0;
    color: #fff;
    background: #e4471c;
}

.col-pagination .pagination .page-link {
    position: relative;
    display: block;
    padding: 40px 20px;
    margin-left: -1px;
    line-height: 0;
    color: #000;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    border-radius: 0;
}

.col-pagination .pagination .page-link:hover,
.col-pagination .pagination .page-link.active {
    background-color: #e4471c;
    border: 1px solid #e4471c;
    color: #fff;
}

.post-image span {
    display: inline-block;
    background-color: #e4471c;
    padding: 10px 20px;
    font-size: 18px;
    margin: 20px 0;
    color: #fff;
}

.post-content h1 {
    color: #000000;
    font-size: 24px;
}

.post-content h2 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-content h3 {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 20px;
}

.post-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 20px;
}

.post-content ul {
    list-style: disc;
    padding-inline-start: 20px;
    margin-bottom: 20px;
}

.post-content ul li {
    color: #444444;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 15px;
}


.post-content ul li::marker {
    content: "\f2f8";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #c9c9c9;
}

.aside {
    padding: 30px 30px;
    border: 1px solid #c1c1c1;
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.aside .aside-head h2 {
    font-size: 20px;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.aside .aside-head h2::before {
    content: "";
    height: 4px;
    width: 80px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #e4471c;
}

.aside .aside-content ul li {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.aside .aside-content ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.aside .aside-content ul li a {
    color: #000;
}

.aside.aside-recent-post .aside-content ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aside.aside-recent-post .aside-content ul li a p {
    max-width: 80%;
}

.aside.aside-recent-post .aside-content ul li a i {
    transform: rotate(45deg);
    font-size: 26px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aside.aside-recent-post .aside-content ul li a i:hover {
    padding: 10px 10px 10px 10px;
    background-color: #e4471c;
    color: #fff;
}

.contact-info {
    background-color: #000;
    padding: 50px 40px;
}

.contact-info p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.contact-info .contact-butons {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-info .contact-butons .btn-whatsapp {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.contact-info .contact-butons .btn-calendar {
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.contact-info .contact-butons .btn-calendar:hover {
    background-color: #fff!important;
    color: #000;
}

.contact-forms .form-group .form-control {
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border-radius: 0;
    border-color: #000000;
    color: #000000;
    min-height: 50px;
    box-shadow: none;
    outline: 0;
    font-weight: 500;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
}

#contact-top .figure-caption {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    padding: 50px 50px;
    background: #000;
}

#contact-top .figure-caption h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

#contact-top .figure-caption p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

#map .nav-pills .nav-link {
    font-size: 15px;
    color: #000;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    padding: 15px 30px;
    margin-right: -1px;
}

#map .nav-pills .nav-link.active,
#map .nav-pills .show&gt;.nav-link {
    background-color: #e4471c;
    color: #fff;
}

#aboutus {
    background-color: #f7f6f2;
}

.col-value {
    border: 1px solid #c1c1c1;
    padding: 60px 30px;
}

.col-value .value-number {
    background-color: #e4471c;
    color: #fff;
    display: inline-block;
    padding: 30px 35px;
    font-size: 25px;
    margin-bottom: 30px;
}

.col-value .value-text h2 {
    font-size: 26px;
}

.col-value .value-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
}

.row-mision .head {
    max-width: 45%;
    margin: 0 20% 0 auto;
}

.row-mision .head p {
    max-width: 100%;
}

.row-vision .head {
    max-width: 45%;
    margin: 0 auto 0 20%;
}

.area .content {
    padding: 50px 30px 30px 30px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.area .content h2 {
    font-weight: 700;
    color: #e4471c;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
}

.area .content p {
    color: #6e7c90;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

#services .content.style-two {
    padding: 30px 0 30px 0;
}

#services .content.style-two .content-service {
    display: flex;
    max-width: 80%;
    margin: -50px auto auto auto;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background: #fff;
    z-index: 1;
    position: relative;
    left: -20px;
    border: 1px solid #e84c17;
}


#services .content.style-two .content-service .text {
    position: relative;
    z-index: 2;
    padding: 20px 20px 20px 20px;
}

#services .content.style-two .content-service .text h2,
#services .content.style-two .content-service .text p {
    color: #000;
}

#services .content.style-two .content-service .theme-btn {
    background: #e84c17;
    transform: skew(-15deg);
    padding: 0 20px;
    text-align: center;
    color: #fff;
    position: relative;
    right: -25px;
    min-width: auto;
    display: flex;
    align-items: center;
}

#services .content.style-two .content-service .theme-btn i {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 0;
}

.col-project .figure::after{
    content: "";
    background: #000000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-project .figure .figure-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    padding: 60px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1;
}

.col-project .figure .figure-caption h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

.col-project .figure .figure-caption p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.col-project .figure .figure-caption .caption-link {
    background: #e84c17;
    width: 60px;
    height: 60px;
    color: #444444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.col-project:hover .figure .figure-caption {
    background: rgb(0 0 0 / 100%);
}

.col-project:hover .figure .figure-caption p,
.col-project:hover .figure .figure-caption .caption-link {
    opacity: 1;
    color: #fff;
}

.row-products .head {
    max-width: 45%;
    margin: 0 20% 0 auto;
}

.row-products .head h2 {
    font-size: 36px;
}

.row-products .head p {
    max-width: 100%;
}

.row-products .theme-btn {
    margin-top: 30px;
    color: #fff;
}

.row-products .theme-btn span {
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
}

.page.product .product-text ul {
    padding-inline-start: 20px;
}

.page.product .product-text ul li::marker {
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
}

.page.product .product-text ul li {
    padding-left: 20px;
}

.page.product .product-text h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 1rem;
}

#product-detail a.arrow {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border: 1px solid #c8c8c8;
}

#product-detail a.arrow:hover {
    background-color: #e84c17;
    color: #fff;
    border: 1px solid #e84c17;
}

#product-detail a.arrow.arrow-left {
    left: -150px;
}

#product-detail a.arrow.arrow-right {
    right: -150px;
}

.head2 {
    text-align: justify;
}

.head2 p {
    margin: 15px 0 0 0;
    max-width: 100%;
    width: 100%;
}

#products.project .owl-theme .owl-nav {
    position: absolute;
    right: 50px;
    top: -85px;
    margin: 0;
}

#app h3 {
    color: #444444;
    font-size: 22px;
    font-weight: 600;
}

#app ul li {
    color: #444444;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

#app .product-additional ul li a{
    color: #444444;
}

#product-detail .image-product a.arrow {
    margin-top: 15px;
}

#product-detail .image-product a.arrow.arrow-left {
    right: 150px;
    left: unset;
}

#product-detail .image-product a.arrow.arrow-right {
    right: 40px;
}

.arrows {
    margin: 20px 0 0 0;
    text-align: right;
}

.arrows a {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
}

.arrows a span {
    color: #000;
    text-transform: uppercase;
    display: block;
}

.arrows a.arrow-left {
    text-align: right;
    padding-right: 15px;
}

.arrows a.arrow-left span {
    padding-right: 5px;
}

.arrows a.arrow-right {
    text-align: left;
    margin-bottom: 5px;
}

.arrows a.arrow-right span {
    padding-left: 5px;
}

.arrows a i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border: 1px solid #c8c8c8;
}

.modal-header,
.modal-header{
    background-color: #000;
    padding: 60px 50px 30px 50px;
}

.modal-header .head h2,
.modal-header .head h2 {
    color: #fff;
    font-size: 30px;
}

.modal-header .head p,
.modal-header .head p {
    color: #fff;
}

#accordionAgents,
#accordionAgents .card {
    border: 0;
}

#accordionAgents .card-header {
    padding: 0 0 0 0;
    border: 0;
    background: #f7f6f2;
}

#accordionAgents .card-body {
    padding: 30px 0 30px 0;
}

#accordionAgents .card-header .btn-link {
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 30px;
    border-radius: 0;
    box-shadow: none;
    letter-spacing: 1.1px;
    text-decoration: none;
}

#accordionAgents .card-header .btn-link {
    background: #e84c17;
    color: #fff;
}

#accordionAgents .card-header .btn-link.collapsed {
    background-color: #fff;
    color: #000;
}

.card-body .media .media-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-body .media .media-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-body .media .media-body .info-text h5{
    font-size: 22px;
    margin-bottom: 5px
}

.card-body .media .media-body .info-text p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.card-body .media .media-body .info-cta .email{
    display: inline-block;
    border: 1px solid #e1e1e1;
    transform: skew(-20deg);
    padding: 10px 20px;
    color: #000;
    margin-right: 10px;
}

.card-body .media .media-body .info-cta .email span{
    display: inline-block;
    transform: skew(20deg);
}

#searchModal .modal-header {
    background-color: #000;
    padding: 60px 50px 60px 50px;
}

#searchModal .modal-header .head h2 {
    color: #fff;
    font-size: 30px;
}

#searchModal .modal-header .head p {
    color: #fff;
}

#searchModal .form-control{
    border-radius: 0;
}

.bloq ul.info {
    padding-inline-start: 30px;
    position: relative;
}

.bloq ul.info .adress b{
    color: #fff;
    display: block;
}

.bloq ul.info i {
    position: absolute;
    left: 0;
    padding: 0;
}


.row-areas:nth-child(even) .head {
    max-width: 60%;
    margin: 0 20% 0 auto;
}

.row-areas .head p {
    max-width: 100%;
}

.row-areas:nth-child(odd) .head {
    max-width: 60%;
    margin: 0 auto 0 20%;
}

.owl-theme.images-slider-carousel .owl-nav {
    position: absolute;
    bottom: 45px;
    right: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.owl-theme.images-slider-carousel .owl-nav {
    position: absolute;
    bottom: 45px;
    right: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.owl-theme.images-slider-carousel .owl-nav [class*='owl-']:hover{
    background: transparent;
}

.owl-theme.images-slider-carousel .owl-nav .owl-prev{
    position: relative;
    z-index: 1;
}

.owl-theme.images-slider-carousel .owl-nav .owl-next{
    position: relative;
    right: 50px;
    z-index: 2;
}

#map{
    position: relative;
}

#map::after{
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #e84c17;;
}

.maps{
    position: relative;
}

.maps .map-info{
    position: absolute;
    bottom: 30px;
    left: 30px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 30px 30px;
    background: #fff;
}

.maps .map-info h2{
    color: #000;
    font-size: 20px;
}

.maps .map-info p{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}

.maps .map-info i{
    color: #fff;
    width: 50px;
    height: 50px;
    background: #e84c17;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.mapContainer{
    min-height: 650px;
    position: relative;
}

.moreinfo .modal-header{
    background-color: #000;
    padding: 50px 30px 30px 30px;
}

.moreinfo .product-forms {
    background-color: #fff;
    padding: 30px 30px;
}

.moreinfo .modal-body {
    padding: 0 0 0 0;
}

.moreinfo .product-forms .form-group .form-control {
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border-radius: 0;
    border-color: #767676;
    color: #767676;
    min-height: 50px;
    box-shadow: none;
    outline: 0;
}

#reports .head p {
    max-width: 100%;
    margin: 0 auto 0 auto;
}

.form-group .small{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: block;
    width: 100%;
}

.answer {
    display:none
}

.page-content h2{
    margin-bottom: 20px;
}

.page-content h3{
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.page-content p{
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

#team .service-text h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

#team .service-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

#team .owl-theme .owl-nav {
    position: absolute;
    right: 50px;
    top: -100px;
    margin: 0;
}

#team .owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    border: 1px solid #828282;
    color: #828282;
    border-radius: 50%;
    margin: 0 3px;
}

#team .owl-theme .owl-nav [class*='owl-']:hover {
    border: 1px solid #e84c17;
    background: #e84c17;
    color: #fff;
}

#team .owl-theme .owl-dots{
    display: none;
}

#cta{
    position: relative;
    padding: 0;
}

/* #cta::before{
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.col-right{
    background: #000;
}


.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.dropdown-yamm .dropdown-menu {
    left: 0;
    right: 0;
    background: hwb(0deg 0% 100% / 90%);
}

.list-unstyled,
.list-unstyled ul {
    min-width: 120px
}

@media (min-width: 767px) {
    .panel-group {
        width: 400px;
    }

    .thumbnail {
        margin: 0;
    }
}

/* Grid Menu */
#navbarsDynaflux .grid-ul {
    padding: 10px 30px;
}

#navbarsDynaflux .grid-ul [class*="col-"] {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

/* #navbarsDynaflux .grid-ul [class*="col-"]::after {
    content: "";
    width: 1px;
    background-color: #fff;
    height: 95%;
    position: absolute;
    right: 5px;
    top: 0;
}

#navbarsDynaflux .grid-ul [class*="col-"]:last-child::after {
    content: none;
} */

#navbarsDynaflux .grid-ul h3{
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

#navbarsDynaflux .grid-ul h3 a{
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

#navbarsDynaflux .grid-ul li{
    margin-bottom: 10px;
}

#navbarsDynaflux .grid-ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#navbarsDynaflux .grid-ul li a:hover{
    color: #e84c17;
}

.dropdown-single .dropdown-menu{
    background: hwb(0deg 0% 100% / 80%);
}

.dropdown-single .dropdown-menu .dropdown-item{
    color: #fff;
}

.dropdown-single .dropdown-item:focus,
.dropdown-single .dropdown-item:hover{
    color: #e84c17;
    text-decoration: none;
    background-color: transparent;
}

#lines .line{
    position: relative;
}

#lines .line img{
    width: 100%;
    border: 2px solid #e84c17
}

#lines .line a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#lines .line a h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    margin: 20px;
}


#water .line-water{
    position: relative;
}

#water .line-water img{
    width: 100%;
    border: 2px solid #e84c17
}

#water .line-water a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#water .line-water a h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin: 20px;
}

/* Blog */
#blogs .content {
    padding: 20px 0 20px 0;
}

#blogs .content .add-info{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

#blogs .content .add-info span{
    display: inline-block;
}

#blogs .content .add-info .category{
    font-weight: 700;
    color: #2b2b2b;
    font-size: 16px;
}

#blogs .content .add-info .separate{
    padding-right: 5px;
    padding-left: 5px;
    color: #888888;
    font-size: 5px;
}

#blogs .content .add-info .date{
    font-weight: 400;
    color: #888888;
    font-size: 16px;
}

#blogs .content h2{
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

#blogs .content h2 a{
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 0;
}

#blogs .autor{
    padding: 20px 0 20px 0;
}

#blogs .content .date{
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

#blogs .autor .media{
    align-items: center;
}

#blogs .autor .media img{
    width: auto;
    margin: auto;
}

#blogs .autor .media .media-body p{
    color: #999999;
    font-weight: bold;
}

#blogs .autor .media .media-body p&gt;strong{
    color: #444444;
}

#blogs .blog-image{
    position: relative;
    overflow: hidden;
}

#blogs .blog-image::after{
    content: "";
    background: #0074bb;
    width: 150px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    opacity: 0;
}

#blogs .content a{
    display: inline-block;
    color: #e84c17;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #e84c17;
    padding-bottom: 5px;
}

main[role=blog] {
    padding-top: 0;
}

.padding-top {
    padding-top: 120px;
}

#view-blog .container {
    max-width: 800px
}

#view-blog .imagen {
    margin-bottom: 40px
}

#view-blog h1 {
    font-size: 42px;
    font-weight: 800
}

#view-blog h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 2rem
}

#view-blog h3 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 2rem
}

#view-blog h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#view-blog h5 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#view-blog h6 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#view-blog .texto img {
    text-align: center;
    width: 100%;
    height: inherit
}

#view-blog a {
    color: #000
}

#view-blog p {
    text-align: justify;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#view-blog .navigation {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

#view-blog .navigation h6{
    width: 100%;
    display: block;
}

#view-blog .navigation .text-right {
    color: #fff;
    border: 0;
    background: #e84c17;
    transform: skew(-20deg);
    border-radius: 0;
    margin-right: 15px;
    display: inline-block;
}

#view-blog .navigation .text-left {
    color: #fff;
    border: 0;
    background: #e84c17;
    transform: skew(-20deg);
    border-radius: 0;
    margin-left: 15px;
    display: inline-block;
}

#view-blog .navigation .text-left .btn-light {
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 16px;
    transform: skew(20deg);
    font-family: 'Work Sans', sans-serif;
}

#view-blog .navigation .text-right .btn-light {
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 16px;
    transform: skew(20deg);
    font-family: 'Work Sans', sans-serif;
}

#view-blog .facebook {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
}

#view-blog .imagen img{
    width: 100%;
}

.single-post .barra {
    padding: 10px 0 10px;
}

#blogs .pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

#blogs .pagination .page-item.active .page-link,
#blogs .pagination .page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: #e84c17;
    border-color: #e84c17;
}

.blog-posts .add-info .separate,
.blog-posts .add-info .date{
	display: none!important;
}

@media screen and (min-width: 991px) {
    /* .modal-lg, .modal-xl {
        max-width: 1200px;
    } */

    #navbarsDynaflux .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: -8px;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (min-width: 900px) and (max-width:1100px) {
    #products .theme-btn {
        font-size: 12px;
        width: 65%;
        min-width: 200px;
    }
}

@media screen and (max-width: 991px) {

    .header-top-menu.header-home-menu {
        background: #000000;
        padding: 1rem 1rem 1rem 1rem;
        position: sticky;
    }

    html,
    body {
        font-size: 14px;
    }

    header.fixed-top {
        position: sticky;
        background: #000;
    }

    .padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .padding-top {
        padding-top: 60px;
    }

    .padding-bottom {
        padding-bottom: 60px;
    }

    .margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .margin-top {
        margin-top: 60px;
    }

    .margin-bottom {
        margin-bottom: 60px;
    }

    .c-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .c-padding-top {
        padding-top: 20px;
    }

    .c-padding-bottom {
        padding-bottom: 20px;
    }

    .c-margin {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c-margin-top {
        margin-top: 20px;
    }

    .c-margin-bottom {
        margin-bottom: 20px;
    }

    .col-why {
        margin-bottom: 60px;
    }

    .banner h3 {
        font-size: 40px;
    }

    .banner h2 {
        font-size: 45px;
        margin-top: 20px;
    }

    .navbar-nav {
        margin-top: 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-bottom: 1.2rem;
        padding-top: 1.2rem;
    }

    .container.container-top.align-items-center.justify-content-end {
        justify-content: center !important;
    }

    #products .theme-btn {
        opacity: 1;
    }

    #cta {
        background-image: url(../images/banner-movil.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background: #000;
    }

    #cta.banner .container {
        /* position: relative;
        top: unset;
        left: unset;
        transform: none; */
        padding: 20px 15px 40px;
    }

    #services .slide .content.style-two .content-service {
        max-width: 100%;
        margin: -50px auto auto auto;
        left: 0;
        flex-wrap: wrap;
    }

    #services .slide .content.style-two .content-service .theme-btn {
        background: #e84c17;
        transform: none;
        padding: 5px 20px;
        color: #fff;
        position: absolute;
        right: 0;
        min-width: auto;
        display: flex;
        align-items: center;
        width: 50px;
        height: 50px;
        margin: auto 0 auto auto;
        text-align: center;
        justify-content: center;
        bottom: 0;
    }

    #slider.main-slider .active .decor-container .decor-slider-1,
    #slider.main-slider .active .decor-container .decor-slider-2 {
        display: none;
    }

    .main-slider .slide .content{
        max-width: 90%;
        margin: auto;
    }

    .main-slider .content h1{
        text-align: center;
    }

    .main-slider .text{
        text-align: center;
    }

    .main-slider .link-box{
        margin-right: 0;
        text-align: center;
    }

    footer#footer ul.social-bottom {
        padding-top: 20px;
        text-align: left;
    }

    #products .slide .product-image{
        justify-content: center;
    }

    #products .slide .content{
        text-align: center;
    }

    .row-products .head {
        max-width: 95%;
        margin: 30px auto;
    }

    .owl-theme.images-slider-carousel .owl-nav{
        display: none!important
    }

    .row-products .theme-btn span {
        font-size: 15px;
    }
}

@media screen and (max-width: 750px) {
    #solutions .content {
        top: -10px;
    }

    #testimonials .slide .content p {
        width: 100%;
    }

    #testimonials .owl-carousel .slide::after,
    #blogs .blog-image::after {
        display: none;
    }

    #testimonials .owl-carousel .slide .content {
        width: 100%;
    }

    #blogs .blog-image .link-btn {
        opacity: 1;
    }

    .banner h2 {
        font-size: 32px;
        margin-top: 20px;
    }

}

@media screen and (max-width: 600px) {
    .main-slider .content h1{
        font-size: 36px;
    }
}

@media screen and (max-width: 500px) {
    .col-why {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #solutions .owl-theme .owl-nav [class*='owl-'],
    #services .owl-theme .owl-nav [class*='owl-'] {
        display: none;
    }

    .head span {
        font-size: 10px;
    }

    .head h2 {
        font-size: 35px;
    }

    .addons-languages {
        display: none;
    }

    .main-slider .content h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 380px) {
    .fixed-menu-home.fixed-top {
        top: 0;
    }

    .main-slider .auto-container {
        position: relative;
        left: unset;
        top: unset;
        width: 100%;
        transform: unset;
        z-index: 15;
        padding: 30px 0;
        background: #000;
    }
}

@media screen and (max-width: 320px) {
    .navbar-dark .navbar-brand {
        color: #fff;
        width: 65%;
    }
}</pre></body></html>