@charset "UTF-8";*{border:0;box-sizing:border-box;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}:root{--color-bg:#f7f7f7;--color-primary:#df9527;--color-primary-variant:rgba(77,181,255,.4);--color-white:#fff;--color-light:#b4b4b4;--color-ash:#6c6c6c;--color-light-dark:#3a3a3a;--color-dark:#2e2e2e;--color-red:#e97910;--color-bg-btn:#ebebeb;--color-bg-input:#eee;--transition:all 400ms ease;--container-width-lg:75%;--container-width-md:85%;--container-width-sm:98%}.hidden{-webkit-filter:blur(5px);filter:blur(5px);opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:all 1s}.show{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none}body{background-color:#f7f7f7;background-color:var(--color-bg);font-family:sans-serif}input,textarea{background-color:#eee;background-color:var(--color-bg-input);font-size:16px}textarea{font-family:sans-serif;resize:none}.background{background:#f7f7f7;background:var(--color-bg)}.container{margin:0 auto;width:75%;width:var(--container-width-lg)}.btn{border:2px solid #e97910;border:2px solid var(--color-red);cursor:pointer;display:inline-block;font-weight:600;padding:8px 30px;transition:all .4s ease;transition:var(--transition);width:-webkit-max-content;width:max-content}.btn,.btn:hover{color:#fff;color:var(--color-white)}.btn:hover{border-color:transparent}.btn-primary,.btn:hover{background:#e97910;background:var(--color-red)}.btn-primary{color:#f7f7f7;color:var(--color-bg)}.btn-primary:hover{background:linear-gradient(rgba(252,172,53,.6),rgba(252,172,53,.6));border-color:#e97910;border-color:var(--color-red);color:#fff;color:var(--color-white)}.flex{display:flex}.d_flex,.s_flex{align-items:center;display:flex}.f_flex,.s_flex{justify-content:center}.c-flex,.f_flex{display:flex}.c-flex{align-items:center;justify-content:space-between}.e_flex{grid-template-columns:40% 60%}.b_flex,.e_flex{display:grid;justify-content:space-between}.b_flex{grid-template-columns:repeat(3,1fr)}.p_flex{align-items:center;display:grid;grid-template-columns:70% 30%;justify-content:space-between}.p_flex1{grid-gap:20px;align-items:center;grid-template-columns:50% 50%}.p_flex1,.sb_flex{display:grid;gap:20px}.sb_flex{grid-gap:20px;grid-template-columns:repeat(3,1fr)}.n_flex{display:inline-flex}.l_flex,.n_flex{align-items:center}.l_flex{display:flex;flex-wrap:wrap}.fa-star{color:#ffc000}.d_grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}@media screen and (max-width:1300px){.sb_flex{gap:8px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1024px){.container{width:85%;width:var(--container-width-md)}.sb_flex{gap:8px;grid-template-columns:repeat(2,1fr)}.d_grid{display:flex;flex-wrap:wrap}}@media screen and (max-width:800px){.p_flex,.p_flex1{flex-direction:column-reverse;grid-template-columns:100%}}@media screen and (max-width:600px){.container{width:98%;width:var(--container-width-sm)}.sb_flex{gap:20px;grid-template-columns:1fr}.d_grid{display:flex;flex-wrap:wrap;justify-content:space-between}}.nav{background-color:var(--color-white);box-shadow:1px 3px 3px -2px #b4b4b4;padding:10px 0}.nav .nav_ul a{font-weight:600;margin-right:30px;text-transform:uppercase}.nav .nav_links{color:var(--color-ash)}.nav .nav_links:hover{color:var(--color-primary)}.nav .menuIcon{display:none;margin-top:-20px}@media screen and (max-width:1024px){.nav .nav_ul a{display:none}.nav .menuIcon{display:block}}.side_bar .sections .section_box{background-color:var(--color-white);margin-bottom:20px;padding:30px}.side_bar .sections .section_box h2,.side_bar .sections .section_box h4{font-weight:100}.side_bar .sections .section_box .search .search_box_btn input{background-color:var(--color-bg-input);font-size:16px;padding:9px 10px;width:80%}.side_bar .sections .section_box .search .search_box_btn button{border:1px solid var(--color-light);cursor:pointer;margin-left:10px;padding:10px}.side_bar .sections .section_box .category_list li{margin-bottom:10px}.side_bar .sections .section_box .category_list li a{color:var(--color-red);margin-right:5px;text-decoration:underline}.side_bar .sections .section_box .recent_post li{margin-bottom:10px}.side_bar .sections .section_box .recent_post li a{color:var(--color-red);text-decoration:underline}.side_bar .sections .section_box .archive_list{margin-top:20px}.side_bar .sections .section_box .archive_list li{margin-bottom:10px}.side_bar .sections .section_box .archive_list li a{color:var(--color-red);text-decoration:underline}.side_bar .sections .section_box .event_list,.side_bar .sections .section_box .lower_category{margin-top:20px}.side_bar .sections .section_box .event_list .event_list_ul li{margin-bottom:15px}.side_bar .sections .section_box .event_list .event_list_ul li p{line-height:25px}.menu_btn_icon .menu_icon{color:var(--color-red);font-size:40px}.listItemText{color:var(--color-dark)}@media screen and (max-width:1024px){.side_modal{display:grid}}@media screen and (max-width:800px){.side_bar .sections .section_box{padding:20px 10px}.side_bar .sections .section_box label{margin-left:10px}.side_bar .sections .section_box .search_box_btn{flex-wrap:wrap}.side_bar .sections .section_box .search_box_btn input{margin-left:10px;width:100%}.side_bar .sections .section_box .search_box_btn button{align-items:center;display:flex;height:30px;justify-content:center;margin-top:10px;width:80px}}@media screen and (max-width:600px){.side_bar .sections .section_box{padding:20px}.side_bar .sections .section_box label{margin-left:0}.side_bar .sections .section_box .search_box_btn{flex-wrap:nowrap}.side_bar .sections .section_box .search_box_btn input{margin-left:0}.side_bar .sections .section_box .search_box_btn button{height:35px;margin-top:0}}.footer{background-color:var(--color-light-dark);color:var(--color-white)}.footer .footer_box{padding:60px 20px 0}.footer .footer_box a{color:var(--color-white)}.footer .footer_box .sections{grid-gap:40px;display:grid;gap:40px;grid-template-columns:50% 30% 20%}.footer .footer_box .sections .footer_head{display:flex}.footer .footer_box .sections .footer_head h2{margin-bottom:30px;margin-left:10px;text-transform:uppercase}.footer .footer_box .sections .footer_head:before{background-color:var(--color-red);color:var(--color-red);content:"";height:25px;width:8px}.footer .footer_box .sections .content p{line-height:25px;margin-bottom:20px;width:70%}.footer .footer_box .sections .content .footer_social a{margin-bottom:50px;margin-right:10px}.footer .footer_box .sections .content .footer_social a .fa-facebook{align-items:center;background-color:#0c63b4;border-radius:50%;display:flex;height:30px;justify-content:center;width:30px}.footer .footer_box .sections .content .footer_social a .fa-twitter{align-items:center;background-color:#1296be;border-radius:50%;display:flex;height:30px;justify-content:center;margin:0 10px;width:30px}.footer .footer_box .sections .content .footer_social a .fa-whatsapp{align-items:center;background-color:#10bd58;border-radius:50%;display:flex;height:30px;justify-content:center;width:30px}.footer .footer_box .sections .content ul{line-height:30px}.footer .footer_box .sections .content ul a{width:60%}.footer .footer_box .sections .content ul .fa-solid{color:var(--color-red);margin-right:20px}.footer .footer_box .sections .section_3 .content{display:flex;flex-direction:column;line-height:30px}.footer .lower_footer{background-color:var(--color-dark);padding:20px 0}.footer .lower_footer p{margin-left:20px}.footer .lower_footer p a{color:var(--color-red)}@media screen and (max-width:1024px){.footer .footer_box .sections{grid-template-columns:60% 40%}.footer .footer_box .sections .content ul a{width:100%}.footer .lower_footer{margin-top:30px}}@media screen and (max-width:600px){.footer .footer_box .sections{grid-template-columns:100%}.footer .footer_box .sections .content p{width:100%}.footer .footer_box .sections .content ul a{width:40%}}.home,.home .banner{overflow:hidden}.home .banner{color:var(--color-white);height:100%}.home .banner .light_dark{background:rgba(0,0,0,.5);height:99.4%;position:absolute;top:0;width:100%}.home .banner_slider{margin-top:-230px;position:relative;top:0}.home .banner .banner_box{position:relative;top:130px;z-index:3}.home .banner .banner_box h1{margin-bottom:20px;text-transform:uppercase}.home .banner .banner_box p{line-height:20px;margin-bottom:10px;width:50%}.home .banner .banner_btn{display:flex;flex-wrap:wrap;justify-content:space-between;width:350px}.home .contact_info{background-color:var(--color-bg-btn);margin-bottom:40px}.home .contact_info_box{padding:50px 0}.home .contact_info_box .section_1{display:flex}.contact_info p{color:var(--color-ash);font-size:15px;line-height:25px;width:200px}.contact_info_box .fa-solid{color:var(--color-red);font-size:40px;margin-right:10px;margin-top:2px}.contact_info_box h2{font-size:18px;margin-bottom:20px;text-transform:uppercase}.h_service .top_section{display:flex;margin-bottom:50px}.h_service .top_section:before{background-color:var(--color-red);color:var(--color-red);content:"";height:150px;width:5px}.h_service .section{margin-left:20px;margin-top:40px}.h_service .section h2{margin-bottom:30px}.h_service .section p{line-height:25px;width:60%}.h_service .lower_section{padding:0 20px}.h_service .lower_section img{height:240px;width:350px}.h_service .l_section{margin-right:15px;width:90%}.h_service .l_section h3{color:var(--color-light-dark);margin:10px 0 20px}.h_service .l_section p{color:var(--color-ash);font-size:15px}.testimonial{margin-bottom:120px;margin-top:70px}.testimonial p{color:var(--color-ash)}.testimonial .testimonial_content{display:flex;margin-bottom:50px}.testimonial .testimonial_content:before{background-color:var(--color-red);color:var(--color-red);content:"";height:350px;width:15px}.testimonial .section_1{margin-left:20px;width:85%}.testimonial .section_1 .sect_testimonies{margin-top:40px}.testimonial .section_1 h4{color:var(--color-red);font-size:15px;font-weight:600;margin-bottom:30px;text-transform:uppercase}.testimonial .section_1 h1{margin-bottom:30px}.testimonial .section_1 p{color:var(--color-ash);line-height:25px}.testimonial .section_2{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);height:350px}.testimonial .section_2 .testimonies{background-color:var(--color-white);border-radius:20px;padding:20px}.testimonial .testimonies .quote{margin-bottom:30px;width:60px}.testimonial .testimonies p{line-height:25px;margin-bottom:5px}.testimonial .section_2 .name_img{position:relative;top:80px}.testimonial .section_2 .name_img img{border-radius:50%;height:70px;width:70px}.performance{background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/static/media/4.3487369b916ae005d4b6.jpg);background-position:50%;background-size:cover;color:var(--color-white);height:300px;margin-bottom:80px}.performance .sections{position:relative;top:30px}.performance .progress_box{margin:25px 0;width:95%}.performance .title{color:var(--color-white);display:block;font-size:14px;font-weight:600;text-transform:uppercase}.performance .progress_bar{background:hsla(0,0%,90%,.212);height:8px;margin-top:6px;width:100%}.performance .progress_per{-webkit-animation:progress 1.4s ease-in-out forwards;animation:progress 1.4s ease-in-out forwards;background:var(--color-red);display:block;height:100%;opacity:0;position:relative;width:95%}.performance .progress_per.progress1{-webkit-animation-delay:1.4s;animation-delay:1.4s;width:90%}.performance .progress_per.progress2{-webkit-animation-delay:1.8s;animation-delay:1.8s;width:80%}.performance .progress_per.progress3{-webkit-animation-delay:1.6s;animation-delay:1.6s;width:75%}.performance .progress_per.progress4{-webkit-animation-delay:1.2s;animation-delay:1.2s;width:90%}@-webkit-keyframes progress{0%{opacity:1;width:0}to{opacity:1}}@keyframes progress{0%{opacity:1;width:0}to{opacity:1}}.performance .tooltip{background:var(--color-red);border-radius:3px;color:var(--color-white);font-size:12px;font-weight:500;padding:2px 6px;position:absolute;right:-14px;top:-28px;z-index:1}.performance .tooltip:before{background-color:var(--color-red);bottom:-2px;content:"";height:10px;left:50%;position:absolute;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:10px;z-index:-1}.performance .section_2{align-items:center;display:flex}.performance .section_2:before{background-color:var(--color-red);color:var(--color-red);content:"";height:200px;width:8px}.performance .section_2 .content{margin-left:20px}.performance .section_2 .content h1{margin-bottom:20px}.performance .section_2 .content p{font-size:15px;line-height:25px}.blog_post{margin-bottom:100px}.blog_post .l_section h3{color:var(--color-ash)}.blog_post .services_box_cont .blog_btn a{left:20px;position:relative;top:20px}.blog_post .fa-right-long{font-size:17px}@media screen and (max-width:1024px){.testimonial .section_2{grid-template-columns:1fr;height:100%}.testimonial .section_2 .testi_2{margin-top:50px}.h_service .top_section:before{height:170px}.h_service .lower_section{padding:0}.h_service .l_section{width:90%}.blog_post .services_box_cont .blog_btn a{left:0}}@media screen and (max-width:800px){.h_service .lower_section img{height:230px;width:320px}.performance{height:100%}.performance .sections{padding:10px 0;position:relative;top:0}.performance .progress_box{width:100%}}@media screen and (max-width:600px){.h_service .top_section:before{height:220px;width:10px}.h_service .section p{width:90%}.testimonial .sections{display:grid;grid-template-columns:1fr;margin-bottom:60px}.testimonial .section_2{gap:0;margin-top:140px}.testimonial .section_2 .testimonies{width:98%}.h_service .lower_section{padding:0 30px}.blog_post .services_box_cont .blog_btn a{left:30px}}@media screen and (max-width:489px){.home .banner{margin-top:-40px}}@media screen and (max-width:361px){.home .banner{margin-top:-90px}.home .banner .banner_btn{flex-direction:column;position:relative;top:50px}.home .banner .banner_box p{width:100%}.home .banner .banner_box .banner_btn_right{position:relative;top:20px}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider .slider_box{height:500px;width:100%}.slick-slider .left img{height:500px;object-fit:cover;position:relative;width:100%;z-index:-1}.slick-slider .left .light_dark{background:rgba(0,0,0,.1);display:block;height:500px;position:absolute;top:0;width:100%;z-index:2}.box .banner{background-color:var(--color-bg-btn)}.box .banner .banner_box{height:200px}.box .banner .banner_box h1{text-transform:uppercase}.box .testimonial .testimonial_content:before{height:190px}.box .testimonial .sections{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.box .testimonial .sections .section_1 .sect_testimonies{margin-top:20px}.box .testimonial .sections .section_1 .sect_testimonies h1{margin-bottom:15px}.box .testimonial .sections .testimonies{background-color:var(--color-bg-btn);border-radius:0;height:100%;padding:20px}.box .testimonial .sections .testimonies .fa-solid{color:var(--color-red);font-size:40px;margin-right:10px;position:relative;top:8px}.box .testimonial .sections h2{font-size:16px;margin-bottom:20px;margin-top:10px;text-transform:uppercase}.box .performance{background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/static/media/9.7493a54d292920e5b28a.jpg);height:300px;margin-top:-40px}.box .performance .sections{top:0}.box .performance .sections ul{align-items:center;height:300px;padding:0 30px}.box .performance .sections ul li{text-align:center}.box .performance .sections ul li span{color:var(--color-red);font-size:50px;font-weight:700}.box .performance .sections ul li h5{font-family:Georgia,Times New Roman,Times,serif;font-size:16px;font-weight:500;text-transform:uppercase}.box .contact{margin-bottom:80px}.box .contact .blog_content img{width:100%}.box .contact .blog_content .content{display:flex;flex-direction:column;height:400px;justify-content:space-around;margin-left:30px}.box .contact .blog_content .content p{line-height:25px;position:relative}@media screen and (max-width:1024px){.box .testimonial .sections{grid-template-columns:repeat(2,1fr)}.box .testimonial .sections .testimonies{height:100%}}@media screen and (max-width:600px){.box .testimonial .sections{grid-template-columns:1fr}.box .testimonial .sections .section_1{margin-bottom:50px}.box .testimonial .sections .testimonies{position:relative;right:3px;width:100%}.box .contact .blog_content{flex-direction:column}.box .contact .blog_content .content{margin-left:0;padding:0 10px}}.box .services{margin-top:50px}.box .services .blog_content{background-color:var(--color-bg-btn);display:flex;height:385px;position:relative;z-index:1}.box .services .blog_content .title_link{color:var(--color-dark)}.box .services .blog_content .image{flex:1 1}.box .services .blog_content img{height:385px}.box .services .blog_content .content{flex:1 1;margin-left:0}.box .services .blog_content .content .blog_btn,.box .services .blog_content .content h1,.box .services .blog_content .content p{margin-left:30px}.box .services .blog_content:nth-child(odd){flex-direction:row-reverse}.box .s_performance{background-image:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.6)),url(/static/media/4.3487369b916ae005d4b6.jpg);height:900px;margin-bottom:0;margin-top:-260px}.box .s_performance .sections{position:relative;top:300px}.box .s_performance .sections .section_2:before{height:400px;width:10px}.box .img_banner_box .img_banner_cont{background-color:var(--color-white);bottom:90px;padding:20px;position:relative}.box .img_banner_box .img_banner_cont img{width:100%}.box .contact_info{align-items:center;background-color:var(--color-white);display:flex;height:280px;margin-top:-50px}.box .contact_info .contact_info_cont,.box .contact_info .contact_info_cont .icon{bottom:30px;position:relative}@media screen and (max-width:1024px){.box .services .blog_content,.box .services .blog_content img{height:280px}.box .services .blog_content .content{bottom:25px;position:relative}.box .services .blog_content .content h1{margin-bottom:-10px}.box .services .blog_content .content p{margin-top:-15px}.box .services .blog_content .content .blog_btn{bottom:80px;margin-top:0;position:relative}}@media screen and (max-width:800px){.box .s_performance{height:1200px}}@media screen and (max-width:600px){.box .services .blog_box .blog_style{display:flex;justify-content:center;width:100%}.box .services .blog_box .blog_style .blog_terror{width:98%}.box .services .blog_box .blog_style .blog_content{display:flex;flex-direction:column;margin-bottom:270px}.box .services .blog_box .blog_style .blog_content .image{flex:0 1}.box .services .blog_box .blog_style .blog_content .content{background-color:var(--color-bg-btn);flex:0 1;margin-top:-3px;padding:10px}.box .services .blog_box .blog_style .blog_content .content h1{margin-bottom:20px;margin-top:5px}.box .services .blog_box .blog_style .blog_content .content .blog_btn,.box .services .blog_box .blog_style .blog_content .content h1,.box .services .blog_box .blog_style .blog_content .content p{bottom:0;margin-left:0}.box .services .blog_box .blog_style .blog_content .content .blog_btn{margin-top:10px}.box .services .blog_box .blog_style .blog_content:nth-child(odd){flex-direction:column}.box .s_performance{height:1100px}.box .s_performance .section_2{margin-top:-80px}.box .contact_info{height:100%}.box .contact_info .contact_info_cont{bottom:0;padding:10px 0 20px}.box .contact_info .contact_info_cont .section_1{margin-top:30px}}.track_result .track .table_box{margin:60px 0;min-height:400px;width:100%}.track_result .track .table_box .table_content{width:100%}.track_result .track .table_box .table_content .table{border:2px solid var(--color-bg-btn);width:50%}.track_result .track .table_box .table_content .table .table_header h3{padding:10px 0;text-align:center}.track_result .track .table_box .table_content .table .table_grid{align-items:center;display:grid;grid-template-columns:70% 30%}.track_result .track .table_box .table_content .table .table_rows{border-top:2px solid var(--color-bg-btn);padding:2px 0}.track_result .track .table_box .table_content .table .table_rows .table_data input{background-color:#e4eaf0;font-size:16px;margin:0 2px;padding:10px;width:97%}.track_result .track .table_box .table_content .table .table_rows .table_data span{align-items:center;border-left:2px solid rgba(0,0,0,.1);display:flex;height:43px;justify-content:center;margin-top:-44px;position:relative;right:8px;top:39px;z-index:-1}.track_result .track .table_box .table_content .table .table_rows .table_data button{background-color:var(--color-ash);border-radius:4px;color:var(--color-white);cursor:pointer;padding:10px 20px;text-transform:uppercase}.track_result .track .table_box .table_content .table .bottom{color:var(--color-ash);font-weight:600;padding:10px 0 10px 2px}.shipping_content{margin-top:30px;width:auto}.shipping_content ::-webkit-scrollbar{display:block;height:10px}.shipping_content ::-webkit-scrollbar-thumb{background-color:#6c6c6c}.shipping_content .track_table,.shipping_content .track_table .table{background:transparent}.shipping_content .track_table h2{color:#6c6c6c}.shipping_content .track_table .tableBtn{background-color:#e94560;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:5px}@media screen and (max-width:1024px){.track_result .track .table_box{height:400px;width:100%}.track_result .track .table_box .table_content,.track_result .track .table_box .table_content .table{width:100%}}@media screen and (max-width:600px){.track_result .track .table_box{padding:0 20px}.track_result .track .table_box .table_content .table .table_data input{font-size:14px;width:90%!important}.track_result .track .table_box .table_content .table .table_data span{left:-18px;position:relative}.track_result .track .table_box .table_content .table .table_data button{align-items:center;display:flex;font-size:12px;height:35px;justify-content:center;margin-right:50px;position:relative;right:10px;width:100%}.track_result .track .table_box .table_content .table .table_rows .table_grid{grid-template-columns:60% 40%}}.box .contact_form .sections{grid-gap:40px;display:grid;gap:40px;grid-template-columns:50% 50%;height:300px;margin:100px 0 250px}.box .contact_form .sections .section_1 p{line-height:25px;margin:30px 0}.box .contact_form .sections .section_1 .input_box{display:flex;gap:20px;justify-content:space-between}.box .contact_form .sections .section_1 .input_box input{background-color:var(--color-bg-input);font-size:16px;padding:10px;width:100%}.box .contact_form .sections .section_1 .input_box input::-webkit-input-placeholder{color:#8d8d8d}.box .contact_form .sections .section_1 .input_box input::placeholder{color:#8d8d8d}.box .contact_form .sections .section_1 .text_area{margin-top:30px}.box .contact_form .sections .section_1 .text_area textarea{background-color:#eee;font-family:sans-serif;font-size:16px;height:200px;padding:10px;resize:none;width:100%}.box .contact_form .sections .section_1 .submit_btn{margin-top:30px}.box .contact_form .sections .section_2 img{width:80%}.box .infomation{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/media/8.86954f2056313958a5a2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--color-white)}.box .infomation .infomation_box .infomation_content{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:33% 33% 33%;height:400px}.box .infomation .infomation_box .infomation_content .box_1{background-color:var(--color-white);color:var(--color-dark);display:flex;height:200px;padding:10px}.box .infomation .infomation_box .infomation_content .box_1 .icon .fa-solid{color:var(--color-red);font-size:50px;margin-top:25px;padding:0 10px 0 20px}.box .infomation .infomation_box .infomation_content .box_1 h2{font-size:18px;margin-bottom:20px;margin-top:25px;text-transform:uppercase}.box .infomation .infomation_box .infomation_content .box_1 p{color:var(--color-ash);line-height:25px}@media screen and (max-width:1024px){.box .infomation .infomation_box .infomation_content{grid-template-columns:1fr 1fr;height:100%;padding:30px 0}.box .infomation .infomation_box .infomation_content .box_1{height:100%}}@media screen and (max-width:800px){.box .contact_form .sections{height:100%;margin:20px 0}.box .contact_form .sections .section_1 .input_box{flex-wrap:wrap}}@media screen and (max-width:600px){.box .contact_form .sections{display:flex;flex-direction:column-reverse;padding:0 20px}.box .contact_form .sections .section_2 img{width:100%}.box .infomation .infomation_box .infomation_content{grid-template-columns:1fr;padding:30px 20px}}.blog_grid .blog .blog_box{background-color:var(--color-white);margin-bottom:20px}.blog_grid .blog .blog_box a{color:var(--color-red);text-decoration:underline}.blog_grid .blog .blog_box .blog_content{padding:40px 30px}.blog_grid .blog .blog_box .blog_content .header .header_link{color:var(--color-light-dark);text-decoration:none}.blog_grid .blog .blog_box .blog_content .header .header_link h1{font-weight:100}.blog_grid .blog .blog_box .blog_content .header .date_by{color:var(--color-ash);margin-top:5px}.blog_grid .blog .blog_box .blog_content .header .date_by span{font-size:15px}.blog_grid .blog .blog_box .blog_content .image{margin:30px 0}.blog_grid .blog .blog_box .blog_content .image img{width:100%}.blog_grid .blog .blog_box .blog_content .short p{color:var(--color-light-dark);line-height:25px}.blog_grid .blog .blog_box .blog_content .lower .category{margin:30px 0 10px}.blog_grid .blog .blog_box .blog_content .lower .fa-solid{color:#8d8d8d;margin-right:10px}@media screen and (max-width:600px){.blog_grid .blog .blog_box .blog_content{padding:40px 10px}}.blog_grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:70% 30%;margin:20px 0}@media screen and (max-width:600px){.blog_grid{grid-template-columns:100%}}.blog_box .post_details p{line-height:25px}.blog_box .post_details h1,.blog_box .post_details h3{font-weight:100;padding:30px 0}.blog_box .post_details i{color:#8d8d8d;margin-right:10px}.blog_box .post_details .post_image img{width:100%}.blog_box .post_details .header .date_by{padding:30px 0}.blog_box .post_details .lower_details{margin-top:30px}.blog_box .post_details .prev_next,.blog_box .post_details .prev_next ul li{margin-top:10px}.blog_box .post_details .prev_next ul li i{font-size:12px}.blog_box .comment{margin-top:20px}.blog_box .comment .comment_form .header h1{font-weight:100}.blog_box .comment .comment_form .form_input{margin-top:30px}.blog_box .comment .comment_form .form_input .textarea .text_box{height:250px;padding:10px;width:100%}.blog_box .comment .comment_form .form_input .input_box{display:flex;flex-direction:column;margin-top:10px}.blog_box .comment .comment_form .form_input .input_box input{height:40px;margin-bottom:10px;padding:10px;width:40%}.blog_box .comment .comment_form .comment_btn a{color:var(--color-white);text-decoration:none}@media screen and (max-width:1024px){.blog_box .comment .comment_form .form_input .input_box input{width:100%}}
/*# sourceMappingURL=main.8599a994.css.map*/