@import url(https://fonts.googleapis.com/css2?family=Handlee&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Rubik:wght@400;500;600;700&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{color:#777;color:var(--clr-common-text);font-family:Rubik,sans-serif;font-size:18px;font-weight:400;line-height:26px}a{text-decoration:none}.w-img img{width:100%}.m-img img{max-width:100%}input{outline:none}.btn,.transition-3,:after,:before,a,button,h1,h2,h3,h4,h5,h6,i,img,input,li,p,select,span,svg path,textarea{transition:all .3s ease-out 0s}.button:focus,a:focus{outline:none;text-decoration:none}a:focus,a:hover{color:inherit;text-decoration:none}a,button{background:#0000;border:none;color:inherit;outline:none}button:hover{cursor:pointer}button:focus{border:0;outline:0}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}h1,h2,h3,h4,h5,h6{color:#0e0909;font-weight:600;letter-spacing:-.3px;line-height:1.2;margin-top:0;transition:all .3s ease-out 0s}h1{font-size:80px}h2{font-size:60px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}ul{margin:0;padding:0}li{list-style:none}p{color:#777;color:var(--clr-common-text);font-family:Rubik,sans-serif;font-size:18px;font-weight:400;line-height:26px;margin-bottom:15px}::selection{background:#000;background:var(--clr-common-black);color:#fff;color:var(--clr-common-white);text-shadow:none}::placeholder{color:#000;font-family:Playfair Display,serif;font-size:16px;font-weight:700;opacity:1}.fix{overflow:hidden}.clear{clear:both}.f-left{float:left}.f-right{float:right}.t-right{text-align:right}.t-center{text-align:center}.z-index-1{z-index:1}.z-index-11{z-index:11}.overflow-y-visible{overflow-x:hidden;overflow-y:visible}.p-relative{position:relative}.p-absolute{position:absolute}.pos-rel{position:relative}.pos-abs{position:absolute}.lh-1{line-height:1}.theme-bg{background:linear-gradient(90.07deg,#892f86 32.43%,#3d2c88 58.79%,#1a133d 105.32%)}.grey-bg{background:var(--clr-bg-grey)}.grey-bg-2{background:#f2f2f2;background:var(--clr-bg-gray-2)}.grey-bg-3{background:#f9f9f9;background:var(--clr-bg-gray-3)}.black-bg{background:#171819;background:var(--clr-bg-black)}.black-bg-2{background:#101011;background:var(--clr-bg-black-2)}.black-bg-4{background:#161718;background:var(--clr-common-black4)}.white-bg{background:#fff;background:var(--clr-common-white)}.white-bg-2{background:#f6f6f6;background:var(--clr-bg-white2)}.white-bg-3{background:#f3f3f3;background:var(--clr-bg-white3)}.footer-bg{background:var(--clr-bg-footer)}.bg-css{background-repeat:no-repeat;background-size:cover}.text-white a,.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white li,.text-white p,.text-white span{color:#fff!important;color:var(--clr-common-white)!important}.white-color{color:#fff;color:var(--clr-common-white)}.yellow-color{color:#ff9c00;color:var(--clr-common-yellow)}.theme-color{color:#962e8b!important}.black-color{color:#000;color:var(--clr-common-black)}.body-overlay{background-color:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease-out 0s;visibility:hidden;width:100%;z-index:700}.body-overlay:hover{cursor:pointer}.body-overlay.opened{opacity:1;visibility:visible}.bd-red__overlay{position:relative;z-index:1}.bd-red__overlay:before{background:#732f7c;background:var(--clr-common-red-overlay);content:"";height:100%;left:0;mix-blend-mode:multiply;position:absolute;top:0;width:100%;z-index:0}.bd-hover-top{position:relative;z-index:1}.bd-hover-top:before{background:#732f7c;background:var(--clr-theme-1);border-radius:6px;content:"";height:0;left:0;position:absolute;top:0;transform:.5s;transition:all .3s ease-out 0s;width:100%;z-index:-1}.bd-hover-top:hover:before{height:100%}.bd-shadow{box-shadow:0 16px 32px 0 #0000000f}.border-radius-6,.br-img-6 img{border-radius:6px}@media (max-width:575px){.progress-wrap{bottom:15px;right:15px}}.play-btn{animation:pulse 2s infinite;background:#fff;background:var(--clr-common-white);border-radius:50%;color:#fff;color:var(--clr-common-heading);display:block;font-family:Playfair Display,serif;font-size:18px;font-weight:600;height:120px;line-height:120px;text-align:center;text-transform:capitalize;width:120px}.play-btn:hover{background:#732f7c;background:var(--clr-theme-1);color:#fff;color:var(--clr-common-white)}@media (max-width:575px){.play-btn{height:90px;line-height:90px;width:90px}}.pulse-btn{animation:pulse 2s infinite;background-color:#fff;background-color:var(--clr-common-white);border-radius:50%;color:#000;color:var(--clr-common-black);display:inline-block;height:80px;line-height:84px;text-align:center;width:80px}.pulse-btn:hover{background-color:#000;background-color:var(--clr-common-black);color:#fff;color:var(--clr-common-white)}.pulse-btn i{padding-left:2px}@keyframes pulse{0%{box-shadow:0 0 0 0 #fff6}70%{box-shadow:0 0 0 45px #fff0}to{box-shadow:0 0 0 0 #fff0}}.border-left{position:relative}.border-left:before{background:#eaebee;content:"";height:100%;left:0;position:absolute;top:0;width:1px}.nice-select .list{z-index:200}:root{--clr-common-white:#fff;--clr-common-black:#000;--clr-common-black2:#28292b;--clr-common-black3:#1f242c;--clr-common-black4:#161718;--clr-common-blue:#2785ff;--clr-common-heading:#fff;--clr-common-text:#777;--clr-common-border:#eaebee;--clr-common-border2:#f1f1f1;--clr-common-placeholder:#000;--clr-common-placeholder2:#000;--clr-common-gray:#252627;--clr-common-gray-1:#b5b5b5;--clr-common-gray-2:#c5c5c5;--clr-common-gray-3:#bbb;--clr-common-gray-4:#b7b7b7;--clr-common-gray-5:#f8f8f8;--clr-common-gray-6:#979aa0;--clr-common-yellow:#ff9c00;--clr-common-color1:#f1f1f1;--clr-common-color2:#94989d;--clr-common-color3:#ffa8b5;--clr-common-color4:#4b4d50;--clr-common-color5:#cbcbcb;--clr-common-color6:#c6c6c6;--clr-common-color7:#979ea5;--clr-common-color8:#e8e8e8;--clr-common-color9:#858a8f;--clr-common-color10:#777c80;--clr-common-color11:#999;--clr-common-color12:#e1e1e1;--clr-common-color13:#2b2c2e;--clr-common-color14:#dcdcdc;--clr-common-color15:#1718191c;--clr-common-color16:#b0b3b6;--clr-common-color17:#909397;--clr-common-color18:#c7ccd1;--clr-common-color19:#d5d5d5;--clr-common-color20:#969a9d;--clr-common-color21:#616467;--clr-common-color22:#9ea3a8;--clr-common-color23:#212324;--clr-common-red-overlay:#732f7c;--clr-common-red:#732f7c;--clr-common-red-2:#f9afba;--clr-theme-1:#732f7c;--clr-theme-2:#732f7c;--clr-bg-gray:#f3f4f6;--clr-bg-gray-2:#f2f2f2;--clr-bg-gray-3:#f9f9f9;--clr-bg-white:#fff;--clr-bg-white2:#f6f6f6;--clr-bg-white3:#f3f3f3;--clr-bg-black:#171819;--clr-bg-black-2:#101011;--clr-bg-black-3:#202022}.theme-btn{background:linear-gradient(90.07deg,#892f86 32.43%,#3d2c88 58.79%,#1a133d 105.32%);border-radius:6px;color:#fff;color:var(--clr-common-white);display:inline-block;font-family:Playfair Display,serif;font-size:16px;font-weight:700;height:60px;line-height:60px;overflow:hidden;padding:0 36px;position:relative;text-align:center;transition:all .5s ease-out 0s;z-index:1}.theme-btn:before{background-color:#171819;background-color:var(--clr-bg-black);content:"";height:100px;left:auto;position:absolute;right:0;top:0;width:0;z-index:-1}.theme-btn i{margin-left:7px}.theme-btn:hover{color:#fff;color:var(--clr-common-white)}.theme-btn:hover i{transform:translateX(8px)}.theme-btn:hover:before{left:0;right:auto;width:100%}.yellow{background:#ff9c00;background:var(--clr-common-yellow)}.border-btn{border:1px solid #fff;border:1px solid var(--clr-common-heading);border-radius:5px;color:#fff;color:var(--clr-common-heading);display:inline-block;font-size:18px;font-weight:600;height:50px;line-height:48px;padding:0 40px;text-align:center}.border-btn:hover{background:#fff;background:var(--clr-common-heading);color:#fff;color:var(--clr-common-white)}.two-btn{display:flex;flex-wrap:wrap;gap:30px}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-section__title .bd__title br{display:none}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-section__title .bd__title{font-size:34px}}.bd__subtitle{margin-bottom:12px;text-transform:capitalize}.bd__subtitle,.bd__subtitle-white{color:#732f7c;color:var(--clr-theme-1);display:block;font-family:Handlee,cursive;font-size:20px;font-weight:400;line-height:1;margin-top:-1px}.bd__subtitle-white{color:#fff;color:var(--clr-common-white);margin-bottom:11px}.bd__title{font-size:56px;text-transform:capitalize}@media only screen and (min-width:1200px) and (max-width:1399px){.bd__title{font-size:50px}.bd__title br{display:none}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd__title{font-size:40px}.bd__title br{display:none}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd__title{font-size:30px}.bd__title br{display:none}}.bd__title-sm{font-size:50px;text-transform:capitalize}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd__title-sm{font-size:40px}.bd__title-sm br{display:none}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd__title-sm{font-size:30px}.bd__title-sm br{display:none}}.bd__title-xs{font-size:30px;text-transform:capitalize}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd__title-xs{font-size:25px}}.bd__title-xxs{font-size:22px}.bd-slider-nav{gap:15px}.bd-slider-nav i{background:#fff;background:var(--clr-common-white);border:2px solid #f1f1f1;border:2px solid var(--clr-common-color1);border-radius:6px;color:#000;color:var(--clr-common-black);height:58px;line-height:58px;text-align:center;width:58px}.bd-slider-nav i:hover{border-right-color:#732f7c;border-right-color:var(--clr-theme-1);border-top-color:#732f7c;border-top-color:var(--clr-theme-1);color:#732f7c;color:var(--clr-theme-1)}.ls--2{letter-spacing:-2px}.ls--3{letter-spacing:-3px}.hr1{border-bottom:1px solid #dcdcdc}.breadcrumb-spacing{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:184px 0 72px;position:relative;z-index:1}@media only screen and (min-width:768px) and (max-width:991px){.breadcrumb-spacing{padding:130px 0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.breadcrumb-spacing{padding:110px 0}}.breadcrumb-spacing:before{background:#161a33;content:"";height:100%;left:0;mix-blend-mode:multiply;opacity:.6;position:absolute;top:0;width:100%;z-index:-1}.page-title{color:#fff;color:var(--clr-common-white);font-family:Playfair Display,serif;font-size:49px;font-weight:700;line-height:1;text-transform:capitalize}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.page-title{font-size:50px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.page-title{font-size:40px}}@media (max-width:499px){.page-title{font-size:34px}}.breadcrumb-menu li{display:inline-block;padding:0 15px;position:relative}.breadcrumb-menu li.trail-item.trail-begin{padding-left:4px}.breadcrumb-menu li span{color:#fff;color:var(--clr-common-white);font-size:18px;font-weight:500;text-transform:uppercase}.breadcrumb-menu li:not(:last-child):after{color:#fff;color:var(--clr-common-white);content:"\f101";display:inline-block;font-family:Font Awesome\ 5 Pro;position:absolute;right:-6px;top:0}.breadcrumb-menu li:hover a span{opacity:.8}.pagination_nav{display:flex;flex-wrap:wrap;gap:20px}@media (max-width:575px){.pagination_nav{gap:10px}}.pagination_nav a{background:#f6f6f6;background:var(--clr-bg-white2);border-radius:6px;color:#000;color:var(--clr-common-black);display:block;font-size:18px;font-weight:500;height:60px;line-height:60px;text-align:center;width:60px}@media (max-width:575px){.pagination_nav a{font-size:18px;height:50px;line-height:52px;width:50px}}.pagination_nav li.active a,.pagination_nav li:hover a{background:#732f7c;background:var(--clr-theme-1);color:#fff;color:var(--clr-common-white)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-left:auto;margin-right:auto;padding-left:15px;padding-left:var(--bs-gutter-x,15px);padding-right:15px;padding-right:var(--bs-gutter-x,15px);width:100%}.row{--bs-gutter-x:30px}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}@media (min-width:1200px){.container-small{max-width:1200px}}.bd-header__position{left:0;right:0;top:0;width:100%;z-index:300}.bd-header__transparent{left:0;position:absolute;right:0;top:0;width:100%;z-index:100}.bd-header__top1{background:#171819;background:var(--clr-bg-black);padding:14px 0 55px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-header__top1{padding:14px 0}}.bd-header__top1-wrapper{padding-left:79px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-header__top1-wrapper{padding-left:0}}.bd-header__top1-info{margin-right:40px}.bd-header__top1-info:last-child{margin-right:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-header__top1-info:last-child{display:none}}.bd-header__top1-info-text{margin-top:-9px;overflow:hidden}.bd-header__top1-info-icon{float:left;margin-right:14px}.bd-header__top1-info-icon i{color:#732f7c;color:var(--clr-theme-1);font-size:30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-header__top1-info{margin-right:40px}}.bd-header__top1-sub-title{color:#fff;color:var(--clr-common-white);font-size:16px;opacity:.5}.bd-header__top1-title{color:#fff;color:var(--clr-common-white);font-size:18px;font-weight:700;line-height:1;margin-bottom:0}.bd-header__top1-title:hover a{color:#732f7c;color:var(--clr-common-red)}.bd-header__top1-btn{display:flex;justify-content:end;line-height:1}.bd-header__top1-btn.gray .theme-btn{background:#252627;background:var(--clr-common-gray)}.bd-header__top1-btn .theme-btn{background:#171819;background:var(--clr-bg-black);color:#fff;color:var(--clr-common-white);padding:0 25px}.bd-header__top1-btn .theme-btn:before{background:#732f7c;background:var(--clr-theme-1)}.bd-header__social-link li{display:inline-block;margin-left:12px}.bd-header__social-link li:first-child{margin-left:0}.bd-header__social-link li a{color:#fff;font-size:16px}.bd-header__social-link li:hover a{color:#732f7c;color:var(--clr-common-red)}.bd-header__print-icon{background:#ff9c00;background:var(--clr-common-yellow);border-bottom-right-radius:6px;border-top-right-radius:6px;color:#fff;color:var(--clr-bg-white);cursor:pointer;font-size:30px;height:80px;margin-left:50px;padding-top:24px;text-align:center;transition:all .5s ease-out 0s;width:80px}.bd-header__print-icon:hover{background:#732f7c;background:var(--clr-theme-1)}.bd-header__bottom-wrapper{border-radius:6px}.bd-header__bottom1{top:89px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-header__bottom1{display:none}}.bd-header__content{border-radius:6px;margin-left:-30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-header__content{margin-left:0;padding:0 20px}}.header__bar{cursor:pointer;display:inline-block}.header__bar span{background:#632f75;display:block;height:3px;margin:5px 0;width:30px}.header__bar span:nth-child(2){width:25px}.header__bar:hover span{width:30px}.white-bar span{background:#fff;background:var(--clr-bg-white)}.logo-position{position:absolute;top:0;z-index:107}.main-menu nav ul li{display:inline-block;margin-right:64px;position:relative}.main-menu nav ul li:last-child{margin-right:0}.main-menu nav ul li a{color:#171819;display:block;font-family:Playfair Display,serif;font-size:16px;font-weight:700;padding:24px 0 30px 3px;position:relative;text-transform:capitalize}.main-menu nav ul li a:before{content:"\f0a3";font-family:Font Awesome\ 5 Pro;font-weight:300;left:-18px;position:absolute}.main-menu nav ul li a:after{background:#c5c5c5;background:var(--clr-common-gray-2);bottom:32px;content:"";height:2px;left:auto;position:absolute;right:0;transform:translateX(4px);width:0}.main-menu nav ul li ul{background:#fff;background:var(--clr-common-white);border-top:3px solid #ff9c00;border-top:3px solid var(--clr-common-yellow);box-shadow:0 16px 32px 0 #0000000f;left:-12px;opacity:0;padding:20px 0;position:absolute;top:120%;transition:all .4s ease-out 0s;visibility:hidden;width:250px;z-index:200}@media only screen and (min-width:992px) and (max-width:1199px){.main-menu nav ul li ul{width:220px}}.main-menu nav ul li ul li{display:block;padding:2px 20px}.main-menu nav ul li ul li a{padding:0}.main-menu nav ul li ul li a:after,.main-menu nav ul li ul li a:before{content:none}.main-menu nav ul li ul li ul{left:100%;top:20px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.main-menu nav ul li ul li ul{left:-100%}}.main-menu nav ul li ul li:hover>{padding-left:30px}.main-menu nav ul li ul li:hover>a{color:#ff9c00;color:var(--clr-common-yellow)}.main-menu nav ul li ul li:hover>ul{top:0}.main-menu nav ul li:hover>ul{opacity:1;top:100%;visibility:visible}.main-menu nav ul li:hover a:before,.main-menu nav ul li:hover>ul li>>a{color:#ff9c00;color:var(--clr-common-yellow)}.main-menu nav ul li:hover a:before{font-weight:600}.main-menu nav ul li:hover a:after{left:0;right:auto;width:95%}.main-menu1{margin-left:15px}@media only screen and (min-width:1200px) and (max-width:1399px){.main-menu1{margin-left:30px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.main-menu2{text-align:right}}.main-menu2 nav>ul>li{margin:0 32px}.main-menu2 nav>ul>li ul{border-top:2px solid #732f7c;border-top:2px solid var(--clr-theme-1);text-align:start}.main-menu2 nav>ul>li ul li ul{text-align:start}.main-menu2 nav>ul>li ul li:hover>a,.main-menu2 nav>ul>li:hover a:before{color:#732f7c;color:var(--clr-theme-1)}.main-menu2 nav>ul>li:hover a:before{font-weight:600}.main-menu3 nav{margin-left:-25px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.main-menu3 nav{margin-left:0;text-align:right!important}}.main-menu3 nav ul li a{color:#fff;color:var(--clr-common-white);padding:40px 0 30px 3px}@media only screen and (min-width:992px) and (max-width:1199px){.main-menu3 nav ul li a{padding:20px 0 30px 3px}}.main-menu3 nav ul li ul{border-top:3px solid #ff9c00;border-top:3px solid var(--clr-common-yellow);text-align:start}.main-menu3 nav ul li ul li a{color:#fff;color:var(--clr-common-heading)}.main-menu3 nav ul li ul li:hover>a{color:#ff9c00;color:var(--clr-common-yellow)}.main-menu3 nav ul li:hover a:before{color:#fff;color:var(--clr-common-white);font-weight:600}.main-menu3 nav ul li:hover a:after{width:100%}.menu-hide{display:none;opacity:0;visibility:hidden}.sticky{animation:fadeInDown .3s ease-in-out 0s 1 normal none running;border:none;box-shadow:0 0 60px 0 #35394526;display:block;left:0;opacity:1;position:fixed;right:0;top:0;transition:.4s;visibility:visible;width:100%;z-index:650}.menu-sticky .header__bar span{background:#632f75}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.menu-sticky{padding:17px 0}}.menu-sticky .main-menu nav ul li{margin:0 32px}.menu-sticky .main-menu nav ul li a{color:#000}.menu-sticky .main-menu nav ul li ul>li{display:block;margin:0;text-align:start}.menu-sticky .main-menu nav ul li ul>li a{color:#000}.menu-sticky .main-menu nav ul li ul>li:hover>{padding-left:10px}.menu-sticky .main-menu nav ul li ul>li:hover>a{color:#ff9c00;color:var(--clr-common-yellow)}@media only screen and (min-width:992px) and (max-width:1199px){.menu-sticky .main-menu1{text-align:right}}.menu-sticky .main-menu1 nav ul li{margin:0 64px 0 0}.menu-sticky .main-menu1 nav ul li:last-child{margin-right:0}.menu-sticky .main-menu2 nav ul li ul{border-top:3px solid #732f7c;border-top:3px solid var(--clr-theme-1);text-align:start}.menu-sticky .main-menu2 nav ul li ul li:hover>a{color:#732f7c;color:var(--clr-theme-1)}.menu-sticky .bd-header__print-icon:hover{background:#732f7c;background:var(--clr-theme-1)}.menu-sticky .sticky__black-btn .theme-btn{background:#171819;background:var(--clr-bg-black)}.menu-sticky .sticky__black-btn .theme-btn:before{background:#732f7c;background:var(--clr-theme-1)}.menu-sticky .bd-header__print-icon{border-radius:0}.bd-mobile__header-padding{padding:17px 0}.inner-page-menu nav ul li{margin-left:38px;margin-right:38px}.inner-page-menu nav ul li ul{border-top:3px solid #732f7c;border-top:3px solid var(--clr-theme-1);text-align:start}.inner-page-menu nav ul li ul li{display:block;margin:0}.inner-page-menu nav ul li ul li:hover>a,.inner-page-menu nav ul li:hover>a:before,.menu-sticky .inner-page-menu nav ul li ul>li:hover>a{color:#732f7c;color:var(--clr-theme-1)}.bd-header__lang{margin-right:9px}.bd-header__lang .nice-select{background-color:initial;border:none;padding-left:0}.bd-header__lang .nice-select span{color:#fff;color:var(--clr-common-heading);font-family:Rubik,sans-serif;font-size:16px;font-weight:500;opacity:1}.bd-header__lang .nice-select:after{border-bottom:2px solid #fff;border-bottom:2px solid var(--clr-common-heading);border-right:2px solid #fff;border-right:2px solid var(--clr-common-heading);margin-top:-3px;right:20px}.bd-header__page ul li{display:inline-block;margin-right:22px}.bd-header__page ul li:last-child{color:#732f7c!important;color:var(--clr-theme-1)!important;font-weight:600;margin-right:0}.bd-header__page ul li a{color:#fff;color:var(--clr-common-heading);font-size:16px;font-weight:500}.bd-header__top2 li:hover a{color:#fff}.bd-header__top3{background:#1718191c;background:var(--clr-common-color15)}.bd-header__top3 ul li{display:inline-block;margin-right:21px}.bd-header__top3 ul li a{color:#fff;color:var(--clr-common-white);font-size:16px}.bd-header__top3 ul li a i{margin-right:6px}.bd-header__lang.three .nice-select:after{border-bottom:2px solid #fff;border-bottom:2px solid var(--clr-common-white);border-right:2px solid #fff;border-right:2px solid var(--clr-common-white)}.bd-header__lang.three .nice-select span{color:#fff;color:var(--clr-common-white)}.bd-header__lang.three .nice-select .option{display:block;margin-right:0}.bd-header__right i{color:#fff;color:var(--clr-common-white);font-size:22px}.bd-header__action ul li{align-items:center;display:flex;gap:20px;list-style:none}.bd-search__box{position:relative}.bd-search__toggle{background-color:#732f7c;background-color:var(--clr-theme-1);opacity:0;padding:16px 40px 40px;position:absolute;right:50%;top:50px;transition:.3s;visibility:hidden;z-index:555}.bd-search__toggle.header_search-open{opacity:1;visibility:visible}.bd-search__form{background-color:#732f7c;background-color:var(--clr-theme-1);border-radius:6px;opacity:0;padding:16px 30px;position:absolute;right:-100%;top:60px;transition:.3s;visibility:hidden;z-index:9}.bd-search__form input{background:#732f7c;background:var(--clr-theme-1);border:none;border-bottom:1px solid var(--clr-border-1);color:#fff;color:var(--clr-common-white);height:60px;padding-right:40px;width:270px}.bd-search__form input::placeholder{color:#000;font-size:18px;opacity:1}.bd-contact__form textarea::placeholder{color:#000;font-size:17px;opacity:1}.bd-search__form input::selection{color:#000;color:var(--clr-common-black);font-size:18px;opacity:1}.bd-search__form button{position:absolute;right:30px;top:50%;transform:translateY(-50%)}.bd-search__form button i{color:#fff;color:var(--clr-common-white)}.search__open .bd-search__form{opacity:1;visibility:visible}.search__open .header-search__btn{opacity:0;transform:scale(0)}.search__open .header-search__close{opacity:1;transform:scale(1)}.header-search__btn{position:absolute;right:0;top:50%;transform:scale(1);transform:translateY(-50%)}.header-search__btn,.header-search__close{cursor:pointer;font-size:20px;transition:all .3s ease-out 0s}.header-search__close{opacity:0;transform:scale(0)}.banner-835{min-height:835px;position:relative}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.banner-835{min-height:700px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-835{min-height:650px}}@media (max-width:575px){.banner-835{min-height:600px}}.banner-970{min-height:970px;position:relative}@media only screen and (min-width:1200px) and (max-width:1399px){.banner-970{min-height:850px}}@media only screen and (min-width:992px) and (max-width:1199px){.banner-970{min-height:800px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-970{min-height:700px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-970{min-height:650px}}@media (max-width:575px){.banner-970{min-height:700px}}.banner-bg{background-color:#fff;background-color:var(--clr-common-white);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;right:0;top:0;width:67%;z-index:-1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.banner-bg{width:100%}}.banner-bg3{width:100%}.banner-overlay-1{position:relative}.banner-overlay-1:before{background:linear-gradient(0deg,#000,#0000);content:"";height:100%;opacity:.502;position:absolute;right:0;top:0;width:100%}@media only screen and (min-width:768px) and (max-width:991px){.single-banner-2{padding-top:70px}}@media only screen and (min-width:576px) and (max-width:767px){.single-banner-2{padding-top:20px}}@media (max-width:575px){.single-banner-2{padding-top:30px}}@media (max-width:499px){.single-banner-2{padding-top:50px}}.single-banner-2 .banner-img{left:-66px;position:relative;top:20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.single-banner-2 .banner-img img{width:100%}}.banner-btn .theme-btn{margin-right:25px;padding:0 25px}.banner-btn .theme-btn:last-child{margin-right:0}.banner-btn .theme-btn.red:before{background:#ff9c00;background:var(--clr-common-yellow)}.banner-btn .theme-btn.yellow{padding:0 32px}.banner-btn .theme-btn.yellow:before{background:#732f7c;background:var(--clr-theme-1)}@media (max-width:575px){.banner-btn .theme-btn{margin-bottom:15px}}.banner-btn.one .theme-btn:last-child{background:#ff9c00;background:var(--clr-common-yellow)}.banner-btn.three .theme-btn.black{background:#171819;background:var(--clr-bg-black)}.banner-btn.three .theme-btn.black:before{background:#732f7c;background:var(--clr-theme-1)}.banner-btn.three .theme-btn.white{background:#fff;background:var(--clr-common-white);color:#fff;color:var(--clr-common-heading)}.banner-btn.three .theme-btn.white:hover{background:#171819;background:var(--clr-bg-black);color:#fff;color:var(--clr-common-white)}.banner-meta-text{margin-bottom:13px}.banner-meta-text span{font-family:Handlee,cursive;font-size:20px;font-weight:400;text-transform:capitalize}.banner-text{color:#fff;color:var(--clr-common-white);font-size:18px;margin-bottom:56px;padding-left:22px;position:relative}.banner-text:before{background:#ff9c00;background:var(--clr-common-yellow);content:"";height:100%;left:0;position:absolute;top:-2px;width:2px}@media (max-width:499px){.banner-text:before{height:100%}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.banner-text br{display:none}}.banner-title{font-size:80px;font-weight:600;letter-spacing:-2px;line-height:1.125;margin-bottom:37px;margin-left:-5px;text-transform:capitalize}@media only screen and (min-width:1200px) and (max-width:1399px){.banner-title{font-size:60px}.banner-title br{display:none}}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.banner-title{font-size:50px}.banner-title br{display:none}}@media (max-width:575px){.banner-title{font-size:45px}.banner-title br{display:none}}@media (max-width:499px){.banner-title{font-size:40px}.banner-title br{display:none}}.banner-content1{max-width:800px}@media (max-width:575px){.banner-content1{max-width:500px}}.banner-content2 .banner-btn a:last-child{background:linear-gradient(90.07deg,#892f86 32.43%,#3d2c88 58.79%,#1a133d 105.32%);color:#fff;color:var(--clr-common-heading)}.banner-content2 .banner-btn a:last-child:hover{color:#fff;color:var(--clr-common-white)}.banner-content2 .banner-text{color:#777;color:var(--clr-common-text);opacity:1}.banner-content2 .banner-text:before{background:#732f7c;background:var(--clr-theme-1);opacity:1}@media (max-width:575px){.banner-content2{max-width:400px}}.banner-content3{padding-top:118px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.banner-content3{padding-top:50px}}.bd-rating-item{display:inline-block;padding:26px 32px 22px;position:absolute;text-align:center}.bd-rating-item.one{border-radius:6px;border-bottom-right-radius:0;bottom:-58px;right:-325px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.bd-rating-item.one{bottom:-8px;right:-152px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-rating-item.one{display:none}}.bd-rating-item.one:before{border-bottom-right-radius:0}.bd-rating-item.two{border-top-right-radius:6px;bottom:-258px;right:-512px}.bd-rating-item.two .bd-rating-icon i:last-child{color:#616467;color:var(--clr-common-color21)}.bd-rating-item.two .bd-rating-title{color:#fff;color:var(--clr-common-white)}.bd-rating-item.two .bd-rating-title sup{transform:translateY(7px)}.bd-rating-item.two .bd-rating-text{color:#969a9d;color:var(--clr-common-color20)}.bd-rating-item.two:before{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}@media only screen and (min-width:1200px) and (max-width:1399px){.bd-rating-item.two{bottom:-209px;right:-340px}}@media only screen and (min-width:992px) and (max-width:1199px){.bd-rating-item.two{bottom:-145px;right:-340px}}@media only screen and (min-width:768px) and (max-width:991px){.bd-rating-item.two{bottom:-226px;right:0}}.bd-rating-item:hover .bd-rating-icon i,.bd-rating-item:hover .bd-rating-text,.bd-rating-item:hover .bd-rating-title{color:#fff;color:var(--clr-common-white)}.bd-rating-icon{margin-bottom:35px}.bd-rating-icon i{color:#732f7c;color:var(--clr-theme-1);font-size:18px}.bd-rating-icon i:last-child{color:#d5d5d5;color:var(--clr-common-color19)}.bd-rating-title{font-size:70px;line-height:1;margin-bottom:0}.bd-rating-text{color:#777;color:var(--clr-common-text);display:block;font-family:Handlee;font-size:18px;margin-top:-4px;text-align:center}.bd-about1__box{background:#fff;background:var(--clr-bg-white);border-radius:6px;padding-bottom:60px;padding-top:80px;transform:translateY(40px)}@media only screen and (min-width:992px) and (max-width:1199px){.bd-about1__box{padding-bottom:75px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-about1__box{padding-bottom:50px}}.bd-about1__wrapper{position:relative}.bd-about1__content-wrapper{padding-left:70px;padding-right:30px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.bd-about1__content-wrapper{padding-left:25px;padding-right:0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-about1__content-wrapper{padding-left:5px;padding-right:0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-about1__content-wrapper{padding-top:70px}}.bd-about1__printing{background:#fff;background:var(--clr-bg-white);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #732f7c;border-top:2px solid var(--clr-theme-1);box-shadow:0 16px 32px 0 #0000000f;margin-bottom:24px;padding:16px 32px}@media (max-width:575px){.bd-about1__printing{padding:20px}}.bd-about1__print-title{display:inline-block;margin-bottom:0}.bd-about1__icon{color:#732f7c;color:var(--clr-theme-1);font-size:46px;padding-left:57px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-about1__icon{padding-left:20px}}.bd-about1__text{display:block;font-family:Handlee,cursive;font-size:16px;margin-top:-6px}@media (max-width:499px){.bd-about1__text{margin-top:0}}.bd-about1__experience{background:#fff;background:var(--clr-bg-white);border-radius:6px;bottom:49px;box-shadow:0 16px 32px 0 #0000000f;display:inline-block;left:160px;padding:40px 32px 33px;position:absolute;text-align:center;z-index:5}.bd-about1__experience-icon{color:#732f7c;color:var(--clr-theme-1);font-size:60px}@media (max-width:499px){.bd-about1__experience-icon{font-size:40px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-about1__experience{bottom:-70px}}@media (max-width:575px){.bd-about1__experience{left:50%;padding:40px 40px 32px;transform:translateX(-50%)}}.bd-about1__plus{font-size:37px}.bd-about1__count-title{line-height:1;margin-bottom:2px}.bd-about2__img p{margin-bottom:48px;margin-top:-6px}.bd-about2__list{margin-bottom:40px}.bd-about2__list-wrapper{padding-left:20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-about2__list-wrapper{padding-left:4px}}.bd-about2__list-wrapper p{margin-bottom:40px;margin-top:-6px}.bd-about2__list ul li{margin-bottom:9px}.bd-about2__list ul li i{color:#732f7c;color:var(--clr-theme-1);margin-right:13px}.bd-about2__author{align-items:center;display:flex}.bd-about2__author-img{border-radius:50%;height:60px;margin-right:20px;overflow:hidden;width:60px}.bd-about2__text h6{margin-bottom:0}.bd-about2__sc{background:#171819;background:var(--clr-bg-black);border-radius:6px;padding:36px 42px 35px 40px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-about2__sc{padding:30px 25px 25px}}.bd-about2__sc-title{color:#fff;color:var(--clr-common-white);margin-bottom:12px}.bd-about2__sc-text{color:#858a8f;color:var(--clr-common-color9);font-size:16px;line-height:24px}.bd-about2__sc-list li{display:flex;justify-content:space-between;margin-bottom:5px}.bd-about2__sc-list li:last-child{margin-bottom:0}.bd-about2__sc-list li .day{color:#fff;color:var(--clr-common-white);font-size:16px;font-weight:600}.bd-about2__sc-list li .time{color:#777c80;color:var(--clr-common-color10);font-size:16px;text-align:right}.bd-about2__sc-list ul li:last-child .time{color:#732f7c;color:var(--clr-theme-1)}.bd-about2__wrapper .col-xxl-3:last-child{padding-left:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-about2__wrapper .col-xxl-3:last-child{padding-left:15px}}.bd-about3__content{padding-left:70px;padding-right:27px}@media only screen and (min-width:1200px) and (max-width:1399px){.bd-about3__content{padding-left:40px}}@media only screen and (min-width:992px) and (max-width:1199px){.bd-about3__content{padding-left:20px;padding-right:0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-about3__content{padding-left:0;padding-right:0}}.bd-about3__inner{border-top:1px solid #e8e8e8;justify-content:space-between;padding-bottom:19px;padding-top:26px}.bd-about3__icon-wrapper,.bd-about3__inner{align-items:center;display:flex}.bd-about3__icon{margin-right:20px}.bd-about3__icon i{color:#732f7c;color:var(--clr-theme-1);font-size:60px}.bd-about3__text{margin-bottom:31px}.bd-about3__arrow a{color:#999;color:var(--clr-common-color11);font-size:20px}.bd-about3__arrow a:hover{color:#732f7c;color:var(--clr-theme-1)}.bd-about3__inner-title h4{font-size:20px}.bd-about3__inner-title h4:hover{color:#732f7c;color:var(--clr-theme-1)}.bd-services1__item{background:#fff;background:var(--clr-common-white);border-radius:6px;padding:30px 30px 53px 60px;position:relative}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-services1__item{padding:30px 25px}}.bd-services1__item:before{background:#732f7c;background:var(--clr-theme-1);border-bottom-left-radius:6px;border-bottom-right-radius:6px;bottom:0;content:"";height:4px;left:auto;position:absolute;right:0;width:0}.bd-services1__item:hover .bd-services1__num{text-align:right}.bd-services1__item:hover .bd-services1__num h6{background:#171819;background:var(--clr-bg-black);color:#fff;color:var(--clr-common-white)}.bd-services1__item:hover .bd-services1__num h6:before{border-color:#171819 #0000 #0000;border-color:var(--clr-bg-black) #0000 #0000 #0000}.bd-services1__item:hover:before{left:0;right:auto;width:100%}.bd-services1__num{text-align:right}.bd-services1__num h6{background:#f2f2f2;background:var(--clr-bg-gray-2);display:inline-block;font-size:14px;font-weight:700;line-height:1;margin-bottom:0;padding:9px 12px;position:relative}.bd-services1__num h6:before{border-color:#f2f2f2 #0000 #0000;border-color:var(--clr-bg-gray-2) #0000 #0000 #0000;border-style:solid;border-width:10px 8px 0 0;bottom:-10px;content:"";height:0;left:0;position:absolute;width:0}.bd-services1__para{color:#979aa0;color:var(--clr-common-gray-6);font-size:16px;line-height:24px;margin-bottom:13px}.bd-services1__icon{color:#732f7c;color:var(--clr-theme-1);font-size:75px;margin-bottom:33px}.bd-services1__title{line-height:1.31;margin-bottom:33px}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-services1__title br{display:none}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-services1__title{font-size:20px}}.bd-services1__title:hover{color:#732f7c;color:var(--clr-theme-1)}.bd-services1__btn .theme-btn{background:#fff;background:var(--clr-common-white);box-shadow:0 16px 32px 0 #00000014;color:#171819;color:var(--clr-bg-black);height:44px;line-height:44px;padding:0 24px}.bd-services1__btn .theme-btn:hover{color:#fff;color:var(--clr-common-white)}.bd-services2__90{margin-top:-90px;position:relative;z-index:2}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-services2__90{margin-top:0;padding-top:120px}}.bd-services2__item{background:#fff;background:var(--clr-common-white);margin-right:10px;padding:38px 15px;position:relative}.bd-services2__item:last-child{margin-right:0}.bd-services2__item:before{background:#e8e8e8;background:var(--clr-common-color8);border-radius:6px;bottom:-5px;content:"";height:5px;left:5px;margin:auto;position:absolute;width:95%}.bd-services2__item:after{background:linear-gradient(90.07deg,#892f86 32.43%,#3d2c88 58.79%,#1a133d 105.32%);border-radius:6px;bottom:0;content:"";height:0;left:0;opacity:0;position:absolute;transition:all .3s ease-out 0s;width:100%;z-index:1}.bd-services2__item:hover .bd-services2__img{opacity:1;visibility:visible}.bd-services2__item:hover .bd-services2__icon i,.bd-services2__item:hover .bd-services2__title{color:#fff;color:var(--clr-common-white)}.bd-services2__item:hover:after{height:100%;opacity:.86;top:0}.bd-services2__item:hover:before{background:#161718;background:var(--clr-common-black4)}.bd-services2__img{left:0;opacity:0;position:absolute;top:0;transition:all .5s ease-out 0s;visibility:hidden}.bd-services2__img,.bd-services2__img img{height:100%;width:100%}.bd-services2__icon{margin-bottom:12px}.bd-services2__icon i{color:#642e86;font-size:65px;position:relative;z-index:3}.bd-services2__title{font-size:16px;font-weight:700;margin-bottom:4px;position:relative;z-index:2}.bd-services2__title:hover{color:#732f7c;color:var(--clr-theme-1)}@media (max-width:499px){.bd-services2__title{font-size:14px}}.bd-services3__item{background:#fff;background:var(--clr-common-white);border-radius:6px;padding-bottom:30px;padding-top:49px;position:relative;text-align:center;transition:all .5s ease-out 0s;z-index:1}.bd-services3__item:hover .bd-services3__icon{transform:translateY(-10px)}.bd-services3__item:hover .bd-services3__icon i,.bd-services3__item:hover .bd-services3__price,.bd-services3__item:hover .bd-services3__price span,.bd-services3__item:hover .bd-services3__title{color:#fff;color:var(--clr-common-white)}.bd-services3__icon{transition:all .5s ease-out 0s}.bd-services3__icon i{color:#732f7c;color:var(--clr-theme-1);font-size:58px}.bd-services3__price{color:#b0b3b6;color:var(--clr-common-color16)}.bd-services3__price span{color:#777;color:var(--clr-common-text)}.bd-services3__icon{margin-bottom:22px}.bd-services3__title{font-size:24px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-services3__title{font-size:20px}}.bd-details__work{padding:30px 20px}.bd-details__work p{margin-bottom:0}.bd-details__work--icon img{height:60px}.bd-design__guideline--padd{padding:25px 30px}.bd-design__guideline ul li{color:#777;color:var(--clr-common-text);overflow:hidden;padding-bottom:17px}.bd-design__guideline ul li:not(:last-child){border-bottom:1px solid #eaebee;border-bottom:1px solid var(--clr-common-border);margin-bottom:17px}.bd-design__guideline ul li:last-child{padding-bottom:0}.bd-design__guideline ul li span{float:right}.bd-design__guideline ul li i{margin-right:10px}.bd-design__guideline ul li:hover a{color:#732f7c;color:var(--clr-theme-1)}.bd-postcard-item{padding:30px 0}.bd-postcard-item p{margin-bottom:0}.bd-postcard-item:hover h4{color:#fff;color:var(--clr-common-white)}.bd-postcard-item:hover p{color:#f8f8f8;color:var(--clr-common-gray-5)}.bd-services-details-img{height:93%;width:100%}.bd-services-details-img img{height:100%;object-fit:cover;width:100%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-counter{padding-bottom:15px}.bd-counter1__item{margin-bottom:50px}}.bd-counter__title{color:#fff;color:var(--clr-common-white);line-height:1;margin-bottom:7px;margin-top:-2px}@media (max-width:575px){.bd-counter__title{font-size:40px}}.bd-counter__plus{font-size:38px}@media (max-width:499px){.bd-counter__plus{font-size:20px}}.bd-counter__text{color:#fff;color:var(--clr-common-white);display:block;font-family:Handlee,cursive;font-size:16px;margin-bottom:33px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-counter__text{margin-bottom:10px}}.bd-counter__icon{background:#fff;background:var(--clr-common-white);border-radius:50%;box-shadow:0 16px 32px 0 #0000000f;color:#732f7c;color:var(--clr-theme-1);font-size:40px;height:100px;margin:0 auto -50px;padding-top:30px;position:relative;text-align:center;transition:all .5s ease-out 0s;width:100px;z-index:2}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-counter__icon{margin:auto}}@media (max-width:499px){.bd-counter__icon{height:75px;padding-top:18px;width:75px}}.bd-counter2{overflow:hidden}.bd-counter2__back{bottom:48px;left:0;margin:auto;position:absolute;right:0;text-align:center}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-counter2__back{bottom:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-counter2__back{bottom:15px}}.bd-counter2__back h2{-webkit-text-fill-color:#732f7c;-webkit-text-fill-color:var(--clr-theme-1);-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#e1e1e1;-webkit-text-stroke-color:var(--clr-common-color12);color:#e1e1e1;color:var(--clr-common-color12);font-family:Playfair Display,serif;font-size:220px;font-weight:700;letter-spacing:41px;line-height:.318;opacity:.2;text-transform:uppercase;z-index:0}@media only screen and (min-width:1200px) and (max-width:1399px){.bd-counter2__back h2{letter-spacing:10px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-counter2__back h2{font-size:140px;letter-spacing:0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-counter2__back h2{font-size:100px;letter-spacing:0}}@media (max-width:499px){.bd-counter2__back h2{font-size:60px;letter-spacing:0}}.bd-tm{background-position:50%;background-repeat:no-repeat;background-size:75%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-tm--space{padding-bottom:100px;padding-top:120px}}.bd-tm__active{margin-right:-520px;padding-bottom:50px;position:relative}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-tm__active{padding-bottom:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-tm__active{margin-right:0}}.bd-tm__nav--20{margin-top:-20px}@media (max-width:575px){.bd-tm__nav--20{margin-top:0}}.bd-tm__nav i{background:#fff;background:var(--clr-common-white);border:2px solid #f1f1f1;border:2px solid var(--clr-common-color1);border-radius:6px;color:#000;color:var(--clr-common-black);font-size:20px;height:58px;line-height:56px;text-align:center;width:58px}.bd-tm__nav i:hover{border-right-color:#732f7c;border-right-color:var(--clr-theme-1);border-top-color:#732f7c;border-top-color:var(--clr-theme-1);color:#732f7c;color:var(--clr-theme-1)}.bd-tm__next{margin-left:16px}.bd-tm__item{background:#fff;background:var(--clr-common-white);border-bottom:3px solid #732f7c;border-bottom:3px solid var(--clr-theme-1);border-radius:6px;box-shadow:0 16px 32px 0 #0000000f;overflow:hidden;padding:46px 50px 50px}.bd-tm__item:hover .bd-tm__quote-icon i,.bd-tm__item:hover .bd-tm__text p{color:#fff;color:var(--clr-common-white)}.bd-tm__item:hover .bd-tm__author{background:#732f7c;background:var(--clr-theme-1)}.bd-tm__item:hover .bd-tm__author-cat,.bd-tm__item:hover .bd-tm__author-name{color:#fff;color:var(--clr-common-white)}.bd-tm__item:hover:before{height:100%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-tm__item{padding:40px 20px}}.bd-tm__rating{margin-bottom:15px}.bd-tm__rating i{color:#ff9c00;color:var(--clr-common-yellow)}.bd-tm__rating i:last-child{color:#b7b7b7;color:var(--clr-common-gray-4)}.bd-tm__text{margin-bottom:32px}.bd-tm__text p{color:#fff;color:var(--clr-common-heading);font-size:20px;font-weight:600;letter-spacing:-.3px;line-height:30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-tm__text p{font-size:18px;letter-spacing:0;line-height:26px}}.bd-tm__author{background:#f8f8f8;background:var(--clr-common-gray-5);border-radius:6px;display:flex;position:relative;transition:all .4s ease-out 0s}.bd-tm__author-name{margin-bottom:0;padding-top:16px}.bd-tm__author-img{height:70px;margin-right:20px;width:70px}.bd-tm__author-img img{border-bottom-left-radius:6px;border-top-left-radius:6px;width:100%}.bd-tm__quote-icon{position:absolute;right:0;top:-30px}.bd-tm__quote-icon i{color:#732f7c;color:var(--clr-theme-1);display:block;font-size:52px;transform:rotate(-180deg);transition:all .4s ease-out 0s}@media (max-width:575px){.bd-section__tm-title{margin-bottom:20px}}.bd-features__box{padding-bottom:50px;position:relative;transform:translateY(40px);z-index:50}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-features__box{padding-bottom:60px;padding-top:120px;transform:translateY(0)}}@media only screen and (min-width:768px) and (max-width:991px){.bd-features__box{padding-bottom:70px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-features__box{padding-bottom:45px}}.bd-features__content{padding-left:40px;padding-top:80px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-features__content{padding-left:20px;padding-top:0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-features__content{padding-left:0;padding-top:0}}@media (max-width:575px){.bd-features__content-inner{display:block!important}}.bd-features__img{margin-top:-100px;padding-right:30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-features__img{margin-top:0;padding-right:0}}.bd-features__img img{border-bottom:6px solid #ff9c00;border-bottom:6px solid var(--clr-common-yellow);border-radius:12px}.bd-features__btn{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.bd-features .bd__subtitle{color:#94989d;color:var(--clr-common-color2)}.bd-features__gl{background:#732f7c;background:var(--clr-theme-1);border-radius:6px;margin-right:40px;padding:25px 51px 20px 31px}.bd-features__gl-title{color:#fff;color:var(--clr-common-white);font-size:18px;margin-bottom:17px}.bd-features__gl-text span{color:#e1e1e1;color:var(--clr-common-color12);display:block;line-height:30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-features__gl{padding:20px}}@media (max-width:575px){.bd-features__gl{margin-right:0}}.bd-features__f{background:#28292b;background:var(--clr-common-black2);border-radius:6px;padding:28px 29px}.bd-features__f-title{color:#fff;color:var(--clr-common-white);font-size:18px;margin-bottom:17px}.bd-features__f a{color:#979aa0;color:var(--clr-common-gray-6);display:block}.bd-features__f a i{color:#4b4d50;color:var(--clr-common-color4);margin-right:10px}.bd-features__f a span{line-height:30px;position:relative}.bd-features__f a span:before{background:#fff;background:var(--clr-common-white);border-radius:6px;bottom:0;content:"";height:2px;left:0;position:absolute;width:0}.bd-features__f a:hover{color:#fff;color:var(--clr-common-white)}.bd-features__f a:hover span:before{width:100%}.bd-features__f a:hover i{color:#ff9c00;color:var(--clr-common-yellow)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-features__f{padding:20px}}.bd-features__bottom-img{display:flex;margin-left:-10px;margin-right:13px}.bd-features__bottom-img>div{height:60px;width:60px}.bd-features__bottom-img img{width:100%}.bd-features__bottom-img2{margin-left:-36px}.bd-features__bottom-img3{margin-left:-34px}.bd-features__bottom-text h4{color:#fff;color:var(--clr-common-white);font-size:18px;line-height:28px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-features__bottom-text h4{font-size:18px;line-height:26px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-features__bottom-text h4 br{display:none}}.bd-features__book-img{bottom:-85px;position:absolute;right:-220px}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:1400px) and (max-width:1599px),only screen and (min-width:1600px) and (max-width:1799px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-features__book-img{display:none}}.bd-brand{background-repeat:no-repeat;background-size:cover}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-brand--space{padding-top:100px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-brand{padding-top:90px}}.bd-brand-items{text-align:center}.bd-brand-items img{max-width:100%;opacity:.4}.bd-brand-items:hover img{opacity:1}.bd-brand2__wrapper{padding:50px}.bd-sponsor__text p{color:#fff;color:var(--clr-common-heading);font-family:Handlee,cursive;font-size:20px}.bd-sponsor__text p span{color:#732f7c;color:var(--clr-theme-1)}.bd-faq__padd{padding-right:80px}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-faq__padd{padding-right:10px}}.bd-faq__wrapper .accordion-item{margin-bottom:20px}.bd-faq__wrapper .accordion-item:last-child{margin-bottom:0}.bd-faq__wrapper .accordion-item:first-of-type .accordion-button{border-top-left-radius:6px;border-top-right-radius:6px}.bd-faq__wrapper .accordion-body{padding:23px 30px 7px}.bd-faq__wrapper .accordion-body p{margin-bottom:0}@media (max-width:499px){.bd-faq__wrapper .accordion-body{padding:25px 15px 8px}}.bd-faq__wrapper .accordion-collapse{border:none}.bd-faq__wrapper .accordion-button{background:#f9f9f9;background:var(--clr-bg-gray-3);border:none;border-radius:6px;color:#000;font-size:18px;font-weight:600;padding:10px 10px 10px 30px;text-align:start;text-transform:capitalize}.bd-faq__wrapper .accordion-button:not(.collapsed){background-color:#732f7c;background-color:var(--clr-theme-1);color:#fff;color:var(--clr-common-white)}.bd-faq__wrapper .accordion-button:focus{box-shadow:none}.bd-faq__wrapper .accordion-button.collapsed:after{background-color:var(--clr-bg-black3);background-image:none;background:#1f242c;background:var(--clr-common-black3);color:#fff;color:var(--clr-common-white);content:"\f067";font-size:18px}.bd-faq__wrapper .accordion-button.collapsed:after,.bd-faq__wrapper .accordion-button:after{border-radius:6px;font-family:Font Awesome\ 5 Pro;height:40px;line-height:40px;text-align:center;width:40px}.bd-faq__wrapper .accordion-button:after{background-image:none;background:#fff;background:var(--clr-common-white);color:#1f242c;color:var(--clr-common-black3);content:"\f068";transform:rotate(0deg)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-faq__wrapper .accordion-button{padding:9px 10px 9px 15px}}.bd-faq__img{position:absolute;right:0;top:35px}@media only screen and (min-width:1600px) and (max-width:1799px){.bd-faq__img{max-width:800px}.bd-faq__img img{width:100%}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:1400px) and (max-width:1599px),only screen and (min-width:992px) and (max-width:1199px){.bd-faq__img{max-width:750px;top:50%;transform:translateY(-50%)}.bd-faq__img img{width:100%}}@media only screen and (min-width:1200px) and (max-width:1399px){.bd-faq__img{max-width:600px}}@media only screen and (min-width:992px) and (max-width:1199px){.bd-faq__img{max-width:500px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-faq__img{display:none}}.bd-faq__padd2{padding-left:80px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.bd-faq__padd2{padding-left:10px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-faq__padd2{padding-left:0}}.gm-faq.gm-faq-2column .accordion{column-gap:50px;display:flex;flex-wrap:wrap;row-gap:20px}.gm-faq.gm-faq-2column .accordion>div{width:calc(50% - 25px)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.gm-faq.gm-faq-2column .accordion>div{width:100%}}.bd-blog__item{overflow:hidden}.bd-blog__category{position:absolute;right:20px;top:20px;z-index:10}.bd-blog__category a{background:#732f7c;background:var(--clr-theme-1);border-radius:6px;color:#fff;color:var(--clr-common-white);display:block;font-family:Playfair Display,serif;font-size:16px;font-weight:600;padding:4px 20px}.bd-blog__thum{border-top-left-radius:6px;border-top-right-radius:6px;overflow:hidden}.bd-blog__thum:hover img{transform:scale(1.05)}.bd-blog__meta{line-height:1;margin-bottom:14px}.bd-blog__meta span{font-size:16px}.bd-blog__admin a{font-weight:700}.bd-blog__content{border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding:37px 35px 37px 40px}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-blog__content{padding:34px 25px}}.bd-blog__title{font-size:24px;line-height:1.32;position:relative;z-index:1}@media only screen and (min-width:992px) and (max-width:1199px){.bd-blog__title{font-size:20px}}.bd-blog__date,.bd-blog__title:hover{color:#732f7c;color:var(--clr-theme-1)}.bd-blog__date{display:inline-block;padding-right:28px;position:relative}.bd-blog__date:before{background:#cbcbcb;background:var(--clr-common-color5);content:"";height:13px;position:absolute;right:10px;top:1px;width:1px}.bd-blog__admin b{color:#fff;color:var(--clr-common-heading)}.bd-blog__btn{line-height:1}.bd-blog__btn a{color:#777c80;color:var(--clr-common-color10);font-size:16px;font-weight:600;line-height:1;text-transform:capitalize}.bd-blog__btn a:hover{color:#732f7c;color:var(--clr-theme-1)}.bd-blog__btn a:hover i{padding-left:10px}.bd-blog__title-xl{font-size:34px}@media only screen and (min-width:1200px) and (max-width:1399px){.bd-blog__title-xl{font-size:30px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-blog__title-xl{font-size:26px}}@media (max-width:499px){.bd-blog__title-xl{font-size:22px}}.bd-blog__title-xl:hover{color:#732f7c;color:var(--clr-theme-1)}.bd-blog__title-md{font-size:30px}@media only screen and (min-width:1200px) and (max-width:1399px){.bd-blog__title-md{font-size:26px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-blog__title-md{font-size:22px}}.bd-blog__wrapper{border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding-bottom:75px;transform:translateY(43px)}.bd-blog__back-text h2{-webkit-text-fill-color:#fff;-webkit-text-fill-color:var(--clr-common-white);-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#e1e1e1;-webkit-text-stroke-color:var(--clr-common-color12);bottom:42px;color:#e1e1e1;color:var(--clr-common-color12);font-family:Playfair Display,serif;font-size:200px;font-weight:700;letter-spacing:5px;line-height:.35;opacity:.4;position:absolute;right:-9px;text-transform:uppercase;z-index:0}.bd-blog__title-content{background:#fff;background:var(--clr-common-white);border-radius:6px;padding:28px 20px 28px 30px}.bd-blog__title-content .bd-blog__meta{margin-bottom:3px}.bd-blog__title-content .bd-blog__title{margin-bottom:0}.bd-blog__content.three .bd-blog__meta{margin-bottom:11px}.bd-blog3__title-wrapper .bd-blog__content{border-radius:6px;padding:25px 20px 30px 30px}.bd-blog3__title-wrapper .bd-blog__content .bd-blog__title{margin-bottom:0}.bd-blog3__title-wrapper .bd-blog__content .bd-blog__meta{margin-bottom:10px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-blog3__title-wrapper{grid-gap:18px 36px;display:grid;grid-template-columns:repeat(2,1fr)}}.bd-blog3__title-wrapper article:not(:last-child) .bd-blog__item{margin-bottom:25px}@media (max-width:499px){.bd-blog__content .bd-blog__title{font-size:20px}}.bd-blog__box-wrap{padding-right:20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-blog__box-wrap{padding-right:0}}.bd-details-sidebar{padding-left:20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-details-sidebar{padding-left:0}}.rc__post-thumb{border-radius:6px;float:left;margin-right:20px;overflow:hidden;width:100px}@media (max-width:499px){.rc__post-thumb{margin-right:10px;width:80px}}.rc__post-thumb:hover img{transform:scale(1.02)}.rc__post{overflow:hidden}.rc__post-content{line-height:1;overflow:hidden}.rc__post-title{font-size:18px;margin-bottom:0}@media (max-width:575px){.rc__post-title{font-size:16px}}.rc__post-title:hover{color:#732f7c;color:var(--clr-theme-1)}.rc__meta span{display:inline-block;margin-bottom:8px}.bd-blog-padding{padding:50px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-blog-padding{padding:30px}}@media (max-width:499px){.bd-blog-padding{padding:20px 15px}}.bd-blog__text p{margin-bottom:0}.bd-blog__meta.two{margin-bottom:25px}.bd-blog__meta.two span{color:#2b2c2e;color:var(--clr-common-color13);margin-right:30px}.bd-blog__meta.two span:hover{color:#732f7c;color:var(--clr-theme-1)}.bd-blog__meta.two span:last-child{margin-right:0}.bd-blog__video .play-btn{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-blog__video .play-btn{height:90px;line-height:90px;width:90px}}.bd-blog-slider-nav button{background:#fff;background:var(--clr-bg-white);bottom:0;color:#fff;color:var(--clr-common-heading);height:70px;left:0;margin:auto;position:absolute;top:0;width:80px;z-index:1}@media only screen and (min-width:1200px) and (max-width:1399px){.bd-blog-slider-nav button{height:60px;width:70px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-blog-slider-nav button{height:50px;width:60px}}.bd-blog-slider-nav button.bd-blog-slider-button-next{border-bottom-right-radius:6px;border-top-right-radius:6px}.bd-blog-slider-nav button.bd-blog-slider-button-prev{border-bottom-left-radius:6px;border-top-left-radius:6px;left:auto;right:0}.bd-blog-slider-nav button:hover{background:#732f7c;background:var(--clr-theme-1);color:#fff;color:var(--clr-bg-white)}.bd-blog__slider-item img{border-top-left-radius:6px;border-top-right-radius:6px}.aboutme__thum{height:130px;width:130px}.aboutme__thum img{border-radius:50%;width:100%}.aboutme__social-link ul{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.aboutme__social-link ul li:hover a{color:#732f7c;color:var(--clr-theme-1)}.sidebar__ins-gallery{grid-gap:15px;display:grid;grid-template-columns:repeat(3,1fr)}@media only screen and (min-width:768px) and (max-width:991px){.sidebar__ins-gallery{grid-template-columns:repeat(5,1fr)}}@media (max-width:575px){.sidebar__ins-gallery{grid-template-columns:repeat(4,1fr)}}@media (max-width:499px){.sidebar__ins-gallery{grid-template-columns:repeat(3,1fr)}}.sidebar__ins-item{border-radius:6px;overflow:hidden}.sidebar__ins-item img{height:100%}.sidebar__ins-item:hover img{transform:scale(1.02)}.tag-wrap a{background:#fff;background:var(--clr-bg-white);border-radius:6px;color:#fff;color:var(--clr-common-heading);display:inline-grid;font-size:14px;font-weight:500;line-height:1;margin:7px 10px 7px 0;padding:12px 26px;position:relative;text-transform:uppercase;z-index:2}.tag-wrap a:hover{color:#fff;color:var(--clr-bg-white)}.bd-blog__content blockquote,.tag-wrap a:hover{background:#732f7c;background:var(--clr-theme-1)}.bd-blog__content blockquote{border-radius:6px;padding:100px 40px 25px;position:relative;text-align:center}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-blog__content blockquote{padding:100px 20px 25px}}.bd-blog__content blockquote i{color:#fff;color:var(--clr-common-white);font-size:60px;left:0;position:absolute;right:0;top:25px}.bd-blog__content blockquote span{color:#fff;color:var(--clr-common-white);display:inline-block;font-size:20px;font-weight:600;margin-bottom:10px}.bd-blog__content blockquote p{color:#fff;color:var(--clr-common-white);font-size:18px;margin-bottom:0}.bd-blog__author{padding:40px 35px 20px 36px}@media (max-width:499px){.bd-blog__author{padding:40px 30px 20px 26px}}.bd-blog__author--text span{color:#732f7c;color:var(--clr-theme-1);display:inline-block;margin-bottom:10px}.bd-blog__author--text p{margin-bottom:0}.bd-comments-box{margin-bottom:40px}.bd-comments-box .comments-avatar{float:left;margin-right:34px}@media (max-width:499px){.bd-comments-box .comments-avatar{float:none;margin-bottom:25px;margin-right:0}}.bd-comments-box .comments-text{border-bottom:2px solid #eaebee;border-bottom:2px solid var(--clr-common-border);overflow:hidden;padding-bottom:35px}.bd-comments-box .comments-text p{margin-bottom:0}.bd-comments-box .comments-text .avatar-name{position:relative}.bd-comments-box .comments-text .avatar-name h5{font-size:18px;margin-bottom:12px}.bd-comments-box .comments-text .avatar-name span{color:#2b2c2e;color:var(--clr-common-color13);display:inline-block;font-size:16px;margin-bottom:15px}.bd-comments-box .comments-text .avatar-name .reply{color:#fff;color:var(--clr-common-heading);font-family:Playfair Display,serif;font-size:16px;font-weight:700;position:absolute;right:0;top:0}.bd-comments-box .comments-text .avatar-name .reply i{margin-right:8px}.bd-comments-box .comments-text .avatar-name .reply:hover{color:#732f7c;color:var(--clr-theme-1)}.bd-latest__comments li:last-child .bd-comments-box{margin-bottom:0}.bd-latest__comments li:last-child .comments-text{border-bottom:0}.bd-latest__comments .children{margin-left:130px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-latest__comments .children{margin-left:0}}.sidebar__area{background:#fff none repeat scroll 0 0;background:var(--clr-common-white) none repeat scroll 0 0;box-shadow:-5px 0 20px -5px #00000080;height:100%;overflow-y:scroll;position:fixed;right:-485px;top:0;transition:all .5s ease-out 0s;width:445px;z-index:999}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.sidebar__area{width:75%}}.sidebar__area.sidebar-opened{right:0}.sidebar__wrapper{padding:45px;position:relative}@media (max-width:575px){.sidebar__wrapper{padding:20px}}.sidebar__close{bottom:0;position:absolute;right:24px;top:0}.sidebar__close-btn{background:#7b2f80;border-radius:50%;color:#fff;display:inline-block;font-size:24px;height:36px;line-height:40px;transition:all .5s ease-out 0s;transition:all .3s ease-out 0s;width:36px}.sidebar__close-btn:hover{background:#732f7c;background:var(--clr-theme-1);color:#fff;color:var(--clr-common-white)}.sidebar__logo{border-bottom:1px solid #f000}.sidebar__search{position:relative}.sidebar__search input{background:#732f7c;background:var(--clr-theme-1);border:none;border-radius:10px;display:block;height:50px;line-height:40px;outline:none;padding:0 20px;width:100%}.sidebar__search button,.sidebar__search input{color:#fff;color:var(--clr-common-white);font-size:16px}.sidebar__search button{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.sidebar__social ul{display:flex;flex-wrap:wrap;gap:10px}.sidebar__social ul li a{background:#000;background:var(--clr-common-black);border-radius:50%;color:#fff;color:var(--clr-common-white);display:inline-block;height:40px;line-height:42px;text-align:center;width:40px}.sidebar__social ul li:hover a{background:#732f7c;background:var(--clr-theme-1);color:#fff;color:var(--clr-common-white)}.mean-container .mean-bar{background:none;min-height:auto;padding:0}.mean-container .mean-nav{background:none;margin-top:0}.mean-container .mean-nav ul{display:block}.mean-container .mean-nav ul li a{border-top:1px solid var(--clr-common-border-9);color:#000;display:block;float:left;font-family:Playfair Display,serif;font-weight:600;margin:0;padding:10px 0;text-align:left;text-decoration:none;text-transform:uppercase;width:90%}.mean-container .mean-nav ul li a.mean-expand.mean-clicked i{color:#fff;color:var(--clr-common-heading);transform:rotate(45deg)}.mean-container .mean-nav ul li:hover>a{color:#562f70}.mean-container .mean-nav>ul{display:block!important;list-style-type:none;margin:0;padding:0;width:100%}.mean-container .mean-nav>ul>li:first-child>a{border-top:1px solid #0000}.mean-container a.meanmenu-reveal span{display:none}.sidebar__info-item{margin-bottom:25px}.sidebar__info-icon{margin-bottom:5px}.sidebar__info-icon i{color:#732f7c;color:var(--clr-common-red);font-size:30px}.sidebar__info-text span{color:#000;display:block;font-family:Playfair Display,serif;font-weight:400}.sidebar__info-text h4{color:#000}.sidebar__info-text h4:hover{color:#732f7c;color:var(--clr-common-red)}.sidebar__widget{padding:35px 30px 45px}@media (max-width:575px){.sidebar__widget{padding:30px 20px 40px}}.sidebar__widget .bd-single__input input{background:#fff;background:var(--clr-common-white);box-shadow:0 16px 32px 0 #0000000f;padding-right:70px}.sidebar__widget .bd-single__input i{background:#732f7c;background:var(--clr-theme-1);border-bottom-right-radius:6px;border-top-right-radius:6px;color:#fff;color:var(--clr-common-white);height:100%;line-height:60px;position:absolute;right:0;text-align:center;top:0;width:60px}.sidebar__widget .bd-single__input i:hover{background:#000;background:var(--clr-common-black)}.sidebar-title h4{font-size:24px}.sidebar__list li{position:relative}.sidebar__list li:not(:last-child){margin-bottom:20px}.sidebar__list li a{background:#fff;background:var(--clr-common-white);border-radius:6px;color:#000;color:var(--clr-common-black);display:block;font-weight:700;padding:17px 11px 17px 29px}.sidebar__list li a .icon{align-items:center;background:#732f7c;background:var(--clr-theme-1);border-bottom-right-radius:6px;border-top-right-radius:6px;bottom:0;color:#fff;color:var(--clr-common-white);display:flex;flex-wrap:wrap;justify-content:center;position:absolute;right:0;top:0;width:60px}.sidebar__list li:hover a{color:#732f7c;color:var(--clr-theme-1);padding-left:35px}.sidebar__list li:hover a .icon{background:#000;background:var(--clr-common-black)}.bd-work__80{background-position:50%;background-repeat:no-repeat;margin-top:-80px}.bd-work__item{margin-bottom:30px;padding:40px 20px 38px;text-align:center;transition:all .5s ease-out 0s}.bd-work__item:hover .bd-work__step{opacity:0;transform:translateX(-140%);visibility:hidden}.bd-work__item:hover .bd-work__icon{opacity:1;top:40px;visibility:visible}.bd-work__item:hover h3,.bd-work__item:hover p{color:#fff;color:var(--clr-common-white)}.bd-work__icon{align-items:center;background:#fff;background:var(--clr-common-white);border-radius:6px;display:inline-flex;flex-direction:column;height:110px;justify-content:center;left:50%;opacity:0;padding:21px 7px;position:absolute;top:40px;transform:translateX(-50%);transition:all .5s ease-out 0s;visibility:hidden;width:110px}.bd-work__icon img{width:60%}.bd-work__icon:before{border-color:#fff #0000 #0000;border-color:var(--clr-common-white) #0000 #0000 #0000;border-style:solid;border-width:9px 10px 0;bottom:-9px;content:"";height:0;left:0;margin:auto;position:absolute;right:0;text-align:center;width:0}.bd-work__step{align-items:center;background:#fff;background:var(--clr-common-white);border-radius:6px;box-shadow:0 16px 32px 0 #0000000f;display:inline-block;display:inline-flex;flex-direction:column;height:110px;justify-content:center;left:50%;margin-bottom:42px;opacity:1;padding:19px 25px 21px;position:relative;position:absolute;text-align:center;transform:translateX(-50%);transition:all .5s ease-out 0s;visibility:visible;width:110px}@media (max-width:575px){.bd-work__step{margin-bottom:30px}}.bd-work__step:before{border-color:#fff #0000 #0000;border-color:var(--clr-common-white) #0000 #0000 #0000;border-style:solid;border-width:9px 10px 0;bottom:-9px;content:"";height:0;left:0;margin:auto;position:absolute;right:0;text-align:center;width:0}.bd-work__step h2{color:#732f7c;color:var(--clr-theme-1);font-family:Handlee,cursive;font-size:50px;line-height:1;margin-bottom:0}.bd-work__step span{display:block;line-height:1}.bd-work__text{margin-top:150px}.bd-work__text p{font-size:16px;margin-bottom:8px}.bd-work__text h3{margin-bottom:0}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-work__text h3{font-size:20px}}.bd-work__item-wrapper .row .col-xl-3:nth-child(2n){margin-top:50px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-work__item-wrapper .row .col-xl-3:nth-child(2n){margin-top:0}}.bd-case__img img{width:100%}.bd-case-masonary .bd-case__item{border-radius:6px;overflow:hidden}.bd-case__item{position:relative;z-index:1}.bd-case__item:before{background:linear-gradient(0deg,#171819,#0000);bottom:0;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;visibility:hidden;width:100%;z-index:0}.bd-case__item:hover .bd-case__content{bottom:54px;opacity:1;visibility:visible}.bd-case__item:hover:before{opacity:1;visibility:visible}.bd-case__content{bottom:0;bottom:30px;left:0;opacity:0;padding:0 20px;position:absolute;right:0;text-align:center;transition:all .5s ease-out 0s;visibility:hidden;z-index:10}@media (max-width:499px){.bd-case__content{bottom:20px;padding:0 5px}}.bd-case__icon{margin-bottom:34px}@media (max-width:499px){.bd-case__icon{margin-bottom:10px}}.bd-case__icon a{background:#fff;background:var(--clr-common-white);border-radius:50%;box-shadow:0 16px 32px 0 #0000000f;color:#171819;color:var(--clr-bg-black);display:inline-block;font-size:24px;height:80px;line-height:83px;width:80px}@media (max-width:499px){.bd-case__icon a{height:60px;line-height:64px;width:60px}}.bd-case__icon a:hover{background:#732f7c;background:var(--clr-theme-1)}.bd-case__icon a:hover,.bd-case__text{color:#fff;color:var(--clr-common-white)}.bd-case__text{font-size:16px;margin-bottom:8px;opacity:.6}.bd-case__title{color:#fff;color:var(--clr-common-white)}@media (max-width:499px){.bd-case__title{font-size:24px}}.bd-case__title:hover{opacity:.8}.bd-case-menu button{border:none;border-radius:6px;color:#fff;color:var(--clr-common-heading);font-family:Playfair Display,serif;font-size:18px;font-weight:600;font-weight:700;height:54px;margin:6px 2px;padding:0 35px;text-transform:uppercase}.bd-case-menu button.active{background:#732f7c;background:var(--clr-theme-1);color:#fff;color:var(--clr-common-white)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-case-menu button{height:52px;padding:0 20px}}.bd-case-slider-pagination{text-align:center}.bd-case-slider-pagination .swiper-pagination-bullet{background:#979aa0;background:var(--clr-common-gray-6);border-radius:6px;display:inline-block;height:4px;margin:0 3px;opacity:1;width:30px}.bd-case-slider-pagination .swiper-pagination-bullet-active{background:#732f7c;background:var(--clr-theme-1)}.bd-case-meta{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.bd-case-meta-wrapper{background:#fff;background:var(--clr-common-white);border-radius:10px;box-shadow:0 16px 32px 0 #00000014;line-height:1;margin:-60px 40px 50px;padding:30px 40px;position:relative;z-index:5}@media (max-width:499px){.bd-case-meta-wrapper{margin:-25px 10px 50px;padding:30px 20px}}.bd-case-meta .meta-item{display:block}.bd-case-meta .meta-item span{color:#fff;color:var(--clr-common-heading);display:block;font-size:20px;font-weight:700;line-height:1;margin-bottom:6px;text-transform:capitalize}.bd-case-meta .meta-list{display:flex;flex-wrap:wrap;gap:75px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-case-meta .meta-list{gap:10px 70px}}.bd-case-quote{align-items:center;border-radius:10px;display:flex;gap:30px;padding:40px 40px 20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-case-quote{display:inherit}}@media (max-width:575px){.bd-case-quote{padding:30px 20px 10px}}.bd-case-quote .quote-content p{color:#28292b;color:var(--clr-common-black2);font-size:24px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-case-quote .quote-content p{font-size:20px}}@media (max-width:575px){.bd-case-quote .quote-content p{font-size:18px}}.bd-case-quote .quote-content .author-name{color:#732f7c;color:var(--clr-theme-1);font-size:18px;font-weight:700;line-height:1;text-transform:uppercase}.bd-case-quote .quote-icon{background:#fff;background:var(--clr-common-white);border-radius:50%;height:120px;min-width:120px;padding-top:40px;text-align:center;width:120px}.bd-case-quote .quote-icon i{color:#732f7c;color:var(--clr-common-red);font-size:40px}.bd-case-nav-wrapper{border-top:1px solid #f0f0f0;padding-bottom:30px;padding-top:30px}.bd-case-nav-items{display:flex;gap:30px;justify-content:space-between;position:relative}@media (max-width:575px){.bd-case-nav-items{flex-direction:column;gap:20px}}.bd-case-nav-items .bd-case-single{align-items:center;display:flex;gap:14px}.bd-case-nav-items .bd-case-single:last-child{flex-direction:row-reverse;text-align:right}@media (max-width:575px){.bd-case-nav-items .bd-case-single:last-child{flex-direction:row;text-align:start}}.bd-case-nav-items .dot-icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-case-nav-items .dot-icon{display:none}}.bd-case-nav-items .bd-case-img{border-radius:50%;height:45px;overflow:hidden;width:45px}.bd-case-nav-items .bd-case-img img{height:100%;object-fit:cover;width:100%}.bd-case-nav-items .bd-case-content span{font-size:16px;line-height:1}.bd-case-nav-items .bd-case-title{color:#fff;color:var(--clr-common-heading);font-size:24px;margin-bottom:0;text-transform:uppercase}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-case-nav-items .bd-case-title{font-size:20px}}.bd-case2__active{overflow:visible}.bd-case2__active .swiper-slide .bd-case2__content{opacity:0;transition:all .5s ease-out 0s;visibility:hidden}.bd-case2__active .swiper-slide-active .bd-case2__content{opacity:1;visibility:visible}.bd-case2__thumb{border-radius:6px;overflow:hidden}.bd-case2__thumb:hover img{transform:scale(1.1)}.bd-case2__content{align-items:center;background:#fff;background:var(--clr-common-white);border-radius:6px;box-shadow:0 16px 32px 0 #0000000f;display:flex;justify-content:space-between;margin-left:40px;margin-right:44px;margin-top:-50px;padding:18px 30px 20px 29px;position:relative;z-index:2}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-case2__content{margin-left:20px;margin-right:20px;padding:18px 20px 20px}}.bd-case2__content span{color:#777;color:var(--clr-common-text);display:block;font-size:16px;margin-bottom:4px}.bd-case2__content h3{font-size:20px;transition:all .5s ease-out 0s}.bd-case2__content h3:hover{color:#732f7c;color:var(--clr-theme-1);padding-left:5px}.bd-case2__link a{background:#161718;background:var(--clr-common-black4);border-radius:6px;color:#fff;color:var(--clr-common-white);display:inline-block;height:40px;line-height:40px;text-align:center;width:40px}.bd-case2__link a:hover{background:#732f7c;background:var(--clr-theme-1)}.bd-single__input .nice-select,.bd-single__input input,.bd-single__input textarea{background:#e7e4e4;border:none;border-radius:6px;color:#000;display:block;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;height:60px;outline:0;padding:0 25px;width:100%}.bd-single__input input:focus{background:#fff;background:var(--clr-common-white);box-shadow:0 16px 32px 0 #0000000f}.bd-single__input .nice-select{color:#000;line-height:60px;margin-bottom:20px}.bd-single__input .nice-select .list{width:100%}.bd-single__input .nice-select:after{border-bottom:2px solid #fff;border-bottom:2px solid var(--clr-common-heading);border-right:2px solid #fff;border-right:2px solid var(--clr-common-heading);height:7px;right:26px;width:7px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-single__input .nice-select{margin-bottom:20px}}.bd-single__input textarea{border:0;border-radius:6px;color:#fff;color:var(--clr-common-heading);display:block;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;min-height:130px;outline:0;padding:15px 15px 0 25px;resize:none;width:100%}.bd-contact2__wrapper{padding:120px 0 0 60px}@media only screen and (min-width:992px) and (max-width:1199px){.bd-contact2__wrapper{padding:120px 0 70px 15px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-contact2__wrapper{padding:0}}.bd-contact2__img{float:left;height:100%;width:50%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-contact2__img{float:none;height:auto;margin-bottom:60px;position:static;width:100%}}.bd-contact2__img img{height:100%;object-fit:cover;width:100%}.bd-contact__60{padding-left:60px}@media only screen and (min-width:992px) and (max-width:1199px){.bd-contact__60{padding-left:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-contact__60{padding-left:0}}.bd-contact-faq-col{padding-right:0}.bd-contact__item{border-radius:6px;padding:35px 40px 30px}.bd-contact__item h4{margin-bottom:15px}.bd-contact__item p{margin-bottom:5px}.bd-contact__item a{display:block;margin-bottom:8px}.bd-contact__item.bd-hover-top:hover a,.bd-contact__item.bd-hover-top:hover h4,.bd-contact__item.bd-hover-top:hover p{color:#fff;color:var(--clr-common-white)}.bd-info__53{margin-top:-53px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-info__53{margin-top:-110px}}.bd-info__wrapper{padding:28px 30px 0}.bd-info__item{display:flex;margin-right:40px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-info__item{margin-right:25px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-info__item{margin-bottom:30px}}.bd-info__item:last-child{margin-right:0}.bd-info__text{margin-top:-6px}.bd-info__icon{color:#732f7c;color:var(--clr-common-red);font-size:30px;margin-right:17px}.bd-info__sub-title{opacity:.5}.bd-info__sub-title,.bd-info__title{color:#fff;color:var(--clr-common-white)}.bd-info__title{font-size:18px;font-weight:700;margin-bottom:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-info__title{font-size:18px}}.bd-info__title:hover{color:#732f7c;color:var(--clr-theme-1)}.bd-info__social ul li{display:inline-block;margin-left:2px}.bd-info__social ul li a{background:#2b2c2e;background:var(--clr-common-color13);border-radius:6px;color:#fff;color:var(--clr-common-white);display:block;height:38px;line-height:43px;text-align:center;width:38px}.bd-info__social ul li:hover a{background:#732f7c;background:var(--clr-theme-1)}.bd-info__item-wrapper{justify-content:start!important}.bd-info__wrapper3{justify-content:space-between!important}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-info__wrapper3 .bd-info__item-wrapper.three{flex-wrap:wrap}}.bd-info.three{border-bottom:2px solid #212324;border-bottom:2px solid var(--clr-common-color23)}.bd-info.three .bd-info__item{align-items:center;border-left:2px solid #212324;border-left:2px solid var(--clr-common-color23);margin-bottom:0;padding-bottom:20px;padding-left:30px;padding-top:20px}.bd-info.three .bd-info__item:first-child{border-left:0}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-info.three .bd-info__item{border-left:0;margin-left:0;margin-right:0;padding-bottom:0;padding-left:10px}}.bd-info.three .bd-info__text{margin-top:0}.bd-info.three .bd-info__icon{background:#732f7c;background:var(--clr-theme-1);border-radius:6px;color:#fff;color:var(--clr-common-white);font-size:18px;height:40px;line-height:40px;text-align:center;width:40px}.bd-info.three .bd-info__title{color:#9ea3a8;color:var(--clr-common-color22);font-size:16px;font-weight:400}.bd-info.three .bd-info__title:hover{color:#fff;color:var(--clr-common-white)}.bd-info__item-wrapper.three{display:grid;grid-template-columns:repeat(4,1fr)}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-info__item-wrapper.three{padding-bottom:20px}}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-info__item-wrapper.three{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.bd-info__item-wrapper.three{grid-template-columns:repeat(1,1fr)}}.bd-cta__em-btn .theme-btn.red:before{background:#fff;background:var(--clr-common-white)}.bd-cta__em-btn .theme-btn.red:hover,.bd-cta__em-btn .theme-btn.white{background:#fff;background:var(--clr-common-white);color:#000;color:var(--clr-common-black)}.bd-cta__em-btn .theme-btn.white i{margin-left:0;margin-right:14px}.bd-cta__em-btn .theme-btn.white:before,.bd-cta__em-btn .theme-btn.white:hover{background:#732f7c;background:var(--clr-theme-1)}.bd-cta__em-btn .theme-btn.white:hover{color:#fff;color:var(--clr-common-white)}.bd-cta__em-icon{color:#732f7c;color:var(--clr-theme-1);display:block;font-size:65px;line-height:1;margin-right:14px}.bd-cta__em-text h3{color:#fff;color:var(--clr-common-white);margin-bottom:0}.bd-cta__em-text p{color:#909397;color:var(--clr-common-color17);font-size:16px;margin-bottom:0}.bd-cta__em-text p a{color:#c7ccd1;color:var(--clr-common-color18);text-decoration:underline}.bd-cta__em-text p a:hover{color:#732f7c;color:var(--clr-theme-1)}.bd-cta__em-content{display:flex;margin-left:-4px}.bd-award{position:relative}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-award{padding-bottom:100px}}.bd-award:before{background:#732f7c;background:var(--clr-theme-1);content:"";height:556px;left:0;position:absolute;top:0;width:100%;z-index:-1}@media only screen and (min-width:1200px) and (max-width:1399px){.bd-award:before{height:510px}}@media only screen and (min-width:992px) and (max-width:1199px){.bd-award:before{height:466px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-award:before{height:100%}}.bd-award__year span{background:#fff;background:var(--clr-common-white);border-radius:6px;color:#171819;display:inline-block;font-size:16px;font-weight:700;line-height:1;padding:9px 20px;position:relative}.bd-award__year span:before{border-color:#fff #0000 #0000;border-color:var(--clr-common-white) #0000 #0000 #0000;border-style:solid;border-width:17px 11px 4px 1px;bottom:-14px;content:"";height:0;left:0;position:absolute;width:0}.bd-award__icon{background:#161718;background:var(--clr-common-black4);border-radius:6px;height:100px;margin:auto;padding-top:20px;position:relative;transform:translateY(-50px);transition:all .5s ease-out 0s;width:100px}.bd-award__icon i{color:#fff;color:var(--clr-common-white);font-size:60px}.bd-award__icon:before{background:#732f7c;background:var(--clr-theme-1);border-bottom-left-radius:6px;border-bottom-right-radius:6px;bottom:0;content:"";height:4px;left:0;position:absolute;width:100%}.bd-award__thum{border-top-left-radius:6px;border-top-right-radius:6px;overflow:hidden}.bd-award__thum img{width:100%}.bd-award__content{background:#fff;background:var(--clr-common-white);border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:0 16px 32px 0 #0000000f;padding:0 67px 28px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-award__content{padding:0 15px 28px}}.bd-award__content:before{border-top-left-radius:0;border-top-right-radius:0}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-award__content{padding:0 30px 28px}}.bd-award__title{font-size:24px;font-weight:700;margin-top:-16px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-award__title{font-size:20px}}.bd-award__item:hover .bd-award__thum img{transform:scale(1.05)}.bd-award__item:hover .bd-award__icon{background:#732f7c;background:var(--clr-theme-1)}.bd-award__item:hover .bd-award__icon:before{background:#161718;background:var(--clr-common-black4)}.bd-award__item:hover .bd-hover-top .bd-award__title{color:#fff;color:var(--clr-common-white)}.bd-award__item:hover .bd-hover-top:before{height:100%}.bd-team__thum{overflow:hidden}.bd-team__content{padding:30px 20px 20px 25px}.bd-team__name{margin-bottom:5px}.bd-team__name:hover{color:#732f7c;color:var(--clr-common-red)}.bd-team__title{display:block}.bd-team__social ul{display:flex;flex-wrap:wrap;gap:15px}.bd-team__social ul li:hover a{color:#732f7c;color:var(--clr-common-red)}.bd-team__item{overflow:hidden}.bd-team__item:hover .bd-team__thum img{transform:scale(1.05)}.bd-team-info__item--title{margin-bottom:10px}.bd-team-info__item a,.bd-team-info__item--title{color:#fff;color:var(--clr-common-white)}.bd-team-info-space{grid-gap:30px;display:grid;grid-template-columns:repeat(3,1fr);line-height:1;padding:40px 20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:992px) and (max-width:1199px){.bd-team-info-space{grid-template-columns:repeat(2,1fr)}}@media (max-width:499px){.bd-team-info-space{grid-template-columns:repeat(1,1fr)}}.bd-team-info-social ul{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.bd-team__education-item span{display:inline-block;margin-bottom:10px}.bd-team__skill-wrapper{margin-bottom:25px}.bd-team__skill-wrapper .progress{background:#f6f6f6;background:var(--clr-bg-white2);height:10px}.bd-team__skill-wrapper .progress .progress-bar{background-color:#732f7c;background-color:var(--clr-theme-1)}.bd-team__skill-title{display:flex;justify-content:space-between;line-height:1}.bd-team__skill-title span{float:right}.bd-team__skill-title h5{margin-bottom:0}.bd-team__case-content{bottom:40px;left:0;opacity:0;right:0;text-align:center;transition:all .3s ease-out 0s}.bd-team__case-subtitle,.bd-team__case-title{color:#fff;color:var(--clr-common-white)}.bd-team__case-subtitle{display:inline-block;margin-bottom:12px}.bd-team__case-item:before{background:#732f7c;background:var(--clr-theme-1);border-radius:6px;content:"";height:100%;left:0;mix-blend-mode:multiply;opacity:0;position:absolute;top:0;width:100%}.bd-team__case-item:hover:before{opacity:.9}.bd-team__case-item:hover .bd-team__case-content{bottom:50px;opacity:1}.bd-details__content-padd{padding-left:20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-details__content-padd{padding-left:0}}.pricing__box{background:#fff;background:var(--clr-common-white);border:1px solid #0000;border-radius:6px;overflow:hidden;padding:54px 50px;position:relative;text-align:center;transition:all .3s ease-out 0s}@media only screen and (min-width:1200px) and (max-width:1399px){.pricing__box{padding:60px 20px}}.pricing__box.active,.pricing__box:hover{border-color:#732f7c;border-color:var(--clr-theme-1);transform:scale(1.04)}.pricing__badge{align-items:end;background:#732f7c;background:var(--clr-theme-1);color:#fff;color:var(--clr-common-white);font-size:13px;height:185px;padding-bottom:5px;position:absolute;right:-116px;text-transform:uppercase;top:-106px;transform:rotate(46deg);width:200px}.pricing__badge,.pricing__package-price{display:flex;font-weight:700;justify-content:center}.pricing__package-price{color:#732f7c;color:var(--clr-theme-1);font-size:80px;line-height:.7}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.pricing__package-price{font-size:60px}}.pricing__package-name{color:#000;color:var(--clr-common-black);margin-bottom:30px}.pricing__package-currency,.pricing__package-period{color:#000;color:var(--clr-common-black);font-size:20px;font-weight:500}.pricing__package-period{margin-left:-10px;margin-top:auto}.pricing__features-list{border-top:2px solid #f1f1f1;border-top:2px solid var(--clr-common-border2);margin-bottom:42px;margin-top:45px;padding-top:40px}.pricing__features-list ul li{display:block;margin-bottom:8px}.pricing__features-list ul li:last-child{margin-bottom:0}.pricing-tab .nav-tabs{border:none}.pricing-tab .nav-tabs .nav-link{border:0;margin-bottom:0}.pricing-tab .nav .nav-item{padding-left:0}.pricing-tab .nav .nav-item .nav-link{background:#0000;border:none;border-radius:0;color:#000;color:var(--clr-common-black);font-size:18px;font-weight:600;outline:none;padding:7px 60px;position:relative;text-transform:capitalize;z-index:2}.pricing-tab .nav .nav-item .nav-link:before{background:var(--clr-common-color-21);border:1px solid #732f7c;border:1px solid var(--clr-theme-1);border-radius:30px;content:"";height:40px;position:absolute;right:0;top:50%;transform:translateY(-50%) translateX(50%);width:80px}.pricing-tab .nav .nav-item .nav-link:after{background:#732f7c;background:var(--clr-theme-1);border-radius:50%;content:"";height:22px;position:absolute;right:-32px;top:50%;transform:translateY(-50%);width:22px;z-index:1}.pricing-tab .nav .nav-item .nav-link.active{color:#732f7c;color:var(--clr-theme-1)}.pricing-tab .nav .nav-item .nav-link.active:after{right:10px}.pricing-tab .nav .nav-item:last-child .nav-link{padding-right:0}.pricing-tab .nav .nav-item:last-child .nav-link:after,.pricing-tab .nav .nav-item:last-child .nav-link:before{display:none}.pricing-tab .nav .nav-item:first-child .nav-link{padding-left:0}.bd-footer__widget{margin-top:-5px}.bd-footer__widget .bd-footer__title{margin-bottom:35px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.bd-footer__widget .bd-footer__title{margin-bottom:25px}}.bd-footer__widget .bd-footer__link{display:flex;gap:40px;line-height:1}@media only screen and (min-width:1200px) and (max-width:1399px){.bd-footer__widget .bd-footer__link{gap:25px}}.bd-footer__widget .bd-footer__link ul li{margin-bottom:18px}.bd-footer__widget .bd-footer__link ul li:last-child{margin-bottom:0}.bd-footer__widget .bd-footer__contact ul{margin-top:-5px}.bd-footer__widget .bd-footer__contact ul li{margin-bottom:13px}.bd-footer__widget .bd-footer__contact ul li:last-child{margin-bottom:0}.bd-footer__widget .bd-footer__form{position:relative}.bd-footer__widget .bd-footer__form:before{color:#732f7c;color:var(--clr-theme-1);content:"\f0e0";font-family:Font Awesome\ 5 Pro;font-weight:700;left:25px;position:absolute;top:50%;transform:translateY(-50%)}.bd-footer__widget .bd-footer__form input{background:#fff;background:var(--clr-common-white);border:none;border-radius:6px;display:block;height:60px;padding:0 20px 0 50px;width:100%}.bd-footer__widget .bd-footer__form input::placeholder{color:#000;color:var(--clr-common-placeholder2);font-family:Playfair Display,serif}.bd-footer__widget .bd-footer__copy-text p{color:#979ea5;color:var(--clr-common-color7);line-height:1;margin-bottom:0}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.bd-footer__widget{padding:0}}.bd-footer__widget1 .bd-footer__title h4{color:#fff;color:var(--clr-common-white)}.bd-footer__widget1 .bd-footer__link ul li a{color:#979ea5;color:var(--clr-common-color7)}.bd-footer__widget1 .bd-footer__link ul li:hover a{color:#fff;color:var(--clr-common-white)}.bd-footer__widget1 .bd-footer__contact ul li a{color:#979ea5;color:var(--clr-common-color7)}.bd-footer__widget1 .bd-footer__contact ul li:hover a{color:#fff;color:var(--clr-common-white)}.bd-footer__widget1 p{color:#979ea5;color:var(--clr-common-color7)}.bd-footer__widget2 .bd-footer__title h4{color:#fff;color:var(--clr-common-heading)}.bd-footer__widget2 .bd-footer__link ul li a{color:#777;color:var(--clr-common-text)}.bd-footer__widget2 .bd-footer__link ul li:hover a{color:#732f7c;color:var(--clr-theme-1)}.bd-footer__widget2 .bd-footer__contact ul li a{color:#777;color:var(--clr-common-text)}.bd-footer__widget2 .bd-footer__contact ul li:hover a{color:#732f7c;color:var(--clr-theme-1)}.bd-footer__widget2 p{color:#777;color:var(--clr-common-text)}.bd-footer__copy-text p{color:#979ea5;color:var(--clr-common-color7);line-height:1;margin-bottom:0}.bd-footer__copy-text p b{color:#732f7c;color:var(--clr-common-red);font-weight:700}.bd-footer__copy-text.two{padding:24px 0;position:relative}.bd-footer__copy-text.two b{color:#732f7c!important;color:var(--clr-theme-1)!important;font-weight:700}.bd-footer__copy-text.two:before{background:#dcdcdc;background:var(--clr-common-color14);content:"";height:2px;left:0;position:absolute;top:0;width:100%}.bd-footer__logo1{margin-right:-33px;position:relative;text-align:center}.bd-footer__logo1 img{border-top-left-radius:6px;border-top-right-radius:6px;bottom:-39px;left:0;margin:auto;position:absolute;right:30px}.bd-footer-social ul{display:flex;gap:10px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-footer-social ul{justify-content:start}}.bd-footer-social ul li a{background:#202022;background:var(--clr-bg-black-3);border-radius:6px;color:#fff;color:var(--clr-common-white);display:block;height:40px;line-height:42px;text-align:center;width:40px}.bd-footer-social ul li:hover a{background:#732f7c;background:var(--clr-common-red)}.bd-info-positon{left:0;top:-50px;width:100%}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.bd-footer-2-padd{padding-top:145px}}@media only screen and (min-width:768px) and (max-width:991px){.bd-footer-2-padd{padding-top:210px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bd-footer-2-padd{padding-top:282px}}@media (max-width:499px){.bd-footer-2-padd{padding-top:350px}}.bd-footer-social.three ul li a{background:#0000;border:2px solid #732f7c;border:2px solid var(--clr-common-red);line-height:38px}.bd-footer-social.three ul li:hover a{background:#fff;background:var(--clr-common-white);border:2px solid #732f7c;border:2px solid var(--clr-theme-1);color:#732f7c;color:var(--clr-theme-1)}.bd-footer__copy-text3 p{color:#f9afba;color:var(--clr-common-red-2);margin-bottom:0}.bd-footer__copy-text3 p b{color:#fff;color:var(--clr-common-white)}.bd-header__top.bd-header__top2.d-none.d-md-block{background:linear-gradient(90.07deg,#892f86 32.43%,#3d2c88 58.79%,#1a133d 105.32%)}.bd-mobile__header.pt-15.pb-10.d-block.d-lg-none{background:#fff}@media (max-width:600px){.single-banner-2 .banner-img{left:0;position:relative;top:20px}}@media (min-width:601px){.single-banner-2 .banner-img{left:-66px;position:relative;top:20px}}@media (min-width:1024px){.single-banner-2 .banner-img{left:-149px;position:relative;top:20px}}@media (min-width:1300px){.single-banner-2 .banner-img{left:-66px;position:relative;top:20px}}i.fal.fa-plus{color:#000!important}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}.check-tbl{border-bottom:1px solid rgba(0,0,0,.125);border:1px solid rgba(0,0,0,.125)}.table{--bs-table-color:#5e626f;--bs-table-bg:#0000;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:#0000;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:#0000000d;--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:#0000001a;--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,.075);border-color:var(--bs-table-border-color);color:var(--bs-table-color);font-weight:400;margin-bottom:0;margin-bottom:1rem;vertical-align:top;width:100%}.table>thead{vertical-align:bottom}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}.check-tbl thead th{color:#24262b;font-size:16px;font-weight:700;padding:0 0 20px}.check-tbl tbody tr td{border:none;color:var(--secondary);font-family:var(--font-family-title);font-size:16px;font-weight:500;padding:15px}.table tr td,.table tr th{padding:10px 20px}.check-tbl tbody tr td.product-item-name{font-size:18px}button.btn.btn-default.bootstrap-touchspin-up{background-color:var(--secondary)}.content-inner{padding-bottom:70px;padding-top:100px}.check-tbl{border:none;border-bottom:1px solid #5e626f;vertical-align:middle;width:100%}a.btn.btn-grey{background:#24262b80;color:#fff;text-transform:uppercase}.cart-detail{background:#f6f6f6;padding:35px 30px}.btn-outline-primary,.is-style-outline .wp-block-button__link{border-color:#0d775e;color:#0d775e}a.btn.btn-outline-primary.w-100.m-b20:hover{background-color:#0d775e;border-color:#0d775e;color:#fff}.icon-bx-wraper.style-4 .icon-bx{align-items:center;display:flex;height:50px;justify-content:center;min-width:50px}.icon-bx-wraper.style-4 .icon-bx i{color:#ababab;font-size:46px}.icon-bx-wraper.style-4 .icon-content{margin-left:20px}.font-14{font-size:14px}.text-primary{color:#0d775e!important}.dz-title{color:#000;font-weight:600;line-height:1.4}.icon-bx-wraper.style-4 .icon-content p{font-size:14px}.icon-bx-wraper.style-4{align-items:center;background:#fff;border:1px solid #0003;display:flex;padding:20px 25px}.m-b30{margin-bottom:30px}.m-b15{margin-bottom:15px}.cart-detail .save-text{align-items:center;border-bottom:1px solid #0000001a;display:flex;padding-bottom:10px}.cart-detail .save-text i{color:#08779a;font-size:20px}.feather{speak:none;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:feather!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.m-l10{margin-left:10px}.cart-detail table tr{align-items:center}.cart-detail table tr.total td.price{color:var(--secondary);font-family:var(--font-family-title);font-size:24px;font-weight:500;text-align:end}.cart-detail table tr.total td{padding:15px 0 20px}.btn-secondary{background-color:#24262b;border-color:#24262b}.cart-detail table{width:100%!important}.m-b20{margin-bottom:20px}button.btn.btn-default.bootstrap-touchspin-down,button.btn.btn-default.bootstrap-touchspin-up{background-color:#000;border-radius:0;color:#fff;justify-content:center;min-width:40px;padding:0;position:relative;z-index:1}.btn-quantity .bootstrap-touchspin{display:block;height:40px;min-width:160px;position:relative;width:160px}.btn-quantity .input-group-btn-vertical{display:flex;flex-direction:row-reverse;height:100%;justify-content:space-between;left:0;margin-left:0!important;padding:0;position:absolute;top:0;width:100%}.btn-quantity .input-group{margin-bottom:0}.btn-quantity input{background-color:initial;border:1px solid #d7d7d7;border-radius:0!important;color:#000;font-size:15px;height:40px!important;margin-left:auto!important;margin-right:auto!important;padding:0;text-align:center;width:auto;width:60px!important;z-index:1}
/*# sourceMappingURL=main.80ca0564.css.map*/