/*
 * v3 style: overwrite parent stylesheet
 * added by nam@syndicatelabs
 */
/*
@import url('//use.fontawesome.com/releases/v5.15.3/css/fontawesome.css') all;
@import url('//use.fontawesome.com/releases/v5.15.3/css/brands.css') all;
@import url('//use.fontawesome.com/releases/v5.15.3/css/solid.css') all;
@import url('//use.fontawesome.com/releases/v5.15.3/css/all.css') all;
@import url('//use.fontawesome.com/releases/v5.15.3/css/v4-shims.css') all;
*/

/*TOP-HEADER*/
.logo img,
.home .header-main-mobile .logo img{
    content: url('//cdn-881a96c5-a77b871b.commercebuild.com/947850a64f4c0ea0def3917b5b746769/contents/ckfinder/images/v3/img/a1-logo-light.png');
}
.home .logo img{
    content: url('//cdn-881a96c5-a77b871b.commercebuild.com/947850a64f4c0ea0def3917b5b746769/contents/ckfinder/images/v3/img/a1-logo-dark.png');
}
#header-top-annoucement a{
    line-height: 25px;
}
#header .header-top-container {
    background: #151515;
}
#header .top-links .links li a{
    text-transform: none;
    line-height: 15px;
    color: #fff;
}
#header .top-links .links li a:hover,
#header-top-annoucement a:hover{
    color: #F6BE00!important;
}
.header .user-section .userCode,
.header .user-section .userName,
.header .user-section .userSwitch,
#header-top-annoucement a,
#header .top-links .links li a,
.top-link-email,
.top-link-phone{
    font-size: 13px;
    color: #fff;
}
.top-link-email::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    padding-right: 5px;
}
.header .userCode, .header .userName, .header .userSwitch,
.header .user-section{
    line-height: 1;
    vertical-align: middle;
}
.top-link-phone{
    margin-left: 15px;
    padding: 0;
    background-color: transparent;
}
.top-link-phone:hover{
    color: #F6BE00;
}
.top-link-phone::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f879";
    padding-right: 5px;
}
#header .top-links .links li .link-login::before,
#header .top-links .links li .link-logout::before,
#header .top-links .links li .blogs-news::before,
#header .top-links .links li .help-contact::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
}
#header .top-links .links li .link-login::before,
#header .top-links .links li .link-logout::before{
    content: "\f007";
}
#header .top-links .links li .blogs-news::before{
    content: "\f086";
}
#header .top-links .links li .help-contact::before{
    content: "\f059";
}
#header .top-links .links li{
    border-left: 1px solid #fff;
}
#header .top-links .links li.li-no-border{
    border-left: 0 none;
    margin-left: 0;
}
/*end-top-header*/

/*HEADER*/
header{
    z-index: 9999;
}
#header .header-primary-container,
#header .nav-container:not(.fixed),
#header .nav-container:not(.fixed) .nav-regular{
    background: transparent;
}
#header .header-primary-container .header-primary .header-main{
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
#header .header-primary-container .header-primary .header-main .search-wrapper{
    max-width: 100%;
    width: 39.67%;
    text-align: right;
}
#search_mini_form{
    display: inline-block;
    min-width: 218px;
}
.let-talk-button{
    font-size: 15px;
    color: #000;
    background-color: #F6BE00;
    padding: 11.5px 20px;
    border: solid 1px #F6BE00;
    border-radius: 2px;
    margin-right: 10px;
}
.home .let-talk-button{
    color: #fff;
    background-color: #FFFFFF36;
}
.let-talk-button:hover{
    background-color: #000;
    color: #fff;
}
.home .let-talk-button:hover{
    background-color: #F6BE00;
    color: #000;
}
#header .header-primary-container .header-primary .header-main .logo-wrapper{
    position: static;
    display: table-cell;
}
#header .form-search .input-text{
    background: transparent;
    border: 1px solid #555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #373737;
    font-weight: 300;
    height: 42px;
    letter-spacing: .037em;
    padding: 0 42px 0 15px;
    float: none;
}
.home #header .header-main .form-search .input-text{
    color: #fff;
    border: 1px solid #fff;
}

.home #header .header-main .form-search .input-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
.home #header .header-main .form-search .input-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity: 1;
}
.home #header .header-main .form-search .input-text::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity: 1;
}
.home #header .header-main .form-search .input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}
.home #header .header-main .form-search .input-text::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}
.home #header .header-main .form-search .input-text::placeholder { /* Most modern browsers support this now. */
   color: #fff;
}
#header .form-search .button-search span {
    background: url(https://cdn.mysagestore.com/947850a64f4c0ea0def3917b5b746769/contents/ckfinder/images/assets/ico_search.png) 10px 10px/22px 22px no-repeat
    height: 42px;
    margin: 0;
    opacity: 1;
    width: 42px;
}
.home #header .header-main .form-search .button-search span {
    background-color: #fff;
}
#header #mini-cart .dropdown-toggle .feature-icon-hover .icon.i-cart {
    background: url(https://cdn.mysagestore.com/947850a64f4c0ea0def3917b5b746769/contents/ckfinder/images/assets/ico_cart_black.png) 0 0/22px 18px no-repeat;
}
.home #header #mini-cart .dropdown-toggle .feature-icon-hover .icon.i-cart {
    filter: invert(100%) sepia(9%) saturate(7329%) hue-rotate(284deg) brightness(113%) contrast(111%);
}
.home #header .nav-container:not(.fixed) .nav-item.level0 > a,
.home #header #mini-cart .dropdown-toggle .feature-icon-hover .price{
    color: #fff;
}
.home #header .nav-container:not(.fixed) #nav .nav-item.level0.parent > a .caret{
    border-top-color: #fff;
}
#header #nav .nav-item.level0.parent > a:hover .caret{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#header .nav-container:not(.fixed) .nav-item.level0 > a,
#header #mini-cart .dropdown-toggle .feature-icon-hover .price{
    color: #000;
}
#header .nav-container:not(.fixed) #nav .nav-item.level0.parent > a .caret{
    border-top-color: #000;
}
#header .header-primary-container .header-primary .header-main .user-menu{
    width: 60px;
    margin: 2px 0 0;
}
.nav-section{
    margin: 0;
}
#header .nav-container .container{
    text-align: left;
}
#header #mini-cart .dropdown-toggle.cover .feature-icon-hover{
    display: flex;
    height: 38px;
}
#header #mini-cart .dropdown-toggle.cover .feature-icon-hover a .empty,
#header #mini-cart .dropdown-toggle.cover .feature-icon-hover > a{
    display: grid;
}
#header #mini-cart .dropdown-toggle.cover .feature-icon-hover > a{
    align-self: center;
}

.header-main-mobile{
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    position: relative;
    min-height: 70px;
    background-color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
}
.header-main-mobile-left,
.header-main-mobile-center,
.header-main-mobile-right{
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    align-items: center;
    width: 33.33%;
    min-height: 70px;
}
.header-main-mobile-left{
    justify-content: flex-start;
    position: relative;
}
.header-main-mobile-center{
    text-align: center;
}
.header-main-mobile-center .logo{
    margin: 0 auto;
}
.header-main-mobile-right{
    justify-content: flex-end;
}

