.widget_items_style_24 .items-list-wrapper{position:relative;display:grid;grid-template-columns:repeat(var(--item-number,3),1fr);gap:40px}.widget_items_style_24 .item{position:relative;overflow:hidden;background-color:#e8e8e8;padding:10px;border-radius:8px}.widget_items_style_24 .item a{color:currentColor}.widget_items_style_24 .item .item-header{margin-bottom:10px}.widget_items_style_24 .item .item-header .img{width:var(--item-icon-width,50px);text-align:center;margin:auto}.widget_items_style_24 .item .item-header .img img{width:100%;height:auto;display:inline-block}.widget_items_style_24 .item .item-header .heading{color:#000;font-size:15px;font-weight:700}.widget_items_style_24 .item .description{color:#8a8b8c;font-size:14px;line-height:20px}.widget_items_style_24 .item:hover{box-shadow:0 0 10px 4px rgba(31,66,135,.1)}@media (max-width:1000px){.widget_items_style_24 .item .item-header .img{width:var(--item-icon-width-tablet,50px)}}@media (max-width:768px){.widget_items_style_24 .items-list-wrapper{grid-template-columns:repeat(var(--item-number-tablet,2),1fr)}}@media (max-width:600px){.widget_items_style_24 .items-list-wrapper{grid-template-columns:repeat(var(--item-number-mobile,1),1fr)}.widget_items_style_24 .item .item-header .img{width:var(--item-icon-width-mobile,50px)}}.widget_item_style_30{overflow:hidden;text-align:center}.widget_item_style_30 .bound_content{width:var(--width-content)}.widget_item_style_30 .counter-section-container{position:relative;display:grid;grid-template-columns:repeat(var(--item-number,3),1fr);gap:10px;align-items:start}.widget_item_style_30 .item{margin-bottom:10px;position:relative;text-align:center;background-position:center;display:flex;gap:10px;align-items:center;justify-content:center;width:100%}.widget_item_style_30 .item a{color:currentColor}.widget_item_style_30 .item .img{height:var(--item-icon-height,50px);width:var(--item-icon-height,50px);text-align:center}.widget_item_style_30 .item .img img{width:auto;height:100%;display:inline-block;border-radius:5px}.widget_item_style_30 .item .title{text-align:left}.widget_item_style_30 .item .heading{color:#000;font-size:15px;font-weight:700;margin:0 0 10px 0}.widget_item_style_30 .item .description{color:#8a8b8c;font-size:14px;line-height:20px;margin-bottom:0}.widget_item_style_30 .item:before,.widget_item_style_30 .item:after{content:"";position:absolute;background-repeat:no-repeat;opacity:0;transition:all .5s;-webkit-transform:scale(.1);transform:scale(.1);z-index:0}.widget_item_style_30 .item:hover .img img{-webkit-animation:toTopFromBottom .5s forwards;animation:toTopFromBottom .5s forwards;box-shadow:0 0 10px 4px rgba(31,66,135,.1)}.widget_item_style_30 .item.active:after,.widget_item_style_30 .item.active:before,.widget_item_style_30 .item:hover:after,.widget_item_style_30 .item:hover:before{opacity:1;-webkit-transform:scale(.5);transform:scale(.5)}@media (max-width:992px){.widget_item_style_30 .bound_content{width:var(--width-content-tablet)}}@media (max-width:768px){.widget_item_style_30 .container{flex-wrap:wrap}.widget_item_style_30 .content_left{flex:0 0 100%!important}.widget_item_style_30 .row-flex{flex:0 0 100%!important}.widget_item_style_30 .bound_content{width:var(--width-content-mobile)}}.widget_post_style_1 .box-content{position:relative}.widget_post_style_1 .list{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--bs-gutter-x)}.widget_post_style_1 .list .item{grid-template-columns:repeat(2,1fr);gap:var(--bs-gutter-x)}.widget_post_style_1 .list .item .img{border-radius:0}.widget_post_style_1 .list .item .title .description{margin-top:8px;height:unset;text-align:initial;-webkit-line-clamp:unset}.widget_post_style_1 .list .left .item{height:100%}.widget_post_style_1 .list .left .item .img{order:2;height:100%!important}.widget_post_style_1 .list .left .item .title{text-align:right}.widget_post_style_1 .list .left .item .title .header{text-align:inherit}.widget_post_style_1 .list .left .item .title .description{text-align:inherit}.widget_post_style_1 .list .right{display:grid;grid-template-columns:1fr;gap:var(--bs-gutter-x)}.widget_post_style_1 .list .right .item .img{height:100%!important}@media (max-width:991px){.widget_post_style_1 .list{grid-template-columns:1fr}.widget_post_style_1 .list .left .item{grid-template-columns:auto 200px;gap:10px;min-height:290px}.widget_post_style_1 .list .left .item .title{padding:0}.widget_post_style_1 .list .right .item{grid-template-columns:200px auto;gap:10px}.widget_post_style_1 .list .right .item .title{padding:0}.widget_post_style_1 .list .right .item .title .description{-webkit-line-clamp:5!important}}@media (max-width:991px) and (max-width:768px){.widget_post_style_1 .list .item .img{max-height:unset}.widget_post_style_1 .list .right .item{grid-template-columns:140px auto}.widget_post_style_1 .list .right .btn{display:none}.widget_post_style_1 .list .left .item{grid-template-columns:auto 140px}}.widget_post_style_1 .item-wrapper{padding:calc(var(--bs-gutter-x)/2)}.widget_post_style_1 .item .img{height:100%!important;width:100%}.widget_post_style_1 .item .img img{height:100%;width:100%;object-fit:cover}.widget_post_style_1 .item .title{display:flex;flex-direction:column}.widget_post_style_1 .item .title .header{font-size:16px;line-height:25px;font-family:var(--font-family);margin-top:8px;margin-bottom:0;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.widget_post_style_1 .item .title .header a{color:currentColor;outline:none}.widget_post_style_1 .item .title .description{margin-top:8px;height:55px;text-align:initial;color:#687385}.widget_post_style_1 .item .title .post-created{margin-top:8px;color:#888;font-size:12px}.widget_post_style_1 .item .title .post-info{margin:0 0 20px 0}.widget_post_style_1 .item .title .read-more a{position:relative;transition:all 0.3s;border-radius:10px}.widget_post_style_1 .item .title .read-more a:hover{padding-left:20px}@media (max-width:1000px){.widget_post_style_1 .post-list-grid{grid-template-columns:repeat(var(--item-number-tablet,3),1fr)}}@media (max-width:600px){.widget_post_style_1 .post-list-grid{grid-template-columns:repeat(var(--item-number-mobile,2),1fr)}.widget_post_style_1 .item{padding:0}}.widget_post_style_19 .box-content{position:relative}.widget_post_style_19 .post-list-grid{display:grid;grid-template-columns:repeat(var(--item-number,3),1fr);gap:var(--bs-gutter-x)}.widget_post_style_19 .post-list-grid.slick-slider{display:block}.widget_post_style_19 .list-post-first{grid-template-columns:repeat(2,1fr);margin-bottom:var(--bs-gutter-x)}.widget_post_style_19 .slick-slider{margin-inline:var(--bs-gutter-x)*-1}.widget_post_style_19 .slick-slide>div{margin-inline:calc(var(--bs-gutter-x)/2)}.widget_post_style_19 .item{overflow:hidden;display:block!important;position:relative}.widget_post_style_19 .item .btn-project{position:absolute;right:20px;top:20px;z-index:2}.widget_post_style_19 .item:hover{box-shadow:0 4px 20px 0 rgba(0,0,0,.2),0 0 0 transparent}.widget_post_style_19 .item .img{overflow:hidden;height:0!important;width:100%;position:relative;padding-top:var(--wpost-img-ration,100%)!important}.widget_post_style_19 .item .img img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover!important;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all 0.3s,-webkit-transform 8s cubic-bezier(.25,.46,.45,.9399999999999999);transition:all 0.3s,transform 8s cubic-bezier(.25,.46,.45,.9399999999999999),-webkit-transform 8s cubic-bezier(.25,.46,.45,.9399999999999999)}.widget_post_style_19 .item .title{position:absolute;top:0;left:0;width:100%;height:100%;padding:10px;display:flex;flex-direction:column;justify-content:flex-end}.widget_post_style_19 .item .title .title-inner{display:flex;flex-direction:column;position:relative;z-index:1;padding:10px}.widget_post_style_19 .item .title .title-inner .header{font-size:16px;line-height:25px;font-family:var(--font-family);margin-top:8px;margin-bottom:0;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.widget_post_style_19 .item .title .title-inner .header a{color:currentColor;outline:none}.widget_post_style_19 .item .title .title-inner .description{margin-top:8px;height:55px;text-align:initial;color:#a2b1c9;overflow:hidden}.widget_post_style_19 .item .title .title-inner .post-created{margin-top:8px;color:var(--item-time-color,#b3b3b3);font-size:12px}.widget_post_style_19 .item .title .title-inner .post-info{margin:0 0 20px 0}.widget_post_style_19 .item .title .title-mask{opacity:1;background:linear-gradient(180deg,rgba(0,93,108,0) 0%,#005d6c 100%);position:absolute;left:0;bottom:0;right:0;width:100%;height:50%;transition:.35s;z-index:0}@media (max-width:1000px){.widget_post_style_19 .post-list-grid{grid-template-columns:repeat(var(--item-number-tablet,3),1fr)}}@media (max-width:600px){.widget_post_style_19 .post-list-grid{grid-template-columns:repeat(var(--item-number-mobile,2),1fr)}.widget_post_style_19 .item{padding:0}.widget_post_style_19 .item .img{height:200px}}footer{position:relative}footer .widget_footer_style_1 .footer-grid{display:flex;flex-wrap:wrap;gap:50px}footer .widget_footer_style_1 .footer-column{flex:0 0 auto}footer .widget_footer_style_1 .footer-column-1{width:calc(var(--footer-column-1, 25%) - 50px)}footer .widget_footer_style_1 .footer-column-2{width:calc(var(--footer-column-2, 25%) - 50px)}footer .widget_footer_style_1 .footer-column-3{width:calc(var(--footer-column-3, 25%))}footer .widget_footer_style_1 ul.footer-menu{padding:0}footer .widget_footer_style_1 ul.footer-menu li a{display:block;padding:0;transition:all 0.5s}footer .widget_footer_style_1 ul.footer-menu li a i{display:none}footer .widget_footer_style_1 iframe{width:100%;height:300px}@media (max-width:768px){footer .widget_footer_style_1 .footer-grid{display:block}footer .widget_footer_style_1 .footer-column{width:100%!important;margin-bottom:20px}}