#top_bar{background:var(--ac-BG);padding:10px 0}.top_bar_wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.top_bar_wrapper .bar{margin:0 8px;color:var(--ac-ash)}.top_bar_wrapper .contact,.top_bar_wrapper .offer_and_support,.top_bar_wrapper .offer_and_support .wrap{display:flex;align-items:center;justify-content:end}.top_bar_wrapper .contact{width:33.33%;justify-content:start}.top_bar_wrapper .contact svg{width:30px;height:30px;margin-right:5px}.top_bar_wrapper .contact .top-mail{width:24px;height:24px;margin-right:5px}.top_bar_wrapper .contact span{white-space:nowrap;color:var(--secondary-color);font-size:16px;font-weight:400;font-family:var(--secondary-font)}.top_bar_wrapper .offer_text_desktop{display:block}.top_bar_wrapper .offer_text_mobile{display:none}.top_bar_wrapper .offer_text{width:33.33%;margin:0;color:var(--primary-color);font-weight:600;position:relative;animation-name:text;animation-duration:4s;animation-iteration-count:infinite}@keyframes text{0%{letter-spacing:1px}50%{letter-spacing:0}to{letter-spacing:1px}}.top_bar_wrapper .offer_and_support{width:33.33%}.top_bar_wrapper .offer_and_support a{color:var(--secondary-color);font-family:var(--secondary-font);font-size:16px;font-weight:400}.top_bar_wrapper .contact a{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:992px){.top_bar_wrapper .contact,.top_bar_wrapper .offer_text_desktop{display:none}.top_bar_wrapper .offer_text_mobile{display:block;width:100%;max-width:200px;white-space:nowrap;line-height:18px;font-size:16px}.top_bar_wrapper .offer_and_support{min-width:380px;justify-content:center;gap:20px}.top_bar_wrapper{justify-content:center;width:100%}}@media screen and (max-width:768px){.top_bar_wrapper .offer_text_mobile{display:block;width:100%;font-size:14px}.top_bar_wrapper .offer_and_support{width:100%;justify-content:space-around;gap:0}.top_bar_wrapper{justify-content:center;width:100%}.top_bar_wrapper .bar{margin:0 4px}}#header .brand{width:220px}#header,#header .brand img{width:100%}#header{height:auto;z-index:100}#header,.navbar{background:var(--ac-BG)}.navbar{padding:0!important;z-index:10}#header .nav_wrapper{-moz-column-gap:1rem;column-gap:1rem;row-gap:2rem;border-top:1px solid var(--ac-border)}#header .nav_wrapper,.menu_heading_box{width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ac-border)}.menu_heading_box{background:var(--ac-BG);padding:10px 1.5rem}.menu_heading_box .close_icon svg{width:27px;height:27px}.menu_heading_box .logo_name{font-size:22px;font-weight:700;color:var(--secondary-color)}#header .navbar .sidebar_heading{width:100%;display:none}#header .sidebar_heading .close_icon{width:30px;height:30px;display:inline-block;background:var(--ac-black);border-radius:100%;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s}#header .sidebar_heading .close_icon:hover{background:var(--primary-color)}#header .sidebar_heading .close_icon i{color:var(--ac-BG)}#header .menu_item{position:relative;display:inline-block;margin-left:.8rem}#header .menu_item .active:before{width:100%!important;background:var(--primary-color)}#header .menu_item .menu_link:before{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:0;border-radius:6px;height:4px;background:var(--primary-color);transition:width .3s ease;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}#header .menu_item .menu_link:hover:before{width:100%}@media screen and (max-width:992px){#header .menu_item .active:before,#header .menu_item .menu_link:before,#header .menu_item .menu_link:hover:before{display:none}}#header .menu_link{display:flex;gap:5px;justify-content:center;align-items:center;padding:26px 10px!important;font-family:var(--secondary-font);font-size:16px;font-weight:600;cursor:pointer;text-transform:capitalize}#header .menu_link,#header .menu_link i{color:var(--secondary-color);transition:.4s}#header .menu_link i{margin-top:5px}#header .menu_link:hover i{rotate:180deg;margin-top:0}#header .submenu{position:absolute;top:100%;left:0;padding:10px!important;min-width:13rem;height:auto;opacity:0;visibility:hidden;transform:translateY(10px);border-top:2px solid var(--primary-color);background:var(--ac-BG);border-bottom-left-radius:12px;border-bottom-right-radius:12px;transition:all .3s ease-in-out}#header .submenu_item{display:block;margin:10px 0}#header .submenu_link{font-size:16px;font-weight:600;display:inline-block;cursor:pointer;color:var(--secondary-color);transition:all .4s ease}#header .submenu_link.active,#header .submenu_link:hover{color:var(--primary-color)}#header .submenu_link:after{content:"";display:block;width:0;height:1px;background:var(--primary-color);transition:width .3s ease-in}#header .menu_dropdown .submenu_link.active:after,#header .submenu_link:hover:after{width:100%}#header .burger{width:50px;height:50px;display:none;border-radius:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:0;visibility:hidden;background:var(--primary-color);-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%}#header .burger .menu-bar{width:100%;height:100%;display:flex;align-items:center;justify-content:center}#header .burger i{font-size:22px;color:var(--ac-BG)}#header .overlay{position:fixed;top:0;left:0;height:100%;width:100%;z-index:9;opacity:0;visibility:hidden;transition:all .35s ease-in-out;background:rgba(0,0,0,.4);backdrop-filter:blur(15px)}#header .search_box{display:flex;justify-content:end;gap:10px;align-items:center}#header .search_box .view_plan_btn{display:inline-block;background:var(--primary-color);color:var(--ac-BG);font-size:18px;font-weight:600;font-family:var(--secondary-font);padding:12px 40px;border-radius:30px;transition:.4s}#header .search_box .view_plan_btn_desktop{display:block}#header .view_plan_btn_mobile{display:none}#header .search_box .view_plan_btn:hover{background:var(--secondary-color)}@media only screen and (max-width:1100px){#header .brand{width:160px}#header .search_box .view_plan_btn_desktop{padding:10px 30px}#header .search_box .search svg{width:46px;height:47px}}@media only screen and (min-width:992px){#header .menu_dropdown:hover>.submenu{display:block;opacity:1;visibility:visible;transform:translateY(0)}#header .menu_dropdown .submenu{box-shadow:var(--box-shadow)}}@media only screen and (max-width:992px){#header .navbar .sidebar_heading{display:block}#header .navbar{display:flex;justify-content:start;align-items:start;position:fixed;top:0;right:-100%;width:50%;height:100vh;z-index:10;border-top-left-radius:16px;border-bottom-left-radius:16px;border:1px solid var(--ac-border);opacity:0;overflow-y:hidden;visibility:hidden;background:var(--ac-BG);transition:all .5s ease}#header .navbar.active{right:0;opacity:1;visibility:visible;background:var(--ac-BG);overflow-x:hidden;z-index:159}#header .menu{width:100%;height:auto;padding:1rem 0}#header .all_menu{width:100%;height:calc(100vh - 64px);overflow-y:auto;overflow-x:hidden;padding-bottom:30px;display:flex;flex-direction:column}#header .menu_item{display:block;margin-left:1.5rem}#header .menu_link{position:relative;justify-content:space-between;padding:10px 10px 10px 0!important;margin-top:10px}#header .menu_item.active .menu_link,#header .menu_link.active{color:var(--primary-color)}#header .menu_item.active .menu_link i,#header .menu_item:hover .menu_link i{color:var(--primary-color)!important}#header .menu_item.active .menu_link i{rotate:180deg;color:var(--ac-black);margin-top:0}#header .menu_link:hover i{color:var(--ac-black);rotate:0deg;margin-top:5px}#header .menu_link:hover{padding-left:6px!important;color:var(--primary-color)}#header .menu_link:after{content:"";position:absolute;right:0;width:0;height:100%;background:var(--secondary-color);transition:.4s;z-index:-1}#header .submenu{position:relative;top:-.5rem;left:2.5rem;width:100%;max-height:0;padding:0!important;border:none;border-radius:0!important;outline:none;opacity:1;overflow:hidden;visibility:visible;transform:translateY(0);box-shadow:none;background:transparent}#header .submenu_item{margin:10px 0}#header .submenu_item:first-child{margin-top:20px}#header .submenu_link{display:block;line-height:40px;color:var(--ac-ash)}#header .submenu_link:hover{color:var(--primary-color);border-color:var(--primary-color)}#header .submenu_link.active{color:var(--primary-color)}#header .submenu_link.active:after{background:var(--primary-color)}#header .burger,#header .overlay.active{display:block;opacity:1;visibility:visible}#header .overlay.active{z-index:150}#header .search_box .view_plan_btn_desktop{display:none!important}#header .view_plan_btn_mobile{display:inline-block;margin:.8rem 1.5rem 0;padding:10px 40px;border-radius:30px;font-size:14px;text-align:center;font-weight:600;transition:.4s;font-family:var(--secondary-font);background:var(--primary-color);color:var(--ac-BG)}#header .view_plan_btn_mobile:hover{background:var(--secondary-color)}#header .nav_wrapper{gap:40px;padding:16px 0!important}}@media screen and (max-width:576px){#header .navbar{position:fixed;top:50px;right:-100%;overflow-x:hidden;width:calc(100% - 28px);margin:0 14px}}.footer{background-color:var(--ac-BG);color:var(--secondary-color);font-family:Arial,sans-serif;font-size:14px}.footer .footer_item{padding-top:80px}.footer .logo{width:200px;margin-bottom:35px}.footer .logo img{width:100%}.footer .heading{display:inline-block;border-bottom:2px solid var(--primary-color);font-size:24px;font-weight:700;font-family:var(--primary-font);color:var(--secondary-color);margin-bottom:35px}.footer .footer_link{font-size:17px;font-weight:600;color:var(--secondary-color);font-family:var(--secondary-font);margin-bottom:22px;transition:.4s}.footer .footer_link:hover{color:var(--primary-color)}.footer .description{font-weight:400;color:var(--ac-ash);line-height:21px;margin-bottom:10px}.footer .description,.footer .question{font-size:16px;font-family:var(--secondary-font);text-align:left}.footer .question{font-weight:600;color:var(--secondary-color)}.footer .social_links .link{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;background:var(--primary-color);transition:.4s}.footer .social_links .link:hover{background:var(--ac-180);box-shadow:var(--box-shadow)}.footer .social_links .link i{font-size:26px;color:var(--ac-BG)}.footer .footer_address .place,.footer .footer_address .time{font-size:16px;font-weight:400;color:var(--ac-ash);font-family:var(--secondary-font);line-height:21px;text-align:left;margin-bottom:10px}.footer .border_horizontal{color:var(--ac-ash);margin:0}.footer .copyright p{text-align:center;margin:0;padding:14px 0;font-size:16px;font-weight:400;color:var(--secondary-color)}@media screen and (max-width:992px){.footer .wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:50px}.footer .heading{margin-bottom:25px}.footer .footer_link{margin-bottom:18px}.footer .wrapper .description{text-align:center}}