/*--------------------------------------------------------------
>>> ITEXA GROUP STYLE Contenuto: style-generla.css
----------------------------------------------------------------
1.	Fonts
 */

:root {
    --thm-font: 'Work Sans', sans-serif;
    --thm-base: #FE0000;
    /*--thm-base: #ffaa17;*/
    /*--thm-base-rgb: 255, 170, 23;*/
    /*--thm-black: #222429;*/
    /*--thm-text: #686a6f;*/
}

* {
    z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica', sans-serif !important;
}
ol li {
    list-style: inherit;
}
.sec-title h2 {
    font-size: 55px;
}

.preloader .icon {
    background-image: url(../img/loader-icon.png);
}

/*2. Navbar*/
.fixed-header .header-upper {
    background: #FFFFFF;
}
.main-header .header-upper {
    background: rgba(255,255,255,1)
}
.fixed-header .header-upper {
    background: #FFFFFF;
}
.main-header .header-upper .logo-box,
.main-header .navbar-brand {
    padding: 20px 0;
}
.main-header .header-upper .logo-box .logo img,
.main-header .navbar-brand img {
    max-height: 60px;
}

.main-menu .navigation > li > a {
position: relative;
display: block;
text-align: center;
font-size: 20px;
line-height: 30px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: .03em;
color: #fff;
padding: 12px 0;
opacity: 1;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.main-menu .navigation > li > a,
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #000000;
}
.main-menu .navigation>li.active>a:before,
.main-menu .navigation>li:hover>a:before {
    transform: scale(1);
}

.main-menu .navigation > li > .dropdown-menu, .main-menu .navigation > li > .dropdown-menu > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
}
.main-menu .navigation > li > .dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 220px;
    z-index: 100;
    display: none;
    background: #fff;
    padding: 20px 0 15px;
    border-radius: 5px;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0 5px 1px rgb(0 0 0 / 5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0 5px 1px rgb(0 0 0 / 5%);
}
.main-menu .navigation>li.dropdown:hover> .dropdown-menu {
    visibility:visible;
    opacity:1;
    -ms-transform:translateY(0);
    transform:translateY(0);
    transition:all .3s ease;
    -moz-transition:all .3s ease;
    -webkit-transition:all .5s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
}
.main-header .other-links {
    padding: 0 30px 0 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.main-header .other-links .link-box {
    padding: 38px 10px;
}
.main-menu .navigation>li>.dropdown-menu {
    width: 300px;
}
.main-menu .navigation>li>.dropdown-menu>.dropdown-item {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #171b27;
    letter-spacing: .03em;
    text-align: left;
    padding: 6px 25px;
    margin-bottom: 5px;
    word-wrap: break-word;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.main-menu .navigation>li>.dropdown-menu>.dropdown-item:hover {
    color:var(--thm-base)
}
.main-menu .mobile-nav-toggler {
    display: none;
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    color: var(--thm-base);
    margin: 0px 10px 0px 0px;
}

.main-menu .nav-language .dropdown-toggle {
    color: rgba(0,0,0,.5);
    text-transform: uppercase;
}
.main-menu .nav-language .dropdown-toggle:hover {
    color: var(--thm-base);
    text-decoration: underline;
}
.main-menu .nav-language .dropdown-toggle::after {
    /*content: "\f0d7";*/
    font-family: 'Font Awesome 5 Brands';
    color: rgba(0,0,0,.5);
    display: inline-block;
    position: absolute;
    top: 13px;
    right: -17px;
    width: 1px;
    height: auto;
}
.main-menu .nav-language .dropdown-toggle:hover::after {
    color: var(--thm-base);
}
.main-menu .nav-language .dropdown-toggle .nav-flag,
.main-menu .nav-language .dropdown-menu .dropdown-item .nav-flag {
    width: 35px;
    height: 20px;
    background-position: center;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -1px;
}
.main-menu .nav-language .dropdown-toggle .nav-flag.flag-ita,
.main-menu .nav-language .dropdown-menu .dropdown-item .nav-flag.flag-ita {
    background-image: url(../img/gruppo-itexa-lingua-italiano.png);
}
.main-menu .nav-language .dropdown-toggle .nav-flag.flag-gbr,
.main-menu .nav-language .dropdown-menu .dropdown-item .nav-flag.flag-gbr {
    background-image: url(../img/gruppo-itexa-lingua-inglese.png);
}
.main-menu .nav-language .dropdown-toggle .nav-flag.flag-esp,
.main-menu .nav-language .dropdown-menu .dropdown-item .nav-flag.flag-esp {
    background-image: url(../img/gruppo-itexa-lingua-spagnola.png);
}
.main-menu .nav-language .dropdown-toggle .nav-flag.flag-rus,
.main-menu .nav-language .dropdown-menu .dropdown-item .nav-flag.flag-rus {
    background-image: url(../img/gruppo-itexa-lingua-russo.png);
}

.main-menu .nav-language .dropdown-menu {
    right: 0;
    left: auto;
}
.main-menu .nav-language .dropdown-menu .dropdown-item {
    text-align: left;
    text-transform: uppercase;
}

.main-header.rus-header .main-menu .navigation>li>.dropdown-menu {
    width: 480px;
}

/* responsive menu */
@media only screen and (max-width: 1199px){
    .main-menu .mobile-nav-toggler {
        display: block;
    }
    .main-menu .navbar-collapse {
        display: none !important;
    }
}
#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform 0.7s ease;
}
#mobile-menu.active {
    transform: scale(1, 1);
}

