 @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
html,
body {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	background-color: #F7F8FC;
	overflow-x: hidden
}



/*이걸로 인해 rechaptcha 문제 생김
body {
-moz-transform: scale(0.85, 0.85); /* Moz-browsers */
/*이걸로 인해 rechaptcha 문제 생김  zoom: 0.85; /* Other non-webkit browsers */
/*이걸로 인해 rechaptcha 문제 생김 zoom: 85%; /* Webkit browsers */
/*이걸로 인해 rechaptcha 문제 생김 } */


html{margin:0;padding:0}body{background:url(../img/bg.png),#f8f8f8;margin:0;font-family:Montserrat,sans-serif}table{border-collapse:collapse;border-spacing:0}a:focus,a:hover{text-decoration:none}ol,ul{padding-left:20px}button:active,button:focus,input:active,input:focus,select:active,select:focus{outline:0}*{outline:0}.preloader{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;left:0;right:0;top:0;bottom:0;background:#fff;z-index:9999;width:100%;height:100%}.pre-flex{display:flex;justify-content:center;align-items:center}.pre-item1{width:130px;height:130px;border: 15px solid var(--color1);animation: 1s infinite preturnright;}.pre-item2{color:var(--color2);position:absolute;font-size:50px;font-weight:600;padding-top: 4px;animation: 1s infinite scaleboom;}.preloader span{margin-top:35px;font-size:22px;color:var(--color1);letter-spacing:5px}.header-area{position:relative;padding:0 15px;top:0;left:0;right:0;z-index:9997;margin:0 auto;background:#fff}.head-nav{padding:20px 0}.head-nav .logo img{height:55px;width:auto}.navbar-nav li a{color:var(--color3);display:inline-block;font-weight:600;padding:10px 12px}.dropdown-element i{margin-left:3px}.navbar-nav .nav-contact a{color:#fff;background: #ef4962;padding:10px 25px;border-radius: 0px;transition:.3s;font-weight:600;box-shadow: 0 4px 4px #000000a6;}.navbar-nav .nav-contact a:hover{position:relative;transform:translateY(-5px);box-shadow:0 10px 15px var(--color2-sd)}.navbar-nav .nav-contact{margin-left:15px}.navbar-nav .order-search-btn{margin-left:12px}.navbar-nav .order-search-btn a{color:#fff;background: #262a35;box-shadow: 0 4px 4px #000000a6;padding:10px 20px;border-radius: 0px;transition:.3s;font-weight:600;}.navbar-nav .order-search-btn a:hover{position:relative;transform:translateY(-5px);box-shadow:0 10px 15px #00000020}.dropdown-sub{position:absolute;visibility:hidden;transition:.2s;opacity:0;margin-top:20px;padding-top:10px}.dropdown-items{background:#fff;box-shadow:0 5px 30px #00000015;border-radius:10px;padding:15px 5px;position:relative}.dropdown-items::before{position:absolute;content:"";top:-8px;left:55px;margin-left:-5px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}.drop-down:hover .dropdown-sub{opacity:1;visibility:visible;margin-top:0}.navbar-nav .dropdown-sub a{display:block!important;color:#555;width:100%;padding:3px 18px!important;padding-left:33px!important;font-weight:500!important;opacity:.9;position:relative}.navbar-nav .dropdown-sub a:hover{color:var(--color1)}.navbar-nav .dropdown-sub a::before{content:"\f192";color:#555;position:absolute;font-family:'Font Awesome 5 Free';left:16px;top:7px;transition:.2s;font-size:11px}.navbar-nav .dropdown-sub a:hover:before{content:"\f111";color:var(--color1)}.menu-toggler{display:block;width:30px;height:26px;position:relative;cursor:pointer;margin-left:auto}.menu-toggler .line-1{width:30px;height:6px;position:absolute;border-radius:12px;background:var(--color1);top:0;left:0;transition:.3s}.menu-toggler .line-2{width:30px;height:6px;border-radius:12px;background:var(--color1);position:absolute;top:calc(50% - 3px);left:0;transition:.3s}.menu-toggler .line-3{width:30px;height:6px;border-radius:12px;background:var(--color1);position:absolute;bottom:0;left:0;transition:.3s}.menu-toggler.active .line-1{transform:rotate(45deg);top:calc(50% - 3px)}.menu-toggler.active .line-2{visibility:hidden;opacity:0}.menu-toggler.active .line-3{transform:rotate(-45deg);bottom:calc(50% - 3px)}.droplapse.show .dropdown-sub{position:relative;visibility:visible;opacity:1;margin-top:0;padding:0;margin-bottom:10px;display:none}.droplapse.show .dropdown-items{background:#00000005;box-shadow:none;padding:10px 0}.nav-buts-flex{display:flex;gap:10px;margin-left:7px}.noclick{pointer-events:none}.pointer{cursor:pointer}.intro-area{position:relative;min-height:500px;padding:100px 0;width:100%;background:url(../img/intro-bg.png) var(--color1)}.intro{margin-bottom:50px}.intro.full-width{margin-top:0}.intro.full-width .ordersearch-area{border-radius:0;padding:0;min-height:550px}section.testimonial{padding:100px 0}section.faq{padding:150px 0;position:relative;background:var(--color1)}section.blog-posts{padding:75px 0}section.blog-list-area{padding:50px 0;min-height:500px}.contact-area,section.content-area{padding:50px 0}.notfoundpage{padding:70px 0}@keyframes preturnright{0%{transform:rotate(0);border-radius:0}50%{border-radius:65px}100%{transform:rotate(360deg);border-radius:0}}@keyframes scaleboom{0%{transform:scale(.8);opacity:.4}50%{transform:scale(1.1);opacity:1}100%{transform:scale(.8);opacity:.4}}.faq::before{content:"";position:absolute;left:0;right:0;height:62px;transform:rotateX(180deg);top:-20px;background:url(../img/intro-end.png)}.faq::after{content:"";position:absolute;left:0;right:0;height:62px;bottom:-20px;background:url(../img/intro-end.png)}section.intro-area::after{content:"";position:absolute;left:0;right:0;height:50px;bottom:0;background:url(../img/intro-end.png)}.intro-start{padding-bottom:30px;position:relative}.story>.owl-stage-outer{height:115px}.story-area{position:relative}.service-story{display:flex;justify-content:space-between}.story-item{width:25%;padding:0 10px}.storyboss{padding:0 15px;margin-bottom:40px}.storyboss .is-item{margin-bottom:10px}.story-item:nth-child(1){padding-left:0}.story-item:nth-last-child(1){padding-right:0}.iservice-item{text-align:center;line-height:23px;font-weight:700;font-size:18px;background:#fff;color:#555;box-shadow:0 4px 15px #00000007;border-radius:12px;padding:20px 10px;transition:.2s;display:flex;align-items:center}.iservice-item i{color:var(--color2);font-size:40px;width:75px;display:block}.iservice-item span{display:block;font-weight:300}.iser-detail{text-align:left}.ordersearch-area{display:flex;align-items:center;position:relative;padding-left:75px;padding-right:75px;min-height:500px;height:100%;background-size:cover!important;background-position:center!important}.ordersearch-area::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:var(--color1);opacity:.85}.fast-flex{position:relative;display:flex;align-items:center}.fast-first{width:80%;padding-right:20px}.fast-first h1{color:#fff;font-weight:700;font-size:35px;max-width:510px}.fast-first p{color:#ffffffc7}.fast-sec{width:50%;margin-left:20px}.fast-sec select{height:50px;border:none;border-radius:12px}.fast-order-btn{width:100%;color:#fff;background:var(--color2);box-shadow:0 2px 20px var(--color2-sd);padding:15px;border-radius:12px;font-weight:700;font-size:20px}.fast-sec .form-control{opacity:.8;height: 60px;border: 3px solid #ececec;border-radius: 12px;box-shadow: none!important;padding: 5px 20px;transition: .3s;}.fast-sec .form-control.active{opacity:1}.fast-box-area{display:flex;margin-top:25px}.fast-box{color:var(--color1);font-weight:700;background:#fff;box-shadow:0 3px 20px #ffffff40;padding:10px 30px;margin-bottom:10px;border-radius:15px;margin:0 5px;font-size:22px;cursor:pointer;transition:.2s;position:relative;top:0}.fast-box:hover{position:relative;box-shadow:0 13px 20px #ffffff40;top:-5px}.fast-box:hover i{transform:rotate(360deg)}.fast-box i{transition:.3s}.fast-box span{font-weight:600;font-size:17px;margin-left:5px;position:relative;top:-1px}.os-area{position:relative;text-align:center}.os-area h1{font-weight:700;color:#fff;font-size:40px}.os-area p{color:#ffffffcc;font-size:16px}.os-search-area{display:flex;position:relative;width:90%;margin:0 auto;margin-top:45px}.os-area input{border:none!important;box-shadow:none!important;height:70px;border-radius:15px;padding-left:20px}.int-search-button{color:#fff!important;background:var(--color2);font-weight:500;position:absolute;top:8px;right:8px;font-size:20px;border:none;border-radius:10px;padding:12px 40px;transition:.2s}.show-area{position:relative;display:grid;grid-template-columns:repeat(6,1fr);align-items:center}.show-item1{grid-column:span 4;padding-right:50px}.show-item1 h1{color:#fff;font-weight:700;font-size:40px}.show-item1 p{color:#ffffffe6}.show-item2{grid-column:span 2;position:relative;display:block}.show-item2 img{max-width:100%;display:inline-block;animation:4s infinite salla}.show-buttons{display:flex;margin-top:30px}.it-item,.sb-item{background:#fff;padding:12px 30px;margin-right:10px;border-radius:12px;transition:.2s;font-weight:700;font-size:18px;color:var(--color1);cursor:pointer;-webkit-user-select:none}.it-item:hover,.sb-item:hover{padding:12px 40px}.int-search-button:hover{padding:12px 50px}.intro-text-area{position:relative;text-align:center}.intro-text-area h1{font-size:40px;color:#fff;font-weight:700}.intro-text-area p{color:#ffffffc9}.it-buttons{display:flex;justify-content:center;margin-top:40px}.it-item{background:#fff;padding:12px 30px;margin-right:10px;border-radius:12px;transition:.2s;font-weight:700;font-size:18px;color:var(--color1);cursor:pointer;-webkit-user-select:none}.fast-order{background:#fff;position:relative;overflow:hidden;z-index:1;border-radius:15px;padding:30px;box-shadow:0 4px 15px #00000007;height:100%}.fast-order::before{content:"";position:absolute;opacity:.2;left:0;top:0;z-index:-1;height:100%;width:100%;background:url(../img/fast-bg.png);background-size:inherit}.fast-order h2{font-weight:700;font-size:30px;color:#555}.fast-order p{font-size:15px;color:#666}.btn.fast-or-btn{color:#fff;background:var(--color2);box-shadow:0 5px 10px var(--color2-sd);border-radius:10px;margin-top:7px;font-weight:600;width:100%;padding:10px;font-size:18px}.pack-item{text-align:center;background:#fff;box-shadow:0 4px 15px #00000007;border-radius:12px;padding:20px 10px;padding-left:12px!important;padding-right:12px!important;position:relative;display:flex;flex-direction:column}.pack-item.special{border:3px solid}.pack-item.special .pack-special-detail{display:block}.pack-special-detail{display:none;color:#fff;position:absolute;font-size:15px;top:-3px;left:calc(50% - 100px);width:200px;padding:3px 15px;background:var(--color1);text-align:center;font-weight:400;border-radius:0 0 30px 30px;-webkit-user-select:none}.pack-special-detail i{margin-right:2px}.pack-item.special .pack-price{color:var(--color1)}.pack-item.special .pack-icon i{color:var(--color1)}.pack-item.special .btn-pack-buy{background:#41305b;box-shadow:0 4px 20px #00000010}.fav-items .pack-item{overflow:hidden}.fav-items .pack-icon{color:#fff;font-family:'Font Awesome 5 Free';position:absolute;font-size:20px;top:-18px;left:-45px;padding:10px;padding-top:15px;padding-bottom:0;background:var(--color2);width:125px;transform:rotate(-45deg)}.best-seller-area{position:relative;margin-bottom:30px;display:flex;align-items:center}.best-seller-area::after{content:"";position:absolute;bottom:-10px;left:8px;width:95%;height:2px;border-radius:5px;background:linear-gradient(45deg,#d1d1d1,transparent)}.best-sell-all{margin-left:auto;text-align:right;min-width:150px}.best-sell-all a{color:var(--color3);font-weight:500;transition:.2s}.best-sell-all i{background:var(--color3);color:#fff;text-align:center;padding:6px 7px 6px 10px;margin-left:5px;border-radius:5px;transition:.2s}.best-sell-all:hover a{font-weight:700}.best-sell-all:hover i{margin-left:10px;border-radius:50px}.best-seller{margin-bottom:50px;position:relative}.about-us{position:relative;padding:150px 0;margin-top:100px;padding-bottom:155px;background:var(--color1)}.about-us::before{content:"";position:absolute;left:0;right:0;height:62px;transform:rotateX(180deg);top:-20px;background:url(../img/intro-end.png)}.about-us::after{content:"";position:absolute;left:0;right:0;height:62px;bottom:-20px;background:url(../img/intro-end.png)}.why-us-text{text-align:center;margin-bottom:35px}.why-us-box{display:flex;justify-content:center}.wu-item{background:#fff;width:calc(100%/4);text-align:center;margin:0 8px;border-radius:10px;padding:0 25px;transition:.3s;padding-bottom:40px}.wu-item i{display:block;font-size:50px;padding-top:40px;padding-bottom:15px;color:var(--color2)}.wu-item span{font-size:20px;font-weight:700;color:var(--color1)}.wu-item p{margin-top:5px;font-size:16px;margin-bottom:0;color:#777}.best-seller h2{color:var(--color3);margin-bottom:2px;font-weight:700}.pack-icon{margin-top:25px}.pack-icon i{font-size:60px;color:var(--color2);margin-bottom:7px}.pack-title{color:#444;font-weight:600;font-size:20px}.pack-title span{color:#888;font-size:18px;display:block;font-weight:400}.pack-detail{margin-bottom:auto;margin-top:auto}.pack-detail ul{padding:0;margin:15px}.pack-detail ul li{list-style:none}.pack-detail.detailscroll ul{margin:15px 5px;padding:0;max-height:112px;overflow:auto}.pack-detail ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);border-radius:10px;background-color:#f5f5f5}.pack-detail ul::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.pack-detail ul::-webkit-scrollbar-thumb{border-radius:6px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:#b6b6b6}.pack-detail ul li{font-size:15px;color:#666}.pack-price{padding:15px 0;padding-top:0;font-size:30px;font-weight:700;color:var(--color2)}.pack-price span{display:block;font-size:16px;margin-bottom:-8px;font-weight:400;color:#999;text-decoration:line-through}.btn-pack-buy{color:#fff!important;font-weight:600;font-size:19px;width:80%;transition:.2s;padding:10px;margin:0 auto;background:var(--color2);box-shadow:0 4px 20px var(--color2-sd);border-radius:10px;margin-bottom:10px}.btn-pack-buy:hover{width:90%}.best-seller p{color:#777;font-size:16px;margin-bottom:10px;font-weight:400}.intro-ct{padding-top:80px;padding-bottom:150px;align-items:center}.intro-service-icons{width:60px;background:var(--color2);text-align:center;padding:20px 0;display:table-cell;border-radius:12px}.intro-service-icons i{display:block;cursor:pointer;color:#fff;font-size:25px;padding:15px 0;transition:1s}.intro-service-icons i:hover{transform:rotate(360deg)}.intro-title{color:#fff;display:table-cell;padding-left:25px;vertical-align:middle}.intro-title h2{font-weight:700;font-size:45px}.intro-title h2 span{display:block;color:var(--color2)}.intro-title p{font-weight:300;font-size:17px}.service-box{background:#fff;color:var(--text-color1);padding:30px;transition:.2s;box-shadow:0 5px 25px #00000020;border-radius:25px;text-align:center}.service-box:hover{transform:scale(1.04)}.service-box>i{font-size:55px;margin-bottom:15px}.service-box p{opacity:.8;font-size:17px;margin-bottom:0}.service-box.sb-special{color:#fff;background:var(--color2);box-shadow:0 5px 25px var(--color2-sd);margin-top:25px}.service-box.sb-special p{opacity:1}.why-us-text>span{font-size:21px;font-weight:700;color:var(--color2)}.why-us-text h2{font-size:35px;font-weight:700;color:#fff}.why-us-text p{color:#fff;opacity:.7;font-size:17px}.lb-area{text-align:left;display:flex;align-items:center;position:relative;margin-bottom:25px}.lb-area::after{content:"";position:absolute;bottom:-7px;left:0;width:95%;height:2px;border-radius:5px;background:linear-gradient(45deg,#d1d1d1,transparent)}.lb-area>span{font-size:21px;font-weight:700;color:var(--color2)}.lb-area h2{font-size:35px;font-weight:700;color:var(--color3)}.lb-area p{color:var(--text-color1);opacity:.7;font-size:17px}.lb-area-all{margin-left:auto;text-align:right;min-width:150px}.lb-area-all a{color:var(--color3);font-weight:500;transition:.2s}.lb-area-all i{background:var(--color3);color:#fff;text-align:center;padding:6px 7px 6px 10px;margin-left:5px;border-radius:5px;transition:.2s}.lb-area-all:hover a{font-weight:700}.lb-area-all:hover i{margin-left:10px;border-radius:50px}.last-blog-list{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px}.lb-item{padding:25px;background:#fff;border-radius:20px;box-shadow:0 8px 30px #00000008}.lb-top{margin-bottom:10px}.lb-top img{width:100%;height:210px;border-radius:10px;margin-bottom:10px}.lb-date{background:var(--color1);display:inline-block;padding:1px 16px;font-size:13px;color:#fff;border-radius:7px}.lb-detail h2,.lb-detail h4{font-size:24px;font-weight:700;color:var(--color1)}.lb-detail p{font-size:16px;color:#777;line-height:24px;margin-bottom:30px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}a.btn.lb-read-btn{color:#fff!important;background:var(--color2);padding:10px 25px;border-radius:15px;font-weight:700;font-size:17px;box-shadow:0 4px 15px var(--color2-sd)}.lb-read-btn:hover i{margin-left:15px}.lb-read-btn i{transition:.3s}.btn-why{color:#fff!important;position:relative;display:inline-block;text-align:left;padding:6px;transition:.3s;padding-left:23px;border-radius:12px;font-size:18px;font-weight:600;background:var(--color1);box-shadow:0 3px 15px var(--color1-sd)}.btn-why:hover{transform:translateY(-5px);box-shadow:0 15px 15px var(--color1-sd)}.whyus-chevron{background:var(--color2);display:inline-block;padding:7px 25px;text-align:center;transition:.3s;border-radius:6px;margin-left:95px}.gtco-testimonials{text-align:center;position:relative}.gtco-testimonials span{font-size:21px;font-weight:700;color:var(--color2)}.gtco-testimonials p{color:var(--text-color1);opacity:.7;font-size:17px}.gtco-testimonials h2{font-size:35px;font-weight:700;color:var(--color3)}.gtco-testimonials p{color:var(--text-color1);font-size:17px}.gtco-testimonials .owl-stage-outer{padding:30px 0}.gtco-testimonials .owl-nav{display:none}.gtco-testimonials .owl-dots{text-align:center}.gtco-testimonials .owl-dots span{position:relative;height:10px;width:10px;border-radius:50%;display:block;background:#fff;border:2px solid var(--color1);margin:0 5px}.gtco-testimonials .owl-dots .active{box-shadow:none}.gtco-testimonials .owl-dots .active span{background:var(--color1);box-shadow:none;height:12px;width:12px;margin-bottom:-1px}.gtco-testimonials .card{background:#fff;margin:0 10px;padding:0 10px;border-radius:20px;border:0}.gtco-testimonials .card .card-img-top{max-width:100px;border-radius:50%;margin:40px auto 0;box-shadow:0 4px 25px var(--color1-sd);width:100px;height:100px}.owl-item.active.center .card{overflow:hidden}.owl-item.active .card::after{width:calc(100% + 10px);content:"";position:absolute;left:0;bottom:-45px;height:45px;background:var(--color1);opacity:0;transition:.3s}.owl-item.active.center .card::after{content:"";transform:rotate(-3deg);bottom:-25px;opacity:1}.gtco-testimonials .card h5{color:var(--color2);font-size:21px;font-weight:700;line-height:1.3}.gtco-testimonials .card h5 span{font-size:18px;color:var(--color1)}.gtco-testimonials .card p{font-size:18px;color:#555;padding-bottom:15px}.gtco-testimonials .active{opacity:.5;transition:all .3s}.gtco-testimonials .center{opacity:1}.gtco-testimonials .center h5{font-size:24px}.gtco-testimonials .center h5 span{font-size:20px}.gtco-testimonials .center .card-img-top{max-width:100%;height:120px;width:120px}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{outline:0}.gtco-testimonials .owl-item:hover{opacity:1}.nsa-body{display:none;padding:20px;padding-top:0;color:#dbdbdb}.nsa-header{color:var(--color3);background:#f4f4f4;font-size:18px;font-weight:700;padding:12px 20px;margin-bottom:20px;border-radius:7px;cursor:pointer}.nsa-header::before{content:"\f0da";font-family:'Font Awesome 5 Free';color:var(--color2);margin-right:5px}.sidebar-item .ns-accordion .nsa-header{background:#fff;margin-bottom:10px;font-size:16px}.sidebar-item .ns-accordion .nsa-body{color:#767676}.intro-head{display:grid;align-items:center;position:relative;padding:75px;min-height:300px;overflow:hidden;box-shadow:0 5px 25px #00000010;background-size:cover!important;background-position:center!important}.intro-head::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:var(--color1);opacity:.85}.ihead-well{position:relative;display:flex;align-items:center}.intro-head.container{margin-top:30px;border-radius:20px}.well-one{min-width:200px;order:2;text-align:right}.well-one i{font-size:120px;color:#fff;animation:1.5s infinite salla}.well-one i.durdur{animation:inherit}.well-two{order:1;width:100%}.well-two h1{color:#fff;font-size:40px;font-weight:700;position:relative}.well-two p{color:#ffffffd1;padding-bottom:25px;margin-bottom:12px;position:relative}.well-two p::after{content:"";position:absolute;left:0;bottom:0;height:6px;border-radius:12px;width:100px;background:#fff}.wt-icons{margin-top:25px}.wt-icons a{cursor:pointer}.wt-icons span{font-weight:500;color:#fff;margin-bottom:5px;display:block;opacity:.7}.wt-icons i{font-size:20px;color:#fff;margin-right:10px;opacity:.7;transition:.3s}.wt-icons i:hover{opacity:1}.platform-area{padding-top:50px;min-height:450px;margin-bottom:100px}.platform-list{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:25px;grid-row-gap:25px}.plat-item{background:#fff;padding:25px 30px;border-radius:20px;box-shadow:0 5px 25px #00000010;text-align:center;display:flex;align-items:center}.plat-item.plat-fw{grid-column:span 2}.plat-icon{color:var(--color1);font-size:70px}.plat-detail{margin-top:-5px;text-align:left;padding-left:20px;padding-right:10px}.plat-item h2{font-weight:700;font-size:28px;position:relative;color:var(--color1)}.plat-detail p{font-size:16px;line-height:22px;color:#777;margin-bottom:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.plat-action{margin-top:10px;min-width:125px;text-align:right}.plat-action-btn{color:#fff!important;position:relative;width:100%;padding:10px;font-weight:600;font-size:20px;background:var(--color1);border-radius:100px;margin-bottom:5px;transition:.2s}.plat-action-btn:hover{width:100%;box-shadow:0 5px 15px var(--color1-sd)}.packs-area{padding-top:50px}.pack-list{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:20px;grid-row-gap:25px}.order-pack-area .card{border:3px solid #ececec;background:#fff;overflow:hidden;border-radius:12px}.order-pack-area .card .card-header{background:#fff;border:none;font-weight:600;font-size:19px;color:#777;cursor:pointer}.order-pack-area .card .card-body{padding-top:10px}.order-pack-area .box-title{position:relative}.order-pack-area .box-title span i{position:absolute;top:4px;right:0;transition:.3s}.order-pack-area .card-header.collapsed .box-title span i{transform:rotate(-90deg)}.order-pack-area .form-control{padding:12px 18px;height:auto;color:#888;font-size:17px;border-radius:12px;border:solid 3px #ececec;box-shadow:none;display:flex;justify-content:space-between}.order-end .form-control{align-items:center}.order-pack-list ul{padding:0;padding-left:15px;margin:0}.order-area{padding-top:50px;min-height:550px;padding-bottom:100px}.order-pack-list ul li{list-style:none;color:#777}.order-pack-area .f-bilg span{font-weight:600;text-align:right}.order-steps-tab{height:55px;background:#ececec;border-radius:15px}.order-created{text-align:center;padding:30px 0}.order-created i{font-size:60px;animation:2s infinite preturnright;color:var(--color1)}.order-created span{display:block;margin-top:20px;font-size:18px;color:var(--color1);letter-spacing:1px;font-weight:500}.obj-tab{list-style:none;height:100%;margin:0 .35em;width:100%;cursor:pointer;display:inline-flex;align-items:center;transform:translate3d(0,0,0) scale(1.000000005);transition:transform 150ms ease,opacity .2s ease}.obj-tab:hover{opacity:.8}.obj-tab:active{transform:translate3d(0,0,0) scale(.9)}.obj-tablink{padding:0 15px;color:var(--color3)!important;font-weight:600;text-decoration:none;width:100%;text-align:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.obj-tab.active .obj-tablink{color:#fff!important}.obj-tabcontent{position:relative;display:flex;padding:0;z-index:50;height:100%}.obj-tabindicator{width:100%;height:43px;background:var(--color1);position:absolute;display:block;border-radius:12px;top:.35em;bottom:.35em;z-index:1;transition:all .3s ease;-webkit-backface-visibility:hidden;transform:translateZ(0)}.os-tabs{padding:0 15px;padding-top:40px;display:none}.os-tabs.show{display:block}.os-tabs.os-tab3.show#step4{padding:0;padding-top:35px}.os-tabs h4{font-size:35px;font-weight:700;margin-bottom:2px;color:#555}.os-tabs p{font-size:16px;color:#777}.os-tabs .form-control{min-height:60px;border:3px solid #ececec;border-radius:12px;box-shadow:none!important;padding:12px 20px}.os-next-btn{color:#fff!important;font-weight:600;font-size:20px;background:var(--color1);padding:12px 40px;border-radius:15px;transition:.3s}.os-next-btn:hover{padding:12px 50px}.os-pri-btn{color:#fff!important;font-weight:600;font-size:20px;background:var(--color2);padding:12px 40px;border-radius:15px;transition:.3s;margin-right:6px}.os-pri-btn:hover{padding:12px 50px}.coupon-code-input{position:relative}.btn-coupon{position:absolute;right:9px;top:9px;height:41px;color:#666;font-weight:600;padding:0 20px;background:#ececec;border-radius:8px}.payment-choice{margin-top:50px;margin-bottom:30px}.payments-list{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:10px;grid-row-gap:20px;margin-bottom:20px}.pay-item{background:#fff;padding:10px 20px;border:3px solid #ececec;border-radius:14px;transition:.3s;text-align:center;display:flex;align-items:center;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.pay-icon{color:#777;font-size:40px}.pay-text{font-weight:600;color:#7c7c7c;font-size:18px;line-height:20px;text-align:left;padding-left:10px;padding-right:5px}.pay-check{margin-left:auto}.pay-check-box{width:30px;height:30px;background:#f8f8f8;border-radius:7px;margin:0 auto;position:relative;overflow:hidden}.pay-checked{height:100%;width:100%;background:#777;padding-top:5px;font-size:14px;color:#fff;display:none}.pay-item.selected .pay-checked{display:block}.pay-item.selected{border:3px solid #d3d3d3}.blog-list{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:20px}.ns-pagi{justify-content:center;margin-top:40px}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-link:not(:disabled):not(.disabled){cursor:pointer}.ns-pagi .page-link{color:#6c757d}ul.ns-pagi li a{border:none;box-shadow:0 0 10px #00000010!important;margin:0 3px}.ns-pagi .page-item.active .page-link{z-index:1;color:#fff;background-color:var(--color2);border-color:var(--color2)}.post-content{background:#fff;overflow:hidden;border-radius:12px;box-shadow:0 10px 40px #00000010;margin-bottom:30px}.post-image img{width:100%}.post-header{padding:20px;padding-bottom:12px;margin-bottom:20px;position:relative}.post-header h1{font-weight:700;font-size:34px;color:#444}.post-header::after{content:"";position:absolute;left:20px;bottom:0;height:6px;width:150px;border-radius:17px;background:#555}.entry-content{padding:25px;padding-top:0}.entry-content img{padding:15px;max-width:100%}.entry-content.page{padding-top:25px}.entry-content blockquote{padding:7px;padding-left:15px;background:#00000005;border-left:4px solid #00000020}.entry-content blockquote p{margin-bottom:0!important}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5{color:#444;font-weight:600;margin-top:10px;margin-bottom:0}.entry-content h1{font-size:35px}.entry-content h2{font-size:30px}.entry-content h3{font-size:25px}.entry-content p{color:#777;font-size:16px;line-height:25px}.sidebar-title{font-size:17px;padding-left:18px;position:relative;color:#888;margin-bottom:15px}.sidebar-title::before{content:"";position:absolute;left:2px;width:7px;border-radius:16px;height:100%;background:var(--color2)}.sidebar-title span{color:var(--color2);font-weight:500}.sidebar-title h3{display:block;font-size:24px;font-weight:700;color:#444}.sidebar-title i{position:absolute;right:5px;top:50%;transform:translateY(-50%);font-size:38px;color:#0000002e}.ob-item{background:#fff;padding:8px;border-radius:12px;margin-bottom:12px;box-shadow:0 7px 38px rgba(0,0,0,.1);display:flex;align-items:center}.ob-thumb img{width:125px;min-height:80px;max-height:80px;border-radius:8px}.ob-detail{margin-left:12px}.ob-detail h4{color:#555;font-weight:600;font-size:18px;margin-bottom:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sidebar-item{margin-bottom:50px}.sidebar-item:nth-last-child(1){position:sticky;top:20px}.sidebar-contact{padding:25px;background:#fff;border-radius:15px;color:var(--color1);text-align:center}.sidebar-contact i{font-size:95px;margin-top:15px;margin-bottom:25px}.sidebar-contact h4{font-weight:700;font-size:30px}.sidebar-contact p{color:#959595}.sidebar-contact-btn{color:#fff!important;font-weight:600;font-size:20px;background:var(--color1);box-shadow:0 5px 20px var(--color1-sd);padding:10px 40px;border-radius:15px;margin-top:8px;margin-bottom:15px}.sidebar-service-list{background:#fff;padding:12px 15px;border-radius:12px;margin-bottom:12px;box-shadow:0 7px 38px rgba(0,0,0,.1)}.sise-icon{width:50px;text-align:center}.sise-item{color:var(--color1);padding:10px 0;border-bottom:1px solid #00000010;display:flex;align-items:center}.sise-item:nth-child(1){padding-top:5px}.sise-item:nth-last-child(1){border-bottom:none;padding-bottom:5px}.sise-item i{font-size:43px}.sise-detail{padding:0 12px}.sise-detail a{color:#444;font-weight:700}.sise-detail a span{display:block;font-weight:400;position:relative;margin-top:-5px}.sise-action{margin-left:auto;color:#333}.sise-action i{color:#444;font-size:30px;transition:.5s}.sise-action i:hover{color:var(--color2)}.contact-form{margin-bottom:40px}.contact-area .form-control{height:60px;border:3px solid #ececec;border-radius:12px;box-shadow:none!important;padding:5px 20px;transition:.3s}.contact-area .form-control:active,.contact-area .form-control:focus{border-color:var(--color1)}.contact-area textarea{min-height:100px;padding:15px 20px!important}.contact-area .form-group label{padding-left:7px;margin-bottom:4px;color:#555}.contact-send-btn{color:#fff!important;font-size:20px;font-weight:600;background:var(--color1);padding:10px 30px;border-radius:12px;transition:.3s}.contact-send-btn:hover{padding:10px 40px}.search-area{position:fixed;top:-100%;left:0;z-index:999;width:100%;height:95px;background:#fff;display:flex;align-items:center;opacity:0;visibility:hidden;transition:.4s;z-index:9998;box-shadow:0 4px 15px #00000007}.search-area.show{top:0;opacity:1;visibility:visible}.search-close i{position:absolute;font-size:40px;color:var(--color1);top:50%;transform:translateY(-50%);right:30px;cursor:pointer;transition:.3s}.search-close:hover i{transform:translateY(-50%) rotate(90deg)}.search-input{display:flex;align-items:center}.search-input i{margin-right:5px}.search-input-relative{display:flex;align-items:center;width:100%}.search-input .form-control{height:55px;border-radius:12px;border:2px solid #ececec;box-shadow:none!important;padding:20px}.search-input-btn{color:#fff!important;font-size:19px;background:var(--color1);font-weight:600;display:inline-flex;align-items:center;padding:10px 30px;height:52px;border-radius:12px;margin-left:12px}.contact-sidebox{background:#fff;padding:15px 25px;border-radius:12px;border:3px solid #ececec;display:flex;align-items:center}.cosi-icon{font-size:60px;color:#555}.cosi-detail{margin-left:15px}.cosi-detail h4{font-weight:700;color:#555;margin-bottom:0}.cosi-detail span:nth-child(3){font-weight:600}.cosi-detail span:nth-last-child(1){margin-top:10px;margin-bottom:0}.owl-carousel.mustu .owl-item{height:490px!important}.owl-item .item,.owl-item .pack-item{height:100%!important}.cosi-detail span{display:block;color:#666;position:relative;margin-bottom:-4px}.ns-select{box-shadow:0 3px 15px #0000001c;display:flex;justify-content:space-between;align-items:center;cursor:pointer;width:100%;border-radius:10px;height:50px;padding:15px;font-size:17px;font-weight:700;line-height:1.5;color:var(--color1);background-color:#fff}.ns-select i.dropicon{transition:.3s}.ns-select.show i.dropicon{transform:rotate(90deg)}ul.ns-dropselect{display:none;position:absolute;left:0;top:55px;z-index:999;width:100%;background:#fff;box-shadow:0 0 20px #00000020;padding:0;max-height:208px;overflow:auto;border-radius:10px}.ns-select-area{position:relative;margin-bottom:15px;transition:.2s}ul.ns-dropselect li{color:var(--color1);list-style:none;cursor:pointer;text-align:left;transition:.3s;padding:9px 15px;font-size:15px;border-bottom:1px solid #00000010;font-weight:500}ul.ns-dropselect li:hover{background:#fafafa}ul.ns-dropselect li:nth-last-child(1){border:none}ul.ns-dropselect li i{float:right;position:relative;top:4px}#hizli-al{padding:0 12px}#hizli-satin-al{width:100%;color:#fff!important;background:var(--color2);padding:15px;border-radius:15px;font-weight:600;font-size:19px}.ns-dropselect::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#eaeaea}.ns-dropselect::-webkit-scrollbar{width:8px;background-color:#eaeaea;position:relative}.ns-dropselect::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.foot-flex{background:url(../img/bg.png),var(--color1);padding:75px;min-height:350px;border-radius:30px;display:flex;align-items:center;position:relative;z-index:99;overflow:hidden}.foot-top-item1{padding-left:35px;position:relative}.foot-top-item1::before{content:"";position:absolute;left:0;top:0;height:100%;width:7px;border-radius:25px;background:#fff}.foot-top-item1 h2{color:#fff;font-weight:700;font-size:35px}.foot-top-item1 p{color:#f8f8f8;margin-bottom:0}.foot-top-item2{min-width:350px;text-align:right}.footer-contant-btn{background:#fff;color:#263653;box-shadow:0 10px 30px #00000030;font-weight:700;font-size:20px;padding:15px 30px;border-radius:15px}.footer-body{margin-top:40px;padding-top:40px;background:#fff}.foot-content{display:flex;align-items:center}.fc-logo img{max-height:70px;max-width:100%;width:auto}.fc-navs{margin-left:auto}.fc-navs ul{display:flex;padding:0;margin:0;list-style:none}.foot-contact{margin-top:50px}.fc-navs ul li a{padding:8px 15px;margin-left:5px;font-weight:500;color:#727272;transition:.3s;border-bottom:3px solid #00000000}.fc-navs ul li.selected a,.fc-navs ul li:hover a{border-bottom:3px solid var(--color1);color:var(--color1)}.foot-down{padding:0 15px;padding-top:10px;padding-bottom:25px;display:flex;align-items:center}.fd-copyright{color:#727272}.fd-social-media{margin-left:auto}.fd-social-media i{font-size:26px;margin-left:10px;color:var(--color1)}.ns-center{display:inherit}.ns-center>div{align-self:center}.well-bros{position:fixed;left:20px;bottom:20px;transform:translateY(0);transition:.3s;z-index:99}.well-bros.close{position:fixed;left:2px;bottom:2px;transform:translateY(0)}.well-bros.close .wb-item.wb-close{border-bottom-left-radius:0;padding:0}.wb-item{display:flex;align-items:center;width:fit-content;margin-bottom:10px;padding:6px;border-radius:12px;cursor:pointer}.wb-item.wb-close{margin-bottom:0;transition:.3s}.wb-icon{width:40px;height:40px;display:grid;align-items:center;text-align:center}.wb-item i{font-size:25px;color:#fff}.wb-text{color:#fff;font-size:20px;font-weight:500;margin-left:7px;padding-right:15px;position:absolute;width:max-content;visibility:hidden;margin-left:-20px;opacity:0}.wb-item:hover .wb-text{position:relative;opacity:1;visibility:visible;margin-left:10px;transition:.5s}.wb-item.wb-whatsapp i{font-size:29px;position:relative;top:-1px}.wb-item.wb-phone i{font-size:23px;position:relative;top:-1px}.wb-item.wb-osearch i{font-size:24px}.wb-item.wb-close{background:#aaa}.wb-item.wb-close .wb-icon i{transition:.3s}.wb-item.wb-close:hover .wb-icon i.fas.fa-times{transform:rotate(360deg)}i.fas.fa-angle-double-up{position:relative;left:2px;bottom:2px;transform:rotate(45deg)}.wb-item.wb-whatsapp{background:#5aba70}.wb-item.wb-phone{background:var(--color4)}.wb-item.wb-osearch{background:var(--color2)}.ico-chance{display:grid;align-items:center}.nonshake{animation:.5s ease shake}.notFoundArea{text-align:center;max-width:800px;margin:0 auto}.notFoundArea h2{font-weight:700;color:#555}.notFoundArea span{color:#777}.nf-flex{display:flex;justify-content:center;padding-top:30px;column-gap:10px}.nf-item{padding:20px;background:#fff;border-radius:10px}.nf-item{color:#6c6c6c!important;background:#e9e9e9;padding:15px 30px;font-size:18px;border-radius:10px;font-weight:500;transition:.3s}.nf-item:hover{padding:15px 50px}.usinfor{display:block}.usinfor a{color:var(--color1)!important;font-weight:600}.modal-botto{justify-content:center}.modal-butto{border:none;padding:7px 20px;border-radius:7px;background:#d1d1d1}.usinfor .cbx{margin:auto;-webkit-user-select:none;user-select:none;cursor:pointer}.usinfor .cbx span{display:inline-block;vertical-align:middle;transform:translate3d(0,0,0)}.usinfor .cbx span:first-child{position:relative;width:20px;height:20px;border-radius:3px;transform:scale(1);vertical-align:middle;border:1px solid #9098a9;transition:all .2s ease}.usinfor .cbx span:first-child svg{position:absolute;top:3px;left:2px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;transition:all .3s ease;transition-delay:.1s;transform:translate3d(0,0,0)}.usinfor .cbx span:first-child:before{content:"";width:100%;height:100%;background:var(--color1);display:block;transform:scale(0);opacity:1;border-radius:50%}.usinfor .cbx span:last-child{padding-left:8px}.usinfor .cbx:hover span:first-child{border-color:var(--color1)}.usinfor .inp-cbx:checked+.cbx span:first-child{background:var(--color1);border-color:var(--color1);animation:wave .4s ease}.usinfor .inp-cbx:checked+.cbx span:first-child svg{stroke-dashoffset:0}.usinfor .inp-cbx:checked+.cbx span:first-child:before{transform:scale(3.5);opacity:0;transition:all .6s ease}@keyframes wave{50%{transform:scale(.9)}}@keyframes salla{0%,50%{transform:rotate(0);animation-timing-function:cubic-bezier(.2,.25,.55,1)}25%{transform:rotate(-5deg);animation-timing-function:cubic-bezier(.45,0,.8,.75)}75%{transform:rotate(5deg);animation-timing-function:cubic-bezier(.45,0,.8,.75)}to{transform:rotate(0)}}@media (min-width:1200px){.container{max-width:1200px}.intro-head.container{max-width:1220px}.why-us-text{padding-right:20px}.foot-top-item2::after{content:"";position:absolute;top:28%;right:-10%;height:100%;width:40%;border-radius:100px;background:var(--color2);z-index:-1;transform:rotate(51deg);border:14px solid #f8f8f8}.iservice-item:hover{padding:25px 10px}}@media (min-width:1370px){.container{max-width:1250px}}@media (min-width:992px){.wu-item:hover{margin-bottom:-15px;margin-top:-15px;padding-top:15px;cursor:pointer}.menu-toggler{display:none}.best-seller-area{padding-left:12px}}@media (max-width:991px){.droplapse{display:none;border-top:1px solid #0000001f;margin-top:25px;padding:15px 0;max-height:calc(100vh - 100px);overflow:auto}.nav-buts-flex{margin-top:15px;flex-flow:wrap}.navbar-nav .nav-contact a:hover{transform:translateY(0)}.navbar-nav .order-search-btn a:hover{transform:translateY(0)}.intro{margin-top:35px}.blog-list{grid-template-columns:repeat(2,1fr)}.fast-flex{display:block}.ordersearch-area{padding:50px 40px}.fast-first{width:auto;text-align:center;padding-right:0}.fast-first h2{font-size:30px;max-width:100%}.fast-sec{width:auto;margin-left:0;margin-top:50px}.fast-box-area{justify-content:center}.best-seller-area::after{background:linear-gradient(45deg,transparent,#d1d1d1,transparent)}.navbar-nav .dropdown-sub a{padding:8px 18px!important;padding-left:33px!important}.navbar-nav .dropdown-sub a::before{top:12px}.dropdown-items::before{content:none}.platform-list{display:block}.plat-item{margin-bottom:20px}.intro-head{margin-top:0!important;border-radius:0 0 20px 20px!important;padding:40px 15px;display:block}.ihead-well{display:block}.well-one i{font-size:90px}.well-two h1{font-size:29px}.well-one,.well-two{text-align:center}.well-two{margin-top:15px}.well-two p::after{left:calc(50% - 50px)}.pack-list{grid-template-columns:repeat(2,1fr)}.m-or1{order:1}.m-or2{order:2}.order-pack-area{margin-top:50px}.obj-tab span{display:none}.payments-list{display:grid;grid-template-columns:repeat(1,1fr);grid-column-gap:10px;grid-row-gap:10px}.pay-icon{color:#777;font-size:35px;width:40px}.os-tabs{padding:0 5px;padding-top:40px;text-align:center}.os-tabs h4{font-size:30px}.os-next-btn,.os-pri-btn{padding:12px 35px}section.content-area{padding:20px 0}.search-input-btn span{display:none}.wb-text{display:none}.wb-item{padding:3px}.wb-icon{width:35px;height:35px}.wb-item{margin-bottom:6px}.wb-item.wb-whatsapp i{font-size:25px;top:0}.wb-item.wb-phone i{font-size:19px}.wb-item.wb-osearch i{font-size:20px}.well-bros{left:10px;bottom:15px}.os-area h2{font-size:35px}.os-search-area{display:block;position:relative;width:100%;margin-top:40px}.int-search-button{padding:12px 20px!important}.int-search-button span{display:none}.show-area{display:block;text-align:center}.show-item1{padding-right:0}.show-buttons{justify-content:center}.nf-flex{flex-direction:column;row-gap:10px}}@media (max-width:767px){.gtco-testimonials{margin-top:20px}.intro-start .container{padding-right:0;padding-left:0}.navbar-nav .nav-contact{margin-left:0;margin-top:12px}.navbar-nav .order-search-btn{margin-left:0;margin-top:12px}.intro-start{padding-bottom:20px}.about-us{padding:100px 0;margin-top:50px}.testimonial{padding:50px 0}.faq{padding:100px 0}.blog-posts{padding:50px 0}.why-us-box{flex-flow:wrap}.wu-item{padding:0 22px;padding-bottom:25px;margin-bottom:15px;width:100%}.last-blog-list{grid-template-columns:repeat(1,1fr)}.lb-item{margin-bottom:15px}.lb-detail p{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.lb-detail{text-align:center}.lb-read-button{text-align:center}.foot-flex{padding:25px!important;flex-flow:wrap}.foot-top-item1{padding-left:0!important;text-align:center}.foot-top-item1::before{display:none}.foot-top-item1 h3{font-size:30px;margin-bottom:20px;padding-top:20px}.foot-top-item2{width:100%;min-width:auto!important;text-align:center!important;padding:40px 0}.foot-content{display:block!important}.fc-logo{width:100%;text-align:center!important}.fc-navs{margin-left:0;margin-top:17px;width:100%;text-align:center}.fc-navs ul li.selected a,.fc-navs ul li:hover a{border-bottom:none!important}.fc-navs ul li a{padding:5px 15px!important;display:block!important}.foot-down{display:block!important;text-align:center}.fc-navs ul{display:block!important}.fd-copyright{margin-bottom:15px}.best-seller .container{padding-right:0;padding-left:0}.header-area{padding:0}.head-nav .logo img{height:40px}.fast-box-area{display:none}.blog-list{grid-template-columns:repeat(1,1fr)}.intro{margin-top:0;margin-bottom:35px}.intro .container{padding:0}.intro-head,.ordersearch-area{margin-top:0!important}.ordersearch-area{padding:50px 25px;border-radius:0 0 25px 25px!important}.ordersearch-area::before{border-radius:0 0 25px 25px!important}.best-seller h2,.lb-area h3{font-size:25px}.best-sell-all span,.lb-area-all span{display:none}.best-sell-all i,.lb-area-all i{margin-left:0}.best-sell-all{min-width:auto}.best-seller p{display:none}.best-seller-area{padding:0 15px}.best-seller-area::after{background:linear-gradient(45deg,#41305b,transparent);left:15px;opacity:.6}.best-seller-area p{display:none}.best-sell-all a,.lb-area-all a{font-weight:700}.gtco-testimonials span,.why-us-text>span{font-size:18px;font-weight:600}.gtco-testimonials h2,.why-us-text h3{font-size:25px}.nsa-header{color:var(--color3);font-size:16px;padding:12px;margin-bottom:15px}.lb-title p{display:none}.plat-item,.platform-list{display:block}.plat-item{margin-bottom:20px}.plat-detail{padding:0;text-align:center}.plat-detail p{overflow:visible;display:block;-webkit-line-clamp:inherit;-webkit-box-orient:inherit}.plat-action{margin-top:20px}.pack-list{grid-template-columns:repeat(1,1fr)}.search-input-relative{display:flex;align-items:center;position:relative;width:calc(100% - 50px)}.search-input .form-control{height:55px;border-radius:12px;border:2px solid #ececec;box-shadow:none!important;padding:20px}.search-input-btn{position:absolute;right:7px;height:41px;padding:10px 16px;border-radius:9px}.search-close i{font-size:33px;color:#919191;right:20px}.show-buttons{display:none}.intro-text-area h2{font-size:35px}.it-buttons{display:block}.it-item{margin-right:0;margin-bottom:12px;text-align:right;padding:13px 20px}.it-item span{float:left}}.gecistir{position:relative;overflow:hidden;cursor:not-allowed!important;pointer-events:none}.gecistir::before{content:'';display:block;position:absolute;left:-300px;top:0;height:100%;width:300px;background:linear-gradient(to right,transparent 0,#e8e9ef 50%,transparent 100%);animation:load .7s cubic-bezier(.4,0,.2,1) infinite;z-index:99;cursor:wait}@keyframes load{from{left:-300px}to{left:100%}}.nonshake{animation:shake .2s cubic-bezier(.11,.07,.19,.1) both;transform:translate3d(0,0,0);backface-visibility:hidden;perspective:1000px}.obj-tabindicator{opacity:0}.active .obj-tabindicator{opacity:1}.active .obj-tablink{color:#fff!important;z-index:2}



.fast-sec .form-control:active,
.fast-sec .form-control:focus {
	border-color: var(--color1)
}

.fast-sec textarea {
	min-height: 100px;
	padding: 15px 20px!important
}

.fast-sec .form-group label {
	padding-left: 7px;
	margin-bottom: 4px;
	color: #555
}

.contact-send-btn {
	color: #fff!important;
	font-size: 20px;
	font-weight: 600;
	background: var(--color1);
	padding: 10px 30px;
	border-radius: 12px;
	transition: .3s;
	margin-top: -15px;
}

.contact-send-btn:hover {
	padding: 10px 40px
}
/*
.alert{
    border:0px;
    border-radius:10px;
    color: #382B4D;
    height: 60px;
    border: 3px solid #ececec;
}
*/

.fast-box-areas {
    display: flex;
    margin-top: 25px;
}


<!--dhs 부분 추가 영역 시작 -->


.dash-home-status {
	position: relative;
	margin: 0;
}

.dash-home-status>.row {
	margin-left: -8px;
	margin-right: -8px;
}

.dash-home-status>.row>div {
	padding-left: 8px;
	padding-right: 8px;
}

.dash-home-status .dhs-item {
	border-radius: 12px;
	background-color: #3054e0;
	color: #fff;
	padding: 25px 40px 25px 30px;
	position: relative;
	overflow: hidden
}

.dash-home-status .dhs-item::before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url(https://storage.perfectcdn.com/e1439e/4hna2uqhrsac2csn.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: .7;
}

.dash-home-status .dhs-item.dhs-item--1 {
	box-shadow: 0 1px 0 0 #7e4ddb, 0 2px 5px 0 #9259ff, 0 4px 10px 0 rgb(33 7 77 / 50%);
    background-image: linear-gradient(90deg, #AD59FF, #7659FF);
	
}

.dash-home-status .dhs-item.dhs-item--2 {
	box-shadow: 0 1px 0 0 #0087DB, 0 2px 5px 0 #009DFF, 0 4px 10px 0 rgba(33, 7, 77, .5);
    background-image: linear-gradient(90deg, #00B3FF, #0088FF);
}

.dash-home-status .dhs-item.dhs-item--3 {
     box-shadow: 0 1px 0 0 #00BB85, 0 2px 5px 0 #03d178, 0 4px 10px 0 rgba(33, 7, 77, .5);
     background-image: linear-gradient(90deg, #0eb87e, #00D977);
}

.dash-home-status .dhs-item.dhs-item--4 {
	box-shadow: 0 1px 0 0 #ce8c28, 0 2px 5px 0 #FFB600, 0 4px 10px 0 rgba(33, 7, 77, .5);
    background-image: linear-gradient(90deg, #ff9900, #FFA100);

}

.dash-home-status .dhs-item .dhs-item--icon {
	height: 80px;
	width: 80px;
	line-height: 77px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

.dash-home-status .dhs-item .dhs-item--icon .dhs-item--icon-img {
	width: auto;
	height: 60%;
}

.dash-home-status .dhs-item .dhs-item--title {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.dash-home-status .dhs-item .dhs-item--text {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}



<!--dhs 영역 추가 끝-->


/*홈카테고리 시작*/
.dash-home-category-status {
	position: relative;
	margin: 0;
}

.dash-home-category-status>.row {
	margin-left: -8px;
	margin-right: -8px;
}

.dash-home-category-status>.row>div {
	padding-left: 8px;
	padding-right: 8px;
}

.dash-home-category-status .dhs-item {
	border-radius: 10px;
	background-color: #3054e0;
	color: #fff;
	padding: 10px 5px 10px 5px;
	position: relative;
	overflow: hidden
}

.dash-home-category-status .dhs-item::before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url(https://storage.perfectcdn.com/e1439e/4hna2uqhrsac2csn.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: .7;
}

.dash-home-category-status .dhs-item.dhs-item--1 {
	box-shadow: 0 1px 0 0 #7e4ddb, 0 2px 5px 0 #9259ff, 0 4px 10px 0 rgb(33 7 77 / 50%);
    background-image: linear-gradient(90deg, #AD59FF, #7659FF);
    margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item--2 {
	box-shadow: 0 1px 0 0 #0087DB, 0 2px 5px 0 #009DFF, 0 4px 10px 0 rgba(33, 7, 77, .5);
    background-image: linear-gradient(90deg, #00B3FF, #0088FF);
    margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item--3 {
     box-shadow: 0 1px 0 0 #00BB85, 0 2px 5px 0 #03d178, 0 4px 10px 0 rgba(33, 7, 77, .5);
     background-image: linear-gradient(90deg, #0eb87e, #00D977);
     margin-bottom: 10px;    
}

.dash-home-category-status .dhs-item.dhs-item--4 {
	box-shadow: 0 1px 0 0 #ce8c28, 0 2px 5px 0 #FFB600, 0 4px 10px 0 rgba(33, 7, 77, .5);
    background-image: linear-gradient(90deg, #ff9900, #FFA100);
    margin-bottom: 10px;
 
}

.dash-home-category-status .dhs-item .dhs-item--icon {
	height: 80px;
	width: 80px;
	line-height: 77px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

.dash-home-category-status .dhs-item .dhs-item--icon .dhs-item--icon-img {
	width: auto;
	height: 60%;
}

.dash-home-category-status .dhs-item .dhs-item--title {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.dash-home-category-status .dhs-item .dhs-item--text {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
/*홈카테고리 끝*/
  
  
  
  

.body-pause {
	overflow: hidden;
}

.hidden {
	display: none
}

select,
option {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

body.dark ::-webkit-scrollbar-thumb {
	background: #232842;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

.main-color {
	color: #ee7300
}

.btn-xs {
	padding: 5px;
	font-size: 12px
}

.dash-menu-btn {
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.close-sidebar-btn {
	position: absolute;
	top: 20px;
	right: -50px;
	height: 50px;
	width: 50px;
	color: #185bdc;
	background: #fff;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #fff;
	display: none;
	cursor: pointer;
}

.app-sidebar {
	width: 280px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 118vh;
	background-color: #fff;
	-webkit-box-shadow: 17px 4px 35px rgba(0, 0, 0, 0.02);
	box-shadow: 17px 4px 35px rgba(0, 0, 0, 0.02);
	z-index: 1029;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


.app-sidebar .sidebar-header {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
}

.app-sidebar.sidebar-inact .sidebar-header {
	padding-bottom: 10px
}

.app-sidebar .sidebar-header .logo-lg {
	display: inline-block;
	height: 56px;
}

.app-sidebar .sidebar-header .logo-sm {
	display: none;
	height: 60px;
}

.app-sidebar .sidebar-header .app-logo {
	width: 100%;
	text-align: center;
	position: relative;
}

.app-sidebar .sidebar-header>* {
	position: relative;
	z-index: 2;
}

.app-sidebar .sidebar-header .sh-bg {
	position: absolute;
	left: 0px;
	top: -40px;
	width: calc(100% + 40px);
	height: 174px;
	background-color: transparent;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	z-index: 0;
	background: #262a35
}

.app-sidebar .sidebar-header .app-user {
	position: relative;
	padding: 40px 30px;
}

.app-sidebar .sidebar-header .app-user .user-name {
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	color: #342E59;
	margin-top: 15px;
	margin-bottom: 20px
}

.app-sidebar .sidebar-header .app-user .user-balance {
	border-radius: 10px;
	background: #ee7300;
	color: #fff;
	padding: 14px 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .16s ease;
	transition: .16s ease;
	position: relative;
	letter-spacing: .4px;
	text-decoration: none!important
}

.app-sidebar .sidebar-header .app-user .user-balance:hover {
	-webkit-box-shadow: 0px 6px 25px rgba(255, 47, 99, 0.4);
	box-shadow: 0px 6px 25px rgba(255, 47, 99, 0.4);
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text] {
	overflow: hidden;
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]::before {
	content: attr(data-second-text);
	position: absolute;
	left: 0px;
	width: 100%;
	top: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	color: #fff;
	-webkit-transition-delay: .16s;
	transition-delay: .16s;
	-webkit-transition: .16s ease;
	transition: .16s ease;
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]:hover {
	color: rgba(255, 255, 255, 0);
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]:hover::before {
	opacity: 1;
	top: 50%;
}

.app-sidebar .sidebar-content {
	padding: 20px 0;
	overflow-x: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.app-sidebar .sidebar-content::-webkit-scrollbar {
	width: 4px;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-track {
	background: transparent;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #eee;
	border-radius: 2px;
}

body.dark .app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #232842;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

.app-sidebar .sidebar-menu {
	list-style: none;
	padding: 0px 14px;
	margin: 0px;
}

.app-sidebar .sidebar-menu li {
	display: block;
	margin-bottom: 10px;
}

.app-sidebar .sidebar-menu li.active>a.menu-link {
	background: rgb(36, 43, 53, 0.1);
	color: #ee7300;
	font-weight: 600;
}

.app-sidebar .sidebar-menu li a.menu-link {
	padding: 13px 18px;
	border-radius: 14px;
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #262a35;
	line-height: 24px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.app-sidebar .sidebar-menu li a.menu-link:hover {
	background: rgb(36, 43, 53, 0.1);
}

.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
	margin-right: 10px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 20px;
	vertical-align: -1px;
}

.app-header {
	top: 0px;
	left: 280px;
	right: 0px;
	z-index: 1003;
	background: #262a35;
	border-left: 1px solid #14171e;
	height: 100px;
	position: fixed;
}

.app-header .row-100 {
	height: 100px;
}

.app-header .col-100 {
	max-height: 100px !important;
}

.app-header .hea-ann-title {
	border-radius: 10px;
	padding: 14px 30px;
	background: #ee7300;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.app-header .header-btn {
	font-size: 15;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	line-height: 37px;
	text-decoration: none;
}

.app-header .header-btn:hover .icon {
	background: #fff;
	color: #262a36;
	opacity: 1;
}

.app-header .header-btn .icon {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	border-radius: 9px;
	color: #fff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.container-fluid {
	padding: 0 50px;
}

.dhr-marquee {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .6px;
	line-height: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.divider {
	border-bottom: 1px solid #EFEFEF;
}

.d-card {
	border-radius: 18px;
	background-color: #fff;
	color: #464E77;
}

.d-card.dc-blue {
	background: -webkit-gradient(linear, left top, right top, from(#ee7300), to(#ee7300)) #185BDC;
	background: linear-gradient(to right, #ee7300, #ee7300) #ee7300;
	color: #fff
}

.d-card.dc-orange {
	background: -webkit-gradient(linear, left top, right top, from(#262a35), to(#262a35)) #262a35;
	background: linear-gradient(to right, #262a35, #262a35) #262a35;
	color: #fff
}

.d-card .d-card-head {
	padding: 20px 4px 20px 4px;
	margin: 0 32px;
	position: relative;
	font-weight: 700;
	color: #464E77;
	font-size: 19px;
	letter-spacing: .2px;
}

.d-card .d-card-head::after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 160px;
	z-index: 4;
	left: 0px;
	height: 2px;
	background: #185BDC;
}

.d-card .d-card-head .dch-icon {
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 42px;
	display: inline-block;
	margin-right: 10px;
}

.d-card .d-card-head .dch-icon img {
	height: 42px;
}

.d-card .d-card-body {
	padding: 15px 30px 15px 30px;
}

.d-card.d-pad {
	padding: 34px 30px;
}

.d-card.d-pad-2 {
	padding: 20px 30px;
}

.dc-ht-sup-box {
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.dc-ht-sup-box .dc-ht-sup-title {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 14px;
}

.app-content {
	background-color: #F7F8FC;
	padding-left: 280px;
	padding-top: 100px;
	padding-bottom: 30px;
}

.dash-home-status {
	position: relative;
	margin: 0;
}

.dash-home-status>.row {
	margin-left: -8px;
	margin-right: -8px;
}

.dash-home-status>.row>div {
	padding-left: 8px;
	padding-right: 8px;
}

.dash-home-status .dhs-item {
	border-radius: 18px;
	background-color: #3054e0;
	color: #fff;
	padding: 25px 40px 25px 30px;
	position: relative;
	overflow: hidden
}

.dash-home-status .dhs-item::before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url(../img/circle.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: .7;
}

.dash-home-status .dhs-item.dhs-item--1 {
	background: rgb(117, 155, 255);
	background: linear-gradient(230deg, rgba(117, 155, 255, 1) 0%, rgba(132, 60, 246, 1) 100%);
}

.dash-home-status .dhs-item.dhs-item--2 {
	background: rgb(252, 82, 134);
	background: linear-gradient(230deg, rgba(252, 82, 134, 1) 0%, rgba(251, 170, 162, 1) 100%);
}

.dash-home-status .dhs-item.dhs-item--3 {
	background: rgb(255, 196, 128);
	background: linear-gradient(230deg, rgba(255, 196, 128, 1) 0%, rgba(255, 118, 59, 1) 100%);
}

.dash-home-status .dhs-item.dhs-item--4 {
	background: rgb(14, 76, 253);
	background: linear-gradient(230deg, rgba(14, 76, 253, 1) 0%, rgba(106, 142, 255, 1) 100%);
}

.dash-home-status .dhs-item .dhs-item--icon {
	height: 80px;
	width: 80px;
	line-height: 77px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

.dash-home-status .dhs-item .dhs-item--icon .dhs-item--icon-img {
	width: auto;
	height: 60%;
}

.dash-home-status .dhs-item .dhs-item--title {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.dash-home-status .dhs-item .dhs-item--text {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.order-side {
	margin-top: 40px
}

.simple-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .4;
	color: #464646;
	position: relative;
	padding-bottom: 14px;
}

.simple-title::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 76px;
	background: #315DFF;
}

.form-group .form-control {
	border: none;
	outline: none;
	background-color: #F8F7F7;
	color: #464E77;
	font-size: 15px;
	font-weight: 500;
	min-height: 52px;
	overflow: hidden;
	padding: 10px 18px;
}

.form-group .form-control {
	outline: none;
	box-shadow: none;
}

.form-group .form-control::-webkit-input-placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control:-ms-input-placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control::-ms-input-placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control::placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group.fg-ly .input-group .input-group-prepend .input-group-text {
	background: #FF9B5C !important;
}

.form-group.fg-lb .input-group .input-group-prepend .input-group-text {
	background: #214AF0 !important;
}

.form-group .input-group .input-group-prepend .input-group-text {
	background: #ee7300;
	color: #fff;
	outline: none;
	border: none;
	text-align: center;
	width: 52px;
}

.form-group .input-group .input-group-prepend .input-group-text i {
	width: 100%;
	text-align: center;
}

.form-group label {
	color: #464E77;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 12px;
}

.form-group.fg-for-login label {
	color: #fff;
}

.form-group.fg-for-login .form-control {
	background-color: #edeef2;
	color: #444;
}

.form-group.fg-for-login .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.profile-box {
	padding: 54px 30px 30px;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
}

.profile-box .pb-title {
	font-size: 24px;
	color: #fff;
	letter-spacing: .2px;
	margin-bottom: 8px;
}

.profile-box .pb-text {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	letter-spacing: .2px;
	margin-bottom: 10px;
}

.profile-box.box-1 {
	background: -webkit-gradient(linear, left top, right top, from(#FFB16F), to(#FF8A4D)) #FF8A4D;
	background: linear-gradient(to right, #FFB16F, #FF8A4D) #FF8A4D;
}

.profile-box.box-1 .btn {
	color: #FF9556 !important;
}

.profile-box.box-2 {
	background: -webkit-gradient(linear, left top, right top, from(#185BDC), to(#315DFF)) #185BDC;
	background: linear-gradient(to right, #185BDC, #315DFF) #185BDC;
}

.profile-box.box-2 .btn {
	color: #464E77 !important;
}

.alert {
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	padding: 20px 30px;
}

.alert.alert-success {
	background-color: #ffc519;
    color: #000000 !important;
}

.alert.alert-danger {
	background-color: #ff1200;
    color: #ffffff;
}

.btn {
	padding: 14px 30px;
	border: none;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.btn.btn-primary {
	background: #262a35;
}

.btn.btn-light {
	color: #315DFF;
	background: #fff;
}

.btn.btn-secondary {
	background: #ee7300;
}

.btn.btn-secondary:hover {
	background: #ee7300;
	transition: 300ms all
}

.btn.btn-purple {
	background: linear-gradient(90deg, var(--c1, rgb(236, 7, 199)), var(--c2, rgb(188, 0, 158)) 51%, var(--c1, rgb(19, 139, 255))) var(--x, 0)/ 200%;
	color: #fff
}

.btn.btn-lg {
	font-size: 17px;
	padding: 22px 34px;
	font-weight: 500;
}

.btn.btn-outline {
	padding: 12px 30px;
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.btn.btn-outline:hover {
	background: #fff;
	color: #181818;
}

.tab-pane .notification {
	padding: 0 0 20px 0;
	height: 500px
}

.tab-pane .notification li {
	display: flex;
	align-items: center;
	border: 1px solid #f5f5f5;
	border-bottom-color: #dadada;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
	background: #F8F7F7
}

.tab-pane .notification li .icons i {
	font-size: 25px;
	margin-right: 10px;
}

.tab-pane .notification li .date {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 10px;
}

.tab-pane .notification li .title {
	font-size: 16px;
	font-weight: 500;
}

.tab-pane .notification li .title a {
	color: #464E77
}

.tab-pane .notification li .text {
	color: #464E77;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}

.home-body {
	background: #F7F8FC;
	max-width: 100%;
	overflow-x: hidden;
}

.header {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	margin-top: 30px;
}

.header .site-icon-container {
	display: inline-block;
}

.header .site-icon-container img {
	max-height: 54px;
	width: auto;
}

.header .site-name img {
	height: 100px;
}

.header .header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.header .header-menu ul li {
	display: inline-block;
	padding: 0 25px;
}

.header .header-menu ul li.active a {
	color: #fff !important;
}

.header .header-menu ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 15px;
	display: block;
	font-weight: 600;
	height: 100px;
	line-height: 100px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.header .header-menu ul li a:hover {
	color: rgba(255, 255, 255, 0.9);
}

.container {
	max-width: 1200px;
}

.text-primary {
	color: #3E3F5E !important;
}

.services-search {
	position: relative;
}

.services-search .ss-input {
	position: relative;
	height: 40px;
	border-radius: 5px;
	background: #F8F8F8;
	border: 1px solid #f8f8f8;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	color: #C9C9C9;
	padding: 0 30px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.services-search .ss-input:focus {
	border: 1px solid #ebe8e8;
	outline: none;
}

.input-group-btn .dropdown-menu {
	left: auto;
	right: 0;
	width: 350px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.input-group-btn .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none
}

.input-group-btn .dropdown-menu>li>a:hover {
	color: #185bdc
}

.table td {
	border-bottom: 2px solid #E5E7E8;
}

.table td,
.table th {
	border-top: none;
}

.table thead {
	font-size: 14px;
	color: #576591;
	font-weight: 600;
}

.table tbody {
	font-size: 16px;
	color: #464E77;
	letter-spacing: .2px;
	font-weight: 400;
}

.services-header {
	border: none;
}

.services-header td {
	border: none;
}

.services-header .services-title {
	border-radius: 10px;
	background: #262a35;
	min-height: 52px;
	font-size: 16px;
	padding: 11px 24px;
	line-height: 30px;
	font-weight: 600;
	width: 100%;
	color: #fff;
}

.filter-btns {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -4px;
	margin-right: -4px;
}

.filter-btns>div {
	padding-left: 4px;
	padding-right: 4px;
}

.filter-btns .filter-btn {
	padding: 12px 18px;
	font-size: 12px;
	color: #646A8C;
	font-weight: 500;
	margin: 6px 0;
	display: block;
	border-radius: 6px;
	background: #F8F8F8;
	-webkit-transition: .1s ease;
	transition: .1s ease;
	text-decoration: none !important;
}

.filter-btns .filter-btn:hover {
	background: #E2E8F5;
}

.filter-btns .filter-btn.active {
	background: -webkit-gradient(linear, left top, right top, from(#2341BB), to(#214BF3)) #214BF3;
	background: linear-gradient(to right, #2341BB, #214BF3) #214BF3;
	color: #fff;
}

.filter-btns .filter-btn .icon {
	margin-right: 8px;
	font-size: 14px;
}

.filter-search {
	border-radius: 6px;
	background: #FFAB5A;
	color: #fff;
	position: relative;
	display: block;
	margin: 6px 0;
}

.filter-search:focus-within {
	outline: 2px solid #214BF3;
}

.filter-search .fise-input {
	outline: none;
	border: none;
	background: transparent;
	padding: 12px 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	width: calc(100% - 41px);
	position: relative;
}

.filter-search .fise-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input::placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-btn {
	border: none;
	outline: none;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
}

.filter-search .fise-btn i {
	height: 20px;
}

.addf-text {
	font-size: 16px;
	letter-spacing: .2px;
	line-height: 27px;
	font-weight: 500;
	color: #A8A8A8;
}

.addf-text p {
	margin-bottom: 1.8rem;
}

.addf-text .dear-text {
	font-size: 17px;
	color: #373737;
	font-weight: 600;
}

.addf-warning {
	font-size: 12px;
	color: #616685;
	letter-spacing: .8px;
}

.addf-warning span {
	color: #1B5BE0;
	font-weight: 600;
}

.addf-warning i {
	color: #1B5BE0;
	font-size: 16px;
	margin-right: 4px;
}

.faq-ss-tabs .home-ss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: #151722;
	background-color: #fff;
	padding: 28px 20px 28px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	border-radius: 12px;
}

.faq-ss-tabs .home-ss-tab .fa-minus {
	display: none;
}

.faq-ss-tabs .home-ss-tab.active {
	background: #ee7300;
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head {
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .fa-minus {
	display: block;
}

.faq-ss-tabs .home-ss-tab.active .fa-plus {
	display: none;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head {
	font-size: 20px;
	font-weight: 500;
	color: #151722;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: #151722;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}

.faq-ss-tabs .home-ss-tab .ss-tab-content {
	display: none;
	padding-top: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 8px;
}

.tos-navs .nav-item {
	display: inline-block;
}

.tos-navs .nav-item.nav-link {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-align: center;
	margin: 0 10px;
	position: relative;
	line-height: 30px;
	font-size: 16px;
	min-width: 200px;
	font-weight: 600;
	padding: 18px 23px;
	margin-bottom: 20px;
	background-color: rgb(36, 43, 53, 0.1);
	color: rgb(36, 43, 53, 1);
	border-radius: 5px;
	font-size: 600;
}

.tos-navs .nav-item.nav-link.active {
	background-color: #262a36;
	color: #fff;
}

.tos-navs .nav-item.nav-link:hover {
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
}

pre.code {
	border-radius: 10px;
	background-color: rgb(36, 43, 53, 0.1);
	color: rgb(36, 43, 53, 1);
	padding: 24px;
}

@media (max-width: 767.98px) {
	.container-fluid {
		margin-bottom: 100px;
		padding: 0 15px !important;
	}
	.table-mobile-cards thead {
		display: none;
	}
	.table-mobile-cards tr {
		border: none;
	}
	.table-mobile-cards tr.table-mobile-card {
		display: block;
		border-radius: 10px;
		border: 1px solid #eee;
		padding: 14px 24px;
		margin-bottom: 24px;
		margin-left: 15px;
		margin-right: 15px;
		background: #fafafa;
	}
	.table-mobile-cards tr.table-mobile-card td {
		display: block;
		border: none;
		padding: 0px;
		font-size: 13px;
	}
	.table-mobile-cards tr.table-mobile-card td+td {
		margin-top: 12px;
	}
	.table-mobile-cards tr.table-mobile-card td::before {
		content: attr(data-title);
		font-size: 14px;
		color: #000;
		font-weight: 500;
		display: block;
	}
	.app-sidebar {
		left: -100px;
	}
	.app-sidebar.sidebar-inact {
		width: 280px;
		left: 0px;
	}
	.app-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.app-sidebar.sidebar-inact .app-user {
		padding: 40px 10px !important;
	}
	.app-sidebar.sidebar-inact .app-user .user-name {
		display: block;
	}
	.app-sidebar.sidebar-inact .app-user .user-balance {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.app-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar .app-user {
		padding: 0px 10px !important;
	}
	.app-sidebar .app-user .user-avatar>.the-avatar {
		width: 40px !important;
		height: 40px !important;
	}
	.app-sidebar .app-user .user-avatar .avatar-badge {
		display: none !important;
	}
	.app-sidebar .app-user .user-avatar .the-avatar-bg-bt {
		display: none !important;
	}
	.app-sidebar .app-user .user-avatar .the-avatar-bg {
		display: none !important;
	}
	.app-sidebar .app-user .user-name {
		display: none;
	}
	.app-sidebar .app-user .user-balance {
		display: none;
	}
	.app-sidebar .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content {
		padding-left: 0px !important;
	}
	.app-header {
		left: 0px !important;
	}
	.dash-home-status .dhs-item {
		padding: 10px;
		text-align: center;
		border-radius: 10px
	}
	.dash-home-status .dhs-item .dhs-item--title {
		font-size: 12px
	}
	.dash-home-status .dhs-item .dhs-item--text {
		font-size: 20px
	}
	.top-notice-content p {
		font-size: 12px
	}
	.order-side {
		margin-top: 0
	}
	.d-card .d-card-body {
		padding: 15px
	}
	.p0 {
		padding: 0!important
	}
	.services-search {
		padding: 15px
	}
	.input-group-btn .dropdown-menu>li>a {
		font-size: 12px
	}
	#orderDetail {
		padding: 15px
	}
	#orderDetail .card .card-header h4 {
		font-size: 11px!important
	}
	#orderDetail .card .ordNumber {
		font-size: 12px;
		padding: 5px 15px
	}
	#orderDetail .card .ordStatus {
		font-size: 11px
	}
	#orderDetail .card small {
		font-size: 11px
	}
	#orderDetail .card-body ul li {
		font-size: 11px!important;
	}
	.orderNav {
		padding: 15px
	}
	.orderNav li {
		width: 49%;
		margin: 0 1%;
		margin-right: auto!important
	}
	.dash-list {
		margin-top: 0!important
	}
	.orders-btn {
		padding-bottom: 0!important
	}
	.app-header {
		height: 75px
	}
	.app-header .row-100 {
		height: 75px
	}
	.d-card .d-card-head {
		font-size: 14px;
		margin: auto
	}
	.text-style-2 {
		font-size: 12px
	}
	.faq-ss-tabs .home-ss-tab .ss-tab-head {
		font-size: 15px;
		font-weight: 400
	}
	.faq-ss-tabs .home-ss-tab .ss-tab-content {
		font-size: 13px
	}
	.app-sidebar.sidebar-inact .sidebar-header {
		padding-bottom: 0
	}
	.app-sidebar .sidebar-content {
		padding: 0 0 20px 0
	}
	.app-sidebar .sidebar-menu {
		padding-bottom: 50px;
		margin-top: 25px;
	}
	.tos-navs .nav-item.nav-link {
		width: 100%
	}
}

@media (max-width: 1199.98px) {
	.app-sidebar .sidebar-header .sh-bg {
		background: transparent
	}
	.register-page .register-page-content {
		padding: 25px 0 100px 0!important
	}
	.register-left .rl-text {
		margin-bottom: 25px!important
	}
	.home-head .hl-title {
		font-size: 42px!important
	}
	.home-head {
		padding: 100px 0 0!important
	}
	.home-head,
	.ha-item {
		overflow: hidden
	}
	.home-head .home-head-bg {
		right: -20%!important
	}
	.container-fluid {
		padding: 0 30px;
	}
	.app-sidebar {
		width: 80px;
	}
	.app-sidebar.sidebar-inact {
		width: 280px;
	}
	.app-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.app-sidebar.sidebar-inact .app-user {
		padding: 0 10px !important;
	}
	.app-sidebar.sidebar-inact .app-user .user-name {
		display: block;
	}
	.app-sidebar.sidebar-inact .app-user .user-balance {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.app-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar .app-user {
		padding: 0px 10px !important;
	}
	.app-sidebar .app-user .user-name {
		display: none;
	}
	.app-sidebar .app-user .user-balance {
		display: none;
	}
	.app-sidebar .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content {
		padding-left: 80px;
	}
	.app-header {
		left: 80px;
	}
}

@media (max-width: 1500.98px) {
	.container-fluid {
		padding: 0px 25px;
	}
}

@media (min-width: 1199.98px) {
	.app-sidebar.sidebar-inact {
		width: 80px;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar.sidebar-inact .app-user {
		padding: 0px 10px !important;
	}
	.app-sidebar.sidebar-inact .app-user .user-name {
		display: none;
	}
	.app-sidebar.sidebar-inact .app-user .user-balance {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content.sidebar-inact {
		padding-left: 80px;
	}
	.app-header.sidebar-inact {
		left: 80px;
	}
}

.dropdown-menu {
	width: 100%;
	padding: 0;
	max-height: 43.6vh;
	overflow-y: scroll;
	border: none!important;
	margin-top: 15px
}

#order-sItem,
#order-cItem {
	white-space: inherit;
	padding: 12px;
	font-weight: 500;
	font-size: 14px;
	background: #F8F7F7;
	border-bottom: 1px solid #fff;
	color: #464E77;
	text-align: left;
	width: 100%
}

#order-sItem:hover,
#order-cItem:hover {
	background: #fff
}

#order-category,
#order-services {
	white-space: nowrap;
	text-overflow: ellipsis;
}

#order-category,
#order-services {
	width: 85%;
	overflow-x: hidden;
	position: absolute;
	line-height: 15px;
	height: 24px;
	font-size: 14px;
}
#serviceItem, #categoryItem {
    white-space: inherit;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    background: #f1eaea;
    border-bottom: 1px solid #fff;
    color: #464E77;
    text-align: left;
    width: 100%;
}
.dropdown button {
	background: #fff;
	border: 1px solid #fff;
	border-top: none!important;
	color: #081521
}

.dropdown button:hover,
.dropdown button:focus {
	outline: none;
	box-shadow: none;
}

.dropdown-menu {
	transform: translate3d(5px, 35px, 0px)!important;
}

.fab.fa-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)!important;
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	background-clip: text;
	font-size: 14px;
	padding: 2.4px;
	border-radius: 5px;
	color: #FFF;
	font-weight: lighter;
	margin-right: 10px;
}

.fab.fa-facebook-square {
	background: #207eff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 18px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
}

.fab.fa-youtube {
	background: #ff0042;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-twitter {
	background: #1da1f2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-telegram-plane {
	background: #2b9fd2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-soundcloud {
	background: #ff5836;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-spotify {
	background: #62ffa2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-twitch {
	background: #e600ff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-pinterest-p {
	background: #ff5858;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fa.fa-music {
	background: #f8004d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-tiktok {
	background: #f8004d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-globe {
	background: #1a1a1a;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-stream {
	background: #ccc;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-hotjar {
	background: #ff0000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.nav-pills.fastside .nav-link {
	background: rgb(36, 43, 53, 0.1);
	color: rgb(36, 43, 53, 1);
	text-align: center;
	padding: 15px 0;
	border-radius: 18px 0 0 0
}

.nav-pills.fastside .nav-link.second {
	border-radius: 0 18px 0 0!important
}

.nav-pills.fastside .nav-link.third {
    background: #ffdc6b;
    border-radius: 0 0px 0 0!important;
}

.nav-pills.fastside .nav-link.active,
.nav-pills .show>.nav-link {
	background: #ee7300;
	color: #fff
}

.panel-body {
	background-color: #F8F7F7;
	color: #464E77;
	font-size: 14px;
	border-radius: 18px;
	padding: 10px
}

.app-navbar {
	display: none;
	height: 70px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 1000;
	padding: 0;
	-webkit-box-shadow: 0 5px 50px rgb(0 0 0 / 18%);
	box-shadow: 0 5px 50px rgb(0 0 0 / 25%);
}
.app-navbar>.row {
	height: 70px;
}

.app-navbar .navbar-mid-icon {
	margin-top: -40px;
	margin-left: -5px
}

.app-navbar a.active .navbar-icon {
	-webkit-filter: inherit;
	filter: inherit;
}

.app-navbar a.active .navbar-texts {
	color: #ff2e63;
}

.app-navbar a.active i {
	color: #ff2e63
}

.app-navbar i {
	color: #202020
}

.app-navbar .navbar-texts {
	font-size: 10px;
	font-weight: 500;
	color: #202020;
	display: block;
	margin-top: 6px;
}

.sDetayBtn {
	background: #ee7300;
	color: #fff!important;
	border-radius: 25px;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer
}

.modal-header {
	background: #262a35;
}

.modal-header h4 {
	font-size: 13px;
	color: #fff
}

.modal-body {
	font-size: 13px;
}

#orderDetail .card {
	margin-bottom: 10px;
	border: none
}

#orderDetail .card .card-header {
	padding: 0;
	border: none;
	background-color: #f8f8f8;
	border-radius: 10px;
}

#orderDetail .card .card-header h4 {
	font-size: 14px;
	color: #185BDC
}

#orderDetail .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	cursor: pointer;
	color: #222;
	border: none;
	padding: 14px 30px;
	text-decoration: none
}

#orderDetail .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 25px
}

#orderDetail .card .card-header .btn-header-link.collapsed:after {
	content: "\f106";
}

#orderDetail .card .collapsing {
	background: #fff;
}

#orderDetail .card .collapse.show {
	background: #fff;
	line-height: 24px;
	color: #222;
	border: 1px solid #EFEFEF;
	border-top: 0;
	border-radius: 10px
}

#orderDetail .card-body {
	padding: 5px 15px
}

#orderDetail .card-body ul {
	padding-left: 0
}

#orderDetail .card-body ul li {
	list-style-type: none;
	font-size: 13px
}

.orderNav li a {
	background-color: #e9e9e9;
	color: #202020;
	padding: 12px 8px;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	display: inline-block;
	margin-bottom: 4px;
	width: 100%;
	text-decoration: none
}

.orderNav li a.active,
.orderNav li a:hover {
	background: #ee7300;
	color: #fff
}

.orderNav li:last-child {
	margin-left: auto;
}

.dfb-search {
	background-color: #e9e9e9;
	color: #fff;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	position: relative;
	overflow: hidden;
}

.dfb-search .dfb-input {
	width: calc(100% - 40px);
	background: transparent;
	border: none;
	outline: none;
	height: 40px;
	color: #202020;
	padding: 0 14px;
	min-width: 250px
}

.dfb-search i {
	color: #fff
}

.dfb-search .dfb-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: #ee7300;
	color: #fff;
}

.ticket-message-right .ticket-message {
	background: rgb(255, 171, 90, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.ticket-message-left .ticket-message {
	background: rgb(27, 91, 224, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.ref-item {
	border-bottom: 1px solid #f5f5f5;
	padding: 15px 0
}

.ref-item.d-blue {
	background: #E5EEFF;
	border-radius: 25px;
	padding: 15px 25px;
	color: #2258BF
}

.ref-item i {
	color: #FFAB5A;
	font-size: 20px;
}

.ref-item .the-title {
	font-weight: bold
}

.rep-title h3 {
	font-size: 18px;
	font-weight: 600
}

#sssTab .faq-ss-tabs .home-ss-tab {
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #f5f5f5
}

#sssTab .home-ss-tab .col {
	font-size: 16px
}

#sssTab .faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	font-size: 16px
}

.noorders {
	text-align: center
}

.noorders .smiley {
	max-width: 175px
}


/* dark mod */

.darkMode {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0;
}

.darkMode:focus {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0
}

.darkMode i {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.darkMode i.fa-moon {
	color: rgba(255, 106, 39, 1)
}

.darkMode i.fa-sun span {
	color: #fff
}

.darkMode i.fa-sun {
	color: #ffbf00
}

.darkMode i span {
	color: #404040
}

body i.fa-moon,
body.light i.fa-moon {
	display: block
}

body i.fa-sun,
body.light i.fa-sun {
	display: none
}

body.dark i.fa-moon {
	display: none
}

body.dark i.fa-sun {
	display: block
}

body.dark,
body.dark .app-content {
	background: #0f1017
}

body.dark .app-sidebar {
	background: #151722
}

body.dark .app-header {
	background: #151722;
	border-left: 1px solid #0f1017;
}

body.dark .app-sidebar .sidebar-menu li a.menu-link {
	color: #efefef
}

body.dark .app-sidebar .sidebar-menu li.active>a.menu-link {
	background: rgb(255, 47, 99, 0.1);
	color: #ee7300;
	font-weight: 600;
}

body.dark .app-sidebar .sidebar-menu li a.menu-link:hover {
	background: rgb(255, 47, 99, 0.1);
	color: #ee7300;
}

body.dark .app-sidebar .sidebar-header .app-user .user-name {
	color: #7f89b7
}

body.dark .app-navbar {
	background: #0f1017;
	-webkit-box-shadow: 0 5px 50px rgb(46 48 63);
	box-shadow: 0 5px 50px rgb(46 48 63);
}

body.dark .app-navbar i,
body.dark .app-navbar .navbar-texts {
	color: #fff;
}

body.dark .app-navbar a.active i,
body.dark .app-navbar a.active .navbar-texts {
	color: #2c5df8;
}

body.dark .app-header .hea-ann-title {
	background: #ee7300;
}

body.dark .close-sidebar-btn {
	background: #151722;
	border-color: #0f1017;
}

body.dark .d-card {
	background: #151722;
	color: #fff
}

body.dark .form-group .form-control,
body.dark .panel-body {
	background: #13151e;
	color: #7f89b7
}

body.dark .form-group label {
	color: #fff
}

body.dark .nav-pills.fastside .nav-link {
	background: rgb(255, 47, 99, 0.1);
	color: #ee7300;
}

body.dark .nav-pills.fastside .nav-link.active,
body.dark .nav-pills .show>.nav-link {
	background: #ee7300;
	color: #fff
}

body.dark .tab-pane .notification li {
	background: #0f1017;
	border-color: #0f1017
}

body.dark .tab-pane .notification li .text,
body.dark .tab-pane .notification li .title a {
	color: #7f89b7
}

body.dark .tab-pane .notification li .date {
	color: #464E77
}

body.dark #order-sItem,
body.dark #order-cItem {
	background: #13151e;
	color: #7f89b7;
	border-color: #232842
}

body.dark #order-sItem:hover,
body.dark #order-cItem:hover {
	background: #232842;
}

body.dark .table td,
body.dark .table thead th {
	border-color: #0f1017
}

body.dark .table tbody {
	color: #fff
}

body.dark .services-search .ss-input {
	background: #0f1017;
	border-color: #0f1017
}

body.dark .input-group-btn .dropdown-menu {
	background: #0f1017;
}

body.dark .input-group-btn .dropdown-menu a {
	color: #7f89b7
}

@media (max-width: 767.98px) {
	body.dark .table-mobile-cards tr.table-mobile-card {
		background: #0f1017;
		border-color: #232842
	}
}

body.dark .table-mobile-cards tr.table-mobile-card td::before {
	color: #fff
}

body.dark .form-group .input-group .input-group-prepend .input-group-text {
	background: #162851
}

body.dark .orderNav li a {
	background: rgb(255, 47, 99, 0.1);
	color: #ee7300;
}

body.dark .orderNav li a.active,
body.dark .orderNav li a:hover {
	background: #ee7300;
	color: #fff
}

body.dark .dfb-search .dfb-input {
	background: #0f1017;
}

body.dark .dfb-search .dfb-submit {
	background: #ee7300;
}

body.dark .card {
	background: #0f1017;
	border-radius: 10px!important
}

body.dark #orderDetail .card .card-header {
	background: #0f1017;
}

body.dark #orderDetail .card .card-header .ordNumber {
	color: #fff
}

body.dark #orderDetail .card .card-header small {
	color: #7f89b7
}

body.dark #orderDetail .card .card-header .btn-header-link:after {
	color: #7f89b7
}

body.dark #orderDetail .card-body,
body.dark #orderDetail .card .collapse.show {
	background: #0f1017;
	color: #fff;
	border: transparent
}

body.dark .ref-item,
body.dark .table-bordered {
	border-color: #0f1017
}

body.dark .ref-item.d-blue {
	background: #162851;
	color: #fff
}

body.dark .ref-item i {
	color: #fff
}

body.dark .d-card .d-card-head {
	color: #7f89b7
}

body.dark .dc-blue {
	background: -webkit-gradient(linear, left top, right top, from(#ee7300), to(#ee7300)) #ee7300;
	background: linear-gradient(to right, #ee7300, #ee7300) #ee7300;
	color: #fff;
}

body.dark .dc-orange {
	background: -webkit-gradient(linear, left top, right top, from(#151722), to(#151722)) #151722;
	background: linear-gradient(to right, #151722, #151722) #151722;
	color: #fff;
}

body.dark pre.code {
	background: rgb(255, 47, 99, 0.1);
	color: #ee7300;
}

body.dark .faq-ss-tabs .home-ss-tab {
	background: #151722;
}

body.dark .faq-ss-tabs .home-ss-tab .col {
	color: #fff!important
}

body.dark .faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: #162851
}

body.dark .modal-body,
body.dark .modal-footer {
	background: #0f1017;
	color: #7f89b7;
}

body.dark .modal-header,
body.dark .modal-footer {
	border-color: #232842
}

body.dark .card-box-top p {
	color: #fff
}

body.dark .sDetayBtn {
	background: rgb(255, 47, 99, 0.1);
	color: #ee7300!important;
}

body.dark .tos-navs .nav-item.nav-link {
	background: rgb(255, 47, 99, 0.1);
	color: #ee7300;
}

body.dark .tos-navs .nav-item.nav-link.active {
	background: rgb(255, 47, 99, 1);
	color: #fff;
}

body.dark #sssTab .faq-ss-tabs .home-ss-tab {
	border-color: #0f1017
}

.home-body {
	background: #F7F8FC;
	max-width: 100%;
	overflow-x: hidden;
}

.home-head {
	position: relative;
	padding: 50px 0 100px;
}

.home-head.outside {
	height: 300px
}

.home-head .home-head-bg {
	background-image: url(https://storage.perfectcdn.com/e1439e/9aji38am7cgilmod.png), -webkit-gradient(linear, left top, right top, from(#262a35), to(#262a35)) #262a35;
	background-image: url(https://storage.perfectcdn.com/e1439e/9aji38am7cgilmod.png), linear-gradient(to right, #222229, #262a35);
	background-size: cover;
	position: absolute;
	bottom: 0%;
	left: 0;
	right: -10%;
	top: -30%;
	border-radius: 0;
	overflow: hidden;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	background-repeat: no-repeat;
}

.home-head .home-head-content {
	padding: 160px 0 50px;
	color: #fff;
}

.home-head .hh-left-badge {
	background: rgb(255, 47, 99, 0.7);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	border-radius: 25px;
	padding-right: 10px;
}

.home-head .hh-left-badge .hhlb-icon {
	background: rgb(255 47 99);
	color: #fff;
	margin: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	width: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.home-head .hh-left-badge .hhlb-text {
	padding: 10px 14px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	font-size: 13px;
}

.home-head .hl-title {
	font-size: 50px;
	line-height: 64px;
	font-weight: 600;
	margin-top: 350px; /* 원본 margin-top: 58px; */
	margin-bottom: 30px;
	color: #fff;
}

.home-head .hl-text {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.hl-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	margin-left: -8px;
	margin-right: -8px;
}

.hl-btns>a {
	margin: 8px;
}

.loginSide .round {
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: #a9b4fc;
	opacity: 0.07;
	position: absolute;
	top: -50px;
	left: -150px;
	z-index: 1;
}

.loginSide {
	position: relative;
}

.loginSide .login-box {
	background: #fff;
	-webkit-box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
	box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
	border-radius: 30px;
	padding: 54px 44px;
	position: relative;
	z-index: 20 !important;
	color: #3E3F5E;
}

.loginSide .login-box .lgb-title {
	font-size: 26px;
	font-weight: 700;
	color: #302F45;
	margin-bottom: 24px;
}

.loginSide .login-box .lgb-text {
	color: #AFB0C0;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 38px;
}

.loginSide .login-box .fc-home {
	border-radius: 10px;
	border: 1px solid #DEDEEA;
	position: relative;
	width: 100%;
	margin-bottom: 34px;
	padding: 0px 0px;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	height: 52px;
}

.loginSide .login-box .fc-home label {
	font-size: 12px;
	color: #AFB0C0;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
	position: absolute;
	top: -11px;
	left: 15px;
	z-index: 3;
}

.loginSide .login-box .fc-home label .label-text {
	z-index: 3;
	position: relative;
}

.loginSide .login-box .fc-home label::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 9px;
	width: 100%;
	background: #fff;
	height: 2px;
}

.loginSide .login-box .fc-home input {
	font-size: 15px;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none !important;
	color: #3E3F5E;
	padding: 0 25px;
	background: transparent !important;
	border-radius: 9px;
}

.loginSide .login-box .fc-home:focus-within {
	border-color: #3E3F5E;
}

.text-primary {
	color: #3E3F5E !important;
}

.frgpass {
	text-decoration: none;
	color: #302F45;
	font-size: 14px
}

.frgpass:hover {
	color: #3E3F5E;
}

.home-menu-btn {
	display: none;
}

.home-menu-btn {
	margin-top: -40px;
	z-index: 1030;
	position: fixed;
	right: 30px;
}

.form-check-label {
	font-size: 14px;
	color: #302F45;
}

@media screen and (max-width: 991.98px) {
	.home-head.outside {
		height: 100px
	}
	.home-head.outside .home-head-bg {
		background: transparent
	}
	.home-info {
		padding: 0!important
	}
	.loginSide .login-box .lgb-title,
	.loginSide .login-box .lgb-text {
		text-align: center
	}
	.app-navbar {
		display: block!important
	}
	.home-menu-btn {
		display: inline-block;
	}
	.header {
		margin-top: 0;
	}
	.header .site-name {
		margin-left: 0
	}
	.header .site-name img {
		height: 60px;
		text-align: center;
	}
	.home-head .home-head-content {
		padding: 5px 0 50px;
	}
	.loginSide .login-box {
		padding: 50px 15px;
	}
	.home-body .app-navbar .navbar-mid-icon {
		margin-left: 0
	}
	.m-flex {
		display: flex;
		justify-content: center;
		background-image: linear-gradient(to right, #ffffff, #262a35);
		background-image: url(https://storage.perfectcdn.com/e1439e/9aji38am7cgilmod.png), linear-gradient(to right, #222229, #262a35);
		background-size: cover;
	}
	.home-head .home-head-bg {	
    background-image: url(https://storage.perfectcdn.com/e1439e/9aji38am7cgilmod.png), linear-gradient(to right, #222229, #262a35);
    background-size: cover;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: -10%;
    top: -30%;
    border-radius: 0;
    overflow: hidden;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    background-repeat: no-repeat;
	}
	.loginSide .round {
		display: none
	}
	.shapeBox {
		display: none!important
	}
	.hs-area {
		margin-top: 40px;
		padding-bottom: 0!important
	}
	.hs-head h1,
	.ha-title h2 {
		font-size: 24px!important;
		line-height: 32px!important
	}
	.ha-item .ha-heading {
		order: -1;
		text-align: center !important;
		margin-bottom: 40px;
	}
	.ha-item .ha-graph::after {
		background-size: 200%;
		width: 100%;
	}
	.ha-item .graphics {
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.ha-item .graphics img {
		max-width: 300px
	}
	.ha-item .graphics img.main-image {
		margin: auto !important;
	}
	.ha-item .graphics span.shadow {
		width: auto !important;
		left: -10% !important;
		right: -10% !important;
	}
	.ha-item .graphics span.shadow:nth-child(2) {
		left: -20% !important;
		right: -20% !important;
	}
	.ha-title .ha-title-icon {
		margin: auto
	}
	.footer {
		margin-top: 0!important
	}
	.footer .footer-top {
		display: none
	}
	.footer .footer-content-bot .footer-content-bot-text {
		text-align: center!important;
		padding-bottom: 100px
	}
	.footer-content-bot-text {
		padding-top: 25px
	}
}

.shapeBox {
	max-width: 1200px;
	margin: auto;
	display: block;
	position: relative;
}

.shape {
	position: absolute;
}

.shape1 {
	left: 50px;
	top: 800px;
	animation: fade-up 2s infinite ease-in-out;
}

.shape2 {
	left: 250px;
	top: 700px;
	animation: fade-up 2.5s infinite ease-in-out;
}

.shape3 {
	left: 450px;
	top: 750px;
	animation: fade-up 3.5s infinite ease-in-out;
}

.ha-item:not(:last-child) {
	margin-bottom: 130px;
}

.ha-item .ha-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-right: auto;
}

.ha-item .ha-heading .section-heading {
	margin: 0;
}

.ha-item .ha-graph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.ha-item .ha-graph::after {
	content: "";
	background: #8224e3;
	height: 100%;
	width: 100vw;
	border-radius: 500px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -999;
}

.ha-item .graphics {
	position: relative;
	display: inline-block;
	margin-top: , ;
	margin-left: 75px;
}

.ha-item .graphics img.main-image {
	height: 480px;
	border-radius: 25px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.ha-item .graphics span.shadow {
	content: "";
	background: rgba(255, 255, 255, 0.15);
	display: block;
	height: 90%;
	width: 90%;
	border-radius: 25px;
	position: absolute;
	left: 10%;
	bottom: 0;
	z-index: -1;
	box-shadow: none !important;
}

.ha-item .graphics span.shadow:nth-child(2) {
	height: 80%;
	width: 80%;
	left: 30%;
}

.ha-item.inverse .ha-heading {
	margin-right: initial;
	margin-left: auto;
	text-align: left;
}

.ha-item.inverse .ha-graph::after {
	left: initial;
	right: 0;
}

.ha-item.inverse .graphics {
	margin-left: auto;
	margin-right: -15px;
}

.ha-item.inverse span.shadow {
	left: initial;
	right: 20%;
}

.ha-item.inverse span.shadow:nth-child(2) {
	left: initial;
	right: 40%;
}

.ha-item .ha-graph::after {
	background-image: linear-gradient(to right, #ee7300 0%, #f90b46 50%, #ee7300 100%);
}

@media screen and (max-width: 767.98px) {
	.ha-item .ha-graph::after {
		width: auto;
		height: auto;
		left: 15px !important;
		right: 15px !important;
		padding-top: calc(100% - 30px);
	}
	.ha-item .graphics span.shadow {
		display: none
	}
}

.ha-title .ha-title-icon {
	height: 86px;
	width: 86px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ee7300;
	border-radius: 25px;
	font-size: 56px;
	color: #fff;
}

.ha-title h2 {
	margin: 0;
	font-size: 32px;
	line-height: 45px;
	color: #302F45;
	padding: 0px;
	font-weight: 700;
}

.ha-text {
	font-size: 16px;
	line-height: 31px;
	margin-top: 35px;
}

.hs-area {
	padding: 0 0 70px 0;
}

.hs-area .hs-area-owl {
	padding: 40px 0;
}

.hs-area .hs-area-owl .owl-stage-outer {
	position: relative;
	z-index: 1;
}

.hs-area .hsa-item {
	padding: 24px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	border-radius: 20px;
	color: #a1a1a1;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	cursor: pointer
}

.hs-area .hsa-item:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.10);
	box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.10);
	color: #302F45
}

.hs-area .hsa-item:hover .hsi-more {
	color: #000;
	text-decoration: none
}

.hs-area .hsa-item .hsi-icon i {
	font-size: 67px;
}

.hs-area .hsa-item .hsi-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .4px;
}

.hs-area .hsa-item .hsi-more {
	color: #a1a1a1;
	font-size: 13px;
	font-weight: 300px;
}

.hs-head {
	text-align: center
}

.hs-head h1 {
	font-size: 32px;
	line-height: 45px;
	color: #302F45;
	padding: 0px;
	font-weight: 700;
}

.hs-head small {
	font-size: 16px;
	line-height: 31px;
}

.footer {
	position: relative;
	background-color: #262a36;
	margin-top: 100px;
}

.footer .footer-content {
	padding: 30px 0;
}

.footer .footer-top {
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#191c23), to(#0a47be)) #262a36;
	background: linear-gradient(to right, #262a36, #191c23) #262a36;
	padding: 50px 0;
}

.footer .footer-top .ftgu-text {
	color: #fff;
	font-weight: 500;
	line-height: 140%;
	font-size: 40px;
}

.footer .footer-links {
	font-size: 16px;
}

.footer .footer-links ul {
	list-style: none;
	margin: 0px;
	top: 0px;
	padding: 0px;
}

.footer .footer-links ul li {
	display: inline-block;
	padding: 0 15px;
}

.footer .footer-links ul li a {
	font-weight: 500;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	letter-spacing: .4px;
}

.footer .footer-links ul li a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.footer .footer-content-bot .footer-content-bot-text {
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	text-align: right;
}

.footer .footer-content-bot .footer-content-bot-text a {
	color: #fff;
}

.register-page {
	background-color: #262a35;
	color: #fff;
	min-height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
background-image: url(https://storage.perfectcdn.com/4y3rwq/g9j1k4kmxzbdrw6n.png), -webkit-gradient(linear, left top, right top, from(#262a35), to(#262a35)) #262a35;
    background-image: url(https://storage.perfectcdn.com/4y3rwq/g9j1k4kmxzbdrw6n.png), linear-gradient(to right, #222229, #262a35);
    background-size: cover;
    left: 0;
    right: -10%;
    top: -30%;
    border-radius: 0;
    overflow: hidden;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    background-repeat: no-repeat;
    background-color: #262a35;
    color: #fff;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.register-page .register-page-content {
	position: relative;
	padding: 100px 0;
	width: 100%;
}

.register-left {
	text-align: center;
}

.register-left .rl-logo {
	height: 60px;
}

.register-left .rl-text {
	font-size: 16px;
	letter-spacing: -.4px;
	line-height: 175%;
	margin-top: 40px;
}

.register-left .rl-menu {
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

.register-left .rl-menu li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 15px;
}

.register-left .rl-menu li a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
}

.home-info {
	padding: 50px 0;
}

.home-info .hi-title {
	font-size: 32px;
	line-height: 45px;
	color: #302F45;
	padding: 0px;
	font-weight: 700;
}

.home-sab-items .hosa-item {
	margin-bottom: 15px;
	background-color: transparent;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 30px 0px rgb(255 47 99 / 6%);
	box-shadow: 0px 10px 30px 0px rgb(255 47 99 / 6%);
	padding: 25px 10px;
}

.home-sab-items .hosa-item:hover {
	background: #ee7300;
	-webkit-transition: .1s ease;
	transition: .1s ease;
	cursor: pointer;
}

.home-sab-items .hosa-item:hover .hosa-icon>img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.home-sab-items .hosa-item .hosa-title {
	color: #302F45;
	font-weight: 600;
	font-size: 18px;
	text-align: center
}

.home-sab-items .hosa-item:hover .hosa-title {
	color: #fff
}

.pagination {
	margin: 0;
	padding: 0;
	text-align: center
}

.pagination li {
	display: inline
}

.pagination li a {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	background: #185BDC;
	margin-right: 5px;
}

.pagination li a {
	border-radius: 5px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s
}

.pagination li a.active {
	background-color: #FFAB5A;
	color: #fff
}

.pagination li a:hover:not(.active) {
	background-color: #FFAB5A;
}

.btn.btn-default.btn-xs {
	background: #FFAB5A;
	color: #fff;
	padding: 7px
}

body.dark .app-sidebar .sidebar-header .sh-bg {
	background: transparent
}

.page-head {
	background: #262a35;
	height: 150px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 45px;
	margin-bottom: 25px
}

.page-head-content {
	margin-left: 10px;
	padding-right: 40px;
	line-height: 20px;
	max-width: 550px;
	line-height: 20px;
	font-size: 14px;
}

.page-head-content h1 {
	font-size: 18px;
	font-weight: bold
}

.page-head-content h1 span {
	color: #ff2e63
}

.page-head-title {
	margin-left: auto;
	font-size: 26px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: bold;
	color: #fff
}

@media screen and (max-width: 667px) {
	.page-head {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-right: 0;
		height: auto;
		padding-bottom: 15px;
	}
	.page-head-icon {
		display: none;
	}
	.page-head-content {
		margin-left: 0;
		padding: 10px 20px;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 14px;
	}
	.page-head-title {
		display: none;
	}
}

body.dark .page-head {
	background: #13151e
}

.stats {
	max-width: 780px;
	margin: 0 auto;
	height: 140px;
	border-radius: 18px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -80px;
	position: relative;
}

.stats a#go-down {
	background: #ee7300;
	-webkit-box-shadow: 0 0 10px rgba(255, 47, 99, 0.5);
	box-shadow: 0 0 10px rgba(255, 47, 99, 0.5);
	border-radius: 50%;
	width: 41px;
	height: 41px;
	display: block;
	position: absolute;
	text-align: center;
	line-height: 41px;
	bottom: -20px;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.stats a#go-down:hover {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.stats .stat-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #464e77;
}

.stats .stat-box-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.stats .stat-box-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.stats .stat-box-desc {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
  .stats {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      padding-bottom: 40px; 
      margin-top: -15px;
  }
  .stats .stat-box {
        margin: 25px 0;
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; 
  }
}

.no-radius {
	border-radius: 0!important
}

.radius-right {
	border-radius: 0 18px 0 0!important
}

.dh-item {
    border-radius: 20px;
    background-color: #F8F7F7;
    color: #464E77;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
    padding: 15px 30px;
    font-size: 14px
}

.dh-item.dhi-4 .dh-item-icon {
	background-color: #ee7300;
}

.dh-item .dh-item-icon {
	border-radius: 10px;
	width: 71px;
	height: 71px;
	font-size: 32px;
	line-height: 71px;
	background-color: #185bdc;
	background-position: center;
	background-size: 60% auto;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}

.dh-item .dh-item-icon1 {
	border-radius: 100%;
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	background-color: #185bdc;
	background-position: center;
	background-size: 60% auto;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}

.dh-item .dh-item-title {
	font-size: 16px;
	font-weight: 500;
	color: #464E77;
	margin-bottom: 10px;
}

.dh-item .dh-item-title1 {
	font-size: 16px;
	font-weight: 500;
	color: #464E77;
}

.dh-item .dh-item-text {
	font-size: 10px;
	font-weight: 400;
	color: #6F7896;
	line-height: 22.4px;
	letter-spacing: .2px;
}

.tablepen {
	margin: 0 0 10px;
	width: 100%;
	display: table;
	border: none;
	border-radius: 0 0 3px 3px;
	border-top: none
}

@media screen and (max-width:991.98px) {
	.tablepen {
		display: block
	}
}

.tablepen .sira {
	display: table-row;
	background: #fff;
    color: #202020;
}

.tablepen .sira:nth-of-type(odd) {
	background: #f8f7f7;
	color: #202020
}

.tablepen .sira.headers {
	font-weight: 600;
	color: #fff;
	background: #ee7300
}

.tablepen .sira.green {
	background: #27ae60
}

.tablepen .sira.blue {
	background: #2980b9
}

.table-m-header {
	display: none
}

@media screen and (max-width:991.98px) {
	.table-m-header {
		display: block;
		text-align: center;
		padding-top: 7px
	}
	.tablepen .sira {
		padding: 0 0 5px;
		display: block
	}
	.tablepen .sira.headers {
		height: 35px
	}
	.tablepen .sira.headers .hucre {
		display: none
	}
	.tablepen .sira .hucre {
		margin-bottom: 10px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
	}
	.tablepen .sira .hucre:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #969696;
		display: block;
		margin-top: 15px
	}
}

.tablepen .hucre {
	padding: 6px 12px;
	display: table-cell;
	border-top: 1px solid #d0c7c7;
	font-size: 12px;

}

.hucre:nth-child(1) {
	border-left: none !important;
}

.border-text,
.repw {
	display: block
}

@media screen and (max-width:991.98px) {
	.tablepen .hucre {
		padding: 2px 16px;
		display: block
	}
    .nav-pills.fastside .nav-link {
      font-size: 11px
    }
}

body.dark .dh-item {
    background-color: #13151e;
    color: #fff;
}

body.dark .tablepen .sira {
    background: #13151e;
    color: #fff;
}

body.dark .tablepen .sira:nth-of-type(odd) {
    background: #151722;
    color: #fff;
}

body.dark .tablepen .hucre {
    border-color: #2a2d3c;
}

.datepicker.dropdown-menu {
	width: auto!important
}

.custom-control-input {
	position: relative!important;
	opacity: 1!important;
	z-index: 1!important
}


.btn-talep {
background: #ee7300;
    color: #fff;

}


.ftr {
   padding: 1px 10px;
 
    -webkit-transition: .14s ease;
    transition: .14s ease;


}


.alert.alert-talep {
    background-color: #ff2e63;
    color: #ffffff !important;
}




/*# sourceMappingURL=main.css.map */