.Widget_sidebar_item_style_1 .widget{overflow:hidden}.Widget_sidebar_item_style_1 .widget .sidebar-title .header{width:100%}.Widget_sidebar_item_style_1 .sidebar-item-list .item{overflow:hidden;display:flex;gap:10px;align-items:center;margin-bottom:10px}.Widget_sidebar_item_style_1 .sidebar-item-list .item a{color:currentColor}.Widget_sidebar_item_style_1 .sidebar-item-list .item .img{width:var(--item-icon-height,50px);text-align:center}.Widget_sidebar_item_style_1 .sidebar-item-list .item .img img{width:100%;height:auto;display:inline-block;border-radius:5px}.Widget_sidebar_item_style_1 .sidebar-item-list .item .title{flex:1}.Widget_sidebar_item_style_1 .sidebar-item-list .item .title .heading{color:var(--theme-color);font-size:14px;font-weight:700;margin:0 0 5px 0}.Widget_sidebar_item_style_1 .sidebar-item-list .item .title .des{color:#8a8b8c;font-size:14px;line-height:20px;margin-bottom:5px;padding:0;border:0}.Widget_sidebar_item_style_1 .sidebar-item-list .item:last-child{margin-bottom:0}.widget_email_style_4{--email-color:#fff;position:relative}.widget_email_style_4 .box-content{position:relative;z-index:6;border-radius:var(--box-radius,0);display:grid;grid-template-columns:5fr 7fr;align-items:center}.widget_email_style_4 .box-content .box-form{position:relative;height:100%}.widget_email_style_4 .box-content .box-form .form-bg{position:absolute;width:140%;height:140%;border-radius:783px;right:-20%;top:50%;transform:translateY(-50%);background-color:var(--theme-color)}.widget_email_style_4 .box-content .box-form .form-content{height:100%;position:relative;z-index:1;padding:60px 0 60px 40px;background-color:var(--theme-color)}.widget_email_style_4 .box-content .box-banner{width:100%;height:100%}.widget_email_style_4 .box-content .box-banner img{width:100%;height:100%;object-fit:cover}.widget_email_style_4 .description{text-align:center;color:#fff;font-size:20px;line-height:1.5;margin-bottom:26px}.widget_email_style_4 .form-group{overflow:hidden;display:grid;grid-template-columns:auto 100px;padding:8px;border-radius:8px;background:#FFF}.widget_email_style_4 .form-group .input{overflow:hidden}.widget_email_style_4 .form-group .input .form-control{height:40px;line-height:40px;margin-bottom:0;width:100%;padding:0 20px;outline:none;color:#1E1E1E;font-size:14px;background-color:transparent;border:0;border-radius:0}.widget_email_style_4 .form-group .input .form-control::-webkit-input-placeholder{color:#1E1E1E}.widget_email_style_4 .form-group .button{width:100%}.widget_email_style_4 .form-group .button .btn-register{width:100%;height:40px;border-radius:8px;border:0;background:#971639;color:#fff}@media (max-width:991px){.widget_email_style_4 .box-content{grid-template-columns:6fr 4fr}.widget_email_style_4 .description{font-size:18px;margin-bottom:24px}.widget_email_style_4 .form-group{grid-template-columns:auto 80px}}@media (max-width:768px){.widget_email_style_4 .box-content{grid-template-columns:1fr;grid-gap:20px;border-radius:0}.widget_email_style_4 .box-content .box-form{position:relative;border-radius:var(--box-radius,0);overflow:hidden}.widget_email_style_4 .box-content .box-form .form-bg{display:none}.widget_email_style_4 .box-content .box-form .form-content{height:100%;position:relative;z-index:1;padding:30px 20px;background-color:var(--theme-color)}.widget_email_style_4 .box-content .box-banner{width:100%}.widget_email_style_4 .box-content .box-banner img{width:100%;height:auto;object-fit:contain;border-radius:var(--box-radius,0)}.widget_email_style_4 .description{font-size:16px;margin-bottom:24px}.widget_email_style_4 .form-group{grid-template-columns:auto 60px}}.widget_item_style_2{overflow:hidden;text-align:center;position:relative;z-index:1}.widget_item_style_2 .box-items{padding:24px 40px;border-radius:0 60px;background:var(--theme-color,#4c071a)}.widget_item_style_2 .row-flex{position:relative;display:grid;grid-template-columns:repeat(var(--item-number,4),1fr);gap:30px;align-items:center}.widget_item_style_2 .service-block{position:relative;display:flex;align-items:center;justify-content:center}.widget_item_style_2 .service-block+.service-block:before{--border-height:calc(var(--item-icon-height, 50px)/2 + 10px);content:"";position:absolute;border-left:1px solid #ddd;height:var(--border-height);top:calc(50% - var(--border-height)/2);left:-15px}.widget_item_style_2 .item{margin-bottom:10px;position:relative;text-align:center;background-position:center;display:flex;gap:10px;align-items:center;width:100%}.widget_item_style_2 .item a{color:currentColor}.widget_item_style_2 .item .img{height:var(--item-icon-height,50px);width:var(--item-icon-height,50px);text-align:center}.widget_item_style_2 .item .img img{width:auto;height:100%;display:inline-block}.widget_item_style_2 .item .title{text-align:left;width:calc(100% - var(--item-icon-height, 50px))}.widget_item_style_2 .item .heading{color:#FFF;font-size:16px;font-style:normal;font-weight:700;line-height:150%;margin-bottom:4px}.widget_item_style_2 .item .description{color:#FFF;font-size:14px;font-style:normal;font-weight:500;line-height:150%;margin:0}.widget_item_style_2 .item:hover .img img{-webkit-animation:toTopFromBottom .5s forwards;animation:toTopFromBottom .5s forwards;box-shadow:0 0 10px 4px rgba(31,66,135,.1)}@media (max-width:1000px){.widget_item_style_2 .item .img{height:var(--item-icon-height-tablet,50px)}}@media (max-width:991px){.widget_item_style_2 .row-flex{grid-template-columns:repeat(var(--item-number-tablet,2),1fr)}.widget_item_style_2 .service-block+.service-block:before{content:unset}}@media (max-width:768px){.widget_item_style_2 .row-flex{grid-template-columns:repeat(var(--item-number-mobile,1),1fr)}.widget_item_style_2 .item .img{height:var(--item-icon-height-mobile,50px)}}footer{position:relative}footer .widget_footer_style_1{box-shadow:0 0 12px 0 rgba(0,0,0,.16);color:var(--text-color,#000000)}footer .widget_footer_style_1 p,footer .widget_footer_style_1 a{color:var(--text-color,#000000)}footer .widget_footer_style_1 .footer-grid{display:flex;flex-wrap:wrap;gap:20px;align-items:center}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%) - 20px)}footer .widget_footer_style_1 .footer-column-2{width:calc(var(--footer-column-2, 25%) - 20px)}footer .widget_footer_style_1 .footer-column-3{width:calc(var(--footer-column-3, 25%) - 20px)}footer .widget_footer_style_1 .footer-column-4{width:calc(var(--footer-column-4, 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 .logo-footer{width:80px;margin-bottom:20px}footer .widget_footer_style_1 .logo-footer img{width:100%;height:100%;object-fit:contain}footer .widget_footer_style_1 .fanpage-image img{width:100%;height:auto;object-fit:contain}@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}}