.mobile-inner-container {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 40px 20px;
    /*opacity: 0.7;*/
}
.mobile-close-btn {
    float: right;
    padding: 0 10px;
}
.mobile-nav-container {
    padding: 50px 0 20px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.mobile-nav-container .navbar-nav .nav-item.active a {
    color: var(--thm-base);
}
.mobile-nav-container .navbar-nav .nav-item .nav-link {
    color: rgba(0,0,0,.5);
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.mobile-info-container {
    padding: 20px 0;
}
.mobile-info-container a {
    color: #000000;
    line-height: 2.6em;
    padding: 10px 0;
}
.mobile-info-container a i {
    padding-right: 10px;
}
.mobile-info-container .social-links {
    width: 45px;
    height: 45px;
}

/* Banner */
.page-banner {
    background: transparent;
    background-color: transparent;
}
.page-banner .image-layer {
    opacity: 90%;
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
}
.page-banner .inner-container {
    padding: 260px 0 150px;
}
.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
    color: #FFFFFF;
    text-decoration: underline;
    text-shadow: 2px 2px 4px #000000;
}
.banner-carousel .slide-item .image-layer {
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
}
.banner-carousel .slide-item:before {
    opacity: .1;
}
.banner-carousel .slide-item .content h1 {
    font-size: 110px;
}
.banner-carousel .slide-item .content img {
    max-width: 300px;
}
.banner-carousel .content-box .link-box {
    padding-top: 30px;
}
/*Chi Siamo*/
.about-section .image-column .image-block img {
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
}
.about-section .text-column .sec-title {
    margin-bottom: 10px;
}
.about-section .text-column .text p {
    line-height: 1.4em;
}
.about-section::before{
    background-color: white;
}

/* Prodotti */
.service-block .inner-box .icon-box img {
    width: 85px;
}
.service-block .inner-box h6 {
    margin-top: 0px;
}
.service-block .inner-box h3 {
    color: #fff;
    text-tranform: uppercase;

}
.service-block .inner-box p {
    color: #fff;
    line-height: 1.4em;
    margin-top: 5px;
}
.services-section .row .service-block .inner-box:before {
    content:"";
}

/* Parallax Section - campionario */
.parallax-section .image-layer {
    opacity: 90%;
    -webkit-filter: none;
    -ms-filter: none;
    -moz-filter: none;
}
.parallax-section .content-box {
    background: rgba(34, 36, 41, 0.8);
    padding: 20px;
    border-radius: 7px;
}
.parallax-section .content-box .icon-box:before {
    background: transparent;
}
.parallax-section .content-box h2 {
    font-size: 55px;
    text-shadow: 0px 6px 8px rgba(23, 23, 23, 1);
}
.parallax-section .content-box .text p {
    font-size: 22px;
    text-shadow: 0px 6px 8px rgba(23, 23, 23, 1);
    line-height: 1.4em;
    margin: 10px 0 20px;
}
.sample-box-section {
    position: relative;
    padding: 120px 0 90px;
}
/* News */
.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 300px;
}
.news-block .lower-box h5 {
    text-transform: uppercase;
    font-size: 24px;
    color: var(--thm-black);
    margin-bottom: 10px;
}

