body{
    line-height: 1.5 !important;
}
/* BUTTONS */
.button{
    border-radius: 10px;
    padding: 1em 1.5em;
    letter-spacing: inherit;
    text-transform: unset;
    font-size: 15px;
    color: white !important;
    cursor: pointer;
}
.button.button-dense{
    padding: 0.7em 1.2em;
}
.margin-top{
    margin-top: 1.5em !important;
}
.margin-bottom{
    margin-bottom: 1.5em !important;
}

/* NAVIGATION */

#g-page-surround{
    padding-top: 100px;
}
#g-navigation{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    background: #000;
}
.g-offcanvas-toggle{
    position: fixed;
    color: white;
}


#g-navigation .g-dropdown{
    background: #090909 !important;
}

.g-main-nav  .menu-item-grid.g-standard{
    position: initial;
}
#g-navigation  .menu-item-grid .g-menu-item .g-dropdown{
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    position: relative;
    background: none !important;
    border: none;
    width: auto;
    opacity: 1;
    transition: none;
    left: 0;
    top: 0;
    display: none;
    
}
#g-navigation  .menu-item-grid:hover .g-menu-item .g-dropdown{
    display: block;
}
#g-navigation  .menu-item-grid .g-menu-item .g-dropdown{
    opacity: 0;
}
#g-navigation  .menu-item-grid  > ul {
    padding: 15px;
    border-radius: 15px !important;
}
#g-navigation  .menu-item-grid .g-dropdown{
    width: auto;
}
#g-navigation  .menu-item-grid .g-separator{
    pointer-events: none;
    color: gray;
}
#g-navigation  .menu-item-grid > .g-dropdown > .g-dropdown-column > .g-grid > .g-block > ul.g-sublevel{
    /*display: flex;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#g-navigation .menu-item-grid > ul{
    top: 60px;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 70vw;
}
#g-navigation .menu-item-grid > ul::-webkit-scrollbar {
  display: none;
}
#g-navigation .menu-item-grid > ul .g-menu-item-type-separator{
    text-transform: uppercase;
}
#g-navigation .menu-item-grid > ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content{
    box-shadow: 0 2px 0 rgb(255, 68, 0);
}
#g-navigation .g-main-nav .menu-item-grid  .g-sublevel > li:not(:last-child) > .g-menu-item-container{
    border: none;
}
#g-navigation .g-main-nav .menu-item-grid > .g-dropdown > .g-dropdown-column > .g-grid > .g-block > ul.g-sublevel > li > .g-menu-item-container{
    text-transform: uppercase;
}
#g-navigation .g-main-nav .menu-item-grid .g-sublevel > li > .g-menu-item-container{
    display: flex;
    align-items: center;
}
#g-navigation .g-main-nav .menu-item-grid .g-sublevel > li > .g-menu-item-container img{
    max-width: 30px;
    margin-right: 10px;
}
#g-navigation .g-main-nav .menu-item-grid > ul .g-menu-parent-indicator{
    display: none;
}
#g-navigation .g-main-nav .menu-item-grid .g-menu-item-subtitle{
    text-transform: none;
    margin-top: 5px;
    color: gray;
    font-weight: 400;
}
#g-navigation .g-main-nav .menu-item-grid .g-menu-item > a > .g-menu-item-content > .g-menu-item-title,
#g-navigation .g-main-nav .menu-item-grid .g-menu-item > a > .g-menu-item-content > .g-menu-item-subtitle {
    color: white !important;
}
#g-navigation .g-main-nav .g-standard.menu-item-grid .g-sublevel > li li{
    margin-left: 0px;
}

#g-navigation .g-main-nav .g-standard.menu-item-grid .g-sublevel > li li .g-menu-item-container{
    transition: 0.3s ease;
    border-radius: 10px;
    padding-left: 10px;
}
#g-navigation .g-main-nav .g-standard.menu-item-grid .g-sublevel > li li .g-menu-item-container .g-menu-item-content{
    margin-right: 10px;
}
#g-navigation .g-main-nav .g-standard.menu-item-grid .g-sublevel > li li .g-menu-item-container:hover{
    background-color: #1c1c1c;
}
#g-navigation .g-main-nav .g-standard.menu-item-grid .g-sublevel > li li.active .g-menu-item-container{
    background-color: #fd4300;
}
#g-navigation .g-main-nav .g-standard.menu-item-grid .g-sublevel > li li.active .g-menu-item-container:hover{
    background-color: #cc3600;
}
#g-navigation .g-main-nav .g-standard.menu-item-grid .g-sublevel > li li.active .g-menu-item-title,
#g-navigation .g-main-nav .g-standard.menu-item-grid .g-sublevel > li li.active .g-menu-item-subtitle{
    color: white;
}
#g-navigation  .g-main-nav .menu-item-grid .g-sublevel > li > .g-menu-item-container{
    transition: none;
}
.action-block .button{
    margin-top: 5px;
}
@media (max-width:768px)  {
    #g-navigation .action-block{
        flex-basis: 20%;
    }
    #g-navigation .action-block a{
        font-size: 12px;
        margin: 0px;
        text-align: center;
    }
    #g-navigation .action-block > .g-content{
        margin: 0;
        padding-left: 5px;
    }
    #g-navigation .action-block .fa{
        display: none;
    }
    #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover{
        background: none;
        border: none;
    }
    #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator{
        background: none;
        border: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        margin: 0;
        padding: 0.938rem;
    }
    #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container{
        display: flex;
        align-items: center;
        min-height: 60px;
    }
    #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container img{
        width: 30px;
        margin-right: 10px;
    }
}

/* OTHER */