.mob-nav-button::before,
.mob-search-button::before,
.mob-user-button::before,
.mob-cart-button::before{
    display: block;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.header-main-mobile-left > a,
.header-main-mobile-right > a{

    padding-right: 10px;
}
.header-main-mobile-left > a:last-child,
.header-main-mobile-right > a:last-child{
    padding-right: 0;
}
.mob-nav-button.nav-open-icon::before{
    content: "\f0c9";
}
.mob-nav-button.nav-close-icon::before{
    content: "\f00d";
}
.mob-search-button.search-open-icon::before{
    content: "\f002";
}
.mob-search-button.search-close-icon::before{
    /*content: "\f053";*/
    content: "\f00d";
}
.mob-user-button.user-open-icon::before{
    content: "\f2bd";
}
.mob-user-button.user-close-icon::before{
    /*content: "\f077";*/
    content: "\f00d";
}
.mob-cart-button::before{
    content: "\f07a";
}
.mob-nav-button.nav-close-icon::before,
.mob-search-button.search-close-icon::before,
.mob-user-button.user-close-icon::before{
    background-color: #000;
    color: #fff;
}
#mob_user,
#mob_nav,
#mob_search{
    position: absolute;
    background-color: #fff;
}
#mob_user,
#mob_nav{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}
#mob_nav{
    top: 100%;
    left: -15px;
}
#mob_search{
    top: 15px;
    left: 60px;
}
#mob_user{
    min-width: 250px;
    top: 100%;
    right: 0;
}
#mob_nav ul.nav-tab-button .level0{
    float: left;
}
#mob_nav ul.nav-tab-button{
    min-width: 300px;
}
#mob_user.user-hide,
#mob_nav > .sub-nav-shop-cate,
#mob_nav.nav-hide,
#mob_search.search-hide{
    display: none;
}
#mob_user.user-show,
#mob_nav > .sub-nav-shop-cate.nav-tab-active,
#mob_nav.nav-show,
#mob_search.search-show{
    display: block;
}
#mob_nav .opener,
.header #mob_nav .caret{
    display: none;
}
#mob_nav.nav-show/*,
#mob_search.search-show*/{
    -webkit-animation: fadeInLeft 900ms;
    animation: fadeInLeft 900ms;
}
#mob_nav.nav-hide,
#mob_search.search-hide{
    -webkit-animation: fadeOutLeft 900ms;
    animation: fadeOutLeft 900ms;
}
#mob_nav ul.nav-tab-button .level0 > a{
    padding: 15px 16px;
    display: inline-block;
}
#mob_nav ul.nav-tab-button .level0.active > a,
#mob_nav ul.nav-tab-button .level0.nav-tab-button-active > a{
    background: #000;
    color: #fff;
}
#mob_nav .wrap-category .nav-item a{
    display: inline-block;
    padding: 10px 0 10px 16px;
}
#mob_nav .sub-nav-shop-cate{
    clear: both;
}
#mob_nav .sub-nav-shop-cate .nav-item{
    border-bottom: 2px solid #f0ece8;
}
#mob_nav .sub-nav-addition{
    padding: 10px 0;
    background-color: #f0ece8;
}
#mob_user .links li{
    float: none;
    border-bottom: 2px solid #f0ece8;
    display: block;
    text-align: left;
}
.header #mob_user .user-section{
    background-color: #f0ece8;
    padding: 10px 16px;
}
.header #mob_user .user-section .userCode,
.header #mob_user .user-section .userName,
.header #mob_user .user-section .userSwitch{
    color: #000;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header #mob_user .userSwitch{
    margin-left: 0;
}
#mob_user .links > li > a{
    padding: 10px 16px;
    line-height: 1em;
}
#mob_user .links > li > a:hover{
    background-color: transparent;
    color: #f6be00!important;
}
/*end-header*/

/*NAVIGATION*/
.nav-regular li.level0 > a{
    text-transform: none;
}
.nav-section .nav-regular li.level0 > a {
    padding: 0;
    margin: 0 10.5px;
}

/*
#header .nav-container .nav-regular .nav-industries .sub-nav-shop-cate .wrap-category > li{
    width: 100%;
}
#header .nav-container .nav-regular .nav-industries .sub-nav-shop-cate .wrap-category > li > a{
    border-bottom: 0 none;
    padding: 9px 15px;
}

*/
#header .nav-container .nav-regular .sub-nav-shop-cate{

}
#header .nav-container .nav-regular .sub-nav-shop-cate .wrap-category{
    display: block;
}
#header .nav-container .nav-regular .sub-nav-shop-cate .wrap-category > li > a{
    text-transform: none;
    border-bottom: 0 none;
    padding: 10px 20px;
    font-weight: 400!important;
}
#header .nav-container .nav-regular .sub-nav-shop-cate .wrap-category > li > a:hover{
    color: inherit;
    background-color: #F5F5F5;
    border-radius: 5px;
}
#header .nav-container .nav-regular .sub-nav-shop-cate ul.wrap-category > li{
    width: auto;
    padding: 0;
}
/*end-nav*/

/*footer*/
#footer .footer-bottom-container .container p, #footer .footer-bottom-container .container p a,
#footer .footer-top.footer.container .footer__info--box-links .link-item .list, #footer .footer-top.footer.container .footer__info--box-news .link-item .list,
#footer .footer-top.footer.container .footer__info--box-links .link-item .list li a,
.location-details li a, #footer .footer-top.footer.container .footer__info--box-news .link-item .list li a,
#footer .footer-top.footer.container .footer__info--box-logo .f-detail p,
#footer .footer-top.footer.container .footer__info .footer-link-title{
    color: #212121;
}
#footer .footer-top-container,
#footer .footer-bottom-container{
    background: #F0ECE8;
}
#footer .footer-bottom-container .container{
    border-top: 1px solid #151237;
    padding: 26px 15px 25px;
}

/*HOME*/
.home #header .header-primary-container{
    background-color: #000;
}
.home .home-block .grid-group-1 > .grid-container-wrapper{
    /*margin-top: -98px;*/
}
.home-hero.cmn-box-video-lightbox .box-video-inline{
    width: 100%;
}
.home-hero.cmn-box-video-lightbox{
    margin: 0;
    color: #fff;
}
.home-hero .box-video-inline img{
    object-fit: cover;
}
.home-hero .box-video-inline img,
.home-hero.cmn-box-video-lightbox{
    min-height: 720px;
}
.home-hero.cmn-box-video-lightbox:before{
    background: transparent;
}
.home-hero.cmn-box-video-lightbox .box-info-video{
    text-align: left;
    max-width: 1300px;
    box-sizing: border-box;
    padding: 0px 25px;
}
.home-hero h2,
.home-hero h4,
.home-hero p{
    margin-bottom: 20px;
}
.home-hero h2{
    font-size: 72px;
    line-height: 72px;
    font-weight: 800;
}
.home-hero h4{
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: -.5px;
}
.home-hero p{
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    width: 65%;
    font-family: 'Poppins', sans-serif;
}
.home-hero a.act-button{
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    background-color: #d4b52b;
    padding: 9px 25px;
    color: #fff;
}
.home-hero a.act-button:hover{
    background-color: #000;
}