/*General*/
.sec-title h2 .dot {
    padding-left: 0px;
}
/* Footer */
.call-to-section p {
    position:relative;
    float: left;
}

.call-to-section .inner{
    background: #dcdcdc;
    position: static;
}



.main-footer .widgets-section {
    padding: 170px 0 20px;
}
.main-footer .logo-widget .logo img {
    height: 135px;
}
.main-footer .info-widget .contact-info {
    font-size: 15px;
}
.main-footer .info-widget .contact-info li {
    padding: 0px;
}
.main-footer .info-widget ul li.address {
    line-height: 1.6;
    margin-bottom: 0px;
}
.main-footer .info-widget .contact-info li a,
.main-footer .info-widget .contact-info li span {
    font-size: 15px;
    padding-left: 5px;
}
.main-footer .language-list-footer li:after {
    content: "|";
}
.main-footer .language-list-footer li:last-child:after {
     content: " ";
}
.main-footer .language-list-footer li a,
.main-footer .language-list-footer li span {
    font-size: 16px;
    padding: 0 10px 0 0;
}
.main-footer .footer-bottom .copyright {
    position: relative;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 16px;
    text-align: left;
    letter-spacing: .1em;
}


/* Cookie & Privacy */
#cookie-policy-box {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 60px 200px 100px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    z-index: 1;
    color: #FFFFFF;
    background: #1c1e22;
}

#cookie-policy-box a {
    color: #FFF;
    text-decoration: underline;
}

#cookie-policy-box a:hover {
    color: #FFF;
    text-decoration: none;
}

.btn-cookie {
    display: inline-block;
    width: 200px;
    padding: 10px 20px;
    background: var(--thm-base);
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none !important;
    border-radius: 5px;
    margin: 0 10px;
}

#accept-cookie:hover {
    color: #FFF;
    text-decoration: none;
}

.contact-form-wrapper .contact-form-privacy {
    font-size: 12px;
}
.contact-form-wrapper .form-message {
    text-transform: uppercase;
}



@media (max-width: 768px) {
    .main-header .other-links {
        display: none;
    }
    .mobile-info-container .language .language-list-responsive-menu {
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0,0,0,.2);
    }
    .mobile-info-container .language .language-list-responsive-menu li a {
        color: var(--thm-base);
    }
    .mobile-info-container .language .language-list-responsive-menu li a img {
        height: 16px;
        margin-top: -4px;
    }
    #cookie-policy-box {
        padding: 60px 40px 100px;
    }
}
@media (max-width: 480px) {
    .c-layout-revo-slider {
        height: 550px;
        max-height: 550px;
        overflow: hidden;
    }
    .c-layout-revo-slider-pattern {
        height: 550px;
        background-image: none;
        background-color: #48b445;
    }
    #cookie-policy-box {
        padding: 40px 20px 100px;
    }
    #accept-cookie {
        left: 42%;
    }
}