.g-image.rounded img{
    border-radius: 10px;
}

video{
    max-width: 100%;
    border-radius: 15px;
}

/* TYPOGRAPHY */

.section-title{
    font-size: 1.9em;
    font-weight: 600;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.2em;
}
.section-subtitle{
    font-size: 1.2em;
    font-weight: 400;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1em;
}

/* HEADER */

#g-header .title1 .g-content,
#g-header .title1  h2{
    font-weight: 600;
    line-height: 4rem;
    font-size: 3.9rem;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
#g-header .title1  h2.cd-headline.rotate-2 .cd-words-wrapper{
    
    display: flex;
    width: 100% !important;
    justify-content: center;
    text-align: center;
    color: #fd4300;
}
#g-header .title1  h2.cd-headline.rotate-2 .cd-words-wrapper i {
    font-variant: normal;
}
.cd-words-wrapper b{
    left: unset !important;
}
#g-header .title2 .g-content{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#g-header .header-button{
    position: relative;
}

@media (max-width:768px)  {
    #g-header .title1 .g-content,
    #g-header .title1  h2{
        line-height: 1.2;
        font-size: 2rem;
    }
}

#g-footer ul.jl-subnav{
    margin: 1em 0px 0;
    list-style: none;
}
#g-footer ul.jl-subnav li{
    margin-top: 5px !important;
}
#g-footer ul.jl-subnav li a,
#g-footer ul.jl-subnav li span
{ font-size: 14px !important; color: white; }

