header .top-header{background-color:#eeeff1;font-size:14px}header .top-header .main-top-header{display:flex;justify-content:space-between;align-items:center}@media (max-width:600px){header .top-header .main-top-header{align-items:self-start;flex-direction:column;gap:5px}}@media (max-width:450px){header .top-header .main-top-header .right-top-header{width:100%}}header .top-header ul{display:flex;justify-content:space-between;align-items:center;gap:20px}@media (max-width:450px){header .top-header ul{gap:5px}}header .top-header ul li i{font-size:16px;color:#df1118}header .top-header ul li a{color:#000;font-weight:500;display:flex;align-items:center;gap:10px}header .top-header .clip-style{position:relative;z-index:1;color:#fff;padding:10px 30px}@media (max-width:450px){header .top-header .clip-style{padding:5px 13px}}header .top-header .clip-style a,header .top-header .clip-style i{color:#fff}header .top-header .clip-style::before{position:absolute;content:"";width:23%;width:100%;height:100%;inset-inline-end:0;inset-block-start:0;background-color:#df1118;z-index:-1;-webkit-clip-path:polygon(3% 0%,100% 1%,100% 100%,0% 100%);clip-path:polygon(3% 0%,100% 1%,100% 100%,0% 100%);transition:all 0.2s linear}header .top-header .clip-style:hover::before{background-color:#000}@media (max-width:992px){header .top-header .top-mail{display:none}}header .bottom-header{display:flex;align-items:center;background:#f5fdff}@media (max-width:450px){header .bottom-header .logo img{width:100%}}header .bottom-header .logo a{display:flex}header .bottom-header .main-bottom-header{display:flex;justify-content:space-between;align-items:center}header .bottom-header .primary-menu ul{display:flex;gap:10px}header .bottom-header .primary-menu ul li a{font-weight:500;display:flex;align-items:center;gap:10px;padding:5px 10px;text-transform:capitalize}@media (max-width:992px){header .bottom-header{padding:10px 0}header .bottom-header .primary-menu{display:none}}header .bottom-header .side-bar-items{cursor:pointer;display:flex}header .bottom-header .side-bar-items img{width:42px}header .bottom-header .socail-media{width:200px}header .bottom-header .socail-media ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));align-items:stretch}header .bottom-header .socail-media li{background-color:#222}header .bottom-header .socail-media li a{color:#fff;font-size:20px;display:block;text-align:center;padding:15px}header .bottom-header .socail-media li:nth-child(1){border-bottom:1px solid #ccc;border-right:1px solid #ccc}header .bottom-header .socail-media li:nth-child(2){border-bottom:1px solid #ccc}header .bottom-header .socail-media li:nth-child(3){border-right:1px solid #ccc}@media (max-width:1200px){header .bottom-header .socail-media{display:none}}header .bottom-header .headerSideBar{position:fixed;width:100%;max-width:450px;top:0;right:-100%;background-color:#f5fdff;height:100vh;padding:100px 30px;z-index:99;transition:all 0.5s}@media (max-width:1200px){header .bottom-header .headerSideBar{max-width:350px}}@media (max-width:450px){header .bottom-header .headerSideBar{max-width:300px}}header .bottom-header .headerSideBar .closeSideBar{position:absolute;top:30px;right:30px;font-size:40px;cursor:pointer}header .bottom-header .headerSideBar .sideBarContent{display:flex;flex-direction:column;gap:20px;overflow:scroll;height:80vh}header .bottom-header .headerSideBar .sideBarContent .contact-inform ul{display:flex;flex-direction:column;gap:10px;margin-top:20px}header .bottom-header .headerSideBar .sideBarContent .contact-inform ul li a{display:flex;gap:10px}header .bottom-header .headerSideBar .sideBarContent .contact-inform ul li a i{font-size:22px;color:#df1118}@media (max-width:992px){header .bottom-header .headerSideBar .sideBarContent .contact-inform{display:none}}header .bottom-header .headerSideBar .sideBarContent .socialMedia{margin-top:30px}@media (max-width:992px){header .bottom-header .headerSideBar .sideBarContent .socialMedia{margin-top:10px}}header .bottom-header .headerSideBar .sideBarContent .socialMedia ul{display:flex;align-items:center;gap:20px}header .bottom-header .headerSideBar .sideBarContent .socialMedia ul i{font-size:24px;transition:all 0.2s linear}header .bottom-header .headerSideBar .sideBarContent .socialMedia ul i:hover{margin-top:-15px}header .bottom-header .activeSideBar{right:0%}header .bottom-header .sideBarMenu{display:none}@media (max-width:992px){header .bottom-header .sideBarMenu{display:block}}header .bottom-header .sideBarMenu ul{display:flex;flex-direction:column;gap:15px}header .bottom-header .sideBarMenu ul li a{font-size:16px}.dropdown{position:relative;display:inline-block}.dropdown .fa-angle-down{transition:all 0.3s linear}.dropdown .dropdown-menu{visibility:hidden;opacity:0;position:absolute;background-color:#f9f9f9;min-width:-moz-max-content;min-width:max-content;box-shadow:0 8px 16px 0 rgb(0 0 0 / .2);z-index:1;transition:all 0.2s linear;transform:translateY(30px)}.dropdown .dropdown-menu ul{flex-direction:column;gap:6px!important}.dropdown .dropdown-menu a{padding:12px 16px;text-decoration:none;display:block}.dropdown .dropdown-menu a:hover{color:#df1118}.dropdown:hover .fa-angle-down{transform:rotate(-180deg)}.dropdown:hover .dropdown-menu{visibility:visible;opacity:1;border-radius:10px;transform:translateY(0)}.dropdown:hover .dropdown-menu ul{display:flex;flex-direction:column;padding:10px}.dropdown:hover .dropdown-menu ul li{transition:all 0.2s linear}.dropdown:hover .dropdown-menu ul li a{padding:5px 15px}.dropdown .dropdown-menu li:hover{margin-left:5px}.dropdown-sm .dropdown-menu{display:none}.dropdown-sm .activeDropdown{display:block;margin-top:10px}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden}@media (max-width:600px){.hero-section{height:70vh}}.hero-section .hero-video video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover}.hero-section .service-banner{position:absolute;top:25%;z-index:1}@media (max-width:768px){.hero-section .service-banner{left:16%}}.hero-section .service-banner ul{display:flex;flex-direction:column;gap:10px;padding:20px;background-color:rgb(255 255 255 / .3411764706);border-radius:10px}.hero-section .service-banner ul li{background-color:#e9e9e9;color:#fff;border-radius:5px;transition:all 0.3s ease}.hero-section .service-banner ul li a{display:flex;gap:10px;align-items:center;cursor:pointer;padding:10px;color:#000}@media (max-width:768px){.hero-section .service-banner ul li a{padding:5px;text-align:center;font-size:14px}}@media (max-width:600px){.hero-section .service-banner ul li a{flex-direction:row;text-align:start;height:50px}.hero-section .service-banner ul li a span{width:150px}}@media (max-width:450px){.hero-section .service-banner ul li a span{width:130px}}.hero-section .service-banner ul li a img{width:60px}.hero-section .service-banner ul .active-tab{background:#df1118}.hero-section .service-banner ul .active-tab a{color:#fff}.hero-section .service-banner ul li:hover{background:#df1118}.hero-section .service-banner ul li:hover a{color:#fff}.about-us{background:linear-gradient(rgb(255 255 255 / .9),rgb(255 255 255 / .9)),url(../upload/other/counter-bg-img.png);background-position:bottom right;background-repeat:no-repeat}@media (max-width:450px){.about-us{padding:60px 0 40px}}.about-us .main-about-us{display:flex;gap:80px;align-items:center}@media (max-width:992px){.about-us .main-about-us{flex-direction:column}}@media (max-width:768px){.about-us .main-about-us{gap:20px}}.about-us .about-img{width:40%;position:relative}@media (max-width:992px){.about-us .about-img{width:60%}}@media (max-width:600px){.about-us .about-img{width:100%}}.about-us .about-img img{width:100%;display:flex}.about-us .about-img .global-img{position:absolute;top:-40px;left:-40px;border-radius:50%;display:flex;box-shadow:0 0 12px rgb(34 34 34 / .3607843137)}@media (max-width:1250px){.about-us .about-img .global-img{left:0}}@media (max-width:600px){.about-us .about-img .global-img img{width:100px}}.about-us .about-img .experince{position:absolute;bottom:20px;left:-40px;padding:30px;background:#df1118;display:flex;align-items:center;gap:10px;box-shadow:0 0 12px rgb(34 34 34 / .3607843137);color:#fff}@media (max-width:1250px){.about-us .about-img .experince{left:0;bottom:auto}}@media (max-width:992px){.about-us .about-img .experince{left:auto;bottom:0;right:0}}@media (max-width:600px){.about-us .about-img .experince{padding:15px}}.about-us .about-img .experince .experince-year{font-size:50px;font-weight:700}@media (max-width:600px){.about-us .about-img .experince .experince-year{font-size:30px}}.about-us .about-img .experince p{font-size:20px;font-weight:500;color:#fff}.about-us .about-content{width:60%;display:flex;flex-direction:column;gap:10px;align-items:flex-start}@media (max-width:992px){.about-us .about-content{width:100%}}.about-us .about-content ul{display:flex;gap:10px;flex-direction:column}.about-us .about-content ul li{display:flex;gap:5px;align-items:center}.about-us .about-content ul li i{color:#df1118}.about-us .about-content .primary-btn{margin-top:20px}.services-section{background:url(../upload/other/pattern-bg.png);-o-object-fit:cover;object-fit:cover}.services-section .services-heading{width:60%;margin:0 auto;text-align:center}@media (max-width:1200px){.services-section .services-heading{width:80%}}@media (max-width:450px){.services-section .services-heading{width:100%}}.services-section .main-services{padding:40px;display:flex;gap:40px;background:linear-gradient(rgb(3 35 48 / .8431372549),#032330),url(../upload/other/services-bg.jpg);background-position:center;background-size:cover;-o-object-fit:cover;object-fit:cover;border-radius:15px;margin-top:60px}@media (max-width:992px){.services-section .main-services{flex-direction:column;padding:15px}}.services-section .services-tab{width:30%;position:relative}@media (max-width:992px){.services-section .services-tab{width:100%}}.services-section .services-tab ul{display:flex;flex-direction:column;gap:10px;padding:20px;background-color:#fff;border-radius:10px;position:sticky;top:30px}@media (max-width:992px){.services-section .services-tab ul{flex-direction:row;padding:10px}}@media (max-width:600px){.services-section .services-tab ul{overflow:scroll}}.services-section .services-tab ul li{background-color:#e9e9e9;color:#fff;border-radius:5px;transition:all 0.3s ease}@media (max-width:992px){.services-section .services-tab ul li{flex:1;display:flex;align-items:center;justify-content:center}}.services-section .services-tab ul li a{display:flex;gap:10px;align-items:center;cursor:pointer;padding:10px;color:#000}@media (max-width:992px){.services-section .services-tab ul li a{flex-direction:column;align-items:center}}@media (max-width:768px){.services-section .services-tab ul li a{padding:5px;text-align:center;font-size:14px}}@media (max-width:600px){.services-section .services-tab ul li a{flex-direction:row;text-align:start}.services-section .services-tab ul li a span{width:150px}}@media (max-width:450px){.services-section .services-tab ul li a span{width:130px}}.services-section .services-tab ul li a img{width:60px}.services-section .services-tab ul .active-tab{background:#df1118}.services-section .services-tab ul .active-tab a{color:#fff}.services-section .services-tab ul li:hover{background:#df1118}.services-section .services-tab ul li:hover a{color:#fff}.services-section .services-tab-content{width:70%}@media (max-width:992px){.services-section .services-tab-content{width:100%}}.services-section .tab-content{display:none;flex-direction:column;justify-content:start}.services-section .tab-content p{color:#ccc}.services-section .tab-content ul li{color:#fff}.services-section .tab-content ul{display:flex;flex-direction:column;gap:8px}.services-section .tab-content img{width:auto;border-radius:10px}@media (max-width:600px){.services-section .tab-content img{width:100%}}.services-section .tab-content .services-title{color:#fff}.services-section .tab-content .primary-btn a{background-color:#fff;color:#032330}.services-section .tab-content .tab-content-text{display:flex;flex-direction:column;gap:15px}.services-section .tab-content .tab-content-text h4{color:#fff}.services-section .active-content{display:block}.why-choose-us{background:url(../upload/other/key-features-shape.png)}.why-choose-us .why-choose-heading{width:60%;margin:0 auto;text-align:center}@media (max-width:1200px){.why-choose-us .why-choose-heading{width:80%}}@media (max-width:600px){.why-choose-us .why-choose-heading{width:100%}}.why-choose-us .why-choose-box{display:flex;gap:50px;margin-top:40px}@media (max-width:992px){.why-choose-us .why-choose-box{flex-direction:column}}.why-choose-us .why-choose-box .box-img{width:50%}@media (max-width:992px){.why-choose-us .why-choose-box .box-img{width:100%}}.why-choose-us .why-choose-box .box-img img{width:100%;border-radius:15px;box-shadow:0 0 12px #ccc}.why-choose-us .why-choose-box .content-box{width:50%;display:flex;flex-direction:column;gap:10px}@media (max-width:992px){.why-choose-us .why-choose-box .content-box{width:100%}}.why-choose-us .why-choose-box .content-box .icon img{width:60px}.why-choose-us .main-why-choose{margin-top:60px;display:grid;grid-template-columns:repeat(auto-fill,minmax(30%,1fr));grid-gap:20px;align-items:stretch}@media (max-width:992px){.why-choose-us .main-why-choose{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width:400px){.why-choose-us .main-why-choose{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.box-item{padding:15px;background-color:#fff;box-shadow:0 0 12px #ccc;border-radius:10px}.box-item .icon img{width:60px}.box-item h4{font-size:20px}@media (max-width:600px){.box-item h4{font-size:16px}}@media (max-width:600px){.box-item{padding:10px;background:#fff;box-shadow:0 0 12px rgb(34 34 34 / .1490196078);border-radius:10px}.box-item p{font-size:14px}}.how-we-work{background:url(../upload/other/how-it-work-bg.png);background-size:cover;background-position:center;-o-object-fit:cover;object-fit:cover}.how-we-work .how-we-work-heading{width:70%;margin:0 auto;text-align:center}@media (max-width:768px){.how-we-work .how-we-work-heading{width:100%}}.how-we-work .work-box{display:flex;gap:30px;margin-top:60px;position:relative;padding-bottom:73px;border-bottom:1px dashed}@media (max-width:992px){.how-we-work .work-box{gap:15px}}@media (max-width:600px){.how-we-work .work-box{gap:56px;flex-direction:column}}.how-we-work .work-item{background-color:#fff;flex-grow:1;padding:0 30px 30px;position:relative;width:33%}@media (max-width:992px){.how-we-work .work-item{padding:0 10px 10px}.how-we-work .work-item p{font-size:14px}}@media (max-width:600px){.how-we-work .work-item{width:100%}}.how-we-work .work-item h4{font-size:20px;margin:10px 0}@media (max-width:992px){.how-we-work .work-item h4{width:100%;font-size:18px}}.how-we-work .work-icon{padding:20px;background-color:#df1118;display:flex;display:inline-block;border-radius:50%;margin-top:-30px}.how-we-work .work-icon img{width:58px}@media (max-width:992px){.how-we-work .work-icon{padding:10px}.how-we-work .work-icon img{width:45px}}.how-we-work .work-item::before{content:"";position:absolute;top:100%;right:50%;width:1px;height:74px;border-inline-end:1px dashed #222}.how-we-work .work-item::after{content:"";position:absolute;top:0;left:47.5%;width:20px;height:20px;background-color:#df1118;border-radius:50%;inset-block-start:calc(100% + 64px)}.cta-section{display:flex}@media (max-width:768px){.cta-section{flex-direction:column}}.cta-section .box{width:50%;display:flex;background-color:#032330}@media (max-width:768px){.cta-section .box{width:100%}}.cta-section .box .img-box{width:30%;display:flex}.cta-section .box .img-box img{-o-object-fit:cover;object-fit:cover}.cta-section .box .box-content{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:15px;width:70%;color:#fff;padding:20px}.cta-section .box .box-content .icon img{width:80px}.cta-section .box .box-content .section-heading{font-size:36px;color:#fff;text-align:center}@media (max-width:1200px){.cta-section .box .box-content .section-heading{font-size:26px}}@media (max-width:992px){.cta-section .box .box-content .section-heading{font-size:20px}}.cta-section .box .box-content .cta-btn{display:flex;color:#fff;gap:15px}.cta-section .box .box-content .cta-btn img{width:50px}.cta-section .box:nth-child(2){background-color:#df1118}.testimonial-section{background:url(../upload/other/map-img.png);background-position:center;background-repeat:no-repeat}.testimonial-section .testimonial-heading{width:60%;margin:0 auto;text-align:center}@media (max-width:600px){.testimonial-section .testimonial-heading{width:100%}}.testimonial-section .main-testimonial{margin-top:60px;display:flex;gap:30px}@media (max-width:768px){.testimonial-section .main-testimonial{margin-top:20px}}.testimonial-section .testimonial-img img{width:100px}.testimonial-section .testimonial-box{padding:30px;background-color:#e4f8fd;border-radius:10px}@media (max-width:992px){.testimonial-section .testimonial-box{padding:15px}.testimonial-section .testimonial-box h4{font-size:18px}}.testimonial-section .testimonial-text{margin-top:10px}.testimonial-section .testimonial-text p{font-size:15px}@media (max-width:992px){.testimonial-section .testimonial-text p{font-size:14px}}.footer{background-color:#24262b;padding:70px 0 10px}.footer .footer-logo{width:auto}.footer .hours p{color:#fff}.footer .row{display:flex;flex-wrap:wrap;align-items:center}.footer .footer-col{width:25%;padding:0 15px}.footer .footer-col h4{font-size:18px;color:#fff;text-transform:capitalize;margin-bottom:35px;font-weight:500;position:relative}.footer .footer-col h4::before{content:"";position:absolute;left:0;bottom:-10px;background-color:#e91e63;height:2px;box-sizing:border-box;width:50px}.footer .footer-col ul li:not(:last-child){margin-bottom:10px}.footer .footer-col ul li a{font-size:16px;color:#fff;text-decoration:none;font-weight:300;color:#bbb;display:block;transition:all 0.3s ease;display:flex;gap:15px}.footer .footer-col ul li a:hover{color:#fff;padding-left:8px}.footer .footer-col .social-links{margin-top:15px}.footer .footer-col .social-links ul{display:flex}.footer .footer-col .social-links a{display:inline-block;height:40px;width:40px;background-color:rgb(255 255 255 / .2);margin:0 10px 10px 0;text-align:center;line-height:40px;border-radius:50%;color:#fff;transition:all 0.5s ease}.footer .footer-col .social-links a:hover{color:#24262b;background-color:#fff}.footer .new-license a{text-transform:uppercase;font-weight:700}.footer .show-license{display:none}.footer .active-license{display:block}.bottom-footer{margin-top:2dvb;padding-top:20px;color:#fff;text-align:center;font-size:14px;border-top:1px solid #585858}.bottom-footer a{color:#fff}.bottom-footer img{width:auto}@media (max-width:992px){.footer .footer-col{width:50%;margin-bottom:30px}}@media (max-width:574px){.footer .footer-col{width:100%}}#contact-us .inner-banner{background:url(../upload/banner/contact-banner.jpg);background-position:center;background-size:cover;padding:120px 0}@media (max-width:600px){#contact-us .inner-banner{padding:80px 0}}#contact-us .virtual-consultaion{padding:40px 0 0}#contact-us .virtual-consultaion h3{text-align:center}#contact-us .contact-details .main-details{display:flex;gap:30px}@media (max-width:992px){#contact-us .contact-details .main-details{flex-wrap:wrap}}#contact-us .contact-details .main-details .box{flex:1;background-color:#f5fdff;padding:20px;border:1px dashed #000;border-radius:15px}@media (max-width:992px){#contact-us .contact-details .main-details .box{flex:auto}}#contact-us .contact-details .main-details .box .icon img{width:70px}#contact-us .contact-details .main-details .box h5{display:flex;flex-direction:column}#contact-us .contact-form{background:#f5fdff}#contact-us .contact-form .main-contact-form{display:flex;gap:40px}@media (max-width:800px){#contact-us .contact-form .main-contact-form{flex-direction:column}}#contact-us .contact-form .main-contact-form .contact-content{width:50%;display:flex;flex-direction:column;gap:10px}@media (max-width:800px){#contact-us .contact-form .main-contact-form .contact-content{width:100%}}#contact-us .contact-form .main-contact-form .contact-content .email-directory{display:flex;flex-direction:column;gap:15px}#contact-us .contact-form .main-contact-form .form-main{width:50%;background:#ffe5e6;padding:30px;border-radius:20px}@media (max-width:800px){#contact-us .contact-form .main-contact-form .form-main{width:100%}}form{display:flex;flex-direction:column;gap:20px}form input,form textarea,form select{width:100%;padding:10px;border:1px dashed #000;border-radius:5px}form label{display:block;color:#000;margin-bottom:5px}form .group-box{display:flex;gap:20px;align-items:center}@media (max-width:768px){form .group-box{flex-direction:column}}form .group-box .box{width:50%}@media (max-width:768px){form .group-box .box{width:100%}}form .input-box{display:flex;flex-direction:column;gap:10px}form input[type=submit]{font-size:18px;background-color:#df1118;color:#fff;border:none;cursor:pointer}form .radio-box label{display:flex;gap:20px}form .radio-box input{width:auto}#about-us .inner-banner{background:linear-gradient(rgb(0 0 0 / .4),rgb(0 0 0 / .4)),url(../upload/banner/about-banner.jpg);background-position:center;background-size:cover}@media (max-width:600px){#about-us .inner-banner{padding:80px 0}}#about-us .chief-about .main-chief-about{display:flex;gap:40px;align-items:center}@media (max-width:800px){#about-us .chief-about .main-chief-about{flex-direction:column;gap:40px}}#about-us .chief-about .main-chief-about .box-img{width:50%}@media (max-width:800px){#about-us .chief-about .main-chief-about .box-img{width:100%}}#about-us .chief-about .main-chief-about .box-content{width:50%;display:flex;flex-direction:column;gap:10px}@media (max-width:800px){#about-us .chief-about .main-chief-about .box-content{width:100%}}#about-us .chief-about .primary-btn{margin-top:15px}#about-us .chief-about .primary-btn a{border-radius:10px}#about-us .who-are-we{background-color:#fff7f8}#about-us .who-are-we .main-who-we{display:flex;flex-direction:row-reverse;align-items:center}@media (max-width:800px){#about-us .who-are-we .main-who-we{flex-direction:column;gap:40px}}#about-us .who-are-we .main-who-we .box-img{width:50%;text-align:center}@media (max-width:800px){#about-us .who-are-we .main-who-we .box-img{width:100%}}#about-us .who-are-we .main-who-we .box-img img{width:auto;border-radius:10px;box-shadow:0 0 12px rgb(204 204 204 / .5215686275)}@media (max-width:1200px){#about-us .who-are-we .main-who-we .box-img img{width:100%}}#about-us .who-are-we .main-who-we .box-content{width:50%;display:flex;flex-direction:column;gap:10px}@media (max-width:800px){#about-us .who-are-we .main-who-we .box-content{width:100%}}#inner-service .inner-banner{background:linear-gradient(rgb(0 0 0 / .4),rgb(0 0 0 / .4)),url(../upload/banner/inner-service-banner.jpg);background-position:bottom;background-size:cover}@media (max-width:600px){#inner-service .inner-banner{padding:80px 0}}#inner-service .additional-information{margin-top:30px}#inner-service .main-service-box{display:flex;gap:50px}@media (max-width:850px){#inner-service .main-service-box{flex-direction:column;gap:20px}}#inner-service .main-service-box .img-box{width:50%}@media (max-width:850px){#inner-service .main-service-box .img-box{width:100%}}#inner-service .main-service-box .img-box img{border-radius:10px;box-shadow:0 0 12px rgb(204 204 204 / .5215686275)}#inner-service .main-service-box .content-box{width:50%;display:flex;flex-direction:column;gap:10px}@media (max-width:850px){#inner-service .main-service-box .content-box{width:100%}}#inner-service .main-service-box .content-box ul{list-style-type:disc;margin:0 15px}#inner-service .service-box:nth-child(odd){background-color:#f1f1f1}#inner-service .service-box:nth-child(odd) .main-service-box{display:flex;flex-direction:row-reverse}@media (max-width:850px){#inner-service .service-box:nth-child(odd) .main-service-box{flex-direction:column;gap:20px}}#agent-page .inner-banner{background:linear-gradient(rgb(0 0 0 / .4),rgb(0 0 0 / .4)),url(../upload/banner/about-banner.jpg);background-position:center;background-size:cover}@media (max-width:600px){#agent-page .inner-banner{padding:80px 0}}#agent-page .agent{background-color:#f7f7f7;border-radius:10px;box-shadow:0 4px 6px rgb(0 0 0 / .1);padding:20px;display:flex;flex-direction:row;gap:40px;align-items:center}@media (max-width:768px){#agent-page .agent{flex-direction:column;align-items:flex-start;text-align:left}}#agent-page .agent img{width:250px}#agent-page .agent-info{flex:1}#agent-page .agent-info h3{margin:0 0 10px;color:#333}#agent-page .agent-info p{margin:5px 0;color:#666}#agent-page .agent-info a{color:#007BFF;text-decoration:none}#agent-page .agent-info a:hover{text-decoration:underline}.owner-message{margin-top:20px;width:50%}@media (max-width:768px){.owner-message{width:100%}}.owner-message p{font-style:italic;color:#000}.owner-message span{font-size:20px;font-weight:600}.destination-agents{display:flex;flex-direction:column;gap:20px}#quotation .inner-banner{background:linear-gradient(rgb(0 0 0 / .4),rgb(0 0 0 / .4)),url(../upload/banner/about-banner.jpg);background-position:center;background-size:cover}@media (max-width:600px){#quotation .inner-banner{padding:80px 0}}#quotation .main-quotation{padding:20px;background:#ffe5e6;border-radius:15px}#pick-up-request .inner-banner{background:linear-gradient(rgb(0 0 0 / .4),rgb(0 0 0 / .4)),url(../upload/banner/about-banner.jpg);background-position:center;background-size:cover}@media (max-width:600px){#pick-up-request .inner-banner{padding:80px 0}}#pick-up-request .main-pick-up{padding:20px;background:#ffe5e6;border-radius:15px}#cargo-release .inner-banner{background:linear-gradient(rgb(0 0 0 / .4),rgb(0 0 0 / .4)),url(../upload/banner/about-banner.jpg);background-position:center;background-size:cover}@media (max-width:600px){#cargo-release .inner-banner{padding:80px 0}}#cargo-release .main-cargo-relese-form{padding:20px;background:#ffe5e6;border-radius:15px}#create-label .inner-banner{background:linear-gradient(rgb(0 0 0 / .4),rgb(0 0 0 / .4)),url(../upload/banner/about-banner.jpg);background-position:center;background-size:cover}@media (max-width:600px){#create-label .inner-banner{padding:80px 0}}#create-label .main-create-label{padding:20px;background:#ffe5e6;border-radius:15px}.hide{display:none}