/* General Responsive CUSTOM */
/* laptop 1280x1024 */
@media (min-width: 992px) {
    .main-menu .navigation>li {
        margin-right: 30px;
    }
    .main-menu .navigation > li > a {
        font-size: 18px;
    }
    .main-header .other-links .link-box .number {
        width: 100px;
    }
    .banner-carousel .content-box .content {
        padding: 150px 50px 50px;
    }
}
/* smarthphone */
@media (min-width: 320px) and (max-width: 480px) {
    .main-header .other-links {
        display: none;
    }
    .mobile-info-container .language .language-list-responsive-menu {
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0,0,0,.2);
    }
    .mobile-info-container .language .language-list-responsive-menu li a {
        color: var(--thm-base);
    }
    .banner-carousel .slide-item .content h1 {
        font-size: 50px;
        text-align: left;
        max-width: 360px;
        word-spacing: 9px;
        word-break: break-all;
    }
    .banner-carousel .slide-item .content img {
        max-width: 200px;
    }
    .banner-carousel .active .content-box .link-box {
        text-align: left;
    }
    .sec-title h2,
    .parallax-section .content-box h2 {
        font-size: 40px;
    }
}




/*Ale*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.bando-section {
    position: relative;
    padding: 20px 0;
}

.auto-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.itexa-energy-section {
    max-width: 1000px;
    margin: 60px auto;
    position: relative;
    min-height: 500px;
}

.itexa-blue-box {
    position: relative;
    background: #0058a3;
    color: white;
    padding: 35px 40px;
    border-radius: 8px;
    width: 380px;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    margin-bottom: -80px;
    margin-left: -50px;
}

.itexa-blue-box h2 {
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.itexa-blue-box p {
    font-size: 16px;
    line-height: 1.5;
}

.itexa-grey-box {
    background: #d9d9d9;
    border-radius: 8px;
    padding: 80px 70px 45px;
    min-height: 420px;
    z-index: 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.itexa-text-content {
    color: #1a1a1a;
    font-size: 15.5px;
    line-height: 1.8;
    text-align: justify;
    padding-top: 20px;
}

.itexa-bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
    flex-wrap: wrap;
}

.itexa-logos-container {
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
}

.itexa-logo-box {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #666;
    text-align: center;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-weight: 500;
}

.itexa-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.itexa-website-box {
    background: #0058a3;
    color: white;
    padding: 18px 38px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 3;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    align-self: flex-end;
    margin-bottom: 10px;
}

.itexa-website-box:hover {
    background: #004080;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* Responsive Design Migliorato */
@media (max-width: 992px) {
    .itexa-energy-section {
        margin: 40px auto;
    }

    .itexa-blue-box {
        width: 340px;
        padding: 30px;
        margin-left: -30px;
    }

    .itexa-blue-box h2 {
        font-size: 24px;
    }

    .itexa-grey-box {
        padding: 70px 50px 40px;
    }

    .itexa-text-content {
        font-size: 15px;
    }

    .itexa-website-box {
        font-size: 16px;
        padding: 15px 30px;
    }
}