#g-footer ul.jl-subnav li .fas{
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
    color: #ff4400;
}
#g-footer .g-horizontalmenu{
    padding: 0;
}
#g-footer .main-menu ul.g-horizontalmenu {
    text-align: left;    
    line-height: 1;
}
#g-footer .main-menu .g-horizontalmenu li{
    display: block;
    padding: 0px;
}
#g-navigation .g-social a,
#g-footer .g-social a{
    font-size: 22px;
}
#g-footer .g-social a{
    
}
#g-footer .social-fixed{
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 50px;
}
#g-footer .social-fixed .g-social{
    display: block;
}
#g-footer .social-fixed .g-social a{
    color: white !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    margin: 10px 0px;
    align-items: center;
    border-radius: 50px;
}
#g-footer .social-fixed .g-social a{
    background: #1c1c1ca3;
}
#g-footer .social-fixed .g-social a:nth-child(1) span{
    color: #ff4400;
}
#g-footer .social-fixed .g-social a:nth-child(2) span{
    color: #34a9db;
}
#g-footer .social-fixed .g-social a:nth-child(3) span{
    color: #54d061;
    margin: 0;
}
#g-footer .social-fixed .g-social a:nth-child(4) span{
    color: #793baa;
    margin: 0;
}
#g-footer  .g-social a:hover span{
    color: white !important;
}
#g-footer .social-fixed .g-social a:nth-child(1):hover{
    background: #ff4400;
}
#g-footer .social-fixed .g-social a:nth-child(2):hover{
    background: #34a9db;
}
#g-footer .social-fixed .g-social a:nth-child(3):hover{
    background: #54d061;
}
#g-footer .social-fixed .g-social a:nth-child(4):hover{
    background: #793baa;
}
.g-social a:nth-child(2) span{
    color: #34a9db
}
.g-social a:nth-child(3) span{
    color: #54d061;
    font-size: 28px;
    margin-top: 8px;
}
.g-social a:nth-child(4) span{
    color: #793baa;
    font-size: 28px;
    margin-top: 8px;
}
#g-navigation .g-social{
    line-height: 2;
    height: 100px;
    align-items: center  !important;
}
#g-navigation .g-social,
#g-footer .g-social{
    display: flex;
    align-items: baseline;
    justify-content: end;
}
#g-footer .g-auxillary {
    font-size: 0.8125rem;
    font-weight: 400;
}
#g-footer .g-auxillary  li a{
    padding: 0px;
    margin: 0px;
}
#g-navigation .contact-number-block{
    display: grid;
    align-items: center;
}
#g-navigation .contact-number-block ul{
    list-style: none;
    margin: 10px 0;
}
#g-navigation .contact-number-block li a{
    color: white;
}
#g-navigation .contact-number-block li .fas{
    color: #ff4400;
    margin-right: 5px;
}
@media (max-width:768px)  {
    #g-footer .jl-subnav,
    #g-footer .g-social{
        text-align: center;
        margin-top: 1.5em !important;
    }
    #g-navigation .logo-block{
        flex-basis: 34%;
        margin-left: 8%;
        margin-top: 8px;
        padding-right: 0;
        margin-right: 0;
    }
    #g-navigation .logo-block > .g-content{
        padding-right: 0;
        margin-right: 0;
    }
    #g-navigation .contact-number-block{
        display: block;
        flex-basis: 30%;
        align-self: center;
    }
    #g-navigation .contact-number-block li .fas.fa-phone{
        display: none;
    }
    #g-navigation .contact-number-block li{
        text-align: center;
    }
    
    #g-navigation .contact-number-block li a{
        font-size: 12px !important;
    }
    #g-navigation .contact-number-block li.mobile-hidden{
        display: none;
    }
    #g-footer .main-menu > .g-content {
        padding-top: 0px;
        margin-top: 0px;
    }
    #g-footer .main-menu ul.g-horizontalmenu{
        text-align: center !important;
    }
    #g-footer .g-auxillary li{
        display: block;
        padding: 0;
    }
}
/* FEATURED ARTICLES */

#g-header{
    padding-bottom: 0px;
}
.featured-articles{
    
}
.featured-articles .g-joomla-articles > div.g-grid{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    align-items: end;
    margin-top: -100px;
}
.featured-articles .g-joomla-articles.g-content-array .g-array-item-image{
    overflow: hidden;
    border-radius: 15px;
}
.featured-articles .g-joomla-articles.g-content-array > div.g-grid > .g-block:nth-child(1) .g-array-item-image{
    height: 400px;
    margin-bottom: 80px;
}
.featured-articles .g-joomla-articles.g-content-array > div.g-grid > .g-block:nth-child(2) .g-array-item-image{
    height: 350px;
}
.featured-articles .g-joomla-articles.g-content-array > div.g-grid > .g-block:nth-child(3) .g-array-item-image{
    height: 450px;
    margin-bottom: 50px;
}
.featured-articles .g-joomla-articles.g-content-array .g-array-item-image a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.featured-articles .g-joomla-articles.g-content-array .g-array-item-image img{
    width: 100%;
    min-height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease;
}
.featured-articles .g-joomla-articles.g-content-array .g-block{
    transition: 0.5s ease;
}
.featured-articles .g-joomla-articles.g-content-array .g-block:hover {
    transform: translateY(-20px);
}
.featured-articles .g-joomla-articles.g-content-array .g-block:hover .g-array-item-image img{
    transform: scale(1.2);
}