.home-cate-section-v3{
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}
.home-cate-wrapper{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    overflow: hidden;
}
.home-cate-block{
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.home-cate-block a{
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}
.home-ffe-section{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 600px;
    background-image: url('//cdn-881a96c5-a77b871b.commercebuild.com/947850a64f4c0ea0def3917b5b746769/contents/ckfinder/images/v3/img/FFE-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.home-ffe-wrapper{
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    align-items: flex-start;
    margin: 0 auto;
}
.home-ffe-content{
    display: flex;
    flex-direction: column;
    padding: 40px 60px;
    width: 60%;
    background-color: #fff;
    box-sizing: border-box;
}
.home-ffe-wrapper h2{
    color: #151237;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.home-ffe-description{
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.home-ffe-block{
    
}
.home-ffe-block p,
.home-ffe-block ul li{
    color: #212121;
    font-size: 15px;
    line-height: 23px;
}
.home-ffe-block ul{
    list-style: initial;
    margin-left: 20px;
}
.home-ffe-block p:not(:last-child){
    margin-bottom: .9rem;
}
.home-ffe-wrapper .ffe-act-button{
    background-color: #02010100;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    color: #212121;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d4b52b;
    border-radius: 2px 2px 2px 2px;
    padding: 9px 25px 9px 25px;
}
.home-ffe-wrapper .ffe-act-button:hover{
    background-color: #d4b52b;
    color: #fff;
}
.home-ffe-wrapper hr{
    height: 2px;
    color: #f5f5f5;
    border: none;
    background-color: #f5f5f5;
    margin: 15px 0;
}
.home-quality-section{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.home-quality-wrapper{
    display: flex;
    flex-direction: row;
    max-width: 1300px;
    align-items: flex-start;
    margin: 0 auto;
    padding: 80px 0;
    column-gap: 20px;
}
.home-quality-block{
    position: relative;
    width: 50%;

}
.home-quality-desc{
    margin: 15px 0;
    max-width: 70%;
}
.home-quality-section h2{
    color: #151237;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.home-quality-section p{
    color: #212121;
    font-size: 15px;
    line-height: 23px;
}
.home-quality-section p:not(:last-child){
    margin-bottom: .9rem;
}
.home-quality-section img{
    width: 80%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.home-full-width-content-section{
    display: flex;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.home-full-width-content-wrapper{
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 0;
    gap: 20px;
    box-sizing: border-box;
}
.home-industry-section{
    background-color: #f0ece8;
}
.home-industry-section-title{
    color: #151237;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.a1-tabs .tabs{
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
}
.a1-tabs .tabs li{
    float: none;
    display: inline-block;
}
.a1-tabs .tabs li:not(:last-child){
    margin-right: 10px;
}
.a1-tabs .tabs li a{
    display: block;
    border-radius: 2px;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: 0px;
    color: #4c4879;
    text-align: center;
    padding: 14px 35px 14px 35px;
}
.a1-tabs .tabs li a.tab-active{
    background-color: #4c4879;
    color: #fff;
}
.tabs-panels .panel{
    display: none;
}
.tabs-panels .panel.panel-active{
    display: block;
    padding: 40px 20px;
}
.home-industries-content{
    width: 100%;
}
.panel-content{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.panel-content-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    gap: 20px;
}
.panel-content-title{
    color: #151237;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}
.industry-list{
    list-style: none;
}
.industry-list li{
    position: relative;
    padding-left: 1.5em;
    font-size: 15px;
    line-height: 23px;
}
.industry-list li::before{
    position: absolute;
    display: block;
    left: 0;
    width: 1em;
    height: 1em;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
}
.home-industry-section .cta-button{
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 15px;
    color: #212121;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 0;
}
.home-industry-section .cta-button:hover{
    background-color: transparent;
    color: #d4b52b;
}
.panel-content img{
    max-width: 100%;
    height: auto;
    border: 5px solid #fff;
}

.home-why-partner-box{
    display: flex;
    align-items: center;
    align-self: center;
    flex-direction: column;
    gap: 20px;
    background-color: #f5f5f5;
    max-width: 936px;
    border-radius: 19px;
    padding: 50px;
    box-sizing: border-box;
}
.home-insight-header-title h2,
.home-why-partner-box h2{
    color: #212121;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.home-why-partner-rating-desc p,
.home-why-partner-box p{
    color: #212121;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
.home-why-partner-box p{
    max-width: 85%;
}
.home-why-partner-cta{
    display: flex;
    gap: 20px;
    box-sizing: border-box;
}
.home-why-partner-cta a{
    display: inline-block;
}
.home-why-partner-cta .cta-button.cta-highlight{
    background-color: #d4b52b;
    color: #fff;
}
.home-why-partner-cta .cta-button.cta-highlight:hover{
    background-color: #000;
}
.home-why-partner-rating-wrapper{
    display: flex;
    align-items: center;
    align-self: center;
    max-width: 900px;
    width: 100%;
    gap: 20px;
    box-sizing: border-box;
}
.home-why-partner-rating-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 25px;
    box-sizing: border-box;
}

.home-why-partner-rating-title h2{
    color: #212121;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.home-testimonial-section{
    background-color: #f5f5f5;
}
.home-testimonial-section:before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url('//cdn-881a96c5-a77b871b.commercebuild.com/947850a64f4c0ea0def3917b5b746769/contents/ckfinder/images/v3/img/testimonial-bg.png');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.home-testimonial-section .home-full-width-content-wrapper{
    flex-direction: row;
}
.home-testimonial-box{
    display: flex;
    width: 50%;
    flex-direction: column;
    gap: 20px;
}
.testimonial-title{
    z-index: 1;
}
.testimonial-title h2{
    color: #212121;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -.5px;
    margin-bottom: 0;
}
.home-testimonial-swiper.swiper-container{
    width: 100%;
    touch-action: pan-y;
}
.home-testimonial-swiper .swiper-wrapper{
    display: flex;
    align-items: stretch;
}
.home-testimonial-swiper .testimonial-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: none;
    padding-bottom: 40px;
}
.testimonial-text{
    color: #151237;
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
}
.testimonial-name{
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 700;
}
.home-testimonial-swiper .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
}
.home-insight-wrapper{
    display: flex;
    width: 100%;
    gap: 20px;
    box-sizing: border-box;
}

.insights-title h2{
    color: #152737;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
}
.insights-button .cta-button{
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 15px;
    color: #212121;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 0;
}
.insights-button .cta-button:hover{
    background-color: transparent;
    color: #d4b52b;
}
/*end-home*/
.clearer::before,
.clearer::after{
    display: table;
    content: "";
    box-sizing: border-box;
}
.clearer::after{
    clear: both;
}
.cta-button{
    display: inline-block;
    background-color: #02010100;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    color: #212121;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d4b52b;
    border-radius: 2px 2px 2px 2px;
    padding: 9px 25px 9px 25px;
}
.cta-button:hover{
    background-color: #d4b52b;
    color: #fff;
}
.background-white{
    background: #fff;
}
.position-absolute{
    position: absolute;
}


.nav-item--home{
    display: none;
}



#header .header-primary-container .header-primary .header-main .logo-wrapper{
    padding: 0;
}
.page-type-home .home #header .header-primary-container .header-primary .header-main .logo-wrapper .logo img,
#header .header-primary-container .header-primary .header-main .logo-wrapper .logo img{
	max-width: 190px;
    width: 190px;
}
#header .nav-container.show .container{
    padding: 0;
}







/*menu active*/
.nav-container:not(.fixed) .nav-regular .nav-item.level0.active > a,
.nav-container:not(.fixed) .nav-mobile .nav-item.level0.current > a{
	background: none;
}
#header .nav-container:not(.fixed) .nav-regular .nav-item.level0 > a{
	border-bottom: 2px solid transparent;
}
#header .nav-container:not(.fixed) .nav-regular .nav-item.level0:hover > a/*,
.nav-container:not(.fixed) .nav-mobile .nav-item.level0 > a:hover*/{
	background: none;
	border-bottom: 2px solid #151237;
}

.cms-index-index .nav-regular .nav-item--home > a,
.nav-regular .nav-item.level0.active > a{
    background-color: transparent;
}
.nav-section .nav-container.fixed .nav-regular li.level0 > a{
    margin: 0;
    padding: 0 22.5px;
}
.mobnav-trigger .trigger-icon .line{
    transition: all 0.35s ease-out;
    transform-origin: center left;
}
/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.mobnav-trigger.active .trigger-icon .line:nth-child(1) {
    transform: translate(25%, -95%) rotate(45deg);
}
/* center line goes transparent */
.mobnav-trigger.active .trigger-icon .line:nth-child(2) {
    opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.mobnav-trigger.active .trigger-icon .line:nth-child(3) {
    transform: translate(25%, 95%) rotate(-45deg) ;
}

/* top line moves back to initial position and rotates back to 0 degrees */
.mobnav-trigger:not(.active) .trigger-icon .line:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* middle line goes back to regular color and opacity */
.mobnav-trigger:not(.active) .trigger-icon .line:nth-child(2) {
    opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.mobnav-trigger:not(.active) .trigger-icon .line:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}



.header .item-left{
    float: right;
}
#header .top-links{
    float: left;
}
#header .header-top-container .container .grid-full{
	padding: 7.5px 0;
}
#header-top-annoucement{
	text-align: center;
}
#header-top-annoucement .btn-small{
	border-radius: 5px;
	letter-spacing: .9px;
	font-size: 12px;
	padding: 5px 3px;
}




