@keyframes shine{0%{opacity:0;left:0%}50%{opacity:1}to{opacity:0;left:100%}}.form{--labelbefore:var(--text);--labelafter:var(--black);--borderbefore:var(--text);--borderafter:var(--black);--labelfontbefore:16px;--labelfontafter:14px;--font:normal;--inputsize:42px;--color:var(--black);--borderwidth:1px;--labelbackground:none;--textareaheight:86px;--paddingleftright:0px}.form.white{--labelbefore:#ffffffb2;--labelafter:var(--white);--borderbefore:#ffffffb2;--borderafter:var(--white);--color:var(--white)}.form.white .form-group input,.form.white .form-group textarea{caret-color:var(--white)}:-webkit-any(.form.white .form-group input:-webkit-autofill,.form.white .form-group textarea:-webkit-autofill){-webkit-text-fill-color:#fff!important}:is(.form.white .form-group input:autofill,.form.white .form-group textarea:autofill){-webkit-text-fill-color:#fff!important}.form .form-group{--selectheight:var(--inputsize);flex:0 100%;width:100%;max-width:100%;line-height:0;position:relative}.form .form-group.hasCalender{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%237E84A3' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat}.form .form-group.hasCalender.hasCalender-white{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'><path fill='%23ffffff' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/></svg>")}.form .form-group.active:after{width:100%}.form .form-group:before,.form .form-group:after{content:"";height:var(--borderwidth);transition:all .5s;position:absolute;bottom:0;left:0;right:0}.form .form-group:before{background:var(--borderbefore)}.form .form-group:after{background:var(--borderafter);width:0}.form .form-group label{font-weight:var(--font);top:calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);left:var(--paddingleftright);color:var(--labelbefore);line-height:1;font-size:var(--labelfontbefore);-webkit-user-select:none;user-select:none;pointer-events:none;background:0 0;transition:all .3s;position:absolute}.form .form-group input,.form .form-group textarea{height:calc(var(--inputsize) - var(--borderwidth));resize:none;width:100%;color:var(--color);font-size:inherit;cursor:initial;padding:0 var(--paddingleftright);background:0 0;border:none;font-family:inherit;border-radius:0!important}.form .form-group input:focus,.form .form-group input.valid,.form .form-group textarea:focus,.form .form-group textarea.valid{outline:none}.form .form-group input:focus~label,.form .form-group input.valid~label,.form .form-group textarea:focus~label,.form .form-group textarea.valid~label{font-size:var(--labelfontafter);color:var(--labelafter);top:calc(var(--labelfontafter) / -2)}.form .form-group textarea{height:var(--textareaheight);resize:none;width:100%;color:var(--color);font-size:inherit;cursor:initial;background:0 0;border:none;font-family:inherit;line-height:1.2;border-radius:0!important}.form .form-group textarea::-webkit-scrollbar{background:0 0;width:2px;height:2px}.form .form-group textarea::-webkit-scrollbar-track{box-shadow:none}.form .form-group textarea::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:15px}.form .form-group textarea{padding:0 var(--paddingleftright);padding-right:15px}.form .form-group textarea:focus,.form .form-group textarea.valid{height:calc(var(--textareaheight) - 13px);outline:none;margin-top:13px}.form .submit-grp:not(.text-left){text-align:center;margin-top:23px}.form .form-group.date-picker{position:relative}.form .form-group.date-picker .calendar{z-index:100;background:#fff;border:1px solid #ddd;border-radius:10px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 10px 30px #00000014}.form .form-group.date-picker .calendar .rdp-month_caption{color:#00000087;margin-bottom:10px;padding:0 20px;font-size:16px}.form .form-group.date-picker .calendar .rdp-nav button svg{fill:var(--black)}.form .form-group.date-picker .calendar .rdp-today:not(.rdp-outside){color:var(--primary)}.form .form-group.date-picker .calendar .rdp-selected .rdp-day_button{border:1px solid var(--primary)}.form .form-group.date-picker .form-control{cursor:pointer}.form .form-group.date-input{position:relative}.form .form-group.date-input .file-wrap{justify-content:space-between;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.form .form-group.date-input .file-wrap img{-o-object-fit:cover;object-fit:cover;width:20px;height:20px}.form .form-group.date-input .file-wrap .file-name{color:#666c;white-space:nowrap;width:85%;font-size:16px;font-weight:400;overflow:hidden}.form .form-group.date-input label{color:var(--text);-webkit-user-select:none;user-select:none;pointer-events:none;background:0 0;font-size:16px;font-weight:500;line-height:1;transition:all .3s;position:absolute;top:-11px;left:0}.filter-ul li{--size:20px;align-items:center;line-height:normal;display:flex;position:relative}.filter-ul li:has(input:checked) .check-span{background:var(--primary)}.filter-ul li:has(input:checked) .check-span:before{opacity:1}.filter-ul li input{opacity:0;appearance:none;z-index:2;width:100%;height:100%;position:absolute;inset:0}.filter-ul li .check-span{--size:20px;height:var(--size);width:var(--size);pointer-events:none;background:#d9d9d9;border-radius:5px;flex:0 auto;padding:0;display:block;position:relative}.filter-ul li .check-span:before{content:"";z-index:2;opacity:0;background-position:50%;background-size:10px;position:absolute;inset:0}.filter-ul li p{padding-left:14px}.filter-ul li:not(:last-child){margin-bottom:10px}.filter-ul li p{color:var(--text);font-size:14px}*,:before,:after{box-sizing:border-box;margin:0;padding:0;list-style:none}html{scroll-behavior:smooth}.mb-0{margin-bottom:0!important}:root{--headerpadding:35px;--headerheight:122px;--headerfixed:65px;--footerstrip:66px;--breadcrumbheight:44px}@media only screen and (max-width:768px){:root{--headerfixed:50px}}@media only screen and (max-width:540px){:root{--headerheight:75px}}:root{--primary:#f36e2a;--secondary:#173254;--bgcolor:$white;--primary-hover:#000;--gradient-a:linear-gradient(90deg, #173254 0%, #0b6de8 100%);--gradient-b:linear-gradient(260deg, #173254 0%, #0b6de8 100%);--gradient-c:linear-gradient(270deg, #d8d8d8 0%, #ebebeb 50%, #c5c5c5 100%);--gradient-d:linear-gradient(360deg, #e6e6e6 0%, #c6c6c6 100%);--gradient-e:linear-gradient(180deg, #e5e5e5 0%, #fff 46.5%, #f6f6f6 100%);--text:#666;--green:green;--white:#fff;--litewhite:silver;--black:#000;--black-light:#313131;--gray:#f6f6f6;--container:1280px;--containerfluid:3rem}@media only screen and (max-width:1152px){:root{--containerfluid:1rem}}@media only screen and (max-width:991px){:root{--containerfluid:15px}}@media only screen and (max-width:320px){:root{--containerfluid:10px}}body{min-height:100%;position:relative;top:0}body::-webkit-scrollbar{background:var(--black);width:10px}body::-webkit-scrollbar-track{box-shadow:none}body::-webkit-scrollbar-thumb{background-color:var(--primary)}body.overflow-hidden{margin-right:10px;overflow:hidden}@media only screen and (max-width:991px){body.overflow-hidden{margin-right:0}}body.overflow-hidden header{width:calc(100% - 10px)}@media only screen and (max-width:991px){body.overflow-hidden header{width:100%}}body,html{font-optical-sizing:auto;font-size:16px;font-style:normal;font-weight:400;line-height:1.5;font-family:poppins!important}b{font-weight:500}small{font-size:14px;line-height:22px;display:block}.gray-bg{background:#f3f3f3}.primary-bg{background:var(--primary)}.c-primary{color:var(--primary)}.c-text{color:var(--text)}.c-red{color:red}.c-green,.green-color{color:#13bb75!important}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fs-14{font-size:14px}.fs-18{font-size:18px}a[href]{cursor:pointer;text-decoration:none;transition:all .5s}a[href].logo{line-height:0;display:block}svg path{transition:all .5s}.position-relative{position:relative}.lh-normal{line-height:normal}.cursor-pointer{cursor:pointer!important}.container{max-width:var(--container);width:100%;margin:0 auto}@media only screen and (max-width:1300px){.container{padding:0 25px}}@media only screen and (max-width:767px){.container{padding:0 15px}}@media only screen and (max-width:345px){.container{padding:0 13px}}@media only screen and (max-width:320px){.container{padding:0 10px}}@media only screen and (max-width:675px){.container.container2{padding-right:0}.container.container2 .heading{padding-right:15px}}@media only screen and (max-width:345px){.container.container2 .heading{padding-right:13px}}@media only screen and (max-width:320px){.container.container2 .heading{padding-right:10px}}.container-fluid{padding:0 var(--containerfluid);margin:0 auto;display:block}.social-icons{-webkit-user-select:none;user-select:none}ul li{color:var(--text);font-family:poppins}body ul li{color:var(--text);font-family:poppins;font-size:16px;font-weight:500;line-height:1.4}h1,h2,h3,h4,h5,h6{font-weight:400}h1{font-size:48px;font-weight:700;line-height:1.05}@media only screen and (max-width:1024px){h1{font-size:58px}}@media only screen and (max-width:991px){h1{font-size:54px}}@media only screen and (max-width:768px){h1{font-size:48px}}@media only screen and (max-width:540px){h1{font-size:38px}}h2{color:var(--secondary);font-family:poppins;font-size:36px;font-weight:700;line-height:1.3}@media only screen and (max-width:768px){h2{font-size:38px}}@media only screen and (max-width:540px){h2{margin-bottom:10px;font-size:26px}}h2 span{color:var(--primary)}h3{font-size:32px;font-weight:600}h4{font-size:36px;line-height:1.28}h5{font-size:24px;line-height:1.167}@media only screen and (max-width:1152px){h5{font-size:22px}}@media only screen and (max-width:675px){h5{font-size:20px}}h6{font-size:20px}a,p{font-family:poppins}p{color:var(--text);font-size:16px;font-weight:500;line-height:1.4}@media only screen and (max-width:540px){p{font-size:14px;line-height:1.5}}.sec-pad{padding:50px 0}@media only screen and (max-width:540px){.sec-pad{padding:40px 0}}.flex-box{display:flex}.grid-box{display:grid}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.flex{flex-wrap:wrap;display:flex}.justify-between{justify-content:space-between}.align-center{align-items:center}.inline-flex{--gap:12px;align-items:center;gap:0 var(--gap);display:inline-flex}img{max-width:100%}button,select{font-family:poppins;font-size:inherit;cursor:pointer}input{font-family:poppins;font-size:inherit;border-radius:0}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}video{pointer-events:none;-webkit-user-select:none;user-select:none}button{appearance:none;cursor:pointer;background:0 0;border:none}.tab-nav{cursor:default}.tab-nav [data-tab]{cursor:pointer;caret-color:#0000}.tab-nav-content{position:relative}.tab-nav-content .tabs:not(.active){pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;height:0;position:absolute;inset:0;overflow:hidden}.item-md{display:block;position:relative}.item-md:before,.item-md:after{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;background:0 0;transition:all .5s;position:absolute;inset:0}.item-md:after{content:none}.item-md figure,.item-md .figure{height:100%;line-height:0;display:block;overflow:hidden}.item-md figure img,.item-md figure video,.item-md figure iframe,.item-md .figure img,.item-md .figure video,.item-md .figure iframe{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:all .5s}.item-md figcaption{z-index:2;position:absolute;bottom:0;left:0;right:0}.item-md .link-md{z-index:3;position:absolute;inset:0}.item-md.center-item figcaption{top:50%;bottom:auto;translate:0 -50%}.overlay{z-index:5;opacity:0;cursor:pointer;background:#000000b8;transition:all 0s .5s,opacity .5s;position:fixed;inset:0;transform:translateY(100%)}.overlay.is-open{opacity:1;transition:opacity 1s;transform:translateY(0%)}.not-found{padding:30px 0 100px}.not-found figure{width:fit-content;margin:auto}.not-found figure img{filter:grayscale();width:120px;margin-left:auto;margin-right:auto}.not-found .no-data{text-align:center}.loading{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:fixed;inset:0}.loading__spinner{border:4px solid var(--secondary);border-top:4px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.loading h2{font-size:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn{color:var(--white);z-index:1;border-radius:25px;padding:11px 18px;font-size:16px;font-weight:600;line-height:1;transition:all .4s;display:inline-block;position:relative}.btn.white-btn{background:var(--white);border:1px solid var(--white);color:var(--secondary)}.btn.white-btn:hover{color:var(--white);background:0 0}.btn.primary-btn{background:var(--primary);border:1px solid var(--primary)}.btn.primary-btn:hover{background:var(--white);color:var(--primary)}.btn.secondary-btn{background:var(--secondary);border:1px solid var(--secondary)}.btn.secondary-btn:hover{color:var(--secondary);background:0 0}.btn.secondary-btn-white{background:var(--white);border:1px solid var(--white);color:var(--secondary)}.btn.secondary-btn-white:hover{background:var(--secondary);border:1px solid var(--secondary);color:var(--white)}.btn.primary-border{border:1px solid var(--primary);color:var(--primary);background:0 0}.btn.primary-border:hover{background:var(--primary);color:var(--white)}.btn.btn-remove{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #dc2626;border-radius:6px;justify-content:center;align-items:center;padding:8px 16px;font-size:14px;font-weight:500;line-height:1;transition:all .5s;display:inline-flex}.btn.btn-remove:hover{color:#fff;background:#dc2626}.btn.btn-remove:active{transform:scale(.98)}.btn.btn-remove:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn.btn-remove.btn-delete{color:var(--white);background:red;font-size:16px!important;font-weight:600!important}.btn.gray-border{color:#b1b1b1;background:0 0;border:1px solid #b1b1b1}.btn.gray-border:hover{border:1px solid var(--secondary);background:var(--secondary);color:var(--white)}.btn.secondary-border{border:1px solid var(--secondary);color:var(--secondary);background:0 0}.btn.secondary-border:hover{background:var(--secondary);color:var(--white)}.btn.gradient-btn:before{content:"";background:var(--gradient-a);z-index:-1;border-radius:25px;width:100%;height:100%;transition:all .8s;position:absolute;top:0;left:0}.btn.gradient-btn:after{content:"";background:var(--gradient-b);opacity:0;z-index:-1;border-radius:25px;width:100%;height:100%;transition:all .8s;position:absolute;top:0;left:0}.btn.gradient-btn:hover:after{opacity:1}.btnbtn{text-transform:uppercase;white-space:nowrap;width:fit-content;color:var(--white);justify-content:center;align-items:center;gap:10px;padding:14px 21px;font-family:poppins;font-size:14px;font-weight:700;line-height:1;transition:all .5s;display:flex;position:relative}.btnbtn:before{content:"";background:linear-gradient(92.79deg, var(--primary) -2.2%, var(--secondary) 291.65%);z-index:-1;width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}.btnbtn:after{content:"";background:linear-gradient(270deg, var(--primary) -2.2%, var(--secondary) 291.65%);opacity:0;z-index:-1;width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}.btnbtn span{line-height:0}.btnbtn span svg path{fill:var(--white)}.btnbtn:hover:after{opacity:1}.btn2{color:var(--white);z-index:1;border-radius:25px;padding:12px 24px;font-family:poppins;font-size:16px;font-weight:600;line-height:1;transition:all .4s;display:inline-block;position:relative}@media only screen and (max-width:540px){.btn2{padding:10px 20px}}.btn2:before{content:"";z-index:-1;background:0 0;border:1px solid #fff;border-radius:25px;width:100%;height:100%;transition:all .4s;position:absolute;top:0;left:0}.btn2:after{content:"";background:var(--gradient-a);border:1px solid var(--primary);z-index:-1;opacity:0;border-radius:25px;width:100%;height:100%;transition:all .4s;position:absolute;top:0;left:0}.btn2 svg{width:30px;height:30px}.btn2 svg path{fill:var(--primary)}.btn2:hover:after{opacity:1}.btn2:hover:before{opacity:0}.btn2:hover svg path{fill:var(--white)}.btn2.flex-box{justify-content:center;align-items:center;gap:5px;display:flex}.btn2.primaryBorder{color:var(--primary)}.btn2.primaryBorder:before{border:1px solid var(--primary)}.btn2.primaryBorder:hover{color:var(--white)}.btn2.primaryBorder:hover:before{opacity:0}.btn2.primary{text-align:center;color:var(--white);margin:auto}.btn2.primary:before{border:1px solid var(--primary);background:var(--primary);color:var(--white)}.btn2.primary:hover{color:#fff}.btn2.primary:hover:before{opacity:0}.btn2.primarywhite{text-align:center;color:var(--primary);margin:auto}.btn2.primarywhite:before{background:var(--white);border:1px solid #fff}.btn2.primarywhite:hover{color:#fff}.btn2.primarywhite:hover:before{opacity:0}.btn2.primarywhite:hover:after{border:none}.btn2.whiteBorder{gap:10px}.btn2.whiteBorder svg{width:20px;height:20px}.btn2.whiteBorder svg path{fill:var(--white)}.custom-btn{text-align:center;margin-top:10px}.custom-btn input{background:var(--primary);cursor:pointer;border:1px solid #0000;border-radius:25px;align-items:center;gap:10px;width:fit-content;margin:auto;padding:12px 40px;font-weight:700;text-decoration:none;transition:all .5s;display:inline-flex;position:relative;overflow:hidden;color:#fff!important}.custom-btn input:hover{background:0 0;border-color:#000;color:#000!important}.bottom-btn{justify-content:start;align-items:center;gap:10px;width:fit-content;margin-top:20px;padding:10px 0;transition:all .5s;display:flex;position:relative}@media only screen and (max-width:768px){.bottom-btn{margin:20px auto auto}}.bottom-btn:before{content:"";background:var(--white);z-index:-1;width:100%;height:2px;transition:all .5s;position:absolute;bottom:0;left:0}.bottom-btn span{letter-spacing:1px;text-transform:uppercase;color:var(--white);font-size:12px;font-weight:400;transition:all .5s}.bottom-btn:hover{padding:10px 14px}.bottom-btn:hover span{color:var(--black)}.bottom-btn:hover svg path{stroke:var(--black)!important}.bottom-btn:hover:before{height:100%}.bottom-btn figure{width:fit-content;height:fit-content;line-height:0}.bottom-btn figure img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.bottom-btn figure svg path{transition:all .5s;stroke:var(--white)!important}.model{z-index:70;background:var(--white);background-position:0 80%;background-size:75%;width:100%;max-width:435px;position:fixed;top:0;bottom:0}.model .close{cursor:pointer}.model .close:not(.btn,.close-video,.not-ab){z-index:1;line-height:0;position:absolute;top:25px;right:25px}@media only screen and (max-width:520px){.model .close:not(.btn,.close-video,.not-ab){top:20px;right:20px}}.model .close:not(.btn,.close-video,.not-ab) path{stroke:var(--black)}.form-grid{--item:1;--gaplr:30px;--gaptb:22px;grid-template-columns:repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));gap:var(--gaptb) var(--gaplr);display:grid}.form-grid .full{grid-column:span var(--item)}.btn-div-btm>:not(:last-child){margin-right:14px}@media only screen and (max-width:675px){.btn-div-btm>:not(:last-child){margin-right:8px}.btn-div-btm .btn{--padding:12px;font-size:14px}}.swiper-slide{height:auto}.swiper-nav{line-height:0}.swiper-nav.center-full{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;width:100%;max-width:100%;margin:0 auto;display:flex;position:absolute;top:50%;left:50%;translate:-50% -50%}@media only screen and (max-width:540px){.swiper-nav.center-full{display:none}}.swiper-nav.center-full .swiper-prev,.swiper-nav.center-full .swiper-next{pointer-events:all;-webkit-user-select:auto;user-select:auto}.swiper-nav.swiper-nav-disabled{display:none!important}.swiper-nav .disabled{opacity:.5!important;cursor:no-drop!important}.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled,.swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled{opacity:0;pointer-events:none}.swiper-nav.swiper-group{align-items:center;gap:10px;display:inline-flex}.swiper-prev svg,.swiper-prev img,.certificate-prev svg,.certificate-prev img{transform:scaleX(-1)}.swiper-nav{flex-direction:row-reverse;align-items:center;gap:20px;display:flex}.swiper-nav .swiper-prev,.swiper-nav .swiper-next{--size:45px;height:var(--size);width:var(--size);color:var(--white);cursor:pointer;border:1px solid var(--secondary);background:var(--white);border-radius:50%;justify-content:center;align-items:center;transition:all .5s;display:flex}.swiper-nav .swiper-prev svg path,.swiper-nav .swiper-next svg path{fill:var(--secondary);transition:all .5s}.swiper-nav .swiper-prev:hover,.swiper-nav .swiper-next:hover{background:var(--primary);border-color:var(--primary)}.swiper-nav .swiper-prev:hover svg path,.swiper-nav .swiper-next:hover svg path{fill:var(--white)}.play-btn{--btnsize:51px;--border:1px;--bordercolor:var(--white);--playbtncolor:var(--white);height:var(--btnsize);width:var(--btnsize);border:var(--border) solid var(--bordercolor);background:0 0;border-radius:50%;position:relative}@media only screen and (max-width:1024px){.play-btn{--btnsize:50px}}@media only screen and (max-width:675px){.play-btn{--btnsize:45px;--border:1px}}.play-btn:before{content:"";background:var(--bordercolor);border-radius:50%;width:100%;height:100%;animation:1.5s ease-out infinite pulse-border;display:block;position:absolute;inset:50% 0 0 50%;transform:translate(-50%)translateY(-50%)}@keyframes pulse-border{0%{opacity:.5;transform:translate(-50%)translateY(-50%)translateZ(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-50%)translateZ(0)scale(1.5)}}.play-btn:after{content:"";border-top:calc(var(--btnsize) / 8) solid transparent;border-bottom:calc(var(--btnsize) / 8) solid transparent;border-left:calc(var(--btnsize) / 5.6) solid var(--playbtncolor);width:0;height:0;position:absolute;top:50%;left:50%;translate:-50% -50%}.website-content>:first-child{margin-top:0!important}.website-content>:last-child{margin-bottom:0!important}.website-content{max-width:1080px;margin:150px auto 50px}.website-content h1,.website-content h2,.website-content h3,.website-content h4,.website-content h5,.website-content h6{color:var(--secondary)}.website-content h1{text-align:center;margin-bottom:45px;font-size:48px;font-weight:400}@media only screen and (max-width:675px){.website-content h1{font-size:34px}}@media only screen and (max-width:520px){.website-content h1{margin-bottom:25px;font-size:30px;font-weight:700}}.website-content h2{margin:20px 0 10px;font-size:34px;font-weight:500}@media only screen and (max-width:675px){.website-content h2{font-size:24px}}.website-content h3{font-size:28px;font-weight:500;line-height:1.21}@media only screen and (max-width:675px){.website-content h3{font-size:22px}}.website-content h4{font-size:24px;font-weight:500}@media only screen and (max-width:675px){.website-content h4{font-size:20px}}.website-content h5{font-size:20px;font-weight:600;line-height:1.3}@media only screen and (max-width:675px){.website-content h5{font-size:18px}}.website-content h6{font-size:18px;font-weight:600;line-height:1.3}.website-content h2,.website-content h3,.website-content h4{margin:0 0 18px}.website-content h5,.website-content h6{margin:22px 0 18px}.website-content p,.website-content li{color:var(--text);text-align:justify;-webkit-hyphens:auto;hyphens:auto}@media only screen and (max-width:520px){.website-content p,.website-content li{font-size:14px}}.website-content p b,.website-content li b{color:var(--black);font-weight:600}.website-content a{color:var(--black)}.website-content a:hover{text-decoration:underline}.website-content p,.website-content ul{margin-bottom:30px}.website-content ul{padding-left:18px}@media only screen and (max-width:675px){.website-content ul{padding-left:10px}}.website-content ul li{padding-left:28px;position:relative}@media only screen and (max-width:675px){.website-content ul li{padding-left:20px}}.website-content ul li:not(:last-child){margin-bottom:6px}.website-content ul li:before{content:"";aspect-ratio:1;background:var(--primary);border-radius:50%;width:10px;position:absolute;top:8px;left:0}@media only screen and (max-width:520px){.website-content ul li:before{width:6px}}.website-content.website-content-medium h2,.website-content.website-content-medium h3,.website-content.website-content-medium h4{margin:20px 0 18px;font-size:20px;font-weight:500}.website-content.website-content-medium h5,.website-content.website-content-medium h6{font-size:18px;font-weight:500}.website-content.website-content-medium p,.website-content.website-content-medium ul{margin-bottom:20px}[data-video],[data-model],[data-scrollTo]{cursor:pointer}.mt-hdr{margin-top:var(--headerheight)}.mt-hdrfix{margin-top:var(--headerfixed)}.banner{position:relative}.banner.center-banner .banner-wrapper{bottom:50%;translate:0 50%}.banner.common-banner{padding:90px 0}.banner .bg{height:100vh;line-height:0}@media only screen and (max-width:1152px){.banner .bg{height:520px}}@media only screen and (max-width:520px){.banner .bg{height:320px}}.banner .bg video,.banner .bg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.banner .banner-wrapper{z-index:3;position:absolute;bottom:15%;left:0;right:0}@media only screen and (max-width:520px){.banner .banner-wrapper{bottom:18%}}.banner .content.content-white>:not(.btn){color:var(--white)}.banner .content.content-font2 h1{font-weight:600;line-height:1.25}.banner .content.ttl-m h1{font-size:36px}.banner .content.f-semibold h1{font-weight:600}.banner .content .ico{margin-bottom:30px;line-height:0}.banner .content .ico img{width:68px}.banner .content h1{max-width:527px;font-size:36px;font-weight:600;line-height:45px}@media only screen and (max-width:1152px){.banner .content h1{font-size:42px}}@media only screen and (max-width:767px){.banner .content h1{font-size:34px}}.banner .content h1:has(~*){margin-bottom:10px}.banner .content p{font-weight:500}@media only screen and (max-width:520px){.banner .content p{font-size:14px}}.banner .content p:has(~*){margin-bottom:10px}.banner .content h6{color:var(--text);margin-top:12px;font-size:18px;font-weight:500;line-height:1.34}@media only screen and (max-width:520px){.banner .content h6{font-size:14px}}.banner .content h6:has(~*){margin-bottom:10px}.banner .content h4{font-size:24px}.banner .content h4:has(~*){margin-bottom:10px}.banner .content h5{color:var(--text);margin-bottom:10px;font-size:20px;line-height:1.5}.banner .content h5:has(~*){margin-bottom:10px}.swiper-pagination-bullets{--swiper-pagination-bullet-size:13px;--swiper-pagination-color:var(--primary)}@media only screen and (max-width:540px){.swiper-pagination-bullets{--swiper-pagination-bullet-size:10px}}.btn-div-wrap>:not(:last-child){margin-right:20px}@media only screen and (max-width:675px){.btn-div-wrap>:not(:last-child){margin-right:5px}.btn-div-wrap .btn{--padding:10px}}.common-grid-wrap{grid-gap:30px 25px;grid-template-columns:repeat(3,1fr);display:grid}@media only screen and (max-width:991px){.common-grid-wrap{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:675px){.common-grid-wrap{grid-template-columns:100%}}.slider-section .upper-sec{padding-top:4rem;position:relative}.slider-section .upper-sec .swiper-nav{z-index:2;position:absolute;bottom:0;right:0}@media only screen and (max-width:675px){.slider-section .upper-sec .swiper-nav{display:none}}.news-col{border-radius:15px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 3px 8px #0000003d}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figure:before{animation:.4s linear shine}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figure img{width:100%;transform:scale(1.04)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .ttl{color:var(--primary)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .desc{color:var(--black)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .date{color:var(--text)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .read-more-btn{border-color:var(--primary);background:var(--primary);color:var(--black)}.news-col .figure{height:361px;line-height:0;display:block;position:relative;overflow:hidden}.news-col .figure:before{content:"";opacity:0;z-index:1;background:#fff;width:0;height:86%;display:block;position:absolute;top:7%;left:0%;transform:skew(-20deg);box-shadow:0 0 55px 12px #fff}.news-col .figure:hover:before{animation:.4s linear shine}.news-col .figure{background:linear-gradient(#0000 0%,#000000a6 100%)}.news-col .figure img{aspect-ratio:1.2;z-index:-1;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:all .5s;position:relative}.news-col .figinfo{color:#fff;text-align:center;width:100%;position:absolute;top:80%;left:50%;transform:translate(-50%,-50%)}.news-col .figinfo h5{margin-bottom:10px;font-size:28px;font-weight:700;line-height:45px}.news-col .figinfo p{color:var(--white);text-align:center;font-size:16px;font-weight:500;line-height:16px}.news-col .figcaption{--pdt:18px;--pdlr:24px;--pdb:-40px;--btnsize:40px;--btnmargin:27px;padding:var(--pdt) var(--pdlr) calc(var(--pdb) + var(--btnmargin) + var(--btnsize));flex:1;position:relative}.news-col .figcaption .btn-div{z-index:1;padding:0 var(--pdlr) var(--pdb);position:absolute;bottom:0;left:0;right:0}.news-col .figcaption .ttl{color:var(--black);margin-bottom:10px;font-size:22px;font-weight:600;line-height:1.5;display:block}.news-col .figcaption .desc,.news-col .figcaption .date{font-weight:500;transition:all .5s}.news-col .figcaption .desc{color:#000000b3;margin-bottom:16px}.news-col .figcaption .date{color:var(--primary);line-height:1.375}.product-item:has(.figure:is(a):hover,.figcaption .dtl-btn:is(a):hover) .figure img{transform:scale(1.04)}.product-item:has(.figure:is(a):hover,.figcaption .dtl-btn:is(a):hover) .figcaption .dtl-btn{background:var(--black);color:var(--white)}.product-item .figure{line-height:0;display:block}.product-item .figure img{width:100%;transition:all 1s}.product-item .figcaption{text-align:center;padding-top:30px}.product-item .figcaption h4{font-size:32px}.product-item .figcaption h5{font-size:24px}.product-item .figcaption h4,.product-item .figcaption h5{margin-bottom:2rem;font-weight:600;line-height:1.167}@media only screen and (max-width:520px){.breadcrumps{white-space:nowrap;width:100%;overflow:hidden}}.breadcrumps li{vertical-align:middle;display:inline-block;position:relative}.breadcrumps li:before{content:">";color:var(--text);font-size:12px;position:absolute;top:50%;left:100%;translate:0 -50%}.breadcrumps li:last-child:before{display:none}.breadcrumps li a{color:var(--text);font-size:14px;font-weight:500}@media only screen and (max-width:520px){.breadcrumps li a{text-overflow:ellipsis;font-size:12px}}.breadcrumps li a.active{color:var(--black)}.breadcrumps li:not(:last-child){padding-right:20px;position:relative}@media only screen and (max-width:520px){.breadcrumps li:not(:last-child){padding-right:8px}}.breadcrumps li:not(:first-child){padding-left:20px}@media only screen and (max-width:520px){.breadcrumps li:not(:first-child){padding-left:8px}}.common-slider-1 .swiper{max-width:calc(100% - 45px)}@media only screen and (max-width:540px){.common-slider-1 .swiper{max-width:100%}}.swiper-prev.has-shadow,.swiper-next.has-shadow{box-shadow:0 1px 3px 1px #3c404326,0 1px 2px #3c40434d}@keyframes scroll{0%{transform:translateY(10px)}50%{transform:translateY(20px)}to{transform:translateY(10px)}}.sticky{top:var(--headerheight);z-index:1;position:sticky}.form-grid .phone_input{padding-left:76px}.form-grid .iti__selected-flag{align-items:center;display:flex;position:absolute;bottom:-16px;left:-9px}.form-grid .iti--allow-dropdown{width:100%}.form-grid .iti__flag-container{align-items:center;gap:6px;width:100%;display:flex;position:absolute;top:10px;left:10px}.form-grid .iti__country-list{background:var(--white);z-index:2;height:220px;overflow:auto}.load-more{text-align:center;cursor:pointer;width:fit-content;margin:auto auto 40px;display:block}@media only screen and (max-width:540px){.load-more{margin-bottom:0}}.load-more:hover figure img{transform:rotate(720deg)}.load-more figure{width:45px;height:48px;margin:auto auto 5px}.load-more figure img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;transition:all .5s}.load-more p{color:var(--black);font-size:16px;font-weight:400}.commen-second-last-sec .bg-wrapper{height:100vh;position:relative;overflow:hidden}@media only screen and (max-width:768px){.commen-second-last-sec .bg-wrapper{height:60vh}}@media only screen and (max-width:540px){.commen-second-last-sec .bg-wrapper{height:50vh}}.commen-second-last-sec .bg-wrapper video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;scale:1.01}.commen-last-sec{background:var(--white);z-index:1;background:var(--white);position:relative}.commen-last-sec .container{background:#fff;border-radius:15px;width:100%;max-width:1180px;margin:0 auto;padding:50px 0 0;transform:translateY(-100px)}@media only screen and (max-width:1024px){.commen-last-sec .container{max-width:880px}}@media only screen and (max-width:768px){.commen-last-sec .container{max-width:710px}}@media only screen and (max-width:540px){.commen-last-sec .container{transform:translateY(-20px)}}.commen-last-sec .container .heading figure{width:51px;height:76px;margin:auto;line-height:0}.commen-last-sec .container .heading figure img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.commen-last-sec .container .heading h2{text-align:center;max-width:398px;margin:20px auto 0;font-size:36px;line-height:1.2}@media only screen and (max-width:540px){.commen-last-sec .container .heading h2{max-width:88%;margin:20px auto 0;font-size:29px;line-height:1.2}}.commen-last-sec .container .form{--item:4;max-width:1040px;margin:auto;padding:50px 0 0}@media only screen and (max-width:768px){.commen-last-sec .container .form{--item:2}}@media only screen and (max-width:540px){.commen-last-sec .container .form{--item:1;--gaptb:24px;max-width:80%;margin:auto;padding:30px 0 0}}.commen-last-sec .container .form .btn2{margin-top:40px}@media only screen and (max-width:540px){.commen-last-sec .container .form .btn2{margin:10px auto 30px}}.contact-form{padding:50px 0}@media only screen and (max-width:540px){.contact-form{padding:20px 0 50px}}.contact-form .heading h2{text-align:center;max-width:725px;margin:0 auto 10px;font-size:36px;font-weight:700;line-height:1.1}@media only screen and (max-width:540px){.contact-form .heading h2{font-size:26px}}.contact-form .heading p{text-align:center;margin:auto}.contact-form .form{--item:2;--gaptb:25px;max-width:558px;margin:60px auto 0}@media only screen and (max-width:540px){.contact-form .form{--item:1;margin:30px auto 0}}.contact-form .form .btn2{text-transform:uppercase;text-align:center;padding:12px 50px;font-size:16px;font-weight:600}.swiper-button-lock{opacity:0}.rotate-infinite{animation:20s linear infinite spin}.error,.error-message{color:red;font-size:12px;line-height:normal;position:absolute;top:calc(100% + 1px);left:0;right:0}.logo-wrapper{width:100px;height:fit-content;line-height:0}.logo-wrapper .circle-wrapper{width:70%;margin:0 auto 5px;line-height:0;position:relative}@keyframes Sspin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo-wrapper .circle-wrapper .rotate-infinite-slow{animation:30s linear infinite Sspin}.logo-wrapper .circle-wrapper img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.logo-wrapper .circle-wrapper .d-donify{width:100%;max-width:25%;height:fit-content;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logo-wrapper .connecting-communitites-donify{width:100%;height:fit-content}.rotate-infinite-slow{animation:30s linear infinite Sspin}header{z-index:5;position:fixed;top:0;left:0;right:0}header:before{content:"";background:var(--white);z-index:-1;height:0;transition:all .7s;position:absolute;top:0;left:0;right:0;box-shadow:0 2px 5px 2px #63636333}header.header-fixed:before,header.header-fill:before{height:100%}header .colA{flex:0 115px}header .header-wrapper{padding:10px var(--containerfluid);flex-wrap:wrap;justify-content:space-between;align-items:center;transition:all .7s;display:flex}header .header-wrapper .colA{flex:0 150px;transition:all .7s}@media only screen and (max-width:540px){header .header-wrapper .colA{flex:0 78px}}header .header-wrapper .colA .logo-wrapper{width:100%}header .header-wrapper .colA .logo-wrapper .circle-wrapper{width:40%}header .header-wrapper .colB ul{align-items:center;gap:20px;display:flex}header .header-wrapper .colB ul .login-wrapper{--triangle:10px;align-items:center;gap:14px;display:flex;position:relative}header .header-wrapper .colB ul .login-wrapper:hover .login-dropdown{opacity:1;transform:scale(1)}header .header-wrapper .colB ul .login-wrapper .login-dropdown{top:calc(100% + var(--triangle));transform-origin:top;opacity:0;text-align:left;white-space:nowrap;min-width:135px;transition:all .4s;position:absolute;left:0%;transform:perspective(2000px)translate3d(0,-25px,50px)rotateX(-90deg)scale(.86,.75)translateY(50px)}header .header-wrapper .colB ul .login-wrapper .login-dropdown .arrow:before{content:"";top:-5px;left:50%;bottom:calc(var(--triangle) / -2);width:var(--triangle);height:var(--triangle);z-index:-1;background:#fff;border:1px solid #fff;display:block;position:absolute;transform:rotate(45deg);box-shadow:0 3px 8px #0000003d}header .header-wrapper .colB ul .login-wrapper .login-dropdown ul{background:var(--white);border-radius:5px;flex-direction:column;align-items:self-start;gap:0;padding:15px 10px;box-shadow:0 3px 8px #0000003d}header .header-wrapper .colB ul .login-wrapper .login-dropdown ul li{width:100%;display:block}header .header-wrapper .colB ul .login-wrapper .login-dropdown ul li:not(:last-child){margin-bottom:2px;margin-right:0}header .header-wrapper .colB ul .login-wrapper .login-dropdown ul li a{color:var(--text);border-radius:3px;padding:3px 15px;font-size:13px;font-weight:500;line-height:1.5;display:block}header .header-wrapper .colB ul .login-wrapper .login-dropdown ul li a:hover{color:var(--black);background:#f5f5f5f5}@media only screen and (max-width:768px){header .header-wrapper .colB ul li.mob-hide{display:none}}header .header-wrapper .colB ul li a{font-size:16px;font-weight:600;line-height:1}header .header-wrapper .colB ul li a.login{color:var(--secondary)}header .header-wrapper .colB ul li .slideto{color:#173254;margin-right:30px;font-size:16px;font-weight:600;line-height:1;transition:all .5s}header .header-wrapper .colB ul li .slideto:hover{color:var(--primary)}header .header-wrapper .colB ul .ham-parent{display:flex}header .header-wrapper .colB ul .ham-parent .ham-btn{--lineheight:2px;flex-direction:column;flex:0 auto;gap:8px;width:38px;height:24px;margin-left:auto;line-height:0;position:relative}header .header-wrapper .colB ul .ham-parent .ham-btn span{height:var(--lineheight);width:inherit;background:var(--secondary);display:block}header .header-wrapper .colB ul .ham-parent .ham-btn span:first-child{position:absolute;top:0;left:0}header .header-wrapper .colB ul .ham-parent .ham-btn span:nth-child(2){position:absolute;top:9px;right:0}header .header-wrapper .colB ul .ham-parent .ham-btn span:nth-child(3){position:absolute;top:18px;left:0}footer{position:relative;overflow:hidden}footer:before{content:"";z-index:-1;background:#f8ece6;width:100%;height:100%;position:absolute;top:0;left:0}footer .top-sec{background:var(--secondary);z-index:1;padding:25px 0;position:relative}footer .top-sec .flex-box{justify-content:space-between;align-items:center;display:flex}@media only screen and (max-width:1024px){footer .top-sec .flex-box{flex-direction:column;gap:20px}}@media only screen and (max-width:540px){footer .top-sec .flex-box{flex-direction:column;gap:20px}}footer .top-sec .flex-box h3{color:#fff;font-size:24px;font-weight:600}@media only screen and (max-width:1024px){footer .top-sec .flex-box h3{text-align:center}}@media only screen and (max-width:540px){footer .top-sec .flex-box h3{max-width:80%;line-height:1.4}}footer .top-sec .flex-box .btn-group{align-items:center;gap:20px;display:flex}footer .top-sec .flex-box .btn-group a{padding:9px 18px}footer .bottom-sec{padding:50px 0}@media only screen and (max-width:540px){footer .bottom-sec{padding:50px 0 0}}footer .bottom-sec .grid-box{z-index:1;grid-template-columns:.3fr 1.7fr;display:grid;position:relative}@media only screen and (max-width:1024px){footer .bottom-sec .grid-box{grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width:991px){footer .bottom-sec .grid-box{grid-gap:40px;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){footer .bottom-sec .grid-box{grid-template-columns:repeat(1,1fr)}}@media only screen and (max-width:540px){footer .bottom-sec .grid-box{gap:10px}}footer .bottom-sec .grid-box .grid-box-item:first-child .logo-wrapper{width:140px}footer .bottom-sec .grid-box .grid-box-item:nth-child(2){grid-template-columns:1fr 1fr 1fr 1fr;display:grid}@media only screen and (max-width:1024px){footer .bottom-sec .grid-box .grid-box-item:nth-child(2){justify-content:space-around;gap:20px}}@media only screen and (max-width:768px){footer .bottom-sec .grid-box .grid-box-item:nth-child(2){grid-template-columns:.7fr .7fr 1fr;gap:40px 20px;display:grid}}@media only screen and (max-width:540px){footer .bottom-sec .grid-box .grid-box-item:nth-child(2){grid-template-columns:repeat(1,1fr);gap:30px 20px;margin-bottom:40px;display:grid}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md{width:100%}}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md h6{color:var(--secondary);margin-bottom:15px;font-size:16px;font-weight:600}@media only screen and (max-width:540px){footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md h6{font-size:18px}}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md ul li{margin-bottom:10px;transition:all .5s}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md ul li a{color:var(--text);font-size:16px;font-weight:500;line-height:16px;transition:all .5s;position:relative}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md ul li a:hover{color:var(--primary)}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons{align-items:center;gap:10px;display:flex}@media only screen and (max-width:1024px){footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons{width:fit-content;margin:10px auto 30px}}@media only screen and (max-width:540px){footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons{margin:10px 0 30px}}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons a{vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;line-height:0;display:inline-flex;position:relative;overflow:hidden}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons a:before{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:var(--gradient-a);transition:all .5s;position:absolute;inset:0}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons a{color:var(--black);border:1px solid var(--secondary);padding:10px}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons a:hover{background:var(--secondary)}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons a:hover svg path{fill:var(--white)}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons a:before{z-index:-1;opacity:0;border-radius:50%;transition:all .2s;transform:scale(1.5)}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons a svg{width:24px;height:24px}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons a svg path{fill:var(--secondary)}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons .youtube-ico svg{width:24px;height:24px}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .social-icons .youtube-ico svg path{fill:#173254;d:path("M 23.5 6.507 a 2.8 2.8 0 0 0 -0.766 -1.27 a 3.05 3.05 0 0 0 -1.338 -0.742 C 19.518 4 11.994 4 11.994 4 a 77 77 0 0 0 -9.39 0.47 a 3.16 3.16 0 0 0 -1.338 0.76 c -0.37 0.356 -0.638 0.795 -0.778 1.276 A 29 29 0 0 0 0 12 c -0.012 1.841 0.151 3.68 0.488 5.494 c 0.137 0.479 0.404 0.916 0.775 1.269 s 0.833 0.608 1.341 0.743 c 1.903 0.494 9.39 0.494 9.39 0.494 a 77 77 0 0 0 9.402 -0.47 a 3.05 3.05 0 0 0 1.338 -0.742 a 2.8 2.8 0 0 0 0.765 -1.27 A 28.4 28.4 0 0 0 24 12.023 a 26.6 26.6 0 0 0 -0.5 -5.517 M 9.602 15.424 V 8.577 l 6.26 3.424 Z")}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .col-md .payment-method{margin-top:20px}footer .bottom-footer{z-index:1;border-top:1px solid #c9c9c9;justify-content:space-between;align-items:center;padding:20px 40px;line-height:0;display:flex;position:relative}@media only screen and (max-width:540px){footer .bottom-footer{flex-direction:column-reverse;gap:20px}}footer .bottom-footer .flex-box{align-items:baseline;gap:10px;display:flex}@media only screen and (max-width:540px){footer .bottom-footer .flex-box{text-align:center;flex-direction:column;align-items:center;gap:5px}}footer .bottom-footer .flex-box p{color:#666666b2;font-size:14px;font-weight:400}@media only screen and (max-width:540px){footer .bottom-footer .flex-box p{line-height:1.1}}footer .bottom-footer .flex-box .prettify{align-items:center;gap:10px;display:flex}footer .bottom-footer .flex-box .prettify figure{width:57px;height:21px}footer .bottom-footer .flex-box .prettify figure img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}footer .bottom-footer .flex-box .prettify span{display:block}footer .bottom-footer .flex-box span{color:#666666b2;font-size:14px;font-weight:400}@media only screen and (max-width:540px){footer .bottom-footer .flex-box span{display:none}}footer .bottom-footer ul{justify-content:center;gap:30px;display:flex}footer .bottom-footer ul li a{color:#9c9a9a;font-size:14px;font-weight:500;line-height:24px;transition:all .5s}@media only screen and (max-width:540px){footer .bottom-footer ul li a{color:var(--text);font-size:16px;font-weight:500;line-height:16px}}footer .bottom-footer ul li a:hover{color:var(--primary)}.enquire-pop{background:var(--white);z-index:9999;opacity:0;visibility:hidden;border-radius:12px;width:90%;max-width:600px;height:fit-content;transition:all .5s;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.enquire-pop.is-open{opacity:1;visibility:visible;transform:translate(-50%,-50%)scale(1)}.enquire-pop .form-sec{background:var(--white);border-radius:10px;width:586px;height:fit-content;padding:30px 50px}.enquire-pop .form-sec h2{text-align:center;max-width:471px;margin:0 auto 40px;font-size:36px;font-weight:700;line-height:40px}@media only screen and (max-width:540px){.enquire-pop .form-sec h2{font-size:28px;line-height:1.1}}.enquire-pop .form-sec form{--item:2}@media only screen and (max-width:540px){.enquire-pop .form-sec form{--item:1}}.enquire-pop .form-sec form .custom-textarea{position:relative}.enquire-pop .form-sec form .custom-textarea .char-counter{color:#666;font-size:12px;position:absolute;bottom:-11px;right:5px}.enquire-pop .form-sec form .phone-wrap{position:relative}.enquire-pop .form-sec form .phone-wrap input{padding-left:59px}.enquire-pop .form-sec form .phone-wrap label{font-size:var(--labelfontafter);color:var(--labelafter);top:calc(var(--labelfontafter) / -2)}.enquire-pop .form-sec form .phone-wrap .country-code{align-items:center;gap:5px;display:flex;position:absolute;top:53%;left:0;transform:translateY(-50%)}.enquire-pop .form-sec form .phone-wrap .country-code img{width:fit-content;height:16px}.enquire-pop .form-sec form .phone-wrap .country-code span{color:#000;font-size:16px;line-height:1}.enquire-pop .form-sec form .submit-btn{margin:20px auto 0}.enquire-pop .form-sec form .select-dropdown{border:none;border-radius:5px;width:100%;height:40px;padding:0;max-width:100%!important}.enquire-pop .form-sec form .select-dropdown img{width:17px;height:11px}.enquire-pop .form-sec form .select-dropdown .sel-display{font-size:14px;font-weight:500;line-height:1.1}.enquire-pop .form-sec form .select-dropdown .sel-panel{width:100%}.enquire-pop .form-sec form .select-dropdown .sel-panel .sel-panel-inner ul li{white-space:nowrap}.testimonial-pop{background:var(--white);z-index:9999;opacity:0;visibility:hidden;border-radius:12px;width:90%;max-width:600px;height:fit-content;transition:all .5s;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.testimonial-pop.is-open{opacity:1;visibility:visible;transform:translate(-50%,-50%)scale(1)}.testimonial-pop .form-sec{background:var(--white);border-radius:10px;width:586px;height:fit-content;padding:30px 50px}.testimonial-pop .form-sec .heading{margin:0 auto 40px}.testimonial-pop .form-sec .heading p{text-align:center;max-width:80%;margin:auto;font-size:14px;font-weight:400}.testimonial-pop .form-sec .heading h2{text-align:center;max-width:471px;margin-bottom:10px;font-size:36px;font-weight:700;line-height:40px}@media only screen and (max-width:540px){.testimonial-pop .form-sec .heading h2{font-size:28px;line-height:1.1}}.testimonial-pop .form-sec form{--item:2}@media only screen and (max-width:540px){.testimonial-pop .form-sec form{--item:1}}.testimonial-pop .form-sec form .custom-textarea{position:relative}.testimonial-pop .form-sec form .custom-textarea .char-counter{color:#666;font-size:12px;position:absolute;bottom:-11px;right:5px}.testimonial-pop .form-sec form .file-input{overflow:hidden}.testimonial-pop .form-sec form .file-input input{opacity:0;cursor:pointer}.testimonial-pop .form-sec form .file-input .file-name{cursor:pointer;color:var(--text);white-space:nowrap;justify-content:start;align-items:center;gap:10px;display:flex;position:absolute;bottom:13px}.testimonial-pop .form-sec form .file-input .file-name .file-img{width:22px}.testimonial-pop .form-sec form .file-input .file-name .file-img svg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.testimonial-pop .form-sec form .submit-btn{margin:20px auto 0}.testimonial-pop .form-sec form .select-dropdown{border:none;border-radius:5px;width:100%;height:40px;padding:0;max-width:100%!important}.testimonial-pop .form-sec form .select-dropdown img{width:17px;height:11px}.testimonial-pop .form-sec form .select-dropdown .sel-display{font-size:16px;line-height:1.1}.testimonial-pop .form-sec form .select-dropdown .sel-panel{width:100%}.testimonial-pop .form-sec form .select-dropdown .sel-panel .sel-panel-inner ul li{white-space:nowrap}.video-pop{z-index:90;background:#03052e7d;max-width:100%;transition:all .5s;left:0;right:0;transform:translateY(100%)}.video-pop.is-open{transform:translateY(0%)}.video-pop .close-video{background:var(--secondary);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .5s;display:flex;position:absolute;top:auto;bottom:calc(100% + 20px);right:-40px}@media only screen and (max-width:675px){.video-pop .close-video{right:0}}.video-pop .close-video:hover{background:var(--primary)}.video-pop .close-video svg{width:35%;height:35%}.video-pop .close-video path{stroke-width:2px;stroke:var(--white)}.video-pop .model-body{width:100%;max-width:50%;position:absolute;top:50%;left:50%;translate:-50% -50%}@media only screen and (max-width:675px){.video-pop .model-body{max-width:95%}}.video-pop .model-body iframe{aspect-ratio:1.9;border:2px solid var(--white);background:var(--white);width:100%}.footer-strip{z-index:40;background:var(--gradient-a);display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 1px #11111a0d,0 0 8px #11111a1a}@media only screen and (max-width:675px){.footer-strip{display:block}}.footer-strip ul{flex-wrap:wrap;display:flex}.footer-strip ul li{flex:1}.footer-strip ul li:not(:last-child){border-right:1px solid #ffffff1a}.footer-strip ul li a{color:var(--white);height:var(--footerstrip);text-transform:uppercase;flex-direction:column;align-items:center;gap:5px;padding:10px;font-size:14px;display:flex}.footer-strip ul li a svg{width:20px;height:20px}.footer-strip ul li a svg[stroke]{stroke:var(--white)}.footer-strip ul li a svg[fill]{fill:var(--white)}.hero-banner{color:#fff;z-index:1;height:100vh;position:relative;overflow:hidden}@media only screen and (max-width:1024px){.hero-banner{height:80vh}}@media only screen and (max-width:991px){.hero-banner{height:50vh}}@media only screen and (max-width:540px){.hero-banner{height:70vh}}.hero-banner:before{content:"";background:linear-gradient(269deg,#6660 52.88% 52.88%,#000c 86.58%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-banner .bg-background video,.hero-banner .bg-background img{-o-object-fit:cover;object-fit:cover;z-index:-1;width:100%;height:100%;margin-top:var(--headerheight);position:absolute;top:0;left:0}@media only screen and (max-width:540px){.hero-banner .bg-background .container{padding:0}}.hero-banner .bg-background .container .bg-wrapper{z-index:1;width:90%;position:absolute;bottom:15%;left:50%;transform:translate(-50%)}@media only screen and (max-width:1024px){.hero-banner .bg-background .container .bg-wrapper{width:60%;bottom:10%}}@media only screen and (max-width:768px){.hero-banner .bg-background .container .bg-wrapper{width:70%}}@media only screen and (max-width:540px){.hero-banner .bg-background .container .bg-wrapper{width:100%;margin-left:0;bottom:10%}}.hero-banner .bg-background .container .bg-wrapper h1{max-width:642px;margin-bottom:20px}@media only screen and (max-width:1024px){.hero-banner .bg-background .container .bg-wrapper h1{text-align:center;max-width:100%;margin-left:0;font-size:40px;line-height:1.2}}@media only screen and (max-width:540px){.hero-banner .bg-background .container .bg-wrapper h1{text-align:center;max-width:100%;margin-bottom:20px;padding:0 20px;font-size:26px;line-height:1.1}}.hero-banner .bg-background .container .bg-wrapper p{color:#fff;max-width:572px;margin-bottom:30px;font-size:16px;font-weight:500;line-height:1.4}.hero-banner.blogs-detail-banner:before{background:linear-gradient(360deg,#173254b3 8.63%,#6660 78.67%)}.hero-banner.blogs-detail-banner .bg-background .bg-wrapper{bottom:8%}.hero-banner.blogs-detail-banner h1{font-size:32px;font-weight:600;line-height:1.3}.not-found-banner{height:100vh;position:relative}.not-found-banner .content{text-align:center;z-index:2;width:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found-banner .content h1{color:var(--secondary);margin:20px 0 10px}.not-found-banner .content p{max-width:520px;margin:0 auto 30px;font-size:20px}.model.ham-pop{background:var(--white);z-index:10;justify-content:space-between;max-width:870px;transition:all .5s;display:flex;right:0;transform:translate(100%)}.model.ham-pop:before{content:"";aspect-ratio:1.22;transitionc:1s ease-in-out;background:#66666614;width:215px;height:350px;line-height:0;position:absolute;top:96%;right:0;transform:translateY(-50%);-webkit-mask-image:url(/assets/vector/logo-vector-2.png);mask-image:url(/assets/vector/logo-vector-2.png);-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.model.ham-pop.is-open{transform:translate(0%)}.model.ham-pop .left-col{flex:0 50%;width:100%;max-width:100%;position:relative;overflow:hidden}@media only screen and (max-width:540px){.model.ham-pop .left-col{display:none}}.model.ham-pop .left-col:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000000d 10%,#000 100%);width:100%;height:100%;position:absolute;inset:0}.model.ham-pop .left-col .ham-left-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.model.ham-pop .left-col .btm-side{z-index:2;padding:25px;position:absolute;bottom:0;left:0;right:0}.model.ham-pop .left-col .featured-cause{-webkit-backdrop-filter:blur(6px);width:100%;color:var(--white);background:#191919e0;border-radius:10px;padding:18px;box-shadow:0 8px 25px #00000040}.model.ham-pop .left-col .featured-cause .featured-label{letter-spacing:1px;text-transform:uppercase;color:#f7c94b;margin-bottom:8px;font-size:9px;font-weight:600;line-height:1;display:block}.model.ham-pop .left-col .featured-cause h3{color:var(--white);margin:0 0 7px;font-size:20px;font-weight:600;line-height:1.15}.model.ham-pop .left-col .featured-cause p{color:#ffffffd1;margin:0 0 15px;font-size:10px;line-height:1.45}.model.ham-pop .left-col .featured-cause .cause-stats{border-top:1px solid #ffffff26;border-bottom:1px solid #ffffff26;grid-template-columns:repeat(3,1fr);margin-bottom:12px;padding:10px 0;display:grid}.model.ham-pop .left-col .featured-cause .cause-stats .stat{flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}.model.ham-pop .left-col .featured-cause .cause-stats .stat:not(:last-child){border-right:1px solid #ffffff26}.model.ham-pop .left-col .featured-cause .cause-stats .stat strong{color:var(--white);font-size:12px;font-weight:600;line-height:1}.model.ham-pop .left-col .featured-cause .cause-stats .stat span{color:#ffffffa6;font-size:9px;line-height:1}.model.ham-pop .left-col .featured-cause .donate-btn{width:100%;height:35px;color:var(--white);background:#f15b2a;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:0 12px;font-size:10px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.model.ham-pop .left-col .featured-cause .donate-btn span{font-size:12px;transition:all .3s}.model.ham-pop .left-col .featured-cause .donate-btn:hover{background:#df4d20}.model.ham-pop .left-col .featured-cause .donate-btn:hover span{transform:translate(3px)}.model.ham-pop .right-col{background:linear-gradient(#faefe9 50%,#f36e2af5 290%);width:100%;max-width:500px;height:100%}.model.ham-pop .right-col nav{flex:1}.model.ham-pop .right-col .close{top:17px;right:22px}.model.ham-pop .right-col .close svg{width:25px}.model.ham-pop .right-col .close svg path{stroke:var(--black)!important;stroke-width:2px!important}.model.ham-pop .right-col .model-body{flex-direction:column;height:calc(100% - 25px);margin-top:25px;padding:0 40px 30px;display:flex;position:relative;overflow-y:auto}.model.ham-pop .right-col .model-body::-webkit-scrollbar{background:var(--black);width:0;height:0}.model.ham-pop .right-col .model-body::-webkit-scrollbar-track{box-shadow:none}.model.ham-pop .right-col .model-body::-webkit-scrollbar-thumb{background-color:#fff;border-radius:0}@media only screen and (max-width:540px){.model.ham-pop .right-col .model-body{padding:0 20px 40px}}.model.ham-pop .right-col .model-body .icon{letter-spacing:4px;color:#000;align-items:center;gap:15px;margin-bottom:20px;font-size:30px;font-weight:600;line-height:0;display:flex}.model.ham-pop .right-col .model-body .icon .logo-text{max-width:40%}.model.ham-pop .right-col .model-body .icon .logo-wrapper{width:17%;max-width:70%}.model.ham-pop .right-col .model-body .icon .logo-wrapper .circle-wrapper{width:100%;margin:0;padding:4px 0}.model.ham-pop .right-col .model-body .icon .connecting-communitites-donify{margin:0;display:none!important}.model.ham-pop .right-col .model-body .nav-list{flex:1;width:100%}.model.ham-pop .right-col .model-body .nav-list>li:not(:last-child){margin-bottom:15px}.model.ham-pop .right-col .model-body .nav-list>li>a{color:var(--black);font-size:26px;font-weight:500;line-height:1.06;display:inline-block}.model.ham-pop .right-col .model-body .nav-list>li>a:hover{color:var(--primary);transform:translate(15px)}.model.ham-pop .right-col .model-body .nav-list li:first-child a,.model.ham-pop .right-col .model-body .nav-list li:nth-child(2) a{background:var(--primary);border:1px solid var(--primary);color:var(--white);z-index:1;text-align:center;border-radius:25px;width:100%;padding:11px 18px;font-size:16px;font-weight:600;line-height:1;transition:all .4s;display:inline-block;position:relative}.model.ham-pop .right-col .model-body .nav-list li:first-child a:hover,.model.ham-pop .right-col .model-body .nav-list li:nth-child(2) a:hover{color:var(--primary);background:#faefe9;font-weight:600;transform:translate(0)}.model.ham-pop .right-col .model-body .nav-list li:nth-child(2) a{background:var(--secondary);border:1px solid var(--secondary);justify-content:center;align-items:center;gap:5px;display:flex}.model.ham-pop .right-col .model-body .nav-list li:nth-child(2) a svg path{transition:all .4s}.model.ham-pop .right-col .model-body .nav-list li:nth-child(2) a:hover{color:var(--secondary);background:#faefe9;font-weight:600;transform:translate(0)}.model.ham-pop .right-col .model-body .nav-list li:nth-child(2) a:hover svg path:first-child{fill:#0000}.model.ham-pop .right-col .model-body .nav-list li:nth-child(2) a:hover svg path:last-child{fill:var(--secondary)}.model.ham-pop .right-col .model-body .bottom-list{border-top:1px solid #ccc;align-items:center;gap:1rem;margin-top:4rem;padding-top:1rem;display:flex}.model.ham-pop .right-col .model-body .bottom-list .social-icons{align-items:center;gap:10px;display:flex}@media only screen and (max-width:1024px){.model.ham-pop .right-col .model-body .bottom-list .social-icons{width:fit-content;margin:10px auto 30px}}@media only screen and (max-width:540px){.model.ham-pop .right-col .model-body .bottom-list .social-icons{margin:10px 0 30px}}.model.ham-pop .right-col .model-body .bottom-list .social-icons a{vertical-align:middle;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;line-height:0;display:inline-flex;position:relative;overflow:hidden}.model.ham-pop .right-col .model-body .bottom-list .social-icons a:before{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:var(--gradient-a);transition:all .5s;position:absolute;inset:0}.model.ham-pop .right-col .model-body .bottom-list .social-icons a{color:var(--black);border:1px solid var(--secondary);padding:10px}.model.ham-pop .right-col .model-body .bottom-list .social-icons a:hover{background:var(--secondary)}.model.ham-pop .right-col .model-body .bottom-list .social-icons a:hover svg path{fill:var(--white)}.model.ham-pop .right-col .model-body .bottom-list .social-icons a:before{z-index:-1;opacity:0;border-radius:50%;transition:all .2s;transform:scale(1.5)}.model.ham-pop .right-col .model-body .bottom-list .social-icons a svg{width:24px;height:24px}.model.ham-pop .right-col .model-body .bottom-list .social-icons a svg path{fill:var(--secondary)}.model.ham-pop .right-col .model-body .bottom-list .social-icons .youtube-ico svg{width:24px;height:24px}.model.ham-pop .right-col .model-body .bottom-list .social-icons .youtube-ico svg path{fill:#173254;d:path("M 23.5 6.507 a 2.8 2.8 0 0 0 -0.766 -1.27 a 3.05 3.05 0 0 0 -1.338 -0.742 C 19.518 4 11.994 4 11.994 4 a 77 77 0 0 0 -9.39 0.47 a 3.16 3.16 0 0 0 -1.338 0.76 c -0.37 0.356 -0.638 0.795 -0.778 1.276 A 29 29 0 0 0 0 12 c -0.012 1.841 0.151 3.68 0.488 5.494 c 0.137 0.479 0.404 0.916 0.775 1.269 s 0.833 0.608 1.341 0.743 c 1.903 0.494 9.39 0.494 9.39 0.494 a 77 77 0 0 0 9.402 -0.47 a 3.05 3.05 0 0 0 1.338 -0.742 a 2.8 2.8 0 0 0 0.765 -1.27 A 28.4 28.4 0 0 0 24 12.023 a 26.6 26.6 0 0 0 -0.5 -5.517 M 9.602 15.424 V 8.577 l 6.26 3.424 Z")}.login-pop,.signUp-pop{background:var(--white);background:var(--white);max-width:480px;transition:all .5s;right:0;transform:translate(100%)}.login-pop.is-open,.signUp-pop.is-open{transform:translate(0%)}.login-pop .close,.signUp-pop .close{top:25px;right:25px}@media only screen and (max-width:675px){.login-pop .close,.signUp-pop .close{top:20px;right:20px}}.login-pop .close path,.signUp-pop .close path{stroke:var(--black)}.login-pop .model-body,.signUp-pop .model-body{height:calc(100% - 40px);margin-top:40px;padding:0 35px 30px;transition:all .5s;overflow-y:auto}@media only screen and (max-width:675px){.login-pop .model-body,.signUp-pop .model-body{padding:40px 25px 50px}}.login-pop .model-body::-webkit-scrollbar{background:var(--white);width:5px}.signUp-pop .model-body::-webkit-scrollbar{background:var(--white);width:5px}.login-pop .model-body::-webkit-scrollbar-track{box-shadow:none}.signUp-pop .model-body::-webkit-scrollbar-track{box-shadow:none}.login-pop .model-body::-webkit-scrollbar-thumb{background-color:var(--primary)}.signUp-pop .model-body::-webkit-scrollbar-thumb{background-color:var(--primary)}.login-pop .model-body.overflow-hidden,.signUp-pop .model-body.overflow-hidden{margin-right:5px;overflow:hidden}@media only screen and (max-width:991px){.login-pop .model-body.overflow-hidden,.signUp-pop .model-body.overflow-hidden{margin-right:0}}.login-pop .model-body.overflow-hidden header,.signUp-pop .model-body.overflow-hidden header{width:calc(100% - 5px)}@media only screen and (max-width:991px){.login-pop .model-body.overflow-hidden header,.signUp-pop .model-body.overflow-hidden header{width:100%}}.login-pop .model-body .title,.signUp-pop .model-body .title{text-align:center;margin-bottom:4.5rem}.login-pop .model-body .title .icon,.signUp-pop .model-body .title .icon{width:102px;height:76px;margin:0 auto 25px;line-height:0}.login-pop .model-body .title .icon .logo-wrapper .circle-wrapper,.signUp-pop .model-body .title .icon .logo-wrapper .circle-wrapper{margin:auto;padding:4px 0}.login-pop .model-body .title .icon .connecting-communitites-donify,.signUp-pop .model-body .title .icon .connecting-communitites-donify{display:none}.login-pop .model-body .title h2,.signUp-pop .model-body .title h2{font-size:32px}.login-pop .model-body .title .tab-nav,.signUp-pop .model-body .title .tab-nav{place-content:center;gap:50px;display:flex}.login-pop .model-body .title .tab-nav li,.signUp-pop .model-body .title .tab-nav li{text-align:center;color:var(--secondary);cursor:pointer;opacity:.5;padding:0 0 10px;font-size:20px;font-weight:600;transition:all .5s;position:relative}.login-pop .model-body .title .tab-nav li:before,.signUp-pop .model-body .title .tab-nav li:before{content:"";background:var(--secondary);width:0;height:2px;transition:all .5s;position:absolute;bottom:0;left:0}.login-pop .model-body .title .tab-nav li.active,.signUp-pop .model-body .title .tab-nav li.active{opacity:1}.login-pop .model-body .title .tab-nav li.active:before,.signUp-pop .model-body .title .tab-nav li.active:before{width:100%}.login-pop .model-body .form,.signUp-pop .model-body .form{--gaptb:15px;--item:1;--labelbefore:var(--text);--labelafter:#000;--borderbefore:var(--text);--borderafter:#000}.login-pop .model-body .form .verify,.signUp-pop .model-body .form .verify{color:red;font-size:12px;font-weight:500;position:absolute;top:calc(100% + 2px);left:0}.login-pop .model-body .form .password-icon,.signUp-pop .model-body .form .password-icon{position:relative}.login-pop .model-body .form .password-icon .frgt-pswrd,.signUp-pop .model-body .form .password-icon .frgt-pswrd{text-align:left;z-index:1;width:fit-content;margin-left:auto;font-size:12px;font-weight:500;line-height:normal;position:absolute;top:calc(100% + 5px);left:0;right:0}.login-pop .model-body .form .password-icon .eyes-close-open,.signUp-pop .model-body .form .password-icon .eyes-close-open{cursor:pointer;position:absolute;top:50%;right:0%;transform:translateY(-50%)}:is(.login-pop .model-body .form .form-group:has(input[disabled]),.signUp-pop .model-body .form .form-group:has(input[disabled])){--paddingleftright:10px;--color:var(--text)}.login-pop .model-body .form .form-group:has(input[disabled]):before{background:0 0}.signUp-pop .model-body .form .form-group:has(input[disabled]):before{background:0 0}:is(.login-pop .model-body .form .form-group:has(input[disabled]) input,.signUp-pop .model-body .form .form-group:has(input[disabled]) input){-webkit-user-select:none;user-select:none;caret-color:#0000;cursor:no-drop;background:#f5f5f5;border:1px solid #ededed;border-radius:5px!important}.login-pop .model-body .sbmt-btn-div,.signUp-pop .model-body .sbmt-btn-div{text-align:center;margin:40px 0 20px}.login-pop .model-body .sbmt-btn-div .btn,.signUp-pop .model-body .sbmt-btn-div .btn{--height:40px;text-transform:uppercase;white-space:nowrap;border-bottom-width:1px;border-radius:5px;width:100%}.login-pop .model-body .split-sec,.signUp-pop .model-body .split-sec{overflow:hidden}.login-pop .model-body .split-sec p,.signUp-pop .model-body .split-sec p{text-align:center;width:fit-content;color:var(--text);margin:0 auto;font-weight:500;position:relative}.login-pop .model-body .split-sec p:before,.login-pop .model-body .split-sec p:after,.signUp-pop .model-body .split-sec p:before,.signUp-pop .model-body .split-sec p:after{content:"";background:#ececec;width:200px;height:1px;position:absolute;top:50%;translate:0 -50%}.login-pop .model-body .split-sec p:before,.signUp-pop .model-body .split-sec p:before{left:calc(100% + 12px)}.login-pop .model-body .split-sec p:after,.signUp-pop .model-body .split-sec p:after{right:calc(100% + 12px)}.login-pop .model-body .btm-social-wrp,.signUp-pop .model-body .btm-social-wrp{align-items:center;gap:0 30px;margin:40px 0;display:flex}.login-pop .model-body .btm-social-wrp>*,.signUp-pop .model-body .btm-social-wrp>*{flex:1}.login-pop .model-body .btm-social-wrp svg,.signUp-pop .model-body .btm-social-wrp svg{width:auto}.login-pop .model-body .btm-social-wrp .google-btn,.login-pop .model-body .btm-social-wrp .facebook-btn,.signUp-pop .model-body .btm-social-wrp .google-btn,.signUp-pop .model-body .btm-social-wrp .facebook-btn{opacity:1;background:#fff;border-width:1px;border-radius:5px;padding:8px 23px}.login-pop .model-body .btm-social-wrp a,.signUp-pop .model-body .btm-social-wrp a{color:var(--secondary);letter-spacing:10%;text-align:center;text-transform:uppercase;justify-content:center;align-items:center;gap:15px;font-size:12px;font-weight:500;display:flex}.login-pop .model-body .btm-social-wrp a svg path,.signUp-pop .model-body .btm-social-wrp a svg path{fill:var(--secondary)}.login-pop .model-body .btm-social-wrp a:hover,.signUp-pop .model-body .btm-social-wrp a:hover{background:var(--secondary);color:var(--white)}.login-pop .model-body .btm-social-wrp a:hover svg path,.signUp-pop .model-body .btm-social-wrp a:hover svg path{fill:var(--white)}.login-pop .model-body .non_member,.signUp-pop .model-body .non_member{text-align:center;color:var(--text)}.login-pop .model-body .non_member .signup,.signUp-pop .model-body .non_member .signup{color:var(--black)}.login-pop .otp-model-body,.signUp-pop .otp-model-body{transition:all .5s}.login-pop .otp-model-body .back-btn,.signUp-pop .otp-model-body .back-btn{align-items:center;gap:10px;display:flex}.login-pop .otp-model-body .back-btn:hover p,.signUp-pop .otp-model-body .back-btn:hover p{margin-left:3px}.login-pop .otp-model-body .back-btn p,.signUp-pop .otp-model-body .back-btn p{color:var(--secondary);font-size:16px;font-weight:400;line-height:1.2;transition:all .3s}.login-pop .otp-model-body .back-btn img,.signUp-pop .otp-model-body .back-btn img{width:fit-content}.login-pop .otp-model-body .title,.signUp-pop .otp-model-body .title{text-align:center;padding-top:100px}.login-pop .otp-model-body .title h4,.signUp-pop .otp-model-body .title h4{color:var(--text);margin-bottom:20px;font-size:16px;font-weight:400;line-height:1.3}.login-pop .otp-model-body .title p,.signUp-pop .otp-model-body .title p{font-size:18px;font-weight:500;line-height:1.2}.login-pop .otp-model-body .form .otp-box,.signUp-pop .otp-model-body .form .otp-box{justify-content:center;gap:10px;display:flex}.login-pop .otp-model-body .form .otp-box input,.signUp-pop .otp-model-body .form .otp-box input{text-align:center;color:#666;border:1px solid #ccc;outline:none;width:59px;height:51px;padding:10px;font-size:24px;transition:all .2s;border-radius:5px!important}.login-pop .otp-model-body .form .otp-box input .otp-box input:focus,.signUp-pop .otp-model-body .form .otp-box input .otp-box input:focus{border-color:#007bff;box-shadow:0 0 4px #007bff66}.login-pop .otp-model-body .resend-otp,.signUp-pop .otp-model-body .resend-otp{text-align:center;margin:40px auto}.login-pop .otp-model-body .resend-otp p,.signUp-pop .otp-model-body .resend-otp p{font-size:15px;font-weight:400;line-height:1.2}.login-pop .otp-model-body .resend-otp p a,.signUp-pop .otp-model-body .resend-otp p a{color:var(--secondary);font-weight:500}.login-pop .hide-model,.signUp-pop .hide-model{display:none}