@media (max-width: 768px) {
    .itexa-energy-section {
        margin: 30px auto;
    }

    .itexa-blue-box {
        width: 300px;
        padding: 25px;
        margin-left: -15px;
        margin-bottom: -60px;
    }

    .itexa-blue-box h2 {
        font-size: 22px;
    }

    .itexa-blue-box p {
        font-size: 15px;
    }

    .itexa-grey-box {
        padding: 60px 30px 35px;
    }

    .itexa-text-content {
        font-size: 14.5px;
        line-height: 1.6;
    }

    .itexa-website-box {
        font-size: 15px;
        padding: 12px 25px;
    }

    .itexa-bottom-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .itexa-website-box {
        align-self: flex-start;
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .itexa-energy-section {
        margin: 20px auto;
    }

    .itexa-blue-box {
        width: 90%;
        max-width: 280px;
        padding: 20px;
        margin-left: 0;
        margin-bottom: -40px;
    }

    .itexa-blue-box h2 {
        font-size: 20px;
    }

    .itexa-blue-box p {
        font-size: 14px;
    }

    .itexa-grey-box {
        padding: 50px 20px 30px;
    }

    .itexa-text-content {
        font-size: 14px;
        line-height: 1.5;
    }

    .itexa-website-box {
        font-size: 14px;
        padding: 10px 20px;
        width: 100%;
        text-align: center;
    }

    .itexa-logos-container {
        justify-content: center;
        width: 100%;
    }
}

/*itexa-energy-section {*/
/*    max-width: 400px;*/
/*    margin: 60px auto;*/
/*    padding: 0 20px;*/
/*    position: static;*/
/*    min-height: 500px;*/
/*}*/

/*.itexa-blue-box {*/
/*    position: relative;*/
/*    top: 100px;*/
/*    left: -15%;*/
/*    background: #0058a3;*/
/*    color: white;*/
/*    padding: 35px 40px;*/
/*    border-radius: 8px;*/
/*    width: 380px;*/
/*    z-index: 2;*/
/*    box-shadow: 0 4px 15px rgba(0,0,0,0.2);*/
/*}*/

/*.itexa-blue-box h2 {*/
/*    font-size: 28px;*/
/*    margin-bottom: 18px;*/
/*    font-weight: bold;*/
/*    line-height: 1.2;*/
/*}*/

/*.itexa-blue-box p {*/
/*    font-size: 16px;*/
/*    line-height: 1.5;*/
/*}*/

/*.itexa-grey-box {*/
/*    position: static;*/
/*    !*top: 70px;*!*/
/*    !*left: 250px;*!*/
/*    !*right: 20px;*!*/
/*    background: #d9d9d9;*/
/*    border-radius: 8px;*/
/*    padding: 45px 70px 45px 70px;*/
/*    min-height: 420px;*/
/*    z-index: 1;*/
/*    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/

/*.itexa-text-content {*/
/*    color: #1a1a1a;*/
/*    font-size: 15.5px;*/
/*    line-height: 1.8;*/
/*    text-align: justify;*/
/*}*/

/*.itexa-bottom-section {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-end;*/
/*    margin-top: 40px;*/
/*}*/

/*.itexa-logos-container {*/
/*    display: flex;*/
/*    gap: 28px;*/
/*    align-items: center;*/
/*}*/

/*.itexa-logo-box {*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    background: white;*/
/*    border-radius: 4px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 9px;*/
/*    color: #666;*/
/*    text-align: center;*/
/*    padding: 5px;*/
/*    box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
/*    font-weight: 500;*/
/*}*/

/*!* Sostituisci i placeholder con i tuoi loghi *!*/
/*.itexa-logo-box img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*}*/

/*.itexa-website-box {*/
/*    position: relative;*/
/*    top: -40%;*/
/*    left: 90%;*/
/*    background: #0058a3;*/
/*    color: white;*/
/*    padding: 18px 38px;*/
/*    border-radius: 8px;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    text-decoration: none;*/
/*    box-shadow: 0 4px 15px rgba(0,0,0,0.2);*/
/*    z-index: 3;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.itexa-website-box:hover {*/
/*    background: #004080;*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 6px 20px rgba(0,0,0,0.25);*/
/*}*/

/*!* --- SCALING RESPONSIVE FISSO --- *!*/
/*!* L’intero blocco si riduce proporzionalmente senza cambiare posizione *!*/

/*@media (max-width: 1200px) {*/
/*    .itexa-energy-section {*/
/*        transform: scale(0.9);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .itexa-energy-section {*/
/*        transform: scale(0.8);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .itexa-energy-section {*/
/*        transform: scale(0.7);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .itexa-energy-section {*/
/*        transform: scale(0.6);*/
/*        transform-origin: top left;*/
/*    }*/
/*}*/