.header .user-section{
	padding: 0 0.5833em;
}


#header .header-primary-container .header-primary .grid-full #nav.nav-mobile{
	display: none;
}
#header .header-primary-container .header-primary .grid-full #nav.nav-mobile.show {
    display: block;
}

#header .header-primary-container .header-primary .nav-regular.xm-mega-menu{
    display: inline-block;
    width: auto;
}


/*footer*/
.footer__info--box-logo .list{
    list-style-type: none;
    margin-left: 0;
}
#footer .footer-top.footer.container .footer__info{
    padding: 50px 0 40px;
    gap: 20px;
    flex-wrap: nowrap;
}
#footer .footer-top.footer.container{
    margin-top: 0;
    padding: 0;
}
#footer .footer-top-container {
    border-top: 0 none;
    margin-bottom: 0;
}
#footer .footer-bottom-container{
    clear: both;
}
.footer-logo{
    max-width: 190px;
    display: block;
    margin: 0 0 35px;
}
#footer .footer-top.footer.container .footer__info--box-logo{
    width: 20%;
}
#footer .footer-top.footer.container .footer__info--box-location{
    width: 20%;
}
#footer .footer-top.footer.container .footer__info--box-links{
	width: 35%;
}
#footer .footer-top.footer.container .footer__info--box-news{
	width: 25%;
}
#footer .footer-top.footer.container .footer__info--box-links .link-item.link-account{
    padding: 0 15px 0 0;
    width: 40%;
}
#footer .footer-top.footer.container .footer__info--box-links .link-item.link-support{
    width: 60%;
}
.footer__info--box-news .link-item{
    clear: both;
}
.footer__info--box-news .social{
    display: none;
}
#footer .link-item .list li:not(:last-child){
    padding-bottom: 10px;
}
#footer .footer-top.footer.container .footer__info--box-logo .f-detail {
	padding: 0 0 25px;
}
#footer .footer-top.footer.container .footer__info--box-logo .f-detail p{
	margin-bottom: 0;
}
#footer .footer-top.footer.container .footer__info .footer-link-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
}
#footer .footer-top.footer.container .footer__info .footer-link-title:after{
	display: none;
}
#footer .footer-top.footer.container .footer__info--box-links .link-item .list,
#footer .footer-top.footer.container .footer__info--box-news .link-item .list {
	padding: 0;
	list-style: none;
}
.location-details li a,
#footer .footer-top.footer.container .footer__info--box-news .link-item .list li a {
    display: inline-block;
    font-family: Lato, sans-serif;
    line-height: 1.73em;
}
#footer .footer-bottom-container .container p,
#footer .footer-bottom-container .container p a{
	/*color: #fff;*/
}
#footer .footer-bottom-container .container p.footer-copyright > a{
    margin-left: 25px;
}
#footer .footer-bottom-container .container p.footer-copyright > br{
    display: none;
}
#footer .footer-bottom-container .container p a:hover{
	color: #f6be00;
}
.location-details li i{
	color: #f6be00;
}
.location-details li a{
	padding-left: 0px;
}
#footer .social li{
	float: left;
	margin: 0 5px;
}
#footer .social li:first-child{
	margin-left: 0;
}
#footer .social li:last-child{
	margin-right: 0;
}
#footer .social li a{
	width: calc(14px + (2 * .5em));
	height: calc(14px + (2 * .5em));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