@media (max-width:768px)  {
    .featured-articles .g-joomla-articles > div.g-grid{
        margin-top: -50px;
    }
    .featured-articles .g-joomla-articles.g-content-array .g-content{
        padding: 5px;
    }
    .featured-articles .g-joomla-articles.g-content-array > div.g-grid > .g-block:nth-child(1) .g-array-item-image{
        height: 140px;
        margin-bottom: 70px;
    }
    .featured-articles .g-joomla-articles.g-content-array > div.g-grid > .g-block:nth-child(2) .g-array-item-image{
        height: 120px;
    }
    .featured-articles .g-joomla-articles.g-content-array > div.g-grid > .g-block:nth-child(3) .g-array-item-image{
        height: 150px;
        margin-bottom: 60px;
    }
    .featured-articles .g-content-array .g-array-item{
        margin-bottom: 0px;
    }
}


/* SERVICE ARTICLES */
.service-articles{
    
}
.service-articles .g-joomla-articles.g-content-array .g-block{
    border-radius: 15px;
    background: #1c1c1c;
    margin: 15px;
    transition: 0.5s ease;
}
.service-articles .g-joomla-articles.g-content-array .g-block:hover{
    box-shadow: 0px 0px 0px 2px #fe4300;
}

.service-articles .g-joomla-articles.g-content-array .g-block > .g-content{
    padding: 10px;
}
.service-articles .g-joomla-articles.g-content-array .g-block > .g-content .g-array-item{
    display: flex;
    flex-direction: column-reverse;
}
.service-articles .g-joomla-articles.g-content-array .g-block > .g-content .g-array-item h3.g-item-title  a{
    color: white;
    font-weight: 600;
    margin-left: 15px;
}
.service-articles .g-joomla-articles.g-content-array .g-block > .g-content .g-array-item h3.g-item-title{
    font-size: 1rem;
    margin: 0;
    margin-bottom: 0px;
    text-indent: 0;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}
.service-articles .g-joomla-articles.g-content-array .g-array-item-image{
    overflow: hidden;
    border-radius: 15px;
    margin: 0px;
    height: 300px;
}
.service-articles .g-joomla-articles.g-content-array .g-array-item-image a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.service-articles .g-joomla-articles.g-content-array .g-array-item-image img{
    width: 100%;
    min-height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease;
}
.service-articles .g-joomla-articles.g-content-array .g-block:hover .g-array-item-image img{
    transform: scale(1.2);
}

@media (max-width:768px)  {
    .service-articles .g-content-array .g-array-item{
        margin-bottom: 0px;
    }
    #g-features,
    #g-utility,
    #g-above,
    #g-testimonials{
        padding: 0;
    }
    .service-articles .g-joomla-articles.g-content-array .g-block > .g-content .g-array-item h3.g-item-title{
        line-height: 1.2em;
        margin-bottom: 10px;
        font-size: 1.2em;
    }
    
}


/* PORTFOLIO ARTICLES */

