@-webkit-keyframes zoom{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes zoom{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.2);transform:scale(1.2)}}@-webkit-keyframes moveInLeft{0%{-webkit-transform:translateX(-30rem);transform:translateX(-30rem);opacity:0}80%{-webkit-transform:translateX(5rem);transform:translateX(5rem)}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes moveInLeft{0%{-webkit-transform:translateX(-30rem);transform:translateX(-30rem);opacity:0}80%{-webkit-transform:translateX(5rem);transform:translateX(5rem)}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes moveInRight{0%{-webkit-transform:translateX(30rem);transform:translateX(30rem);opacity:0}80%{-webkit-transform:translateX(-5rem);transform:translateX(-5rem)}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes moveInRight{0%{-webkit-transform:translateX(30rem);transform:translateX(30rem);opacity:0}80%{-webkit-transform:translateX(-5rem);transform:translateX(-5rem)}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes moveInBottom{0%{-webkit-transform:translateY(5rem);transform:translateY(5rem);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes moveInBottom{0%{-webkit-transform:translateY(5rem);transform:translateY(5rem);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes moveInTop{0%{-webkit-transform:translateY(-7rem);transform:translateY(-7rem);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes returnToNormal{-webkit-transform:translate3d(0,100%,0);-webkit-transform:none;transform:translate3d(0,100%,0);transform:none;opacity:0;opacity:1}@keyframes returnToNormal{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes growth{0%{-webkit-transform:scale(.7);transform:scale(.7)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes growth{0%{-webkit-transform:scale(.7);transform:scale(.7)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes lineAnimation{0%{width:0}to{width:20rem}}@keyframes lineAnimation{0%{width:0}to{width:20rem}}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes slideInRight{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes fadeLeft{0%{-webkit-transform:translateX(30rem);transform:translateX(30rem);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fadeLeft{0%{-webkit-transform:translateX(30rem);transform:translateX(30rem);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes fadeIn{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes fadeIn{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@-webkit-keyframes icon{0%{-webkit-transform:scale(.1);transform:scale(.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes icon{0%{-webkit-transform:scale(.1);transform:scale(.1)}to{-webkit-transform:scale(1);transform:scale(1)}}.animatable{-webkit-animation-play-state:paused;visibility:hidden;animation-play-state:paused}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;-webkit-animation-play-state:running;visibility:visible;animation-duration:1s;animation-fill-mode:both;animation-play-state:running}.animated.moveInBottom{-webkit-animation:moveInBottom 1s ease-in-out;animation:moveInBottom 1s ease-in-out}.animated.moveInLeft{-webkit-animation-name:moveInLeft;animation-name:moveInLeft}.animated.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in}.animated.moveInTop{-webkit-animation-name:moveInTop;animation-name:moveInTop}.animated.moveInRight{-webkit-animation-name:moveInRight;animation-name:moveInRight}.animated.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.animated.growth{-webkit-animation-name:growth;animation-name:growth}.animated.icon{-webkit-animation-name:icon;-webkit-animation-duration:.5s;animation-name:icon;animation-duration:.5s}@-webkit-keyframes loader{25%{color:#fff}75%{color:#271072}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{25%{color:#fff}75%{color:#271072}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}body{font-family:Open Sans,sans-serif;font-weight:400;line-height:1}.loader-container{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;align-items:center;justify-content:center;z-index:999;background-color:#fff;width:100%;height:100vh}.loader{-webkit-animation:loader 1.2s linear infinite;animation:loader 1.2s linear infinite;border:3px solid;border-top:3px solid transparent;border-radius:50%;width:4rem;height:4rem;color:#271072}.btn{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;align-items:center;cursor:pointer;border-radius:2.5rem;background:#271072;padding:1.5rem 6rem;color:#fff;font-size:1.8rem;font-weight:700;text-transform:capitalize}.btn:hover{-webkit-box-shadow:0 0 0 1px #271072;-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;box-shadow:0 0 0 1px #271072;background:#fff;color:#271072}.main-title-24{color:#404040;font-size:2.4rem;font-weight:300;line-height:1.4;text-transform:capitalize}.main-title-24 strong{font-weight:600}.main-title-26{margin-bottom:2rem;color:#404040;font-size:2.6rem;font-weight:300;line-height:1.4;text-transform:capitalize}.main-title-26 strong{font-weight:700}.main-title{color:#404040;font-size:3rem;font-weight:300;line-height:1.4;text-transform:capitalize}.main-title strong{font-weight:700}.page-title{display:inline-block;position:relative;color:#fff;font-size:3rem;text-transform:capitalize}.page-title:after{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);position:absolute;bottom:-3rem;left:50%;transform:translateX(-50%);z-index:9;background:#c1c1c1;width:100px;height:3px;content:""}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit;margin:0;padding:0}html{overflow-x:hidden;font-size:62.5%}@media (max-width:1024px){html{font-size:56.25%}}@media (max-width:1024px) and (max-width:767px){html{font-size:50%}}body{-webkit-box-sizing:border-box;position:relative;box-sizing:border-box;overflow-x:hidden}a{color:#666;text-decoration:none}img{display:block;max-width:100%;height:auto}button{cursor:pointer}button,input,textarea{-webkit-box-shadow:none;outline:none;box-shadow:none}main{margin-top:7.6rem}.fa-minus:before{content:"\f068"}.fa-times:before{content:"\f00d"}.fa-plus:before{content:"\f067"}.fa-phone:before{content:"\f095"}.fa-search:before{content:"\f002"}.fa-bars:before{content:"\f0c9"}.fa-paper-plane:before{content:"\f1d8"}.fa-user:before{content:"\f007"}.fa-shopping-cart:before{content:"\f07a"}.fa-facebook-f:before{content:"\f39e"}.fa-youtube:before{content:"\f167"}.fa-twitter:before{content:"\f099"}.fa-google-plus-g:before{content:"\f0d5"}.fa-instagram:before{content:"\f16d"}.fa-home:before{content:"\f015"}.fa-envelope:before{content:"\f0e0"}.fa-clock:before{content:"\f017"}.fa-phone-volume:before{content:"\f2a0"}.fa-quote-left:before{content:"\f10e"}.fa-quote-right:before{content:"\f10d"}.fa-key:before{content:"\f084"}.fa-building:before{content:"\f1ad"}.fa-folder-open:before{content:"\f07c"}.fa-cog:before{content:"\f013"}.fa-edit:before{content:"\f044"}.fa-file:before{content:"\f15b"}.fa-chevron-circle-right:before{content:"\f138"}.fa-pencil:before{content:"\f303"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-check:before{content:"\f00c"}.mdi-plus:before{content:"\f415"}.mdi-minus:before{content:"\f374"}.mdi-chevron-up:before{content:"\f143"}.mdi-instagram:before{content:"\f2fe"}.mdi-facebook:before{content:"\f20c"}.mdi-chevron-down:before{content:"\f140"}.mdi-account:before{content:"\f004"}.mdi-magnify:before{content:"\f349"}.mdi-home:before{content:"\f2dc"}.mdi-close:before{content:"\f156"}.mdi-menu:before{content:"\f35c"}.mdi-phone:before{content:"\f3f2"}.mdi-email:before{content:"\f1ee"}.mdi-view-list:before{content:"\f572"}.mdi-plus-circle:before{content:"\f417"}.mdi-alert-circle-outline:before{content:"\f5d6"}.mdi-calendar:before{content:"\f0ed"}.mdi-map-marker:before{content:"\f34e"}.mdi-chevron-double-left:before{content:"\f13d"}.mdi-chevron-double-right:before{content:"\f13e"}.mdi-cloud-download:before{content:"\f162"}.mdi-briefcase:before{content:"\f0d6"}.mdi-fax:before{content:"\f212"}.mdi-whatsapp:before{content:"\f5a3"}.mdi-map:before{content:"\f34d"}.mdi-cart:before{content:"\f110"}.mdi-printer:before{content:"\f42a"}.mdi-chevron-left:before{content:"\f141"}.mdi-chevron-right:before{content:"\f142"}.mdi-file-outline:before{content:"\f224"}.mdi-pencil:before{content:"\f3eb"}.mdi-message-text:before{content:"\f369"}.mdi-playlist-check:before{content:"\f5c7"}.mdi-infomation:before{content:"\f2fc"}.mdi-comment-question:before{content:"\f816"}.mdi-youtube:before{content:"\f5c3"}.lnr-arrow-right:before{content:"\e87a"}.lnr-menu:before{content:"\e871"}.lnr-arrow-left:before{content:"\e879"}.lnr-chevron-right:before{content:"\e876"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-up:before{content:"\e873"}.lnr-download:before{content:"\e865"}.footer{background:#f2f2f2;padding-top:5rem}.footer .main-footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:row wrap;justify-content:space-between;padding-bottom:7rem}.footer .main-footer__menu,.footer .main-footer__social{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.footer .main-footer__menu{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;margin:0 -1.5rem}.footer .main-footer__menu .col{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding:0 1.5rem;max-width:33.33%}.footer .main-footer__menu .col h3{position:relative;margin-bottom:5rem;color:#404040;font-size:1.8rem;font-weight:600;text-transform:capitalize}.footer .main-footer__menu .col h3:after{position:absolute;bottom:-2rem;left:0;background:#404040;width:6rem;height:2px;content:""}.footer .main-footer__menu .col ul{list-style:none}.footer .main-footer__menu .col ul li{margin-bottom:2rem}.footer .main-footer__menu .col ul li a{font-size:1.5rem;text-transform:capitalize}.footer .main-footer__menu .col ul li.active a,.footer .main-footer__menu .col ul li:hover a{color:#271072}.footer .main-footer__social{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end}.footer .main-footer__social .wrap .logo-footer{display:block;margin-bottom:6rem}.footer .main-footer__social .wrap .logo-footer img{max-width:21.5rem}.footer .main-footer__social .wrap .social-list{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.footer .main-footer__social .wrap .social-list a{display:inline-block}.footer .main-footer__social .wrap .social-list a em{color:#404040;font-size:3rem}.footer .main-footer__social .wrap .social-list a:not(:last-child){margin-right:4rem}.footer .main-footer__social .wrap .social-list a:hover em{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:#271072}@media (max-width:1200px){.footer .main-footer__menu{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;max-width:66.66%}.footer .main-footer__social{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}}@media (max-width:992px){.footer .main-footer__menu{margin-bottom:3rem}.footer .main-footer__menu,.footer .main-footer__social{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.footer .main-footer__social{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:767px){.footer .main-footer__menu .col{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.footer .main-footer__menu .col:not(:last-child){margin-bottom:2.5rem}}.footer .copyright{background:#fafafa;padding:1rem 0}.footer .copyright p{font-size:1.5rem}header.header{-webkit-box-shadow:0 0 10px 2px rgba(0,0,0,.2);position:fixed;top:0;left:0;z-index:999;box-shadow:0 0 10px 2px rgba(0,0,0,.2);background:#fff;width:100%}header.header>div{width:100%}header.header .header-wrapper{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}header.header .header-wrapper .logo img{max-width:21.5rem}header.header .header-wrapper .menu{margin-left:auto}header.header .header-wrapper .menu__list{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;list-style:none}header.header .header-wrapper .menu__item{margin-right:5.5rem}header.header .header-wrapper .menu__item.active a,header.header .header-wrapper .menu__item:hover a{text-decoration:none}header.header .header-wrapper .menu__item.active a:after,header.header .header-wrapper .menu__item:hover a:after{-webkit-transition:.2s linear;-o-transition:.2s linear;transition:.2s linear;width:100%}header.header .header-wrapper .menu__item.has-dropdown{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;align-items:center}header.header .header-wrapper .menu__item.has-dropdown .dropdown-icon{color:#fff;font-size:2.4rem}@media (min-width:1200px){header.header .header-wrapper .menu__item.has-dropdown .dropdown-icon{display:none}}header.header .header-wrapper .menu__item.has-dropdown .nav-sub{-webkit-transform:translateX(-25%);-ms-transform:translateX(-25%);-webkit-box-shadow:0 5px 12px rgba(0,0,0,.15);position:absolute;top:calc(100% + 2rem);left:25%;transform:translateX(-25%);visibility:hidden;opacity:0;box-shadow:0 5px 12px rgba(0,0,0,.15);background:#fff;padding:3rem;width:190px;list-style:none}header.header .header-wrapper .menu__item.has-dropdown .nav-sub li{line-height:1.4}header.header .header-wrapper .menu__item.has-dropdown .nav-sub li:not(:last-child){margin-bottom:3.5rem}header.header .header-wrapper .menu__item.has-dropdown .nav-sub li a{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;color:#404040;font-size:1.6rem;text-transform:capitalize}header.header .header-wrapper .menu__item:hover .nav-sub{-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;top:100%;visibility:visible;opacity:1;transition:all .3s ease 0s}header.header .header-wrapper .menu__link{display:block;position:relative;color:#404040;font-size:1.6rem;line-height:1.2;line-height:8rem;text-shadow:0 0 10px rgba(25,34,109,.1);text-transform:capitalize}header.header .header-wrapper .menu__link:after{position:absolute;bottom:2rem;left:0;background:#404040;width:0;height:2px;content:""}header.header .header-wrapper .cart{display:inline-block;position:relative;border-radius:2rem;background:#271072;padding:.5rem 2rem}header.header .header-wrapper .cart em{color:#fff;font-size:1.4rem}header.header .header-wrapper .cart .amount{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:-10px;right:0;align-items:center;justify-content:center;border-radius:50%;background:red;width:20px;height:20px;color:#fff;font-size:1.4rem}header.header .header-wrapper .cart:hover{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.3);-webkit-transition:.2s;-o-transition:.2s;transition:.2s;box-shadow:0 2px 10px 0 rgba(0,0,0,.3)}header.header .header-wrapper .toggle-btn{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;display:none;position:relative;align-items:center;justify-content:center;z-index:9999}header.header .header-wrapper .toggle-btn .button{-webkit-transition:all 0ms .3s;-o-transition:all 0ms .3s;position:relative;transition:all 0ms .3s;background:#271072;width:25px;height:2px}header.header .header-wrapper .toggle-btn .button:after{bottom:6px}header.header .header-wrapper .toggle-btn .button:after,header.header .header-wrapper .toggle-btn .button:before{-webkit-transition:bottom .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);-o-transition:bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);position:absolute;left:0;transition:bottom .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1);transition:bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);background:#271072;width:100%;height:100%;content:""}header.header .header-wrapper .toggle-btn .button:before{top:6px}header.header .header-wrapper .toggle-btn.active .button{background:transparent}header.header .header-wrapper .toggle-btn.active .button:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transition:top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;-o-transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);top:0;transform:rotate(45deg);transition:top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;transition:top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s}header.header .header-wrapper .toggle-btn.active .button:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transition:bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;-o-transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);bottom:0;transform:rotate(-45deg);transition:bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;transition:bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s}header.header .header-wrapper .navbar-mobile{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);position:fixed;top:0;left:0;transform:translateX(-100%);z-index:9999;background:#271072;width:300px;height:100vh}header.header .header-wrapper .navbar-mobile.active{-webkit-transform:translate(0);-ms-transform:translate(0);-webkit-transition:-webkit-transform .5s cubic-bezier(.22,.61,.36,1);-o-transition:transform .5s cubic-bezier(.22,.61,.36,1);transform:translate(0);transition:-webkit-transform .5s cubic-bezier(.22,.61,.36,1);transition:transform .5s cubic-bezier(.22,.61,.36,1);transition:transform .5s cubic-bezier(.22,.61,.36,1),-webkit-transform .5s cubic-bezier(.22,.61,.36,1)}header.header .header-wrapper .back-drop{position:fixed;top:0;left:0;visibility:hidden;opacity:0;z-index:99;background:hsla(0,0%,100%,.73);width:100vw;height:100vh}header.header .header-wrapper .back-drop.active{-webkit-transition:.25s linear;-o-transition:.25s linear;visibility:visible;opacity:1;transition:.25s linear}@media (max-width:1200px){.header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:2.5rem 0}.header .menu{display:none}.header .toggle-btn{display:block!important;margin-left:3rem}.header .cart{margin-left:auto}.header .navbar-mobile{padding:2rem}.header .navbar-mobile.active .menu{display:block}.header .navbar-mobile.active .menu__list{display:inline-block;width:100%}.header .navbar-mobile.active .menu__item{margin:0;padding:1.5rem 0;line-height:1.4}.header .navbar-mobile.active .menu__item.active a{color:#fff}.header .navbar-mobile.active .menu__item.has-dropdown{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap}.header .navbar-mobile.active .menu__item.has-dropdown .dropdown-icon{position:absolute;top:1.5rem;right:0}.header .navbar-mobile.active .menu__item.has-dropdown .nav-sub{-webkit-transform:none;-ms-transform:none;-webkit-box-shadow:none;display:none;position:static;transform:none;visibility:visible;opacity:1;box-shadow:none;background:none;padding:2rem;width:100%}.header .navbar-mobile.active .menu__item.has-dropdown .nav-sub li a{color:#fff;font-size:1.8rem}.header .navbar-mobile.active .menu__link{color:#fff;font-size:1.8rem;line-height:2}.header .navbar-mobile.active .menu__link:after{display:none}}.contact-section h2{margin-bottom:1.5rem;color:#404040;font-size:2.8rem;font-weight:300;line-height:1.4;text-transform:capitalize}.contact-section h2 span{font-weight:700}.contact-section .desc{margin-bottom:4rem;color:#404040;font-size:2rem;font-weight:300}.contact-section .contact-section-inner{-ms-flex-flow:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;align-items:stretch;margin:0 -1.5rem;padding:6rem 0 9rem}.contact-section .contact-section-inner .form,.contact-section .contact-section-inner .info{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:0 1.5rem;max-width:50%}@media (max-width:767px){.contact-section .contact-section-inner .form,.contact-section .contact-section-inner .info{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.contact-section .contact-section-inner .info{margin-bottom:5rem}}.contact-section .contact-section-inner .info{padding:5rem}.contact-section .contact-section-inner .info .list-item .item{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.contact-section .contact-section-inner .info .list-item .item:not(:last-child){margin-bottom:3.5rem}.contact-section .contact-section-inner .info .list-item .item:hover{color:#333}.contact-section .contact-section-inner .info .list-item .item .icon{-webkit-box-flex:0;-ms-flex:0 0 5.8rem;flex:0 0 5.8rem;margin-right:2.5rem;width:5.8rem}.contact-section .contact-section-inner .info .list-item .item .icon img{max-width:5.8rem;height:auto}.contact-section .contact-section-inner .info .list-item .item p{max-width:80%;color:#404040;font-size:1.6rem;font-weight:300;line-height:1.4}@media (max-width:767px){.contact-section .contact-section-inner .info{padding:3rem 1.5rem}}.contact-section .contact-section-inner .form{padding-left:8.33%}.contact-section .contact-section-inner .form .wrap-form{-webkit-box-shadow:5px 5px 10px 2px rgba(0,0,0,.15);box-shadow:5px 5px 10px 2px rgba(0,0,0,.15);background:#fff;padding:4rem 4.5rem}.contact-section .contact-section-inner .form .form-group:not(:last-child){margin-bottom:2.5rem}.contact-section .contact-section-inner .form .form-group input{height:3.8rem}.contact-section .contact-section-inner .form .form-group input,.contact-section .contact-section-inner .form .form-group textarea{outline:none;border:none;background:#ececec;padding:1.5rem 2rem;width:100%}@media (max-width:991px){.contact-section .contact-section-inner .form{padding-left:1.5rem}}.contact-section .contact-section-inner .form .btn-submit input{border-radius:2.5rem;background:#404040;padding:1rem 0;height:4.1rem;color:#fff;font-size:1.6rem;font-weight:600}.contact-section .contact-section-inner .form .qselect{position:relative}.contact-section .contact-section-inner .form .qselect:after{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);position:absolute;top:50%;right:5rem;transform:translateY(-50%);pointer-events:none;font:normal normal normal 24px/1 Material Design Icons;content:"\f140"}.contact-section .contact-section-inner .form #select{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;background:#ececec;padding-left:2.5rem;width:100%;height:3.8rem;color:#707070}.contact-section .iframe{width:100%;height:50rem}.contact-section .iframe iframe{width:100%;height:100%}.about-page .page-desc-section{padding:7rem 0 9rem}.about-page .page-desc-section p{margin:0 auto;max-width:50%;color:#404040;font-size:2.2rem;font-weight:400;line-height:1.6;text-align:center}.about-page .page-desc-section p strong{color:#271072;font-weight:700}@media (max-width:767px){.about-page .page-desc-section p{max-width:90%}}.about-section{position:relative}.about-section:after{top:-12rem;left:0}.about-section:after,.about-section:before{position:absolute;z-index:-1;background-image:url(../img/bg/about/1.png);background-repeat:no-repeat;background-size:contain;width:16rem;height:36rem;content:""}.about-section:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);top:10rem;right:0;transform:rotate(180deg)}.about-section .list-item .item{-ms-flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;justify-content:space-between}.about-section .list-item .item .box-img{width:calc(50% - 9rem)}.about-section .list-item .item .box-img img{width:100%}.about-section .list-item .item .box-content{padding:2rem 0 2rem 9rem;width:calc(50% + 9rem)}.about-section .list-item .item .box-content .main-title{margin-bottom:1.5rem}.about-section .list-item .item .box-content p{color:#404040;font-size:1.8rem;line-height:1.4}.about-section .list-item .item:not(:last-child){margin-bottom:8rem}.about-section .list-item .item:nth-child(2){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.about-section .list-item .item:nth-child(2) .box-content{padding:2rem 9rem 2rem 0}@media (max-width:767px){.about-section .list-item .item .box-img{width:100%}.about-section .list-item .item .box-content{padding:2rem;width:100%}}.us-apart{padding:9rem 0}.us-apart .main-title{margin-bottom:2rem;text-align:center}.us-apart p{margin:0 auto 7rem;max-width:70%;color:#404040;font-size:1.8rem;font-weight:300;line-height:1.4;text-align:center}@media (max-width:767px){.us-apart p{max-width:100%}}.us-apart .us-apart-tabs .tabs #tabs-nav{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;flex-flow:wrap;overflow-x:auto}.us-apart .us-apart-tabs .tabs #tabs-nav:after{position:absolute;bottom:0;left:0;border-radius:1rem;background:#f5f3f8;width:100%;height:.6rem;content:""}.us-apart .us-apart-tabs .tabs #tabs-nav li{-webkit-box-flex:0;-ms-flex:0 0 33.33%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex:0 0 33.33%;flex-direction:column;align-items:center;padding-bottom:3.5rem;max-width:33.33%}.us-apart .us-apart-tabs .tabs #tabs-nav li a .icon{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-bottom:1.5rem}.us-apart .us-apart-tabs .tabs #tabs-nav li a .icon img{-webkit-filter:grayscale(100%);filter:grayscale(100%);max-width:5rem}.us-apart .us-apart-tabs .tabs #tabs-nav li a span{display:block;margin:0 auto;max-width:70%;color:#000;font-size:1.8rem;font-weight:700;line-height:1.4;text-align:center}.us-apart .us-apart-tabs .tabs #tabs-nav li.active{position:relative}.us-apart .us-apart-tabs .tabs #tabs-nav li.active:after{position:absolute;bottom:0;left:0;z-index:9;border-radius:1rem;background:#271072;width:100%;height:.7rem;content:""}.us-apart .us-apart-tabs .tabs #tabs-nav li.active a .icon img{-webkit-filter:grayscale(0);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;filter:grayscale(0);transition:.3s ease-in-out}@media (max-width:767px){.us-apart .us-apart-tabs .tabs #tabs-nav li{-webkit-box-flex:0;-ms-flex:0 0 100%;position:relative;flex:0 0 100%;max-width:100%}.us-apart .us-apart-tabs .tabs #tabs-nav li:after{position:absolute;bottom:0;left:0;border-radius:1rem;background:#f5f3f8;width:100%;height:7px;content:""}.us-apart .us-apart-tabs .tabs #tabs-nav li:not(:last-child){margin-bottom:3.5rem}}.us-apart .us-apart-tabs .tabs #tabs-content .tab-content p{margin:0 auto;padding-top:6rem;max-width:70%;color:#404040;font-size:1.8rem;line-height:1.4;text-align:center}.what-are-you .main-title{margin-bottom:2rem;color:#fff;text-align:center}.planar-control__slider .gallery-top .swiper-slide .box-content .wrap .main-title{margin-bottom:1.5rem}.cart-section{padding:6rem 0}.cart-section .cart-wrapper{-ms-flex-flow:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;align-items:stretch;margin:0 -1.5rem}.cart-section .cart-wrapper .cart-product{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;padding:0 8rem 0 1.5rem;max-width:66.66%}.cart-section .cart-wrapper .cart-product .cart-title{color:#404040;font-size:2.4rem;font-weight:600;text-transform:capitalize}.cart-section .cart-wrapper .cart-product .product-list .product-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #a5a5a5;padding:4rem 0}.cart-section .cart-wrapper .cart-product .product-list .product-item .product{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;width:50%}.cart-section .cart-wrapper .cart-product .product-list .product-item .product .box-img{max-width:7rem;max-height:7rem}.cart-section .cart-wrapper .cart-product .product-list .product-item .product .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.cart-section .cart-wrapper .cart-product .product-list .product-item .product .caption{padding:0 2rem}.cart-section .cart-wrapper .cart-product .product-list .product-item .product .caption .cate{display:block;margin-bottom:1rem;color:#a5a5a5;font-size:1.6rem;font-weight:600;text-transform:capitalize}.cart-section .cart-wrapper .cart-product .product-list .product-item .product .caption .title{display:block;color:#404040;font-size:1.6rem;font-weight:600;line-height:1.4}.cart-section .cart-wrapper .cart-product .product-list .product-item .amount{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;border:1px solid #a5a5a5;border-radius:2.5rem}.cart-section .cart-wrapper .cart-product .product-list .product-item .amount .btn-left,.cart-section .cart-wrapper .cart-product .product-list .product-item .amount .btn-right{-webkit-box-flex:0;-ms-flex:0 0 3.4rem;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex:0 0 3.4rem;align-items:center;justify-content:center;cursor:pointer;outline:none;width:3.4rem;height:3.4rem}.cart-section .cart-wrapper .cart-product .product-list .product-item .amount .btn-left span,.cart-section .cart-wrapper .cart-product .product-list .product-item .amount .btn-right span{font-size:1.8rem}.cart-section .cart-wrapper .cart-product .product-list .product-item .amount .input{outline:none;border:none;background:none;width:3.4rem;height:3.4rem;text-align:center}.cart-section .cart-wrapper .cart-product .product-list .product-item .amount ::-webkit-inner-spin-button,.cart-section .cart-wrapper .cart-product .product-list .product-item .amount ::-webkit-outer-spin-button{-webkit-appearance:none;display:none;margin:0}.cart-section .cart-wrapper .cart-product .product-list .product-item .amount input[type=number]{-moz-appearance:textfield}.cart-section .cart-wrapper .cart-product .product-list .product-item .price{text-align:center}.cart-section .cart-wrapper .cart-product .product-list .product-item .price__old{display:block;margin-bottom:1rem;color:#a5a5a5;text-decoration:line-through}.cart-section .cart-wrapper .cart-product .product-list .product-item .price__new{display:block;color:red;font-size:1.6rem;font-weight:600}.cart-section .cart-wrapper .cart-product .product-list .product-item .remove-btn{padding:0 1.5rem;text-align:center}.cart-section .cart-wrapper .cart-product .product-list .product-item .remove-btn a em{color:#404040;font-size:2.4rem}.cart-section .cart-wrapper .cart-product .bottom-wrap{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;padding-top:2.5rem}.cart-section .cart-wrapper .cart-product .bottom-wrap .coupon-box{-webkit-box-align:stretch;-ms-flex-align:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:stretch}.cart-section .cart-wrapper .cart-product .bottom-wrap .coupon-box input{outline:none;border:1px solid #a5a5a5;border-right:0;background:none;padding:0 1.5rem;width:15rem;height:35px}.cart-section .cart-wrapper .cart-product .bottom-wrap .coupon-box .apply-btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;background:#271072;padding:0 1.5rem;height:35px;color:#fff;font-size:1.6rem;font-weight:600}.cart-section .cart-wrapper .cart-product .bottom-wrap .buttons-wrap{margin-left:auto}.cart-section .cart-wrapper .cart-product .bottom-wrap .buttons-wrap .empty-cart-btn,.cart-section .cart-wrapper .cart-product .bottom-wrap .buttons-wrap .update-cart-btn{display:inline-block;border:1px solid #a5a5a5;border-radius:2.5rem;padding:1rem 3rem;color:#404040;font-size:1.6rem;font-weight:600}.cart-section .cart-wrapper .cart-product .bottom-wrap .buttons-wrap .empty-cart-btn:hover,.cart-section .cart-wrapper .cart-product .bottom-wrap .buttons-wrap .update-cart-btn:hover{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border:1px solid #271072;background:#271072;color:#fff}.cart-section .cart-wrapper .cart-product .bottom-wrap .buttons-wrap .empty-cart-btn{margin-right:1.5rem}.cart-section .cart-wrapper .order-summany{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;padding:0 1.5rem;max-width:33.33%}.cart-section .cart-wrapper .order-summany .wrap{background:#f5f3f8;padding:3rem}.cart-section .cart-wrapper .order-summany .title{color:#404040;font-size:2.4rem;font-weight:600;text-transform:capitalize}.cart-section .cart-wrapper .order-summany .table{width:100%}.cart-section .cart-wrapper .order-summany .table tr td{padding:2rem 0}.cart-section .cart-wrapper .order-summany .table tr td:nth-child(2){font-weight:600;text-align:right}.cart-section .cart-wrapper .order-summany .table tr:last-child td{padding:4rem 0}.cart-section .cart-wrapper .order-summany .table tr:last-child td:nth-child(2){font-size:2.4rem;font-weight:600;text-align:right}.cart-section .cart-wrapper .order-summany .checkout-btn{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;color:#fff}.cart-section .cart-wrapper .order-summany .checkout-btn a{display:inline-block;border-radius:2.5rem;background:#271072;padding:1rem 3rem;color:#fff;font-size:1.6rem}@media (max-width:1200px){.cart-section .cart-wrapper .cart-product,.cart-section .cart-wrapper .order-summany{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cart-section .cart-wrapper .cart-product{margin-bottom:3rem;padding-right:1.5rem}}@media (max-width:575px){.cart-section .cart-wrapper .cart-product .bottom-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;flex-direction:column;align-items:flex-start}.cart-section .cart-wrapper .cart-product .bottom-wrap .buttons-wrap{margin-left:0}.cart-section .cart-wrapper .cart-product .bottom-wrap .coupon-box{margin-bottom:2.5rem}.cart-section .cart-wrapper .cart-product .product-list .product-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;position:relative;flex-direction:column;align-items:flex-start}.cart-section .cart-wrapper .cart-product .product-list .product-item .product{margin-bottom:1.5rem;width:100%}.cart-section .cart-wrapper .cart-product .product-list .product-item .amount{margin-bottom:1.5rem}.cart-section .cart-wrapper .cart-product .product-list .product-item .remove-btn{position:absolute;top:4rem;right:0}.cart-section .cart-wrapper .cart-product .product-list .product-item .remove-btn a em{font-size:2rem}.cart-section .cart-wrapper .order-summany .checkout-btn{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.checkout-page .page-title-section{background:#f5f3f8;padding:5rem 0;text-align:center}.checkout-page .page-title-section .page-title{color:#404040;font-size:2.8rem;font-weight:600}.checkout-page .page-title-section .page-title:after{display:none}.checkout-section{padding:7.5rem 0}.checkout-section h4{margin-bottom:3.5rem;color:#404040;font-size:2.4rem;font-weight:600;line-height:3rem;text-transform:capitalize}.checkout-section .checkout-section-wrapper{margin:0 auto;max-width:80%}.checkout-section .form-wrap{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;margin:0 -5rem 10rem}.checkout-section .form-different-address .form-2{display:none;visibility:hidden;opacity:0}.checkout-section .form-different-address .form-2.active{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;display:block;visibility:visible;opacity:1;transition:.3s ease-in-out}.checkout-section .form-different-address .custom-checkbox{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;margin-bottom:3.5rem;line-height:3rem}.checkout-section .form-different-address .custom-checkbox .checkbox{-webkit-box-shadow:0 0 0 1.5px #cbcbcb;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;margin-right:1rem;box-shadow:0 0 0 1.5px #cbcbcb;border-radius:2px;width:2rem;height:2rem}.checkout-section .form-different-address .custom-checkbox .checkbox em{opacity:0;color:#404040;font-size:1.6rem}.checkout-section .form-different-address .custom-checkbox span{font-size:1.8rem}.checkout-section .form-different-address .custom-checkbox.active .checkbox em{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;opacity:1;transition:.3s ease-in-out}.checkout-section .form-address,.checkout-section .form-different-address{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:5rem;max-width:50%}@media (max-width:1024px){.checkout-section .form-address,.checkout-section .form-different-address{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.checkout-section .form-address form .form-group,.checkout-section .form-different-address form .form-group{margin-bottom:3rem}.checkout-section .form-address form .form-group label,.checkout-section .form-different-address form .form-group label{display:block;margin-bottom:1.5rem;color:#404040;font-size:1.6rem;font-weight:600;text-transform:capitalize}.checkout-section .form-address form .form-group input,.checkout-section .form-different-address form .form-group input{-webkit-box-shadow:0 0 0 1.2px #cbcbcb;outline:none;box-shadow:0 0 0 1.2px #cbcbcb;border:none;background:none;padding:0 2rem;width:100%;height:35px;font-size:1.6rem}.checkout-section .form-address form .form-group ::-webkit-input-placeholder,.checkout-section .form-different-address form .form-group ::-webkit-input-placeholder{color:#cbcbcb;font-size:1.6rem}.checkout-section .form-address form .form-group #address2,.checkout-section .form-different-address form .form-group #address2{margin-top:2rem}.checkout-section .form-address form .form-group select,.checkout-section .form-different-address form .form-group select{-webkit-box-shadow:0 0 0 1.2px #cbcbcb;outline:none;box-shadow:0 0 0 1.2px #cbcbcb;border:none;background:none;width:100%;height:35px}.checkout-section .order-table{margin-bottom:10rem}.checkout-section .order-table h4{margin-bottom:2.5rem;color:#404040;font-size:2.4rem;font-weight:600;text-transform:capitalize}.checkout-section .order-table .table{-webkit-box-shadow:inset 0 0 2px #cbcbcb;box-shadow:inset 0 0 2px #cbcbcb;width:100%}.checkout-section .order-table .table td:first-child{width:70%}.checkout-section .order-table .table thead{background:#f2f2f2}.checkout-section .order-table .table thead tr td:first-child{text-align:left}.checkout-section .order-table .table thead tr td{padding:2rem 3rem;color:#404040;font-weight:600;text-align:center}.checkout-section .order-table .table tbody tr td:first-child{text-align:left}.checkout-section .order-table .table tbody tr:not(:last-child){-webkit-box-shadow:0 2px 0 0 #f2f2f2;box-shadow:0 2px 0 0 #f2f2f2}.checkout-section .order-table .table tbody tr td{padding:2rem 3rem;color:#404040;text-align:center}.checkout-section .order-table .table tbody tr .bold{font-weight:600}.checkout-section .payment-method-wrap{margin-bottom:10rem}.checkout-section .payment-method-wrap h4{margin-bottom:2.5rem;color:#404040;font-size:2.4rem;font-weight:600;text-transform:capitalize}.checkout-section .payment-method-wrap .payment-method{border:5px solid #f2f2f2}.checkout-section .payment-method-wrap .payment-method.active{background:#f2f2f2}.checkout-section .payment-method-wrap .payment-method .select-group{-webkit-box-align:baseline;-ms-flex-align:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;align-items:baseline;padding:3rem 3rem 4.5rem 6rem}.checkout-section .payment-method-wrap .payment-method .select-group input{position:fixed;opacity:0;width:0}.checkout-section .payment-method-wrap .payment-method .select-group label{display:block;position:relative;width:100%}.checkout-section .payment-method-wrap .payment-method .select-group label:after{position:absolute;top:3px;left:-3rem;border:2px solid #cbcbcb;border-radius:50%;width:1.5rem;height:1.5rem;content:""}.checkout-section .payment-method-wrap .payment-method .select-group input[type=radio]:checked+label:after,.checkout-section .payment-method-wrap .payment-method .select-group input[type=radio]:focus+label:after{border:4px solid #271072}.checkout-section .payment-method-wrap .payment-method .select-group label{margin-left:1.5rem}.checkout-section .payment-method-wrap .payment-method .select-group label .method-info figure .imgbox{position:absolute;top:0;right:3rem}.checkout-section .payment-method-wrap .payment-method .select-group label .method-info figure .imgbox img{max-width:7rem;height:auto}.checkout-section .payment-method-wrap .payment-method .select-group label .method-info figure figcaption h5{margin-bottom:1.5rem;color:#404040;font-size:1.8rem;font-weight:600}.checkout-section .payment-method-wrap .payment-method .select-group label .method-info figure figcaption p{color:#404040;font-size:1.4rem;line-height:1.4}.checkout-section .confirm{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-bottom:4rem}.checkout-section .confirm label{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;font-size:1.4rem}.checkout-section .confirm label p{margin-left:1rem}.checkout-section .submit-btn-wrap{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.page-desc-section{padding:7rem 0 9rem}.page-desc-section p{margin:0 auto;max-width:50%;color:#404040;color:#271072;font-size:2.8rem;font-weight:700;line-height:1.6;text-align:center}.page-desc-section p span{margin:.5rem;color:#271072;font-weight:700}@media (max-width:767px){.page-desc-section p{max-width:90%}}.lightings-intro-section .intro{-ms-flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;justify-content:space-between}.lightings-intro-section .intro .box-img{width:calc(50% - 9rem)}.lightings-intro-section .intro .box-img img{width:100%}.lightings-intro-section .intro .box-content{padding:2rem 0 2rem 9rem;width:calc(50% + 9rem)}.lightings-intro-section .intro .box-content .main-title-26{margin-bottom:1.5rem}.lightings-intro-section .intro .box-content .main-title-26 span{margin-left:0}.lightings-intro-section .intro .box-content p{color:#404040;font-size:1.8rem;line-height:1.4}.lightings-intro-section .intro:not(:last-child){margin-bottom:8rem}@media (max-width:767px){.lightings-intro-section .intro .box-img{width:100%}.lightings-intro-section .intro .box-content{padding:2rem;width:100%}}.features-section{padding-top:10rem}.features-section .main-title-26{margin-bottom:2rem;text-align:center}.features-section p{margin-bottom:4rem;color:#404040;font-size:2.2rem;font-weight:300;text-align:center}.features-section .features-accordion{-ms-flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:stretch;-ms-flex-align:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;align-items:stretch;justify-content:space-between}.features-section .features-accordion .box-img{width:40%}.features-section .features-accordion .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.features-section .features-accordion .box-content{width:60%}.features-section .features-accordion .box-content .list-item .item:first-child .content{display:block}.features-section .features-accordion .box-content .list-item .item .title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;align-items:center;justify-content:space-between;background:#fafafa;padding:0 4.5rem;color:#404040}.features-section .features-accordion .box-content .list-item .item .title h4{font-size:1.8rem;font-weight:600;line-height:7rem}.features-section .features-accordion .box-content .list-item .item .title em{font-size:2.4rem}.features-section .features-accordion .box-content .list-item .item .title.active{background:#f6f3f8}.features-section .features-accordion .box-content .list-item .item:not(:last-child){margin-bottom:1rem}.features-section .features-accordion .box-content .list-item .item .content{display:none;padding:3.5rem 4.5rem}.features-section .features-accordion .box-content .list-item .item .content:first-child{display:block}.features-section .features-accordion .box-content .list-item .item .content p{font-size:1.6rem;font-weight:300;line-height:1.6}@media (max-width:1024px){.features-section .features-accordion .box-content .list-item .item .title{padding:2rem}.features-section .features-accordion .box-content .list-item .item .title:after{width:calc(100% - 4rem)}.features-section .features-accordion .box-content .list-item .item .title h4{font-size:2.2rem;line-height:1.4}.features-section .features-accordion .box-content .list-item .item .title em{font-size:3.2rem}.features-section .features-accordion .box-content .list-item .item .content{padding:4rem 2rem}}@media (max-width:767px){.features-section .features-accordion .box-content .list-item .item .title{padding:2rem}.features-section .features-accordion .box-content .list-item .item .title h4{font-size:1.8rem}}@media (max-width:767px){.features-section .features-accordion .box-content,.features-section .features-accordion .box-img{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}}.shop-now{padding-top:10rem}.shop-now .main-title-26{margin-bottom:2rem;color:#404040;font-weight:700;text-align:center}.shop-now p{margin-bottom:5rem;color:#404040;font-size:2.2rem;font-weight:300;text-align:center}.shop-now .btn-wrap{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.planar-control{background:#f5f3f8;padding:9rem 0 7rem}.planar-control__slider .gallery-top{margin:unset!important;width:75%;overflow:unset!important}@media (max-width:767px){.planar-control__slider .gallery-top{width:100%}}.planar-control__slider .gallery-top .swiper-slide{-webkit-box-align:stretch;-ms-flex-align:stretch;-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;align-items:stretch;opacity:.5}.planar-control__slider .gallery-top .swiper-slide-active{-webkit-transition:.3s linear;-o-transition:.3s linear;opacity:1;transition:.3s linear}.planar-control__slider .gallery-top .swiper-slide .box-img{-webkit-box-flex:0;-ms-flex:0 0 41.66%;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;flex:0 0 41.66%;justify-content:flex-end;max-width:41.66%}.planar-control__slider .gallery-top .swiper-slide .box-img img{max-height:39rem}.planar-control__slider .gallery-top .swiper-slide .box-content{-webkit-box-flex:0;-ms-flex:0 0 58.33%;-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex:0 0 58.33%;align-items:center;max-width:58.33%}.planar-control__slider .gallery-top .swiper-slide .box-content .wrap{padding-right:1.5rem;padding-left:7rem}.planar-control__slider .gallery-top .swiper-slide .box-content .wrap .main-title-26{margin-bottom:1.5rem}.planar-control__slider .gallery-top .swiper-slide .box-content .wrap p{color:#271072;font-size:1.8rem;font-weight:600;line-height:1.4}@media (max-width:575px){.planar-control__slider .gallery-top .swiper-slide .box-img{-webkit-box-flex:0;-ms-flex:0 0 100%;-webkit-box-pack:center;-ms-flex-pack:center;flex:0 0 100%;justify-content:center;margin-bottom:3rem;max-width:100%}.planar-control__slider .gallery-top .swiper-slide .box-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.planar-control__slider .gallery-top .swiper-slide .box-content .wrap{padding:0 1.5rem;text-align:center}}.planar-control__slider .gallery-thumbs-wrap{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end}.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs{margin:unset!important;padding:7rem 0;width:60%}@media (max-width:575px){.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs{width:100%}}.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs .swiper-wrapper .swiper-slide{position:relative;padding:1rem 0}.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs .swiper-wrapper .swiper-slide .title{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-animation:fade-in 1s ease-out;display:none;position:absolute;top:-1.5rem;left:50%;transform:translateX(-50%);animation:fade-in 1s ease-out;cursor:pointer;color:#404040;font-size:1.8rem;font-weight:200}.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs .swiper-wrapper .swiper-slide:after{position:absolute;bottom:0;left:50%;cursor:pointer;background:#ebe7f1;width:100%;height:.6rem;content:""}.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs .swiper-wrapper .swiper-slide:before{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);position:absolute;bottom:-.6rem;left:50%;transform:translateX(-50%);z-index:9;cursor:pointer;border-radius:50%;background:#c3bad8;width:2rem;height:2rem;content:""}.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active .title{display:block}.planar-control__slider .gallery-thumbs-wrap .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active:before{background:#271072}.order-page .page-title-section{background:#f5f3f8;background-image:url(../img/bg/thanks/1.png);background-position:0 100%;background-repeat:no-repeat;background-size:19rem 26rem;padding:9rem 0;text-align:center}.order-page .page-title-section .heading{margin:0 auto 5rem;border-bottom:2px solid #e3e2e5;max-width:55rem}.order-page .page-title-section .heading .main-title{margin-bottom:2rem}.order-page .page-title-section .heading p{margin-bottom:4rem;color:#404040;font-size:2.2rem;font-weight:300}.order-page .page-title-section .order-id{color:#333;font-size:3rem;font-weight:700;line-height:1.4;text-transform:capitalize}.order-summany-section{background-image:url(../img/bg/thanks/2.png);background-position:100%;background-repeat:no-repeat;background-size:18rem 37rem;padding:6rem 0}.order-summany-section .main-title{margin-bottom:6rem;text-align:center}.order-summany-section .order-summany-table table.table{margin:0 auto;max-width:55rem}.order-summany-section .order-summany-table table.table tr td:first-child{width:90%}.order-summany-section .order-summany-table table.table tr:last-child .price{font-size:2.4rem}.order-summany-section .order-summany-table table.table tr:last-child td{padding-top:2rem}.order-summany-section .order-summany-table table.table .product-tbl td{padding-bottom:5rem}.order-summany-section .order-summany-table table.table .product-tbl td .product{display:-webkit-box;display:-ms-flexbox;display:flex}.order-summany-section .order-summany-table table.table .product-tbl td .product .box-img{width:7rem;height:7rem}.order-summany-section .order-summany-table table.table .product-tbl td .product .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.order-summany-section .order-summany-table table.table .product-tbl td .product .caption{padding:0 2rem}.order-summany-section .order-summany-table table.table .product-tbl td .product .caption .title{display:block;margin-bottom:1rem;color:#404040;font-size:1.8rem;font-weight:600;line-height:1.4}.order-summany-section .order-summany-table table.table .product-tbl td .product .caption .amount{font-size:1.8rem}.order-summany-section .order-summany-table table.table .product-tbl .price{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;font-weight:400}.order-summany-section .order-summany-table table.table td{padding-bottom:3rem;font-size:1.8rem}.order-summany-section .order-summany-table table.table .price{font-weight:600;text-align:right}.order-summany-section .button-wrap{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:3.5rem}.order-summany-section .button-wrap .back-home-btn{padding:1.5rem 2rem;font-size:1.8rem}.project-list{padding-top:9rem}.project-list .main-title-26{margin-bottom:1.5rem;text-align:center}.project-list p{margin-bottom:6.5rem;color:#404040;font-size:2.2rem;font-weight:300;text-align:center}.project-list__nav{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:6rem}.project-list__nav,.project-list__nav .nav-list{display:-webkit-box;display:-ms-flexbox;display:flex}.project-list__nav .nav-list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none}.project-list__nav .nav-list li:not(:last-child){margin-right:3rem}.project-list__nav .nav-list li a{display:inline-block;border:1px solid #a6a6a6;border-radius:2.5rem;padding:1rem 2.5rem;color:#404040;font-size:1.6rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.project-list__nav .nav-list li.active a,.project-list__nav .nav-list li:hover a{-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;border:1px solid #271072;background:#271072;color:#fff}.project-list__nav .nav-mobile{display:none;position:relative;width:100%}.project-list__nav .nav-mobile #select{-webkit-box-shadow:inset 0 0 0 1.2px #271072;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;box-shadow:inset 0 0 0 1.2px #271072;border:none;padding:1.5rem 2rem;width:100%;color:#271072;font-size:1.6rem;font-weight:600}.project-list__nav .nav-mobile:after{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);position:absolute;top:50%;right:2rem;transform:translateY(-50%);color:#271072;font:normal normal normal 24px/1 Material Design Icons;font-size:2.4rem;content:"\f140"}@media (max-width:1200px){.project-list__nav .nav-mobile{display:block}.project-list__nav .nav-list{display:none}}.project-list__contain .list-item{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;margin:0 -2rem}.project-list__contain .list-item .item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;margin-bottom:6rem;padding:0 2rem;max-width:33.33%}.project-list__contain .list-item .item .wrap{position:relative}.project-list__contain .list-item .item .wrap:after{position:absolute;top:0;left:0;visibility:hidden;opacity:0;z-index:1;background:-webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(39,16,114,.05)),color-stop(70%,rgba(39,16,114,.35)));background:-o-linear-gradient(top,rgba(39,16,114,.05) 30%,rgba(39,16,114,.35) 70%);background:linear-gradient(180deg,rgba(39,16,114,.05) 30%,rgba(39,16,114,.35) 70%);width:100%;height:100%;pointer-events:none;content:""}.project-list__contain .list-item .item .wrap .box-img{display:block;width:auto;height:33.5rem;overflow:hidden}.project-list__contain .list-item .item .wrap .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.project-list__contain .list-item .item .wrap .caption{position:absolute;bottom:0;left:0;z-index:9;padding:3rem 2.5rem;width:100%}.project-list__contain .list-item .item .wrap .caption span{display:block;margin-bottom:1rem;color:#d1d1d1;font-size:1.4rem;font-weight:600}.project-list__contain .list-item .item .wrap .caption .title{display:block;color:#fff;font-size:1.6rem;font-weight:600}.project-list__contain .list-item .item .wrap:hover:after{-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;visibility:visible;opacity:1;transition:all .25s ease-in-out}.project-list__contain .list-item .item .wrap:hover .box-img img{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);-webkit-transition:1s ease-in-out;-o-transition:1s ease-in-out;transform:scale(1.15);transition:1s ease-in-out}@media (max-width:991px){.project-list__contain .list-item .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:575px){.project-list__contain .list-item .item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.project-detail{padding-top:3.5rem}.project-detail__slider{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;justify-content:center;margin-bottom:7rem}.project-detail__slider .swiper-container{width:60%;overflow:unset}@media (max-width:575px){.project-detail__slider .swiper-container{width:100%}}.project-detail__slider .swiper-container .swiper-wrapper .swiper-slide .box-img{width:100%;height:42.2rem}.project-detail__slider .swiper-container .swiper-wrapper .swiper-slide .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.project-detail__slider .swiper-nav{-webkit-box-align:center;-ms-flex-align:center;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:50%;left:50%;align-items:center;transform:translate(-50%,-50%);z-index:99;width:100%}.project-detail__slider .swiper-nav .swiper-next{margin-left:auto}.project-detail__slider .swiper-nav .swiper-next,.project-detail__slider .swiper-nav .swiper-prev{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;cursor:pointer;outline:none;border-radius:50%;background:#f2f2f2;width:4.5rem;height:4.5rem}.project-detail__slider .swiper-nav .swiper-next em,.project-detail__slider .swiper-nav .swiper-prev em{color:#a2a2a2;font-size:3.4rem}.project-detail__slider .swiper-nav .swiper-next.active,.project-detail__slider .swiper-nav .swiper-next:hover,.project-detail__slider .swiper-nav .swiper-prev.active,.project-detail__slider .swiper-nav .swiper-prev:hover{-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;background:#271072}.project-detail__slider .swiper-nav .swiper-next.active em,.project-detail__slider .swiper-nav .swiper-next:hover em,.project-detail__slider .swiper-nav .swiper-prev.active em,.project-detail__slider .swiper-nav .swiper-prev:hover em{color:#fff}.project-detail__slider .swiper-pagination{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-3.5rem;left:50%;justify-content:center;transform:translateX(-50%);z-index:99;outline:none}.project-detail__slider .swiper-pagination span{position:static;opacity:1;margin:0 5px;border:none;border-radius:50px;background:#f2f2f2;width:3.5rem;height:8px}.project-detail__slider .swiper-pagination span.swiper-pagination-bullet-active{outline:none;background:#a2a2a2}.project-detail__info{margin-bottom:8rem;text-align:center}.project-detail__info .cate{margin-bottom:1rem;color:#271072;font-size:1.6rem}.project-detail__info .title{margin-bottom:2rem;color:#404040;font-size:2.8rem;font-weight:600}.project-detail__info .date{color:#404040;font-size:1.6rem}.project-detail__other-projects{background:#f5f3f8;padding-top:4rem}.project-detail__other-projects .main-title-24{margin-bottom:2.5rem;text-align:center}.project-detail__other-projects p{margin-bottom:6.5rem;color:#404040;font-size:2.2rem;font-weight:300;text-align:center}.project-detail__other-projects .list-item{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;margin:0 -2rem}.project-detail__other-projects .list-item .item{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;margin-bottom:6rem;padding:0 2rem;max-width:25%}.project-detail__other-projects .list-item .item .wrap{position:relative}.project-detail__other-projects .list-item .item .wrap:after{position:absolute;top:0;left:0;visibility:hidden;opacity:0;z-index:1;background:-webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(39,16,114,.05)),color-stop(70%,rgba(39,16,114,.35)));background:-o-linear-gradient(top,rgba(39,16,114,.05) 30%,rgba(39,16,114,.35) 70%);background:linear-gradient(180deg,rgba(39,16,114,.05) 30%,rgba(39,16,114,.35) 70%);width:100%;height:100%;pointer-events:none;content:""}.project-detail__other-projects .list-item .item .wrap .box-img{display:block;width:auto;height:33.5rem;overflow:hidden}.project-detail__other-projects .list-item .item .wrap .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.project-detail__other-projects .list-item .item .wrap .caption{position:absolute;bottom:0;left:0;z-index:9;padding:3rem 2.5rem;width:100%}.project-detail__other-projects .list-item .item .wrap .caption span{display:block;margin-bottom:1rem;color:#d1d1d1;font-size:1.4rem;font-weight:600}.project-detail__other-projects .list-item .item .wrap .caption .title{display:block;color:#fff;font-size:1.6rem;font-weight:600}.project-detail__other-projects .list-item .item .wrap:hover:after{-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;visibility:visible;opacity:1;transition:all .25s ease-in-out}.project-detail__other-projects .list-item .item .wrap:hover .box-img img{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);-webkit-transition:1s ease-in-out;-o-transition:1s ease-in-out;transform:scale(1.15);transition:1s ease-in-out}@media (max-width:991px){.project-detail__other-projects .list-item .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:575px){.project-detail__other-projects .list-item .item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.product-cate-section{position:relative;padding-top:7rem}.product-cate-section:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);top:9rem;left:0;transform:rotate(180deg)}.product-cate-section:after,.product-cate-section:before{position:absolute;z-index:-1;background-image:url(../img/bg/thanks/2.png);background-repeat:no-repeat;background-size:contain;width:18rem;height:36rem;content:""}.product-cate-section:before{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);top:50%;right:0;transform:translateY(-50%)}.product-cate-section .main-title{margin-bottom:2rem;font-size:2.8rem;text-align:center}.product-cate-section .main-title strong{font-weight:600}.product-cate-section .desc{color:#404040;font-size:2.2rem;font-weight:300;text-align:center}.product-cate-section .product-cate-list{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;margin:0 -3.5rem;padding-top:8rem}.product-cate-section .product-cate-list .product-cate-item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;margin-bottom:7rem;padding:0 3.5rem;max-width:33.33%}.product-cate-section .product-cate-list .product-cate-item figure .box-img{display:block;position:relative;width:auto;height:31rem;overflow:hidden}.product-cate-section .product-cate-list .product-cate-item figure .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.product-cate-section .product-cate-list .product-cate-item figure .box-img:after{position:absolute;top:0;left:0;visibility:hidden;opacity:0;z-index:1;background:-webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(39,16,114,.05)),color-stop(70%,rgba(39,16,114,.35)));background:-o-linear-gradient(top,rgba(39,16,114,.05) 30%,rgba(39,16,114,.35) 70%);background:linear-gradient(180deg,rgba(39,16,114,.05) 30%,rgba(39,16,114,.35) 70%);width:100%;height:100%;pointer-events:none;content:""}.product-cate-section .product-cate-list .product-cate-item figure figcaption{padding-top:1.3rem}.product-cate-section .product-cate-list .product-cate-item figure figcaption .title{display:block;margin-bottom:1.5rem;color:#404040;font-size:1.8rem;font-weight:700}.product-cate-section .product-cate-list .product-cate-item figure figcaption p{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:3.5rem;height:9rem;overflow:hidden;color:#404040;font-size:1.6rem;line-height:1.4}.product-cate-section .product-cate-list .product-cate-item figure figcaption .learn-more-btn{padding:1.3rem 3.5rem;font-size:1.6rem;font-weight:600}.product-cate-section .product-cate-list .product-cate-item figure:hover .box-img:after{-webkit-transition:all .3s;-o-transition:all .3s;visibility:visible;opacity:1;transition:all .3s}.product-cate-section .product-cate-list .product-cate-item figure:hover .box-img img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transition:.8s linear;-o-transition:.8s linear;transform:scale(1.05);transition:.8s linear}@media (max-width:991px){.product-cate-section .product-cate-list .product-cate-item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:767px){.product-cate-section .product-cate-list .product-cate-item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.product-detail{padding-top:3.5rem}.product-detail .product-info-wrapper{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;margin-bottom:5rem}.product-detail .product-info-wrapper .product-slider{-webkit-box-flex:0;-ms-flex:0 0 41.66%;flex:0 0 41.66%;max-width:41.66%}.product-detail .product-info-wrapper .product-slider .gallery-thumbs .swiper-wrapper{padding-top:2.5rem}.product-detail .product-info-wrapper .product-slider .gallery-top{position:relative}.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-slide .box-img{display:block;width:auto;height:38rem}.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-slide .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-next,.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-prev{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:50%;align-items:center;justify-content:center;transform:translateY(-50%);z-index:9;cursor:pointer;outline:none;width:4.5rem;height:4.5rem}.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-next em,.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-prev em{color:#a2a2a2;font-size:3.4rem}.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-next em.active,.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-next em:hover,.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-prev em.active,.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-prev em:hover{-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;background:#271072}.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-next em.active em,.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-next em:hover em,.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-prev em.active em,.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-prev em:hover em{color:#fff}.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-next{right:1.5rem}.product-detail .product-info-wrapper .product-slider .gallery-top .swiper-prev{left:1.5rem}.product-detail .product-info-wrapper .product-info{-webkit-box-flex:0;-ms-flex:0 0 58.33%;flex:0 0 58.33%;max-width:58.33%}.product-detail .product-info-wrapper .product-info .wrapper{padding:0 5.5rem}.product-detail .product-info-wrapper .product-info .wrapper .cate{display:block;margin-bottom:1.5rem;color:#a0a0a0;font-size:1.6rem;font-weight:600}.product-detail .product-info-wrapper .product-info .wrapper .title{margin-bottom:3rem;color:#404040;font-size:2rem;font-weight:600}.product-detail .product-info-wrapper .product-info .wrapper .price{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;margin-bottom:3rem;font-size:2rem}.product-detail .product-info-wrapper .product-info .wrapper .price__old{margin-right:1.5rem;color:#7a7a7a;text-decoration:line-through}.product-detail .product-info-wrapper .product-info .wrapper .price__new{color:red}.product-detail .product-info-wrapper .product-info .wrapper .desc{margin-bottom:8rem;color:#7a7a7a;font-size:1.6rem;line-height:1.4}.product-detail .product-info-wrapper .product-info .wrapper .color{margin-bottom:2.5rem}.product-detail .product-info-wrapper .product-info .wrapper .color .this-title{display:block;margin-bottom:1rem;color:#404040;font-size:1.6rem;font-weight:700}.product-detail .product-info-wrapper .product-info .wrapper .color .select-color{position:relative;border:1px solid #b2b2b2;width:19rem}.product-detail .product-info-wrapper .product-info .wrapper .color .select-color:after{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);position:absolute;top:50%;right:1rem;transform:translateY(-50%);color:#b2b2b2;font:normal normal normal 24px/1 Material Design Icons;content:"\f140"}.product-detail .product-info-wrapper .product-info .wrapper .color .select-color #select{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;background:none;padding:0 1.5rem;height:3.6rem;color:#b2b2b2;font-size:1.6rem}.product-detail .product-info-wrapper .product-info .wrapper .bottom-wrap{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.product-detail .product-info-wrapper .product-info .wrapper .amount{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;align-items:center;margin-right:2.5rem;border:1px solid #a5a5a5;border-radius:2.5rem}.product-detail .product-info-wrapper .product-info .wrapper .amount .btn-left,.product-detail .product-info-wrapper .product-info .wrapper .amount .btn-right{-webkit-box-flex:0;-ms-flex:0 0 3.6rem;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex:0 0 3.6rem;align-items:center;justify-content:center;cursor:pointer;outline:none;width:3.6rem;height:3.6rem}.product-detail .product-info-wrapper .product-info .wrapper .amount .btn-left span,.product-detail .product-info-wrapper .product-info .wrapper .amount .btn-right span{font-size:1.8rem}.product-detail .product-info-wrapper .product-info .wrapper .amount .input{outline:none;border:none;background:none;width:3.6rem;height:3.6rem;text-align:center}.product-detail .product-info-wrapper .product-info .wrapper .amount ::-webkit-inner-spin-button,.product-detail .product-info-wrapper .product-info .wrapper .amount ::-webkit-outer-spin-button{-webkit-appearance:none;display:none;margin:0}.product-detail .product-info-wrapper .product-info .wrapper .amount input[type=number]{-moz-appearance:textfield}.product-detail .product-info-wrapper .product-info .wrapper .add-cart-btn{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;align-items:center;justify-items:center;border-radius:2rem;background:#271072;padding:1.2rem 3.5rem;color:#fff;font-size:1.6rem;font-weight:700}@media (max-width:767px){.product-detail .product-info-wrapper .product-info,.product-detail .product-info-wrapper .product-slider{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.product-detail .product-info-wrapper .product-info .wrapper{padding:3rem 0}}.product-detail .product-content-list .list-item{margin-bottom:6rem}.product-detail .product-content-list .list-item .item{position:relative;border:1px solid #e0e0e0}.product-detail .product-content-list .list-item .item:not(:last-child){margin-bottom:1rem}.product-detail .product-content-list .list-item .item:before{position:absolute;top:0;left:0;z-index:1;background:#271072;width:2.5rem;height:100%;content:""}.product-detail .product-content-list .list-item .item .title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;align-items:center;justify-content:space-between;cursor:pointer;padding:0 2.5rem 0 5rem}.product-detail .product-content-list .list-item .item .title h4{color:#271072;font-size:1.8rem;font-weight:700;line-height:7.5rem;text-transform:uppercase}.product-detail .product-content-list .list-item .item .title .show{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.product-detail .product-content-list .list-item .item .title .show .text{margin-right:1.5rem;color:#404040;font-size:1.8rem;font-weight:700;text-transform:capitalize}.product-detail .product-content-list .list-item .item .title .show em{font-size:2.4rem}.product-detail .product-content-list .list-item .item .title.active{background:none}.product-detail .product-content-list .list-item .item .title.active em,.product-detail .product-content-list .list-item .item .title.active h4{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.product-detail .product-content-list .list-item .item:not(:last-child){margin-bottom:2.5rem}.product-detail .product-content-list .list-item .item .product-content{display:none;padding:0 2.5rem 5rem 5rem}.product-detail .product-content-list .list-item .item .product-content li,.product-detail .product-content-list .list-item .item .product-content p{font-size:1.6rem;font-weight:300;line-height:1.6}.product-detail .product-content-list .list-item .item .product-content li strong,.product-detail .product-content-list .list-item .item .product-content p strong{font-weight:700}.product-detail .product-content-list .list-item .item .product-content .new-title{display:block;margin-bottom:1rem;font-size:1.6rem;font-weight:600}.product-detail .product-content-list .list-item .item .product-content li{list-style:none}.product-detail .product-content-list .list-item .item .product-content p:not(:last-child){margin-bottom:2rem}.product-detail .product-content-list .list-item .item .product-content .box-img{margin-top:3rem}.product-detail .product-content-list .list-item .item .product-content .box-img .img{display:block}.product-detail .product-content-list .list-item .item .product-content .box-img .img img{max-width:40rem}.product-detail .product-content-list .list-item .item .product-content .box-img .img:not(:last-child){margin-bottom:3rem}@media (max-width:1024px){.product-detail .product-content-list .list-item .item .title h4{font-size:2.2rem}.product-detail .product-content-list .list-item .item .title em{font-size:3.2rem}}@media (max-width:767px){.product-detail .product-content-list .list-item .item:before{width:1.5rem}.product-detail .product-content-list .list-item .item .title{padding:1.5rem 1.5rem 1.5rem 3rem}.product-detail .product-content-list .list-item .item .title .show .text,.product-detail .product-content-list .list-item .item .title h4{font-size:1.4rem;line-height:1.4}.product-detail .product-content-list .list-item .item .title .show em{font-size:1.8rem}.product-detail .product-content-list .list-item .item .product-content{padding:0 1.5rem 3rem 3rem}.product-detail .product-content-list .list-item .item .product-content p{font-size:1.4rem}.product-detail .product-content-list .list-item .item .product-content .box-img img{max-width:100%}}.product-detail .product-content-list .list-item .item:nth-child(3) article:not(:last-child){margin-bottom:6.5rem}.product-detail .product-content-list .list-item .item:nth-child(3) .box-img{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.product-detail .product-content-list .list-item .item:nth-child(3) .box-img .img{border:1px solid #e0e0e0;width:16rem;height:16rem}.product-detail .product-content-list .list-item .item:nth-child(3) .box-img .img img{-o-object-fit:contain;width:100%;height:100%;object-fit:contain}.product-detail .product-content-list .list-item .item:nth-child(3) .box-img .img:not(:last-child){margin-right:2rem;margin-bottom:0}.product-detail .product-content-list .list-item .item:nth-child(2) .box-img{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.product-detail .product-content-list .list-item .item:nth-child(2) .box-img .img{border:1px solid #e0e0e0;width:16rem;height:16rem}.product-detail .product-content-list .list-item .item:nth-child(2) .box-img .img img{-o-object-fit:contain;width:100%;height:100%;object-fit:contain}.product-detail .product-content-list .list-item .item:nth-child(2) .box-img .img:not(:last-child){margin-right:2rem;margin-bottom:0}.product-detail .product-content-list .list-item .item:nth-child(4) article{display:-webkit-box;display:-ms-flexbox;display:flex}.product-detail .product-content-list .list-item .item:nth-child(4) article:not(:last-child){margin-bottom:6.5rem}.product-detail .product-content-list .list-item .item:nth-child(4) article .box-img{margin-top:0}.product-detail .product-content-list .list-item .item:nth-child(4) article .box-img .img{border:1px solid #e0e0e0;width:16rem;height:16rem}.product-detail .product-content-list .list-item .item:nth-child(4) article .box-img .img img{-o-object-fit:scale-down;width:100%;height:100%;object-fit:scale-down}.product-detail .product-content-list .list-item .item:nth-child(4) article .box-content{padding:1rem 4rem}.product-detail .product-content-list .list-item .item:nth-child(4) article .box-content p:not(:last-child){margin-bottom:1rem}.product-detail-page .fancybox-container .fancybox-bg{background:#707070}.product-detail-page .fancybox-container .fancybox-inner .fancybox-close-small{top:1rem;right:1rem;border-radius:50%;background:#fff;width:4rem;height:4rem}@media (min-width:1025px){.product-detail-page .fancybox-container .fancybox-inner .fancybox-close-small{top:3rem;right:2rem}}.product-detail-page .fancybox-container .fancybox-inner .fancybox-close-small svg path{fill:#404040}.product-detail-page .fancybox-container .fancybox-inner .fancybox-content{border-radius:1.5rem;background:#404040}.product-detail-page .fancybox-container .fancybox-inner .fancybox-content img{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);top:50%;left:50%;transform:translate(-50%,-50%);width:auto;max-height:45rem}.product-detail-page .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button{background:none}.product-detail-page .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button>div{position:relative;outline:none;border-radius:50%;background:#fff;width:4rem;height:4rem}.product-detail-page .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button>div:after{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font:normal normal normal 24px/1 Material Design Icons;font-size:3rem;content:"\f142"}.product-detail-page .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button>div svg{display:none}.product-detail-page .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button:hover>div:after{color:#404040}.product-detail-page .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right>div:after{content:"\f142"}.product-detail-page .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left>div:after{content:"\f141"}@media (min-width:1025px){.product-detail-page .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button--arrow_left{left:calc((100vw - 900px)/2)}.product-detail-page .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button--arrow_right{right:calc((100vw - 900px)/2)}}.for-key-features{margin-bottom:8.5rem;background:#f5f3f8;padding:8rem 0}.for-key-features .main-title-24{margin-bottom:7rem;text-align:center}.for-key-features .list-item{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;margin:0 -1.5rem}.for-key-features .list-item .item{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding:0 1.5rem;max-width:25%}@media (max-width:767px){.for-key-features .list-item .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;margin-bottom:3rem;max-width:50%}}.for-key-features .list-item .item .box-img{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-bottom:2rem}.for-key-features .list-item .item .box-img img{max-width:6rem;height:auto}.for-key-features .list-item .item .caption{text-align:center}.for-key-features .list-item .item .caption .title{margin-bottom:2rem;color:#271072;font-size:2rem;font-weight:700}.for-key-features .list-item .item .caption p{color:#7a7a7a;font-size:1.6rem;font-weight:300;line-height:1.4}.what-are-you{padding:16rem 0}.what-are-you .main-title-24{margin-bottom:2rem;color:#fff;font-size:2.8rem;text-align:center}.what-are-you .main-title-24 strong{font-weight:700}.what-are-you p{margin-bottom:5rem;color:#fff;font-size:2.4rem;font-weight:300;text-align:center}.what-are-you .btn-wrap{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.other-products{padding:12rem 0 8rem}.other-products .main-title-24{margin-bottom:3.5rem;text-align:center}.other-products .slider-wrapper{position:relative}.other-products .slider-wrapper .swiper-container{margin:0 auto;max-width:85%}.other-products .slider-wrapper .swiper-container .swiper-wrapper{position:relative;padding:1rem 0}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide{width:100%}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item{padding:0 1rem}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item .wrap{-webkit-box-shadow:0 0 10px 3px rgba(64,64,64,.15);box-shadow:0 0 10px 3px rgba(64,64,64,.15)}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item .wrap .box-img{display:block;width:auto;height:18rem;overflow:hidden}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item .wrap .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item .wrap .caption{background:#fafafa;padding:2rem}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item .wrap .caption .title{margin-bottom:4rem}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item .wrap .caption .title a{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;height:63px;overflow:hidden;color:#404040;font-size:1.4rem;font-weight:700;line-height:1.4;text-transform:capitalize}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item .wrap .caption .price{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;font-size:1.6rem}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item .wrap .caption .price__old{margin-right:1.5rem;color:#7a7a7a;text-decoration:line-through}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item .wrap .caption .price__new{color:red}.other-products .slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .item .wrap:hover{-webkit-transform:translateY(-1rem);-ms-transform:translateY(-1rem);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transform:translateY(-1rem);transition:.3s ease-in-out}.other-products .slider-wrapper .swiper-next{margin-left:auto}.other-products .slider-wrapper .swiper-next,.other-products .slider-wrapper .swiper-prev{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:50%;align-items:center;justify-content:center;transform:translateY(-50%);z-index:9;outline:none;border-radius:50%;background:#f2f2f2;width:4.5rem;height:4.5rem}.other-products .slider-wrapper .swiper-next em,.other-products .slider-wrapper .swiper-prev em{color:#a2a2a2;font-size:3.4rem}.other-products .slider-wrapper .swiper-next.active,.other-products .slider-wrapper .swiper-next:hover,.other-products .slider-wrapper .swiper-prev.active,.other-products .slider-wrapper .swiper-prev:hover{-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;background:#271072}.other-products .slider-wrapper .swiper-next.active em,.other-products .slider-wrapper .swiper-next:hover em,.other-products .slider-wrapper .swiper-prev.active em,.other-products .slider-wrapper .swiper-prev:hover em{color:#fff}.other-products .slider-wrapper .swiper-next{right:0}.other-products .slider-wrapper .swiper-prev{left:0}.breadcrumb{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;margin-bottom:2rem}.breadcrumb li{display:inline-block;padding:0 1rem}.breadcrumb li:first-child{padding-left:0}.breadcrumb li:not(:last-child){border-right:2px solid #a0a0a0}.breadcrumb li a{color:#a0a0a0;font-size:1.6rem;font-weight:600;text-transform:capitalize}.breadcrumb li.active a{color:#271072}.home-banner{padding:17rem 0}.home-banner .banner-content .heading{margin-bottom:3.5rem;max-width:50%;color:#fff;font-size:4rem;line-height:1.4}@media (max-width:767px){.home-banner .banner-content .heading{max-width:80%}}@media (max-width:576px){.home-banner .banner-content .heading{max-width:100%}}.home-banner .banner-content .heading.animated{-webkit-animation-name:fadeLeft;-webkit-animation-duration:2s;animation-name:fadeLeft;animation-duration:2s}.introducing-section{padding-top:7rem}.introducing-section .introducing-wrap{-ms-flex-flow:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;align-items:stretch;justify-content:space-between}.introducing-section .introducing-wrap .box-img{width:calc(50% - 4rem)}.introducing-section .introducing-wrap .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.introducing-section .introducing-wrap .box-content{background:#f5f3f8;padding:4rem;width:calc(50% + 4rem)}.introducing-section .introducing-wrap .box-content .main-title{margin-bottom:3rem}.introducing-section .introducing-wrap .box-content p{margin-bottom:3rem;color:#404040;font-size:1.8rem;line-height:1.4}@media (max-width:767px){.introducing-section .introducing-wrap .box-content,.introducing-section .introducing-wrap .box-img{width:100%}}.home-popular-product{padding:10.5rem 0 6rem}.home-popular-product .main-title{margin-bottom:2.5rem;text-align:center;text-transform:capitalize}.home-popular-product .popular-product-slider{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;justify-content:center;margin-bottom:10rem}.home-popular-product .popular-product-slider .slider-wrapper{margin:0 auto;max-width:85%}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper{padding:1rem 0}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper .swiper-slide{width:100%}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper .swiper-slide .item{padding:0 1rem}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper .swiper-slide .item .wrap{-webkit-box-shadow:0 0 10px 3px rgba(64,64,64,.15);box-shadow:0 0 10px 3px rgba(64,64,64,.15)}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper .swiper-slide .item .wrap .box-img{display:block;width:auto;height:18rem;overflow:hidden}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper .swiper-slide .item .wrap .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper .swiper-slide .item .wrap .caption{padding:2.5rem 3rem}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper .swiper-slide .item .wrap .caption .title{margin-bottom:3rem}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper .swiper-slide .item .wrap .caption .title a{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;height:63px;overflow:hidden;color:#404040;font-size:1.6rem;font-weight:700;line-height:1.4;text-transform:uppercase}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper .swiper-slide .item .wrap .caption .price{color:#999;font-size:1.8rem}.home-popular-product .popular-product-slider .swiper-container .swiper-wrapper .swiper-slide .item .wrap:hover{-webkit-transform:translateY(-1rem);-ms-transform:translateY(-1rem);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transform:translateY(-1rem);transition:.3s ease-in-out}.home-popular-product .popular-product-slider .swiper-next,.home-popular-product .popular-product-slider .swiper-prev{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:50%;align-items:center;justify-content:center;transform:translateY(-50%);z-index:9;outline:none;border-radius:50%;background:#f2f2f2;width:4.5rem;height:4.5rem}.home-popular-product .popular-product-slider .swiper-next em,.home-popular-product .popular-product-slider .swiper-prev em{color:#a2a2a2;font-size:3.4rem}.home-popular-product .popular-product-slider .swiper-next.active,.home-popular-product .popular-product-slider .swiper-next:hover,.home-popular-product .popular-product-slider .swiper-prev.active,.home-popular-product .popular-product-slider .swiper-prev:hover{-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;background:#271072}.home-popular-product .popular-product-slider .swiper-next.active em,.home-popular-product .popular-product-slider .swiper-next:hover em,.home-popular-product .popular-product-slider .swiper-prev.active em,.home-popular-product .popular-product-slider .swiper-prev:hover em{color:#fff}.home-popular-product .popular-product-slider .swiper-next{right:0}.home-popular-product .popular-product-slider .swiper-prev{left:0}.home-popular-product .popular-product-slider .swiper-pagination{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:-5rem;left:50%;justify-content:center;transform:translateX(-50%);z-index:99}.home-popular-product .popular-product-slider .swiper-pagination span{position:static;opacity:1;margin:0 5px;border:none;border-radius:50px;background:#f2f2f2;width:3.5rem;height:8px}.home-popular-product .popular-product-slider .swiper-pagination span.swiper-pagination-bullet-active{outline:none;background:#a2a2a2}.home-popular-product .btn-wrap{text-align:center}.home-gallery .head{position:relative;padding:10rem 6rem}.home-gallery .head:after{position:absolute;bottom:0;left:0;background-image:url(../img/bg/home/3.png);background-repeat:no-repeat;background-size:contain;width:22rem;height:43rem;content:""}.home-gallery .head .main-title{margin-bottom:2.5rem;text-align:center;text-transform:none}.home-gallery .gallery-list .item{position:relative;overflow:hidden}.home-gallery .gallery-list .item:after{position:absolute;top:0;left:0;opacity:0;background:hsla(0,0%,100%,.2);width:100%;height:100%;pointer-events:none;content:""}.home-gallery .gallery-list .item .caption{position:absolute;bottom:4rem;left:4rem;z-index:99}.home-gallery .gallery-list .item .caption .cate{display:block;opacity:0;margin-bottom:1rem;color:#d1d1d1;font-size:2rem;font-weight:600;text-align:left}.home-gallery .gallery-list .item .caption .title{-webkit-transform:translateY(70px);-ms-transform:translateY(70px);transform:translateY(70px);color:#fff;font-size:2rem;font-weight:600}.home-gallery .gallery-list .item .box-img{display:block;width:100%;height:60rem;overflow:hidden}.home-gallery .gallery-list .item .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.home-gallery .gallery-list .item:hover:after{-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;opacity:1;transition:.4s ease-in-out}.home-gallery .gallery-list .item:hover .title{-webkit-transform:none;-ms-transform:none;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transform:none;transition:.5s ease-in-out}.home-gallery .gallery-list .item:hover .cate{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;opacity:1;transition:.3s ease-in-out}.home-gallery .gallery-list .item:hover .box-img img{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);-webkit-transition:all .8s linear;-o-transition:all .8s linear;transform:scale(1.04);transition:all .8s linear}@media (min-width:768px){.home-gallery .gallery-list{display:grid;grid-auto-flow:dense;grid-auto-rows:34rem 0;grid-template-columns:1fr 1fr 1fr 1fr}.home-gallery .gallery-list .item{display:block;overflow:hidden;text-align:center}.home-gallery .gallery-list .item .box-img{display:block;width:100%;height:100%}.home-gallery .gallery-list .item .box-img img{-o-object-fit:cover;width:100%;height:100%!important;object-fit:cover}.home-gallery .gallery-list .item:first-child{grid-column:1/2;grid-row:1/4}.home-gallery .gallery-list .item:nth-child(2){grid-column:2/3;grid-row:1/2}.home-gallery .gallery-list .item:nth-child(3){grid-column:3/4;grid-row:1/2}.home-gallery .gallery-list .item:nth-child(4){grid-column:4/5;grid-row:1/4}.home-gallery .gallery-list .item:nth-child(5){grid-column:2/4;grid-row:2/4}}.page-title-section{padding:16rem 0 18rem;text-align:center}.product-section{padding:7rem 0}.product-section .product-wrapper{-ms-flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;justify-content:space-between}.product-section .product-wrapper .sidebar{width:calc(30% - 10rem)}.product-section .product-wrapper .sidebar .filter-cate{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);margin-bottom:3rem;box-shadow:0 2px 5px 0 rgba(0,0,0,.15);border-radius:2px;background:#f5f3f8;padding:2.5rem 1.5rem}.product-section .product-wrapper .sidebar .filter-cate h4{margin-bottom:1rem;color:#404040;font-size:1.6rem}.product-section .product-wrapper .sidebar .filter-cate .nav-list{list-style:none}.product-section .product-wrapper .sidebar .filter-cate .nav-list li{padding:1rem 0}.product-section .product-wrapper .sidebar .filter-cate .nav-list li a{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;color:#404040;font-size:1.4rem;font-weight:600}.product-section .product-wrapper .sidebar .filter-cate .nav-list li a.active,.product-section .product-wrapper .sidebar .filter-cate .nav-list li a:hover{color:#271072}.product-section .product-wrapper .sidebar .filter-cate .nav-list .is-open .nav-sub{display:none;list-style:none}.product-section .product-wrapper .sidebar .filter-cate .nav-list .is-open .nav-sub li{padding-left:1.5rem}.product-section .product-wrapper .sidebar .filter-cate .nav-list .is-open .nav-sub li a{font-size:1.3rem;font-weight:400;text-transform:capitalize}.product-section .product-wrapper .sidebar .filter-cate .nav-list .is-open .nav-sub li a.active,.product-section .product-wrapper .sidebar .filter-cate .nav-list .is-open .nav-sub li a:hover{-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;color:#271072}.product-section .product-wrapper .sidebar .filter-range-slider{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);box-shadow:0 2px 5px 0 rgba(0,0,0,.15);border-radius:2px;background:#f5f3f8;padding:2.5rem 1.5rem}.product-section .product-wrapper .sidebar .filter-range-slider h4{margin-bottom:1rem;color:#404040;font-size:1.6rem}.product-section .product-wrapper .sidebar .filter-range-slider .slider-box{padding:0 1rem;width:100%}.product-section .product-wrapper .sidebar .filter-range-slider .slider-box .priceRange{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.product-section .product-wrapper .sidebar .filter-range-slider .slider-box .priceRange input{border:none;background:none}.product-section .product-wrapper .sidebar .filter-range-slider .slider-box .ui-slider-handle{outline:none;border:none;border-radius:50%;background:#271072;width:13px;height:13px}.product-section .product-wrapper .sidebar .filter-range-slider .slider-box .ui-slider-range{background:#ccc4dd;height:5px}.product-section .product-wrapper .sidebar .filter-range-slider .slider-box .slider{margin:25px 0;border:none;height:5px}.product-section .product-wrapper .product-list-wrapper{width:70%}.product-section .product-wrapper .product-list-wrapper .head{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.product-section .product-wrapper .product-list-wrapper .head h3{color:#404040;font-size:2.4rem}.product-section .product-wrapper .product-list-wrapper .head .select-sort{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;align-items:center;border:1px solid #b2b2b2;padding:0 2rem;width:20rem;height:4.5rem}.product-section .product-wrapper .product-list-wrapper .head .select-sort a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between;background:#fff;width:100%}.product-section .product-wrapper .product-list-wrapper .head .select-sort a span{margin-right:1.5rem;color:#000;color:#b2b2b2;font-size:1.6rem;white-space:nowrap}.product-section .product-wrapper .product-list-wrapper .head .select-sort a em{color:#b2b2b2;font-size:2.4rem}.product-section .product-wrapper .product-list-wrapper .head .select-sort .options{position:absolute;top:100%;right:0;visibility:hidden;opacity:0;z-index:9;width:100%;list-style:none}.product-section .product-wrapper .product-list-wrapper .head .select-sort .options li{display:block;border:1px solid #b2b2b2;background:#fff;padding:1.5rem}.product-section .product-wrapper .product-list-wrapper .head .select-sort .options li:first-child{border-bottom:0}.product-section .product-wrapper .product-list-wrapper .head .select-sort .options li a{display:block;color:#b2b2b2;font-size:1.6rem}.product-section .product-wrapper .product-list-wrapper .head .select-sort .options li a.active{color:#404040}.product-section .product-wrapper .product-list-wrapper .head .select-sort.active .options,.product-section .product-wrapper .product-list-wrapper .head .select-sort:hover .options{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;visibility:visible;opacity:1;transition:.3s ease-in-out}.product-section .product-wrapper .product-list-wrapper .product-list{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;margin:0 -1.5rem}.product-section .product-wrapper .product-list-wrapper .product-list .product-item{-webkit-box-flex:0;-ms-flex:0 0 25%;display:none;flex:0 0 25%;margin-bottom:3rem;padding:0 1.5rem;max-width:25%}@media (max-width:767px){.product-section .product-wrapper .product-list-wrapper .product-list .product-item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}}@media (max-width:575px){.product-section .product-wrapper .product-list-wrapper .product-list .product-item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.product-section .product-wrapper .product-list-wrapper .product-list .product-item figure .box-img{display:-webkit-box;display:-ms-flexbox;display:flex;background:#ededed;width:auto;height:21.5rem;overflow:hidden}.product-section .product-wrapper .product-list-wrapper .product-list .product-item figure .box-img img{-o-object-fit:scale-down;width:100%;height:100%;object-fit:scale-down}.product-section .product-wrapper .product-list-wrapper .product-list .product-item figure figcaption{padding:2rem 0 4rem}.product-section .product-wrapper .product-list-wrapper .product-list .product-item figure figcaption .title{display:block;margin-bottom:2rem;color:#404040;font-size:1.6rem;font-weight:600;line-height:1.4}.product-section .product-wrapper .product-list-wrapper .product-list .product-item figure figcaption .price{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.product-section .product-wrapper .product-list-wrapper .product-list .product-item figure figcaption .price__old{margin-right:1.5rem;color:#7a7a7a;text-decoration:line-through}.product-section .product-wrapper .product-list-wrapper .product-list .product-item figure figcaption .price__new{color:red}.product-section .product-wrapper .product-list-wrapper .product-list .product-item:hover{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transform:translateY(-15px);transition:.3s ease-in-out}.product-section .product-wrapper .product-list-wrapper .pager-list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;justify-content:center;padding-top:3rem}.product-section .product-wrapper .product-list-wrapper .pager-list .pager{-webkit-box-shadow:none;cursor:pointer;margin:0;box-shadow:none;border:none;background:none;padding:1rem;color:#404040;font-size:1.8rem;line-height:1}.product-section .product-wrapper .product-list-wrapper .pager-list .pager.active{font-weight:600}.product-section .product-wrapper .product-list-wrapper .pager-list .page-next.disabled:before,.product-section .product-wrapper .product-list-wrapper .pager-list .page-prev.disabled:before{color:#404040}.product-section .product-wrapper .product-list-wrapper .pager-list .page-prev{position:relative;cursor:pointer;font-weight:600;text-transform:uppercase}.product-section .product-wrapper .product-list-wrapper .pager-list .page-prev:before{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);position:absolute;top:50%;right:100%;transform:translateY(-50%);color:#707070;font:normal normal normal 24px/1 Material Design Icons;font-size:2.6rem;content:"\f141"}.product-section .product-wrapper .product-list-wrapper .pager-list .page-next{position:relative;cursor:pointer;font-weight:600;text-transform:uppercase}.product-section .product-wrapper .product-list-wrapper .pager-list .page-next:before{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);position:absolute;top:50%;left:100%;transform:translateY(-50%);color:#707070;font:normal normal normal 24px/1 Material Design Icons;font-size:2.6rem;content:"\f142"}@media (max-width:1200px){.product-section .product-wrapper .sidebar{margin-bottom:5rem;width:100%}.product-section .product-wrapper .product-list-wrapper{width:100%}}.industries-section{padding:10rem 0}.industries-section .main-title{margin-bottom:2.5rem;text-align:center}.industries-section .desc{margin-bottom:9rem;color:#404040;font-size:2.2rem;font-weight:300;text-align:center}.industries-section .nav .list-item{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap}.industries-section .nav .list-item .item{-webkit-box-flex:0;-ms-flex:0 0 16.66%;flex:0 0 16.66%;max-width:16.66%}.industries-section .nav .list-item .item.animated:first-child{-webkit-animation-duration:.2s;animation-duration:.2s}.industries-section .nav .list-item .item.animated:nth-child(2){-webkit-animation-duration:.4s;animation-duration:.4s}.industries-section .nav .list-item .item.animated:nth-child(3){-webkit-animation-duration:.6s;animation-duration:.6s}.industries-section .nav .list-item .item.animated:nth-child(4){-webkit-animation-duration:.8s;animation-duration:.8s}.industries-section .nav .list-item .item.animated:nth-child(5){-webkit-animation-duration:1s;animation-duration:1s}.industries-section .nav .list-item .item.animated:nth-child(6){-webkit-animation-duration:1.2s;animation-duration:1.2s}.industries-section .nav .list-item .item .box-img{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding-bottom:2rem;width:100%}.industries-section .nav .list-item .item .box-img img{-o-object-fit:scale-down;max-width:7rem;height:8rem;object-fit:scale-down}.industries-section .nav .list-item .item .title{color:#404040;font-size:2.2rem;font-weight:300;text-align:center;text-transform:capitalize}.industries-section .nav .list-item .item:not(:last-child) .box-img{position:relative}.industries-section .nav .list-item .item:not(:last-child) .box-img:after{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);position:absolute;top:50%;right:0;transform:translateY(-50%);background:#9f9f9f;width:2px;height:80%;content:""}.industries-section .nav .list-item .item:hover .box-img img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transform:scale(1.2);transition:.3s ease-in-out}@media (max-width:991px){.industries-section .nav .list-item .item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;margin-bottom:3rem;max-width:33.33%}.industries-section .nav .list-item .item:nth-child(3n) .box-img:after{display:none}}.map-svg{position:relative;z-index:1;margin-top:6rem}.map-svg .pointers{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.map-svg .pointer{-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);position:absolute;transform:translate(-50%,-100%);width:100px;height:50px}.map-svg .pointer-inner{-webkit-transform:translateY(-100px);-ms-transform:translateY(-100px);-webit-transition:.5s all ease;-webkit-transition:all .5s ease;-o-transition:.5s all ease;position:relative;transform:translateY(-100px);opacity:0;transition:all .5s ease;width:100px;height:50px}.map-svg .pointer-inner:after{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transition:all .25s ease;-o-transition:.25s all ease;position:absolute;bottom:0;left:50%;transform:translateX(-50%);transition:all .25s ease;border-radius:50%;background-color:transparent;width:1rem;height:1rem;content:""}.map-svg .pos-l{position:absolute;top:35%;right:48%}.map-svg .pos-r{position:absolute;top:35%;left:48%}.map-svg .pos-b{position:absolute;top:80%}.map-svg .pointer-label{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.map-svg .pointer-label span{display:inline-block;padding:2rem;color:#404040;font-size:1.4rem;font-weight:700;text-transform:uppercase}@media (max-width:991px){.map-svg .pointer-label span{display:none}}.map-svg .pointer.animated .pointer-inner{-webkit-transform:translateY(0);-ms-transform:translateY(0);-webkit-transition:all .5s ease;-o-transition:.5s all ease;transform:translateY(0);opacity:1;transition:all .5s ease}.map-svg .pointer.animated .pointer-inner:after{-webkit-transition:all .25s ease .7s;-o-transition:.25s all ease .7s;transition:all .25s ease .7s;background-color:#404040}.home-contact-section{padding:5rem 0}.home-contact-section .main-title{margin-bottom:2.5rem;color:#404040;font-size:3rem;font-weight:700;line-height:1.4;text-transform:capitalize}.home-contact-section .desc{margin-bottom:7rem;color:#404040;font-size:2.4rem;font-weight:300}.home-contact-section .contact-section-inner{-ms-flex-flow:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;align-items:stretch}.home-contact-section .contact-section-inner .form,.home-contact-section .contact-section-inner .info{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (max-width:767px){.home-contact-section .contact-section-inner .form,.home-contact-section .contact-section-inner .info{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.home-contact-section .contact-section-inner .info{margin-bottom:5rem}}.home-contact-section .contact-section-inner .info .list-item .item{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.home-contact-section .contact-section-inner .info .list-item .item:not(:last-child){margin-bottom:3.5rem}.home-contact-section .contact-section-inner .info .list-item .item:hover{color:#333}.home-contact-section .contact-section-inner .info .list-item .item .icon{-webkit-box-flex:0;-ms-flex:0 0 5.8rem;flex:0 0 5.8rem;margin-right:2.5rem;width:5.8rem}.home-contact-section .contact-section-inner .info .list-item .item .icon img{max-width:5.8rem;height:auto}.home-contact-section .contact-section-inner .info .list-item .item p{max-width:80%;color:#404040;font-size:1.8rem;line-height:1.4}.home-contact-section .contact-section-inner .form .wrap-form{background:#fff;padding:4rem 4.5rem}.home-contact-section .contact-section-inner .form .form-group:not(:last-child){margin-bottom:2.5rem}.home-contact-section .contact-section-inner .form .form-group input,.home-contact-section .contact-section-inner .form .form-group textarea{outline:none;border:none;background:#ececec;padding:1.5rem 2rem;width:100%}.home-contact-section .contact-section-inner .form .btn-submit input{border-radius:2.5rem;background:#404040;color:#fff;font-size:2rem;font-weight:700}.home-contact-section .contact-section-inner .form .btn-submit input:hover{-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,.2);-webkit-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out;box-shadow:0 5px 15px 0 rgba(0,0,0,.2)}.home-contact-section .contact-section-inner .form .qselect{position:relative}.home-contact-section .contact-section-inner .form .qselect:after{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);position:absolute;top:50%;right:5rem;transform:translateY(-50%);pointer-events:none;font:normal normal normal 24px/1 Material Design Icons;content:"\f140"}.home-contact-section .contact-section-inner .form #select{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;background:#ececec;padding-left:2.5rem;width:100%;height:4.9rem;color:#707070}.control-section .head{background-image:url(../img/bg/home/1.png);background-position:0;background-repeat:no-repeat;background-size:contain;padding:10rem 6rem}.control-section .head .main-title{margin-bottom:2.5rem;text-align:center;text-transform:none}.control-section .head p{color:#404040;font-size:2.4rem;font-weight:300;text-align:center}.control-section .wrapper{-ms-flex-flow:wrap;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:stretch;-ms-flex-align:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;align-items:stretch;justify-content:center}.control-section .wrapper .box-img{width:calc(50% - 17rem);overflow:hidden}.control-section .wrapper .box-img img{-o-object-fit:cover;width:100%;height:100%;object-fit:cover}.control-section .wrapper .list-item{background:#f5f3f8;padding:5rem 7rem;width:calc(50% + 17rem)}.control-section .wrapper .list-item .item{-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.control-section .wrapper .list-item .item:not(:last-child){margin-bottom:7rem}.control-section .wrapper .list-item .item .icon{-webkit-box-flex:0;-ms-flex:0 0 5.7rem;flex:0 0 5.7rem;margin-right:4.5rem;max-width:5.7rem}.control-section .wrapper .list-item .item .content .title{color:#271072;font-size:2.2rem;line-height:1.6;text-transform:capitalize}.control-section .wrapper .list-item .item .content p{color:#404040;font-size:2rem;line-height:1.4}@media (max-width:1200px){.control-section .wrapper .box-img,.control-section .wrapper .list-item{width:50%}.control-section .wrapper .list-item{padding:3rem}}@media (max-width:992px){.control-section .wrapper .box-img,.control-section .wrapper .list-item{width:100%}}.home-product .head{background-image:url(../img/bg/home/2.png);background-position:100% 0;background-repeat:no-repeat;background-size:contain;padding:10rem 6rem}.home-product .head .main-title{margin-bottom:2.5rem;text-align:center;text-transform:none}.home-product .head p{color:#404040;font-size:2.4rem;font-weight:300;text-align:center}.home-product .product-list-wrap{-ms-flex-flow:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:wrap;margin:0 -2.5rem}.home-product .product-list-wrap .item{-webkit-box-flex:0;-ms-flex:0 0 33.33%;position:relative;flex:0 0 33.33%;padding:0 2.5rem;max-width:33.33%}.home-product .product-list-wrap .item:after{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);position:absolute;top:0;left:50%;transform:translateX(-50%);opacity:0;z-index:1;background:-webkit-gradient(linear,left top,left bottom,color-stop(30%,rgba(39,16,114,.05)),color-stop(70%,rgba(39,16,114,.4)));background:-o-linear-gradient(top,rgba(39,16,114,.05) 30%,rgba(39,16,114,.4) 70%);background:linear-gradient(180deg,rgba(39,16,114,.05) 30%,rgba(39,16,114,.4) 70%);width:calc(100% - 5rem);height:100%;content:""}@media (max-width:767px){.home-product .product-list-wrap .item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:5rem;max-width:100%}}.home-product .product-list-wrap .item .box-img{display:block;overflow:hidden}.home-product .product-list-wrap .item .box-img img{-o-object-fit:cover;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;width:100%;height:100%;object-fit:cover}.home-product .product-list-wrap .item .title{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);position:absolute;bottom:6rem;left:50%;transform:translateX(-50%);z-index:9}.home-product .product-list-wrap .item .title a{border-bottom:3px solid #f5f5f5;padding:1rem 0;color:#fff;font-size:2.4rem;font-weight:700;text-transform:capitalize}.home-product .product-list-wrap .item:hover:after{-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;opacity:1;transition:.5s ease-in-out}.home-product .product-list-wrap .item:hover .box-img img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transform:scale(1.2);transition:.5s ease-in-out}
/*# sourceMappingURL=main.min.css.map */