#footer .social li a i{
	color: #000;
}
.social .fa-facebook-f:before {
    content: "\f39e";
}
.social .fa-linkedin:before {
    content: "\f08c";
}
.footer-primary-container,
#footer .footer-primary-bottom{
	display: none;
}
.footer-newsletter-container{
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 80px 0px 80px 0px;
}
.footer-standard-container,
.standard-container{
    position: relative;
}
.footer-standard-container{
    padding: 30px 0px 60px;
}
#footer .footer-top.footer.container.standard-container{
    padding: 50px 0px;
    border: 0px solid;
    border-radius: 19px;
    background-color: #151237;
    color: #fff;
    max-width: 936px;
}
#footer .footer-top.footer.container.standard-container:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('//cdn-881a96c5-a77b871b.commercebuild.com/947850a64f4c0ea0def3917b5b746769/contents/ckfinder/images/v3/img/bg-new-standard-1.png');
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
}
.standard-container > div{
    display: block;
    box-sizing: border-box;
    float: none;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 649px;
    z-index: 1;
}
.standard-container .btn-primary{
    text-transform: none;
    color: #fff;
}
.standard-container .btn-primary:nth-child(even){
    margin-right: 10px;
}
.standard-container .btn-primary:nth-child(even):hover{
    background: transparent;
}
.standard-container .btn-primary:nth-child(odd){
    background: transparent;
}
.standard-container .btn-primary:nth-child(odd):hover{
    background: #f6be00;
}
.footer-standard-container .heading-title{
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.1666em;
}
.footer-standard-container .heading-description{
    
}
.footer-newsletter-container .heading-title{
	color: #333333;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.1666em;
}
.footer-newsletter-container,
.newsletter-container{
	position: relative;
}
.newsletter-button-section{
	text-align: right;
	padding: 20px 0;
}
#mc_embed_signup .mc-field-group ul li input[type="radio"]{
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}
.section-background-overlay{
	background-color: #f2f4f7;
    opacity: 0.98;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.footer-association-container{
    padding: 2em 0;
    background-color: #fff;
    position: relative;
}
/* infinite scroll  */
.client-logo-swiper .swiper-wrapper,
.association-logo-swiper .swiper-wrapper{
    transition-timing-function: linear;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination{
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination-bullet{
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #F6BE00;
}
/*home*/

.force-full-width{
	left: 50%;
	right: 50%;
	position: relative;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	float: none;
}
body.home .main{
    background-color: #f8f8fa;
}
/*home slider*/
.home-slider-swiper .swiper-pagination{
    width: 100%;
    bottom: 8px;
    left: 0;
}
.home-slider-swiper .slide-heading,
.home-slider-swiper .slide-description{
    color: #fff;
}
.home-slider-swiper .slide-heading{
    font-size: 3.7rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
.home-slider-swiper .slide-description{
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2em;
}
.home-slider-swiper .slide-button a{
    background-color: #fff;
    padding: 10px 35px;
    color: #000;
    border-radius: 50px;
    text-transform: uppercase;
}
.home-slider-swiper .slide-button a:hover{
    background-color: #f6be00;
}
.home-slider-swiper .swiper-slide-bg{
    background-color: #833ca3;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
}
.home-slider-swiper .background-overlay{
    background-color: #0000003D;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.home-slider-swiper .swiper-slide.swiper-slide-active .swiper-slide-contents{
    display: block;
}
.home-slider-swiper .swiper-slide .swiper-slide-contents{
    display: none;
}
.home-slider-swiper .animated {
    animation-duration: 1.55s;
}
.home-slider-swiper .swiper-button{
    color: #fff;
}
.home-slider-swiper .swiper-slide{
    text-align: left;
    height: 600px;
    transition-duration: calc(5000ms*1.2);
}
.home-slider-swiper.swiper-container{
    width: 100%;
}
.home-slider-swiper .swiper-slide-inner{
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 350px;
    margin: auto;
    justify-content: center;
}
.home-slider-swiper .swiper-slide-contents{
    margin-right: auto;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    max-width: 66%;
}
.home-slider-swiper .swiper-button-prev{
    left: 10px;
}
.home-slider-swiper .swiper-button-next{
    right: 10px;
}

/*home flip-box*/
.home-cate-section{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    overflow: hidden;
}
.e-container{
    position: relative;
    display: flex;
    flex: 0 0 auto;
    width: 15%;
    flex-direction: column;
    padding: 0;
    flex-grow: 0;
    flex-shrink: 0;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-flex: column;
    -ms-flex: 0 0 auto;
}
.home-cate-section,
.e-container{
	--container-max-width: 1300px;
}
.e-container--column{
	width: 13%;
}

/*flip-box fadein: begin*/
.flip-box{
    height: 163px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}
.flip-box__front{
    background-color: #02010100;
}
.flip-box__layer{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
}
.home-cate-section .flip-box__layer{
    transition: all .6s ease-in-out;
}
.flip-box__front .flip-box__layer__overlay{
    text-align: center;
}
.flip-box__layer__overlay{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    padding: 35px;
    color: #fff;
    box-sizing: border-box;
}
.flip-box__front .flip-box__layer__title{
    font-size: 19px;
    font-weight: 400;
    color: #313131;
    margin-top: .5em;
    margin-bottom: 0;
}
.flip-box__front .view-default{

}
.flip-box__back{
    background-position: center center;
    background-size: cover;
    display: block;
}
.flip-box--effect-fade .flip-box .flip-box__back {
    opacity: 0;
}
.flip-box--effect-fade .flip-box:focus-visible .flip-box__back,
.flip-box--effect-fade .flip-box:hover .flip-box__back{
    opacity: 1;
}
/*flip-box fadein: end*/

/*industry section flipbox*/
.industry-wrapper{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    overflow: hidden;
}
.industry-col{
    position: relative;
    display: flex;
    flex: 0 0 auto;
    width: 18%;
    flex-direction: column;
    padding: 0;
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-flex: column;
    -ms-flex: 0 0 auto;
}
.industry-section .flip-box{
    height: 200px;
}
.industry-section .flip-box__front,
.industry-section .flip-box__back{
    background-position: center center;
    background-size: cover;
}
.industry-section .flip-box__front .flip-box__layer__overlay {
    background-color: #313D4D4F;
    text-align: left;
}
.industry-section .flip-box__front .flip-box__layer__title,
.industry-section .flip-box__back .flip-box__layer__title{
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    font-style: normal;
    line-height: 1em;
}
.industry-section .flip-box__back .flip-box__layer__title{
    margin-bottom: 20px;
}
.industry-section .flip-box__back .flip-box__layer__overlay {
    background-color: #475E7EC9;
    text-align: left;
}
.industry-section .flip-box__layer__overlay{
    
}
.flip-box__button{
    margin-left: 0;
    color: #000;
    background-color: #F6BE00;
    border-width: 0px;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 24px;
    display: inline-block;
}
.flip-box__button:hover{
    color: #fff;
    background-color: #313D4D;
}


.flip-horizontal:hover .service-flipbox-front{
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.flip-horizontal .service-flipbox-back{
	-webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-horizontal:hover .service-flipbox-back{
	-webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.fold-back-horizontal{
	-webkit-transform: translateX(-100%) rotateY(-180deg);
    -ms-transform: translateX(-100%) rotateY(-180deg);
    -moz-transform: translateX(-100%) rotateY(-180deg);
    -o-transform: translateX(-100%) rotateY(-180deg);
    transform: translateX(-100%) rotateY(-180deg);
}
.no-backface{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.origin-center{
	-webkit-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}
.service-img{
	max-width: 120px;
	padding: 15px;
    height: auto;
}
.text-center{
	text-align: center;
}
.service-title{
	font-size: 21px;
    font-weight: 400;
    color: #313131;
}
.service-flipbox, .service-flipbox-holder{
	-moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    -webkit-transform: perspective(1000px);
    -o-transform: perspective(1000px);
    transform: perspective(1000px);
}
.service-flipbox{
	position: relative;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.service-flipbox-back, .service-flipbox-front{
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: table;
}
.service-flipbox-front{
	position: absolute;
    z-index: 2;
}
.service-flipbox-back{
	position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.service-flipbox-back, .service-flipbox-front{
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.bezier-1{
	-webkit-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .7s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .7s cubic-bezier(.645,.045,.355,1);
    transition: all .7s cubic-bezier(.645,.045,.355,1);
}
.perspective{
	-webkit-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -o-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.height-full{
	height: 100%
}
.width-full{
	width: 100%;
}
.info-box-bg-box{
	overflow: visible;
	position: relative;
	transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.service-flipbox-content,
.info-box-bg-box>div:first-child{
	position: relative;
    z-index: 11;
}
.info_box .service-flipbox,
.info_box .service-flipbox-back,
.info_box .service-flipbox-front{
	min-height: 200px;
}
.info_box .service-flipbox-back{	    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cate-towels.service-flipbox-back{
	background-image: url('https://news.a1american.com/img/home-cate/Towels.jpg');
}
.cate-platform-beds.service-flipbox-back{
	background-image: url('https://news.a1american.com/img/home-cate/Bed-Platform.jpg');
}
.service-flipbox-content{
	display: table-cell;
    vertical-align: middle;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(35px) scale(.81);
    transform: translateZ(35px) scale(.81);
}
.service-flipbox-back .service-flipbox-content{
	-webkit-transform: translateZ(35px) scale(.91);
    transform: translateZ(35px) scale(.91);
}
.infobox-front-overlay,
.infobox-back-overlay{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    transition: all 0.3s linear;
    z-index: 1;
}
/*industry section*/
.industry-section{
	padding: 35px 0;
    overflow: hidden;
}
.industry-cta__title{
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
	color: #fff;
}
.industry-cta__content-item{
	width: 100%;
    margin: 0;
}
.industry-cta__content-item:not(:last-child){
	margin-bottom: 15px;
}
.industry-cta__button{
	color: #000;
    background-color: #f6be00;
    border-width: 0px;
    font-size: 15px;
    padding: 12px 24px;
	font-weight: 500;
	display: inline-block;
    line-height: 1;
}
.industry-cta__button:hover{
	color: #fff;
    background-color: #313d4d;
}
.industry-cta__content,
.industry-cta__content-item{
	position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
}

.industry-cta__content{
	min-height: 200px;
    text-align: left;
    padding: 2em 2em 2em 2em;
	
	z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
	
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.industry-cta--valign-bottom .industry-cta__content{
	-ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.industry-cta__bg-wrapper{
	z-index: 1;
    overflow: hidden;
}
.industry-cta__bg, .industry-cta__bg-overlay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.industry-cta--skin-cover .industry-cta__bg-wrapper{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
}
.industry-cta .industry-cta__bg, 
.industry-cta .industry-cta__bg-overlay{
	transition-duration: 600ms;
}
.industry-cta:hover .industry-cta__bg-overlay{
	background-color: rgba(0,0,0,.3);
}
.industry-cta__bg-overlay{
	z-index: 2;
}
.industry-bg-transform-zoom-in:hover .industry-bg,
.industry-bg-transform-zoom-out .industry-bg{
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.industry-bg-transform .industry-bg{
	will-change: transform;
}
.industry-cta__bg{
	background-size: cover;
    background-position: 50%;
    z-index: 1;
}
.industry-cta:not(:hover) .industry-cta__bg-overlay{
	background-color: #313D4D4F;
}
.industry-cta--skin-cover .industry-cta{
	display: block;
}

.industry-cta{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.industry-cta, .industry-widget-call-to-action .industry-widget-container{
	overflow: hidden;
}
.industry-widget-container:hover{
	--e-transform-scale: 1.1;
}
.industry-bg-transform-zoom-in:hover .industry-bg,
.industry-bg-transform-zoom-out .industry-bg{
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.industry-bg-transform-zoom-out:hover .industry-bg{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.e-transform .industry-widget-container{
	-webkit-transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    -webkit-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -webkit-transition: -webkit-transform var(--e-transform-transition-duration,.4s);
    transition: -webkit-transform var(--e-transform-transition-duration,.4s);
    -o-transition: transform var(--e-transform-transition-duration,.4s);
    transition: transform var(--e-transform-transition-duration,.4s);
    transition: transform var(--e-transform-transition-duration,.4s),-webkit-transform var(--e-transform-transition-duration,.4s);
}

/*ffe-section & about-section*/
.ffe-section{
	padding: 2em 0;
	/*background-image: url('https://news.a1american.com/img/home/bg_img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-image: linear-gradient(180deg, #fff 40%, #d2d2d2 100%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 95px!important;
    margin-bottom: 0px;
	z-index: 1;
}
.about-section .grid-container{
    display: flex;
}
.about-section .grid-container > .grid-column-wrapper{
    /*min-height: 450px;*/
    display: flex;
    align-items: center;
    padding: 5% 0;
    flex-basis: 50%;
    flex-grow: 1;
}
.about-section{
    background-color: #F6BE00;    
}
.about-content-wrapper{
    width: 100%;
    max-width: 553px;
    /*padding: 9em 4.5em;*/
}
.about-section .about-content{
    background-image: url('https://news.a1american.com/img/home/bg_img.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    margin: 0;
    justify-content: center;
}
.about-video-wrapper{
    width: 90%;
    margin-left: -10%;
    /*margin-top: 5em;*/
}
.about-video{
    aspect-ratio: 16 / 9;
    display: block;
    box-sizing: border-box;
}
.video-youtube{
    height: 100%;
    width: 100%;
    border: none;
    max-width: 100%;
    line-height: 1;
    margin: 0;
}

.ffe-section-content{
	padding: 2em;
}
.about-section .about-heading-title,
.ffe-section .ffe-heading-title{
	font-size: 48px;
	line-height: 1.1em;	
}
.about-section p,
.ffe-section p{
	color: #313d4d;
	font-size: 18px;
	line-height: 1.5em;
}

.ffe-section .grid-column-wrapper img{
	/*margin-top: -5em;*/
}
.about-section .button-link,
.ffe-section .button-link{
	color: #000;
	background-color: #f6be00;
	font-weight: 500;
	font-size: 16px;
    padding: 15px 30px;
	display: inline-block;
	line-height: 1;
	margin-top: 20px;
}
.about-section .button-link:hover,
.ffe-section .button-link:hover{
	color: #fff;
	background-color: #000;
}
.testimonial-section .grid-container,
.ffe-section .grid-container{
	max-width: 1300px;
	margin: 0 auto;
}
/*logo*/
.client-logo-section{
	padding: 25px 0;
    background-color: #fff;
}
.client-title-section{
	border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #484F562B;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	text-align: center;
	padding: 22.5px 0;
}
.client-heading-title{
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
	margin-bottom: 0;
}
.client-logo-slide-section{
	position: relative;
}
.swiper-container{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 1;
	position: static;
	width: calc(100% - 60px);
}
.swiper-wrapper{
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-button{
	position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0,0%,93.3%,.9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	color: #000;
}
.swiper-slide{
	text-align: center;
	will-change: transform;
    border-style: solid;
    border-width: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: border,background,-webkit-transform;
    transition-property: border,background,-webkit-transform;
    -o-transition-property: border,background,transform;
    transition-property: border,background,transform;
    transition-property: border,background,transform,-webkit-transform;
    overflow: hidden;
	-ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide figure img{
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	height: 65px;
	width: 80%;
    object-fit: contain;
}
.swiper-container .swiper-slide figure{
	margin: 0;
	line-height: inherit;
	display: block;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next{
	right: 0;
}
.swiper-button i{
	font-size: inherit;
	font-style: normal;
}
/*home testimonial*/
.testimonial-section{
	padding: 100px 0;
	background-color: #000;
}
.testimonial-section-head{
	padding: 0 0 2em;
}
.testimonial-section h6.heading-title{
	color: #F6BE00;
    font-weight: normal;
    font-style: normal;
	line-height: 1.5em;
    font-size: 1.286em;
}
.testimonial-section h2.heading-title{
    color: #fff;
    font-size: 60px;
    font-weight: normal;
	line-height: 1em;
    font-size: 4.286em;
}
.testimonial-item{
	background: #fff;
	text-align: left;
	height: 100%;
}
.testimonial-swiper .swiper-slide{
	height: auto;
}
.elementor-testimonial__header{
	padding-top: 3em;
    padding-left: 2em;
    padding-right: 2em;
	padding-bottom: 6px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
}
.elementor-testimonial__image img{
    width: 49px;
    height: 49px;	
	border-radius: 999px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover;
	max-width: 100%;
}
.testimonial-section .elementor-testimonial__image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-negative: 0;
    flex-shrink: 0;
}
.elementor-testimonial__image + cite{
	margin-left: 14px;
    margin-right: 0;
}
.elementor-testimonial__header cite{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
}
.elementor-testimonial__content{
	padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
	padding-top: 6px;
}
.elementor-testimonial__text{
	color: #484F56;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: 0.7px;
}
.testimonial-section .elementor-testimonial__name{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4em;
	color: #1c2022;
}
.elementor-testimonial__title{
	color: #000000;
    font-family: "EB Garamond", Serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5em;
}
.elementor-star-rating{
    display: inline-block;
}
.elementor-star-rating i{
	display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default;
}
.elementor-star-rating i:not(.elementor-star-empty):before{
	content: "\002605";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0;
}


@media only screen and (min-width: 1315px) {
	/*#header .nav-section .nav-container:not(.fixed) .nav-regular .sub-nav-shop-cate{
		left: calc(-50vw + 225.5px);
	}*/
    #header .nav-container .nav-regular .sub-nav-shop-cate{
        /*left: calc(-50vw + 225.5px); with-home-menu-item*/
        left: calc(-50vw + 230.5px);
        left: calc(1315px / 2 - 50vw);
        left: auto;
        min-width: auto !important;
        width: auto !important;
        padding-bottom: 0!important;
    }
    #header .nav-container.fixed .nav-regular .sub-nav-shop-cate{
        left: calc(-50vw + 180.5px);
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1315px) {
    #header .nav-container .nav-regular .sub-nav-shop-cate{
        width: calc(100vw - 30px);
        /*left: calc(-50vw + 245.5px); with-home-menu-item*/
        left: calc(-50vw + 230.5px);
    }
    #header .nav-container.fixed .nav-regular .sub-nav-shop-cate{
        left: calc(-50vw + 180.5px);
    }
}
@media only screen and (min-width: 1024px){
    .hidden-desktop{
        display: none;
    }
}
@media only screen and (max-width: 1024px) {

    .home-full-width-content-wrapper{
        padding: 80px 40px;
    }

    .home-testimonial-box{
        width: 100%;
    }

    .home-quality-wrapper{
        padding-right: 40px;
        padding-left: 40px;
    }
    .home-quality-desc{
        max-width: 100%;
    }
    
    .home-ffe-section{
        padding: 80px 40px 20px;
    }
    .home-ffe-content{
        width: 100%;
    }
    .home-cate-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
    .home-hero p{
        width: 100%;
    }    
    #header .header-primary-container .header-primary .header-main{
        display: none;
    }
    #header .header-primary-container .header-primary .grid-full{
        overflow: visible;
    }
    .header-main-mobile{
        display: flex;
    }
    #header .header-primary-container .header-primary{
        padding: 0;
    }
    .header-main-mobile-center{
        width: 15%;
    }
    #header .header-top .grid-full .top-links,
    .header-top .grid-full .item-left{
        display: none;
    }
    
	.e-container{
		--container-max-width: 1024px;
		--align-self: center;
		--order: 99999 /* order end hack */;
        align-self: center;
        order: 99999;
	}
    .home-slider-swiper .slide-heading{
        font-size: 35px;
    }
    .home-slider-swiper .slide-description{
        font-size: 21px;
    }
	.happy-place-intro .heading-title{
		font-size: 35px;
	}
	.happy-place-intro .heading-description {
		font-size: 21px;
	}
    #footer .footer-top.footer.container .footer__info--box-links,
    #footer .footer-top.footer.container .footer__info--box-location{
        display: none;
    }
    #footer .footer-top.footer.container .footer__info--box-logo,
    #footer .footer-top.footer.container .footer__info--box-news{
        width: 50%;
    }
    .footer__info--box-news .social{
        float: right;
        display: inline-block;
        margin-bottom: 49px;
    }
    .footer .item-right{
        display: none;
    }
    .footer .item-left{
        float: none;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}
@media only screen and (max-width: 965px) {

    .header.header-top .links li.user-section{
        display: none;
    }

    #header .nav-container .container{
        overflow: auto;
        padding: 0;
        text-align: left;
    }
    #header .header-primary-container .header-primary .header-main{
        margin-bottom: 55px;
    }
    #header .header-primary-container .header-primary .header-main .search-wrapper {
        position: absolute;
        padding: 0 15px;
        margin: 0 auto;
        width: calc(100% - 30px) !important;
    }
    #header .header-primary-container .header-primary .header-main .search-wrapper{
        max-width: 100%!important;
        top: 90px;
    }
    .nav-section{
        flex-direction: column;
        display: flex;
        max-width: 55px;
        height: 55px;
        overflow: hidden;
    }
    .search-wrapper-mobile .er_custom_voice_search_dummy.er_voice_btn0{
        z-index: 9;
    }
}
/*v3*/
/*
@media only screen and (min-width: 768px) {
    #header .nav-container .nav-regular .nav-industries .sub-nav-shop-cate .wrap-category > li {
        padding: 0;
    }
}
*/
/*end-v3*/
@media only screen and (min-width: 768px) and (max-width: 965px){
    .flip-box__front .flip-box__layer__title{
        font-size: 10px;
    }
    .industry-section .flip-box__front .flip-box__layer__title,
    .industry-section .flip-box__back .flip-box__layer__title{
        font-size: 21px;
    }
    .about-section .about-heading-title, .ffe-section .ffe-heading-title{
        font-size: 35px;
    }
    .location-details li a,
    #footer .footer-top.footer.container .footer__info--box-news .link-item .list li a{
        font-size: 13px;
    }

}
@media only screen and (min-width: 768px) {
    .hidden-tablet{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    
    .home-insight-header-title h2{
        font-size: 24px;
        line-height: 32px;
    }
    .home-insight-wrapper{
        flex-direction: column;
    }
    .insights-title h2{
        font-size: 17px;
    }
    .testimonial-title h2{
        font-size: 24px;
        line-height: 32px;
    }
    .home-why-partner-cta .cta-button{
        text-align: center;
    }
    .home-why-partner-box{
        padding: 20px;
    }
    .home-why-partner-rating-wrapper{
        flex-direction: column;
    }
    .home-why-partner-box p{
        max-width: 100%;
        text-align: left;
    }
    .home-why-partner-box h2{
        font-size: 24px;
        line-height: 32px;
    }
    .home-why-partner-cta{
        flex-direction: column;
        width: 100%;
    }
    .home-full-width-content-wrapper{
        padding: 40px 20px;
    }
    .home-industry-section-title{
        font-size: 23px;
        line-height: 32px;
        text-align: center;
    }
    .panel-content{
        flex-direction: column-reverse;
    }
    .panel-content-box{
        width: 100%;
    }
    
    .hidden-mobile{
        display: none;
    }
    .home-quality-content{
        padding: 40px 20px;
        box-sizing: border-box;
    }
    .home-quality-wrapper{
        padding: 10px 0 0;
        flex-direction: column;
    }
    .home-quality-section img{
        width: 100%;
    }
    
    .home-quality-block{
        width: 100%;
    }
    .home-ffe-wrapper h2 {
        font-size: 24px;
        line-height: 22px;
    }
    .home-ffe-description{
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 0;
    }
    .home-ffe-section{
        padding: 150px 20px 0px;
    }
    .home-ffe-content{
        padding: 20px;
    }
    .home-cate-wrapper .home-cate-block img{
        height: 200px;
        object-fit: cover;
        object-position: center;
        border-radius: 5px;
    }
    .home-cate-wrapper{
        grid-template-columns: repeat(1, 1fr);
        width: calc( 100% - 50px )
    }
    .home-hero .box-video-inline img,
    .home-hero.cmn-box-video-lightbox{
        min-height: 600px;
    }

    .home-hero h2{
        font-size: 30px;
        line-height: 40px;
    }
    .home-hero h4{
        font-size: 15px;
        line-height: 18px;
    }
    .home-hero p{
        font-size: 14px;
        line-height: 20px;
    }

    
    .header-main-mobile-center{
        width: 33%;
    }
	.client-title-section{
        padding-top: 0;
    }
	#footer .footer-top.footer.container .footer__info--box-logo{
		text-align: inherit;
	}
	#footer .footer-top.footer.container .footer__info--box-links,
	#footer .footer-top.footer.container .footer__info--box-news{
		width: 100%;
	}
    #footer .footer-top.footer.container .footer__info--box-logo{
        width: 100%;
    }
    #footer .footer-top.footer.container .footer__info--box-news{
        margin-top: 0;
    }
    #footer .footer-top.footer.container .footer__info{
        flex-direction: column-reverse;
        padding-bottom: 20px;
    }
    .footer__info--box-news .social{
        display: none;
    }
    .footer__info--box-logo .list{
        display: none;
    }
    .footer__info--box-news .link-item{
        text-align: center;
    }
    .footer-logo{
        margin: 40px auto 0;
    }
    #footer .footer-bottom-container .container p.footer-copyright > br{
        display: block;
    }
    #footer .footer-top.footer.container.standard-container{
        border-radius: 0;
        width: 100%;
    }
    .footer-standard-container{
        padding: 0;
    }
    .footer-standard-container .standard-container .btn-primary{
        display: block;
        margin: 0 auto 10px;
    }
    .footer-standard-container .standard-container .btn-primary:last-child{
        margin-bottom: 0;
    }
    .standard-container > div{

    }
    .footer-standard-container .heading-title{
        font-size: 1.5rem;
    }
    .footer-standard-container .heading-title,
    .footer-standard-container .heading-description{
        text-align: left;
    }
	.footer-newsletter-container{
		padding: 40px 0;
	}
	.newsletter-button-section{
		text-align: center;
		padding: 0;
	}
	.footer-newsletter-container .heading-title{
		font-size: 1.5rem;
	}
	.home .home-block{
		padding: 0;
	}
    .home .home-block .grid-group-1 > .grid-container-wrapper{
        margin-top: 0px;
    }
	.home .home-block .happy-place-section{
		margin-top: 15px;
	}
	.happy-place-section .grid-container > div{
		min-height: 220px;
	}
	.happy-place-intro-content{
		padding-top: 30px;
	}
    .home-slider-swiper .slide-heading{
        font-size: 30px;
    }
    .home-slider-swiper .slide-description{
        font-size: 17px;
    }
    .home-slider-swiper .swiper-slide-inner{
        padding-left: 50px;
    }
	.home-cate-section,
	.e-container{
		/*--container-max-width: 767px;*/
	}
	.e-container--column,
	.e-container{
		/*--width: 50%;*/
		width: 50%;
	}
	.e-container{
		flex-wrap: wrap;
	}
	.home-cate-section{
    	flex-direction: row;
    	justify-content: space-evenly;
    	gap: 0px;
    	flex-wrap: wrap;
	}
	.industry-section .grid-column-wrapper{
		padding: 15px;
	}
	.ffe-section{
		padding: 0;
	}
	.ffe-section .ffe-heading-title{
		font-size: 28px;		
	}
	.ffe-section  p{
		width: 100%;
	}
	.ffe-section .grid-column-wrapper img{
		margin-top: 0;
	}
	.ffe-section .grid-container{
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap-reverse;
	}
    .about-section .grid-container{
        flex-direction: column;
    }
    .about-content-wrapper{
        padding: 0 5% 5% 5%;
    }
    .about-section .grid-container > .grid-column-wrapper.last{
        min-height: auto;
    }
    .about-video-wrapper{
        margin: auto;
        margin-top: -10%;
        margin-bottom: 1em;
    }
    .industry-wrapper{
        flex-wrap: wrap;
    }
    .industry-col{
        width: 100%;
    }
}