@media (min-width:768px)  {
    .portfolio-articles .g-joomla-articles.g-content-array {
        position: relative;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-block{
        margin: 15px;
    }
    
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid{
        margin: 0;
        width: 50%;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid:not(:last-child){
        border-bottom: 1px solid #444;
    }
    
    .portfolio-articles .g-joomla-articles.g-content-array .g-array-item h3.g-item-title{
        position: relative;
        padding-right: 20px;
    }
    
    .portfolio-articles .g-joomla-articles.g-content-array .g-array-item h3.g-item-title a{
        position: relative;
        display: block;
        color: white;
        font-weight: 600;
        padding-left: 0px;
        font-size: 1.2rem;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid:first-child .g-array-item h3.g-item-title a {
        color: #f04c27;
        padding-left: 10px !important;
        width: 100%;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-array-item:hover h3.g-item-title a {
        color: #f04c27 !important;
        padding-left: 10px !important;
        width: 100%;
    }
    .portfolio-articles .g-joomla-articles.g-content-array:hover h3.g-item-title a {
        color: white !important;
        padding-left: 0px !important;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid .g-array-item h3.g-item-title a:before{
        content: '';
        position: absolute;
        left: calc(-18px + 100%);
        top: calc(-18px + 50%);
        width: 36px;
        height: 36px;
        border: 2px solid #f04c27;
        border-radius: 100%;
        opacity: 0;
        transition: all .5s;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid:first-child .g-array-item h3.g-item-title a:before {
        opacity: 1;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-array-item:hover h3.g-item-title a:before {
        opacity: 1 !important;
    }
    .portfolio-articles .g-joomla-articles.g-content-array:hover h3.g-item-title a:before {
        opacity: 0 !important;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid .g-array-item h3.g-item-title a:after{
        content: '';
        position: absolute;
        left: calc(-3px + 100%);
        top: calc(-8px + 50%);
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 10px solid #f04c27;
        opacity: 0;
        transition: all .5s;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid:first-child .g-array-item h3.g-item-title a:after {
        opacity: 1;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-array-item:hover h3.g-item-title a:after {
        opacity: 1 !important;
    }
    .portfolio-articles .g-joomla-articles.g-content-array:hover h3.g-item-title a:after {
        opacity: 0 !important;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-array-item-image{
        overflow: hidden;
        border-radius: 15px;
        margin: 0px;
        height: 100%;
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 400px;
        transition: 0.5s all;
        opacity: 0;
        border: 5px solid black;
        box-shadow: 0px 0px 0px 1px #f04c27;
        transition: all .5s;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid:first-child .g-array-item-image{
        opacity: 1;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-array-item:hover .g-array-item-image{
        opacity: 1 !important;
    }
    .portfolio-articles .g-joomla-articles.g-content-array:hover h3.g-item-title .g-array-item-image{
        opacity: 0 !important;
    }
}
.portfolio-articles .g-joomla-articles.g-content-array .g-array-item-image a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.portfolio-articles .g-joomla-articles.g-content-array .g-array-item-image img{
    width: 100%;
    min-height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    
}
@media (max-width:768px)  {
    /*
    .portfolio-articles .g-array-item{
        display: flex;
        align-items: center;
    }
    .portfolio-articles .g-grid:nth-child(2) .g-array-item{
        flex-direction: row-reverse;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid .g-array-item h3.g-item-title{
        font-size: 1.1em;
        font-weight: bold;
        padding: 10px;
        line-height: 1.2em;
    }
    .portfolio-articles .g-grid:nth-child(2) .g-array-item  h3.g-item-title{
        text-align: right;
    }
    */
    .portfolio-articles .g-joomla-articles.g-content-array .g-block > .g-content{
        padding: 10px;
    }
    .portfolio-articles .g-array-item{
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    
    .portfolio-articles .g-array-item .g-array-item-image{
        border-radius: 15px;
        overflow: hidden;
        height: 100%;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid .g-array-item h3.g-item-title{
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 10px;
        margin-left: 15px;
        text-align: center;
        text-indent: 0;
        line-height: 1.2;
        text-align: center;
    }
    .portfolio-articles .g-joomla-articles.g-content-array .g-grid .g-array-item h3.g-item-title a{
        color: white;
        font-size: 0.9rem;
    }
    
    .portfolio-articles .g-joomla-articles.g-content-array .g-block{
        border-radius: 15px;
        background: #1c1c1c;
        margin: 15px;
        
    }
}
/* PARTNERS */
#g-above .g-logo img{
    margin: 0 auto;
    max-height: 160px;
}


/* CATEGORIES */ 
.category-page .com-content-category-blog__items.blog-items{
    display: grid;
    grid-template-columns: calc(-15px + 33.3%) calc(-15px + 33.3%) calc(-15px + 33.3%);
    column-count: revert-layer;
    column-gap: 0;
    grid-gap: 15px;
}
.category-page .com-content-category-blog .blog-item{
    border-radius: 15px;
    background: #1c1c1c;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
    transition: 0.5s ease;
}
.category-page .com-content-category-blog .blog-item:hover{
    box-shadow: 0px 0px 0px 2px #fe4300;
}
.category-page .com-content-category-blog .blog-item .fields-container{
    display: none;
}
.category-page .com-content-category-blog .blog-item .page-header h2{
    font-size: 1rem;
    margin: 0;
    text-indent: 0;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 10px;
}
.category-page.cases-category .com-content-category-blog .blog-item .page-header h2{
    font-size: 0.9rem;
}
.category-page .com-content-category-blog .blog-item .item-content .page-header a{
    color: white;
    font-weight: 600;
}
.category-page .com-content-category-blog .item-image{
    overflow: hidden;
    border-radius: 15px;
    margin: 0px;
    height: 220px;
}
.category-page .com-content-category-blog .item-image a{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.category-page .com-content-category-blog .item-image img{
    width: 100%;
    min-height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease;
    border-radius: 10px;
}
.category-page .com-content-category-blog .blog-item:hover .item-image img{
    transform: scale(1.2);
}
@media (max-width:768px)  {
    #g-mainbar, #g-expanded{
        padding: 0;
    }
    .com-content-category-blog > h1{
        margin-top: 0px;
    }
    .category-page .com-content-category-blog__items.blog-items{
        grid-template-columns: calc(-10px + 50%) calc(-10px + 50%);
        grid-gap: 10px;
    }
    .category-page.cases-category .com-content-category-blog__items.blog-items{
        grid-template-columns: 100%;
    }
    .category-page .com-content-category-blog .blog-item .page-header h2{
        font-size: 13px;
        margin: 0;
        margin-bottom: 10px;
    }
    .category-page .com-content-category-blog .blog-item .item-content .page-header a{
        margin: 0;
    }
    .category-page .com-content-category-blog .item-image{
        height: 150px;
    }
    .category-page.cases-category .com-content-category-blog .item-image{
        height: 200px;
    }
    .platform-content.container {
        padding: 0;
    }
}

/*
.category-page.cases-category .com-content-category-blog__items.blog-items{
    margin: 0 auto;
    display: grid;
    grid-gap: 25px;
    grid-template-areas:
    "a a b"
    "a a c"
    "d f f"
    "e f f";
    grid-template-columns: none;
    padding: 10px;
}
.category-page.cases-category .com-content-category-blog .blog-item{
    border-radius: 15px;
    background: #1c1c1c;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
    transition: 0.5s ease;
    position: relative;
    justify-content: center;
    min-height: 200px;
}
.category-page.cases-category .com-content-category-blog .blog-item:nth-of-type(6n+1)
  {
    grid-area: a;
  }
.category-page.cases-category .com-content-category-blog .blog-item:nth-of-type(6n+2)
  {
    grid-area: b;
  }
.category-page.cases-category .com-content-category-blog .blog-item:nth-of-type(6n+3)
  {
    grid-area: c;
  }
.category-page.cases-category .com-content-category-blog .blog-item:nth-of-type(6n+4)
  {
    grid-area: d;
  }
.category-page.cases-category .com-content-category-blog .blog-item:nth-of-type(6n+5)
  {
    grid-area: e;
  }
.category-page.cases-category .com-content-category-blog .blog-item:nth-of-type(6n+6)
  {
    grid-area: f;
  }
.category-page.cases-category .com-content-category-blog .blog-item .item-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.category-page.cases-category .com-content-category-blog .blog-item .item-image:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #00000040;
    transition: 0.3s all;
}
.category-page.cases-category .com-content-category-blog .blog-item:hover .item-image:after{
    background: #ff440047;
}
.item-content{
    position: relative;
    z-index: 10;
}*/

/* ARTICLE */
.category-page.com_content.view-article  #g-features{
    padding-bottom: 0;
}
.category-page.com_content.view-article  #g-expanded{
    padding-top: 0;
}
.com-content-article__body {
    text-indent: 2em;
}
.com-content-article {
    text-align:justify; 
}

.com-content-article .page-header {
    text-align: center;
}
.category-page.cases-category  .com-content-article .page-header h1 {
    font-size: 1.3rem;
    padding: 0 10px;
}
.com-content-article .item-image{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    float: right;
    max-width: 50%;
    margin: 0 20px;
}
.com-content-article .item-image img{
    width: 100%;
    min-height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.article-page .g-content-array.g-joomla-articles ul ,
.com-content-article ul {
    margin-left: 0;
}
.com-content-article ul{
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
body p{
    margin: 0.7em 0;
}
.article-page .g-content-array.g-joomla-articles li ,
.com-content-article li {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
    line-height: 30px;
    list-style: none;
    text-indent: 0px;
    
}
.article-page .g-content-array.g-joomla-articles ul > li:before,
.com-content-article ul > li:before{
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url('/images/chevron-right.png') no-repeat left center;
    background-size: contain;
    content: '';
    margin-right: 20px;
    transform: translateY(5px);
}

.com_content.view-article table.cases-template{
    border: none;
}

.com_content.view-article table.cases-template .cases-title{
    padding-bottom: 0px !important;
}
.com_content.view-article table.cases-template .cases-description{
    padding-top: 0px !important;
}
.com_content.view-article table.cases-template .cases-description p{
    margin: 0;
}
.com-content-article .fields-container li::before{
    display: none;
}
.com-content-article .fields-container .field-label{
    display: none;
}

.com-content-article .fields-container .field-entry.media{
    
}
.com-content-article .fields-container .field-entry.video{
    
}
.com-content-article .fields-container .field-entry.video .field-value{
    margin: 0 auto;
}
.com-content-article .fields-container .field-entry.video  .tf-video{
    background: none;
}
.com-content-article ol{
    padding-left: 0;
}

@media (max-width:768px)  {
    .com-content-article .fields-container .field-entry.video  .tf-video{
        width: 96% !important;
    }
    .com-content-article .media-gallery .fields-container li{
        width: 320px !important;
        min-width: 320px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .com-content-article .media-gallery{
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .com-content-article .media-gallery .fields-container li .field-value {
        height: 180px !important;
    }
}
.com-content-article .media-gallery{
    width: 100%;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 2.5em;
    user-select: none;
    position: relative;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}
.com-content-article .media-gallery .scroll-container{
    display: flex;
    flex-direction: column;
    align-items: baseline !important;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    z-index: 1; 
    scroll-behavior: smooth;
}
 /* Hide scrollbar for Chrome, Safari and Opera */
.com-content-article .media-gallery .scroll-container::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.com-content-article .media-gallery .scroll-container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 
.com-content-article .media-gallery .fields-container {
    max-width: 100%;
    display: flex;
}

.com-content-article .media-gallery .fields-container li{
    margin-left: 20px;
    margin-right: 20px;
    width: 480px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    min-width: 480px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
.com-content-article .media-gallery .fields-container li:first-child{
    margin-left: 0px  !important;
}
.com-content-article .media-gallery .fields-container li:last-child{
    margin-right: 0px  !important;
}
.com-content-article .media-gallery .fields-container li .field-value {
    overflow: hidden;
    border-radius: 15px;
    margin: 0px;
    height: 270px;
    display: block;
}
.com-content-article .media-gallery .fields-container li img{
    border-radius: 15px;
    pointer-events: none;
    width: 100%;
    min-height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
}
[vertical_gallery="yes"] .com-content-article .media-gallery .fields-container li{
    width: 300px !important;
    min-width: 300px !important;
}
[vertical_gallery="yes"] .com-content-article .media-gallery .fields-container li .field-value {
    height: 400px !important;
}
.com-content-article .media-gallery .gallery-navigation{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.com-content-article .media-gallery .gallery-navigation .arrow-left,
.com-content-article .media-gallery .gallery-navigation .arrow-right{
    background: #1c1c1ca3;
    color: white !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    margin: 10px 0px;
    align-items: center;
    border-radius: 50px;
    position: relative;
    z-index: 2;
}
.com-content-article .media-gallery .gallery-navigation .arrow-left:hover,
.com-content-article .media-gallery .gallery-navigation .arrow-right:hover{
    background: #ff4400;
}
/*EXP*/
/*
.com-content-article{
    padding-top: 300px;
    position: relative;
}
.com-content-article .item-image{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    max-width: 100%;
}

.com-content-article .item-image:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #090909, #0000);
}
.com-content-article .page-header {
    position: absolute;
    top: 100px;
    z-index: 1;
    width: 100%;
}
*/
/*EXP*/

@media (max-width:768px)  {
    .com-content-article .item-image{
        float: none;
        max-width: 100%;
        margin: 0px;
    }
}