@keyframes shine{0%{opacity:0;left:0%}50%{opacity:1}to{opacity:0;left:100%}}.form{--inputsize:42px;--labelbefore:var(--black);--labelafter:var(--black);--borderbefore:var(--black);--borderafter:var(--gradient-a);--labelfontbefore:16px;--labelfontafter:12px;--font:normal;--color:var(--black);--borderwidth:1px;--labelbackground:none;--textareaheight:86px;--paddingleftright:0px}.form .sbmt-grp{margin-top:20px}.form .form-group{--selectheight:var(--inputsize);flex:0 100%;width:100%;max-width:100%;line-height:0;position:relative}.form .form-group.has-icon input{--iconsize:18px;background-repeat:no-repeat;background-position:calc(100% - var(--paddingleftright,0px)) 50%;padding-right:calc(var(--paddingleftright,0px) + var(--iconsize,0px) + var(--paddingleftright,0px))}.form .form-group.has-icon.calender-icon input{background-image:url("data:image/svg+xml,%3Csvg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M17.5 2H14.5V0.5C14.5 0.367392 14.4473 0.240215 14.3536 0.146447C14.2598 0.0526785 14.1326 0 14 0C13.8674 0 13.7402 0.0526785 13.6464 0.146447C13.5527 0.240215 13.5 0.367392 13.5 0.5V2H6.5V0.5C6.5 0.367392 6.44732 0.240215 6.35355 0.146447C6.25979 0.0526785 6.13261 0 6 0C5.86739 0 5.74021 0.0526785 5.64645 0.146447C5.55268 0.240215 5.5 0.367392 5.5 0.5V2H2.5C1.8372 2.00079 1.20178 2.26444 0.73311 2.73311C0.264441 3.20178 0.000793929 3.8372 0 4.5V17.5C0.000793929 18.1628 0.264441 18.7982 0.73311 19.2669C1.20178 19.7356 1.8372 19.9992 2.5 20H17.5C18.163 20 18.7989 19.7366 19.2678 19.2678C19.7366 18.7989 20 18.163 20 17.5V4.5C20 3.83696 19.7366 3.20107 19.2678 2.73223C18.7989 2.26339 18.163 2 17.5 2ZM19 17.5C19 17.8978 18.842 18.2794 18.5607 18.5607C18.2794 18.842 17.8978 19 17.5 19H2.5C2.10218 19 1.72064 18.842 1.43934 18.5607C1.15804 18.2794 1 17.8978 1 17.5V9H19V17.5ZM19 8H1V4.5C1 3.672 1.67 3 2.5 3H5.5V4.5C5.5 4.63261 5.55268 4.75979 5.64645 4.85355C5.74021 4.94732 5.86739 5 6 5C6.13261 5 6.25979 4.94732 6.35355 4.85355C6.44732 4.75979 6.5 4.63261 6.5 4.5V3H13.5V4.5C13.5 4.63261 13.5527 4.75979 13.6464 4.85355C13.7402 4.94732 13.8674 5 14 5C14.1326 5 14.2598 4.94732 14.3536 4.85355C14.4473 4.75979 14.5 4.63261 14.5 4.5V3H17.5C17.8978 3 18.2794 3.15804 18.5607 3.43934C18.842 3.72064 19 4.10218 19 4.5V8Z\" fill=\"%23666666\" fill-opacity=\"0.7\"/%3E%3C/svg%3E")}.form .form-group.has-icon.search-icon input{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.893 13.92L16.973 17M16 8.5C16 10.4891 15.2098 12.3968 13.8033 13.8033C12.3968 15.2098 10.4891 16 8.5 16C6.51088 16 4.60322 15.2098 3.1967 13.8033C1.79018 12.3968 1 10.4891 1 8.5C1 6.51088 1.79018 4.60322 3.1967 3.1967C4.60322 1.79018 6.51088 1 8.5 1C10.4891 1 12.3968 1.79018 13.8033 3.1967C15.2098 4.60322 16 6.51088 16 8.5Z' stroke='%23939393' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.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);background:var(--labelbackground);-webkit-user-select:none;user-select:none;pointer-events:none;font-family:Lato;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(--black);font-size:inherit;padding:0 var(--paddingleftright);background:0 0;border:none;font-family:Lato;border-radius:0!important}.form .form-group input:focus,.form .form-group textarea:focus,.form .form-group input.valid,.form .form-group textarea.valid{outline:none}.form .form-group input.valid~label,.form .form-group textarea.valid~label{font-size:var(--labelfontafter);color:var(--labelafter);top:calc(var(--labelfontafter) / -1)}.form .form-group input:not(.no-focus):focus,.form .form-group textarea:not(.no-focus):focus{outline:none}.form .form-group input:not(.no-focus):focus~label,.form .form-group textarea:not(.no-focus):focus~label{font-size:var(--labelfontafter);color:var(--labelafter);top:calc(var(--labelfontafter) / -1)}.form .form-group input[readonly],.form .form-group textarea[readonly]{caret-color:#0000}.form .form-group textarea{height:var(--textareaheight);resize:none;width:100%;color:var(--black);font-size:inherit;cursor:initial;background:0 0;border:none;font-family:Lato;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(--black);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 .form-group select:focus{outline:none}.form .form-group select~label{top:calc(var(--labelfontafter) / -2);left:var(--paddingleftright);color:var(--labelafter);font-size:var(--labelfontafter);opacity:0;transition:all .6s;position:absolute;translate:0}.form .form-group select.valid{color:var(--color)}.form .form-group select.valid~label{opacity:1}.form .form-group .error{color:red;font-size:12px;line-height:normal;position:absolute;top:calc(100% + 3px);left:0;right:0}.form .form-group.file-input input[type=file]{opacity:0;z-index:4;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.form .form-group.file-input .file-name{pointer-events:none;height:calc(var(--inputsize) - var(--borderwidth));--filename:"Attach Resume*";--filenameinitial:var(--filename);--color:var(--text);--background:none;appearance:none;line-height:calc(var(--inputsize) - var(--borderwidth));position:relative}.form .form-group.file-input .file-name:before,.form .form-group.file-input .file-name:after{position:absolute;inset:0}.form .form-group.file-input .file-name:before{content:var(--filenameinitial);z-index:2;font-family:Lato;font-size:inherit;line-height:calc(var(--inputsize) - var(--borderwidth));padding-left:var(--paddingleftright);color:var(--color);text-overflow:ellipsis;background:0 0;width:80%;overflow:hidden}.form .form-group.file-input .file-name:after{content:"";background:var(--image);z-index:1;background-repeat:no-repeat;background-position:calc(100% - var(--paddingleftright,0)) 50%;background-size:auto 50%;right:0}.form .submit-grp:not(.text-left){text-align:center;margin-top:23px}.custom-select{cursor:pointer;max-width:100%;height:var(--inputsize);-webkit-user-select:none;user-select:none;white-space:nowrap;padding:0 var(--paddingleftright);--arrow:15px;--arrowspace:8px;font-family:Lato;transition:all .2s ease-in-out;display:block;position:relative}.custom-select.has-icon{--iconsize:12px;--iconurl:var(--iconpath);--iconspace:8px}.custom-select.has-icon:after{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:var(--bgcolor);inset:0;left:var(--paddingleftright,0px);width:var(--iconsize);background-image:var(--iconurl);background-position:0;background-repeat:no-repeat;background-size:100%;position:absolute}.custom-select.has-icon .current{padding-left:calc(var(--iconsize) + var(--iconspace));padding-right:calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace))}.custom-select:before{content:"";top:0;right:var(--paddingleftright,0);width:var(--arrow);background-position:0;background-repeat:no-repeat;background-size:100%;position:absolute;bottom:0}.custom-select .current{text-overflow:ellipsis;width:100%;line-height:var(--inputsize);color:var(--labelbefore);font-size:var(--labelfontbefore);font-weight:var(--font);padding-right:calc(var(--arrow) + var(--arrowspace));display:block;overflow:hidden}.custom-select .current.selected{color:var(--color)}.custom-select .list{text-align:left;opacity:0;transform-origin:50% 0;z-index:4;background-color:#fff;border-bottom-right-radius:10px;border-bottom-left-radius:10px;max-height:180px;position:absolute;top:100%;left:0;right:0;overflow:hidden auto;box-shadow:0 1px 4px #00000029}.custom-select .list::-webkit-scrollbar{background:0 0;width:4px;height:4px}.custom-select .list::-webkit-scrollbar-track{box-shadow:none}.custom-select .list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:5px}.custom-select .list{pointer-events:none}.custom-select .list li{white-space:break-spaces;padding:8px 16px;font-size:14px;line-height:1.2;display:block}.custom-select .list li.selected,.custom-select .list li.selected:hover{background:var(--primary);color:var(--white)}.custom-select .list li:hover{background:#e2e2e2}.custom-select.open .list{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}*,:before,:after{box-sizing:border-box;margin:0;padding:0;list-style:none}html{scroll-behavior:smooth}.mb-0{margin-bottom:0!important}.heading{text-align:center}.heading h2{margin-bottom:20px}.heading p{max-width:600px;margin:auto}:root{--headerpadding:35px;--headerheight:94px;--headerfixed:65px;--footerstrip:66px}@media only screen and (max-width:768px){:root{--headerfixed:50px}}:root{--primary:#9d864d;--bgcolor:#03052e;--bgcolorlight:#fff9f1;--primary-hover:#000;--secondary:#03052e;--gradient-a:linear-gradient(180deg, #fff 27.79%, #f0f0f0 100%);--gradient-b:linear-gradient(270deg, #005659 0%, #0fd0d9 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::-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%}}::-webkit-scrollbar-thumb{background:var(--primary)!important}::-webkit-scrollbar-thumb:hover{background:var(--bgcolor)}body,html{font-optical-sizing:auto;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}b{font-weight:500}small{font-size:14px;line-height:22px;display:block}.svg path{transition:none}.svg path[stroke],.svg path[fill=none]{stroke:currentColor}.svg path[fill]{fill:currentColor}.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}select{display:none}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}p{color:var(--text);font-family:Lato;font-size:16px;font-weight:400;line-height:24px}h1{font-family:var(--font-optima);text-align:center;color:#fff;font-size:70px;font-weight:500}@media only screen and (max-width:1024px){h1{font-size:48px}}@media only screen and (max-width:991px){h1{font-size:48px}}@media only screen and (max-width:768px){h1{font-size:38px}}@media only screen and (max-width:540px){h1{font-size:28px}}h5{text-align:center;color:var(--white);font-family:Lato;font-size:20px;font-weight:500;line-height:100%}h2{color:var(--black);font-family:Optima;font-size:48px;font-weight:400;line-height:1}@media only screen and (max-width:768px){h2{font-size:36px}}@media only screen and (max-width:540px){h2{font-size:28px;line-height:1.2}}h3{font-size:48px;line-height:1.2}h4{font-family:Lato;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}.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:inherit;font-size:inherit;cursor:pointer}input{font-family:inherit;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{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:0 0;position:absolute;inset:0}.item-md:after{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:var(--bgcolor);position:absolute;inset:0}.item-md:before,.item-md:after{z-index:1}.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:#00000075;transition:all 0s .5s,opacity .5s;position:fixed;inset:0;transform:translateY(100%)}@media only screen and (max-width:991px){.overlay{z-index:2}}.overlay.is-open{opacity:1;transition:opacity 1s;transform:translateY(0%)}.btn{z-index:1;justify-content:space-between;align-items:center;gap:10px;width:fit-content;margin-top:40px;padding:8px 17px;transition:all .5s;display:flex;position:relative}@media only screen and (max-width:540px){.btn{padding:5px 11px}}.btn span{color:var(--white);text-align:center;font-family:Lato;font-size:16px;font-weight:400;line-height:20px;transition:all .5s;display:inline-block}@media only screen and (max-width:540px){.btn span{font-size:14px}}.btn img{transition:all .5s;width:24px!important;transform:scale(1)!important}.btn.primary-btn{background:var(--primary);border:1px solid var(--primary)}.btn.primary-btn:hover{background:var(--white);color:var(--black);border:1px solid var(--black)}.btn.primary-btn:hover span{color:var(--black)}.btn.primary-btn:hover .arrow-ico{filter:invert()}.btn.white-btn{border:1px solid var(--white);background:#fff}.btn.white-btn span{color:#000;transition:all .5s}.btn.white-btn .arrow-ico{filter:brightness(0);transition:all .5s}.btn.white-btn:hover{background:var(--primary);color:var(--white);border:1px solid var(--primary)}.btn.white-btn:hover span{color:var(--white)}.btn.white-btn:hover .arrow-ico{filter:invert(0)}.btn.black-border-btn{border:1px solid var(--black);background:#fff}.btn.black-border-btn span{color:#000;transition:all .5s}.btn.black-border-btn .arrow-ico{filter:brightness(0);transition:all .5s}.btn.black-border-btn:hover{background:var(--primary);border:1px solid var(--primary)}.btn.black-border-btn:hover span{color:var(--white)}.btn.black-border-btn:hover .arrow-ico{filter:brightness()}.btn.circle-btn{text-align:center;background:0 0;border:1px solid #fff;border-radius:25px;margin-top:0;padding:8px 25px;font-family:Lato;font-size:16px;font-weight:500}.btn.circle-btn-white{color:#000;background:#fff}.btn.circle-btn-white:hover{color:#fff;background:0 0}.btn.circle-btn-border{color:#fff}.btn.circle-btn-border:hover{color:#000;background:#fff}.btn2{border-radius:25px;width:fit-content;margin:30px 0;padding:10px 0}.btn2 a,.btn2 button{color:var(--white);background:var(--gradient-b);z-index:0;border-radius:25px;padding:10px 24px;font-size:16px;font-weight:500;transition:color .5s;display:inline-block;position:relative;overflow:hidden}@media only screen and (max-width:768px){.btn2 a,.btn2 button{padding:5px 24px}}.btn2 a:before,.btn2 button:before{content:"";background:var(--gradient-a);z-index:-1;opacity:0;border-radius:25px;transition:opacity .5s;position:absolute;inset:0}.btn2 a:after,.btn2 button:after{content:"";z-index:-1;background:#0003;width:100%;height:100%;position:absolute;top:0;left:0;right:0}.btn2 a:hover,.btn2 button:hover{color:var(--white)}.btn2 a:hover:before,.btn2 button:hover:before{opacity:1}.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:32px;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.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-prev,.swiper-next{--size:45px;height:var(--size);width:var(--size);background:var(--secondary);border:1px solid var(--secondary);color:var(--white);border-radius:50%;justify-content:center;align-items:center;transition:all .5s;display:flex}.swiper-prev:not(.no-background) path[stroke],.swiper-prev:not(.no-background) path[fill=none],.swiper-next:not(.no-background) path[stroke],.swiper-next:not(.no-background) path[fill=none]{stroke:var(--black)}.swiper-prev:not(.no-background) path[fill],.swiper-next:not(.no-background) path[fill]{fill:var(--black)}.swiper-prev:hover:not(.swiper-button-disabled,.no-background),.swiper-next:hover:not(.swiper-button-disabled,.no-background){background:var(--primary);border-color:var(--primary);color:var(--white)}.swiper-prev.no-background,.swiper-next.no-background{background:0 0;border:none;width:auto;height:auto;line-height:0;display:block}.swiper-prev.no-background:hover,.swiper-next.no-background:hover{background:0 0}.swiper-prev.white,.swiper-next.white{background:var(--white);border-color:var(--white);color:var(--secondary)}.swiper-prev.white:hover:not(.swiper-button-disabled),.swiper-next.white:hover:not(.swiper-button-disabled){background:var(--secondary);border-color:var(--secondary);color:var(--white)}.swiper-prev.secondary-border,.swiper-next.secondary-border{border-color:var(--secondary);color:var(--secondary);background:0 0}.swiper-prev.secondary-border:hover:not(.swiper-button-disabled),.swiper-next.secondary-border:hover:not(.swiper-button-disabled){background:var(--secondary);color:var(--white)}.swiper-prev.white-border,.swiper-next.white-border{border-color:var(--white);color:var(--white);background:0 0}.swiper-prev.white-border:hover:not(.swiper-button-disabled),.swiper-next.white-border:hover:not(.swiper-button-disabled){background:var(--white);color:var(--secondary)}.swiper-prev.gray-border,.swiper-next.gray-border{border-color:var(--black);color:var(--text);background:0 0}.swiper-prev.gray-border:hover:not(.swiper-button-disabled),.swiper-next.gray-border:hover:not(.swiper-button-disabled){border-color:var(--primary);background:var(--primary);color:var(--white)}.swiper-prev.green-border,.swiper-next.green-border{border-color:var(--primary);color:var(--text);background:0 0}.swiper-prev.green-border:hover:not(.swiper-button-disabled),.swiper-next.green-border:hover:not(.swiper-button-disabled){border-color:var(--primary);background:var(--primary);color:var(--white)}.swiper-prev.gray-arrow,.swiper-next.gray-arrow{color:#888}.swiper-prev.black-arrow,.swiper-next.black-arrow{color:var(--black)}.swiper-prev.black-arrow:hover:not(.swiper-button-disabled),.swiper-next.black-arrow:hover:not(.swiper-button-disabled){color:var(--secondary)}.swiper-prev.swiper-button-disabled,.swiper-next.swiper-button-disabled{cursor:no-drop;opacity:.4}.swiper-prev.swiper-button-lock,.swiper-next.swiper-button-lock{display:none!important}.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 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{font-size:30px;font-weight:700}}.website-content h2{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{color:var(--black-light);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}}.bg-circle{--bgcolor:#fff;--bgsize:30%;--top:50%;--right:10%;position:relative}.bg-circle:before{top:var(--top);right:var(--right);content:"";z-index:0;width:var(--bgsize);aspect-ratio:1;background:var(--bgcolor);filter:blur(152.3px);position:absolute}.bg-circle .container{z-index:1;position:relative}.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{z-index:1;position:sticky;top:20px}@media only screen and (max-width:540px){.sticky{position:static}}.flex-box{display:flex}.grid-box{display:grid}@keyframes zoomInOut{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes fadeInIn{to{opacity:1;transform:translateY(0)}}.information-pop{background:var(--white);z-index:9999;transform-origin:0;border-radius:10px;max-width:70%;max-height:70vh;transition:all .7s;top:50%;bottom:auto;left:50%;overflow:auto;transform:translate(-50%,-50%)scale(0)}.information-pop::-webkit-scrollbar{width:4px}.information-pop::-webkit-scrollbar-track{box-shadow:unset;background:#af694f}.information-pop::-webkit-scrollbar-thumb{background-color:#af694f}@media only screen and (max-width:540px){.information-pop{border-radius:0;max-width:100vw;max-height:100vh;top:0%;left:0%;transform:none}}.information-pop:before{z-index:2}.information-pop.is-open{scale:1}.information-pop .close{align-items:center;gap:0 10px;display:flex;top:40px;right:40px}@media only screen and (max-width:675px){.information-pop .close{top:20px;right:20px}}.information-pop .close path{stroke:var(--black)!important}.information-pop .model-body{height:100%;padding:40px;overflow-y:auto}@media only screen and (max-width:540px){.information-pop .model-body{height:100vh;padding:50px 25px}}.information-pop .model-body .flex-box{justify-content:start;gap:30px;display:flex}@media only screen and (max-width:540px){.information-pop .model-body .flex-box{display:block}}.information-pop .model-body .flex-box .flex-box-item:first-child{width:30%;position:relative}@media only screen and (max-width:540px){.information-pop .model-body .flex-box .flex-box-item:first-child{width:100%;margin-bottom:30px}}.information-pop .model-body .flex-box .flex-box-item:first-child .user-image{background:#d2ebff;border-radius:10px;line-height:0;position:sticky;top:0}@media only screen and (max-width:540px){.information-pop .model-body .flex-box .flex-box-item:first-child .user-image{max-width:100%;margin:auto}}.information-pop .model-body .flex-box .flex-box-item:first-child .social-icon{justify-content:center;gap:10px;display:flex;position:absolute;top:20px;right:20px}@media only screen and (max-width:768px){.information-pop .model-body .flex-box .flex-box-item:first-child .social-icon{top:5px;right:5px}}@media only screen and (max-width:540px){.information-pop .model-body .flex-box .flex-box-item:first-child .social-icon{top:20px;right:20px}}.information-pop .model-body .flex-box .flex-box-item:first-child .social-icon img{width:80%}@media only screen and (max-width:540px){.information-pop .model-body .flex-box .flex-box-item:first-child .social-icon{margin-top:0}}.information-pop .model-body .flex-box .flex-box-item:last-child{width:70%}@media only screen and (max-width:540px){.information-pop .model-body .flex-box .flex-box-item:last-child{text-align:center;width:100%}}.information-pop .model-body .flex-box .flex-box-item:last-child .user-name p{color:#000;font-size:22px}.information-pop .model-body .flex-box .flex-box-item:last-child .degination{border-bottom:1px solid #6666668c;margin-bottom:15px;padding-bottom:4px}.information-pop .model-body .flex-box .flex-box-item:last-child .degination p{font-size:14px}.information-pop .model-body .flex-box .flex-box-item:last-child .description-text p{color:var(--text);padding-bottom:10px;font-size:14px}@media only screen and (max-width:540px){.information-pop .model-body .flex-box .flex-box-item:last-child .description-text p{text-align:center}}.load-more{flex-direction:column;justify-content:center;align-items:center;width:fit-content;margin:60px auto auto;display:flex}.load-more:hover figure img{transform:rotate(360deg)}.load-more figure{width:44px;height:44px;margin:auto}.load-more figure img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;transition:all .5s}.product-not-found{z-index:1;width:100%;position:absolute;top:0;left:0;right:0}.product-not-found.not-found2{position:relative}.product-not-found .nt-fnd-wrp{text-align:center}.product-not-found .nt-fnd-wrp .ico{filter:grayscale();width:120px;margin-left:auto;margin-right:auto}.product-not-found .nt-fnd-wrp p{margin:10px 0 3rem;font-family:Lato;font-size:18px}.custom-select .option-type{border:1px solid #9a761b;border-radius:25px;flex:1;justify-content:space-between;align-items:center;gap:10px;padding:2px 15px;display:flex}.custom-select .option-type p{color:#9a761b;font-size:16px;font-weight:500}.custom-select .option-type .ico img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.custom-select .options-wrapper{grid-template-rows:0fr;min-width:170px;transition:all .5s;display:grid;position:absolute;top:100%;right:0}.custom-select .options-wrapper.open{grid-template-rows:1fr}.custom-select .options-wrapper .options{background:var(--white);z-index:1;max-height:150px;overflow-y:auto}.custom-select .options-wrapper .options::-webkit-scrollbar{width:4px}.custom-select .options-wrapper .options::-webkit-scrollbar-track{background:0 0}.custom-select .options-wrapper .options::-webkit-scrollbar-thumb{background:var(--primary)}.custom-select .options-wrapper .options li{cursor:pointer;text-wrap:wrap;padding:6px 12px;font-family:Lato;font-size:14px;line-height:1.4;transition:all .3s}.custom-select .options-wrapper .options li:not(:last-child){border-bottom:1px solid #00000014}.custom-select .options-wrapper .options li.selected{background:var(--bglight)}.custom-select .options-wrapper .options li:hover{background:var(--primary);color:var(--white)}.swiper-button-disabled{opacity:.7!important;cursor:no-drop!important}header{z-index:5;position:fixed;top:0;left:0;right:0}header:before{content:"";z-index:-1;background:var(--black);height:0;transition:all .7s;position:absolute;top:0;left:0;right:0}header.header-fixed:before,header.header-fill:before{height:100%}header.header-fixed{box-shadow:0 1px 9px 2px #6363631a}header.header-fixed .header-wrapper{padding:10px 0}header.header-fixed .header-wrapper .ham-btn .dot span{background:#fff}header.header-fixed .header-wrapper .colA{flex:0 90px}@media only screen and (max-width:540px){header.header-fixed .header-wrapper .colA{flex:0 50px}}header.header-fixed .header-wrapper .colB .phone-ico span{color:#fff}header .header-wrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;padding:30px 0;transition:all .7s;display:flex}@media only screen and (max-width:1024px){header .header-wrapper{gap:40px}}@media only screen and (max-width:991px){header .header-wrapper{flex-direction:row-reverse}}@media only screen and (max-width:540px){header .header-wrapper{gap:0;padding:10px 0}}header .header-wrapper .colA{flex:0 100px;transition:all .7s}@media only screen and (max-width:991px){header .header-wrapper .colA{margin-left:0;margin-right:auto}}@media only screen and (max-width:540px){header .header-wrapper .colA{flex:0 70px}}header .header-wrapper .colA a{display:block}header .header-wrapper .colA img{width:100%;height:fit-content;transition:all .7s}header .header-wrapper .ham-btn{align-items:center;gap:10px;height:30px;display:flex;position:relative}@media only screen and (max-width:991px){header .header-wrapper .ham-btn{display:block}}header .header-wrapper .ham-btn p{color:#fff;text-transform:uppercase;font-family:Poppins;font-size:16px;font-weight:400}header .header-wrapper .ham-btn .dot{flex-direction:column;gap:7px;display:flex}header .header-wrapper .ham-btn .dot span:first-child,header .header-wrapper .ham-btn .dot span:nth-child(2){width:33px;height:3px}header .header-wrapper .ham-btn .dot span:nth-child(3){width:23px;height:3px}header .header-wrapper .ham-btn .dot span{height:var(--lineheight);width:inherit;background:var(--white);transition:all .7s;display:block}header .colB{justify-content:flex-end;align-items:center;gap:20px;display:flex}@media only screen and (max-width:991px){header .colB{display:none}}header .colB .menu-list{vertical-align:middle;justify-content:end;align-items:center;gap:35px;display:inline-flex}@media only screen and (max-width:1024px){header .colB .menu-list{gap:24px}}header .colB .menu-list li a{color:var(--white);align-items:center;gap:7px;display:flex}header .colB .menu-list li a span{display:flex}header .colB .menu-list li a span svg{width:16px;height:16px;transition:all .5s}header .colB .menu-list li a:hover span svg{transform:rotate(-90deg)}header .colB .menu-list li.hasDropdown,header .colB .menu-list li.hasDropdown:hover>a{position:relative}header .colB .menu-list li.hasDropdown:hover>a span svg{transform:rotate(-90deg)}header .colB .menu-list li.hasDropdown:hover>a:after{transform:rotate(90deg)}header .colB .menu-list li.hasDropdown:hover .dropdown-menu{opacity:1;transform:scale(1)}header .colB .menu-list li.hasDropdown .dropdown-menu{--triangle:10px;top:calc(100% + var(--triangle));transform-origin:top;opacity:0;width:100%;min-width:fit-content;transition:all .4s;position:absolute;left:50%;transform:perspective(2000px)translateZ(50px)rotateX(-90deg)scale(.86,.75)translateY(50px)}header .colB .menu-list li.hasDropdown .dropdown-menu:before{content:"";bottom:calc(100% - var(--triangle) / 2);width:var(--triangle);height:var(--triangle);z-index:-1;background:#e3e3e3;display:block;position:absolute;left:50%;transform:rotate(45deg)}header .colB .menu-list li.hasDropdown .dropdown-menu ul{-moz-column-gap:30px;text-align:left;white-space:nowrap;background:#fff;border-radius:5px;grid-template-columns:repeat(2,1fr);column-gap:30px;padding:16px 12px;display:grid;box-shadow:-2px 6px 2px 3px #00000003}header .colB .menu-list li.hasDropdown .dropdown-menu ul li{display:block}header .colB .menu-list li.hasDropdown .dropdown-menu ul li:not(:last-child){margin-bottom:2px;margin-right:0}header .colB .menu-list li.hasDropdown .dropdown-menu ul li a{color:var(--black);border-radius:5px;align-items:center;gap:5px;padding:10px 14px;font-size:14px;display:flex;overflow:hidden}header .colB .menu-list li.hasDropdown .dropdown-menu ul li a:hover{background:var(--primary);color:var(--white)}header .colB .menu-list li.hasDropdown .dropdown-menu ul li a:hover:before{opacity:1}header .colB .menu-list li.hasDropdown .dropdown-menu ul li a svg{-o-object-fit:cover;object-fit:cover;width:20px;height:20px}header .colB .menu-list li.hasDropdown .dropdown-menu ul li a span{width:24px;line-height:0;display:block}header .colB .menu-list li.single ul{grid-template-columns:repeat(1,1fr)!important}header .colB .right-menu-list{align-items:center;gap:30px;display:flex}header .colB .right-menu-list li a span{color:#fff;letter-spacing:2px;font-family:Lato;font-size:16px;font-weight:500;transition:all .7s;display:inline-block}@media (max-width:991px){header .header-wrapper .ham-btn{display:flex}}.cl-wht-icon{border-left:2px solid #fff;margin:0 0 0 30px;display:inline-block}.cl-wht-icon li{padding:0 0 0 20px}.cl-wht-icon li:nth-child(2){padding-right:35px}.cl-wht-icon li a img{width:25px}@media (max-width:520px){.mobile-nav{padding:90px 40px 40px}}@media (max-width:991px){.mobile-nav.is-open{transform:translate(0)}.mobile-nav .close{display:block}}@media (max-width:520px){.mobile-nav .close{right:25px}}@media (max-width:991px){.mobile-nav ul{text-align:left;display:block}.mobile-nav ul li button,.mobile-nav ul li a{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-image:var(--gradient);color:var(--black);text-transform:uppercase;font-family:Cinzel-regular;font-size:42px}}@media only screen and (max-width:365px){.mobile-nav ul li button,.mobile-nav ul li a{font-size:34px}}@media (max-width:991px){.mobile-nav ul.menu-list li{display:block}}@media (max-width:1230px){.mobile-nav ul.menu-list li:not(:last-child){margin-right:20px}}@media (max-width:991px){.mobile-nav ul.menu-list li:not(:last-child){margin-bottom:20px;margin-right:0}}@media (max-width:520px){.mobile-nav ul.menu-list li:not(:last-child){margin-bottom:16px}}@media (max-width:1230px){.mobile-nav ul.enquire-menu{padding-left:20px}}@media (max-width:991px){.mobile-nav ul.enquire-menu{display:none}}@media (max-width:1230px){.mobile-nav ul.enquire-menu li:not(:last-child){margin-right:15px}}footer{background:#252525;position:relative;overflow:hidden}footer:before{content:"";z-index:0;background:url(/assets/images/footer-bg.png) no-repeat;width:377px;height:371px;position:absolute;bottom:3%;left:30%;transform:translate(-50%)}@media only screen and (max-width:540px){footer:before{left:60%}}footer .top-sec{z-index:1;background:#2a2a2a;border-bottom:1px solid #00000026;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:768px){footer .top-sec .flex-box{flex-direction:column-reverse;gap:40px}}footer .top-sec .flex-box .col:first-child{gap:120px;display:flex}@media only screen and (max-width:540px){footer .top-sec .flex-box .col:first-child{flex-direction:column;gap:30px}}footer .top-sec .flex-box .col:first-child .inside-flex{align-items:center;gap:10px;display:flex}footer .top-sec .flex-box .col:first-child .inside-flex figure{width:26px;height:26px}footer .top-sec .flex-box .col:first-child .inside-flex h4{text-transform:uppercase;color:#999;font-family:Lato;font-size:12px;font-weight:600;line-height:12px}footer .top-sec .flex-box .col:first-child .inside-flex p{color:#fff;font-family:Lato;font-size:16px;font-weight:600;line-height:24px}footer .top-sec .flex-box .col:last-child .inside-flex{gap:20px;display:flex}footer .bottom-sec{padding:50px 0 100px}@media only screen and (max-width:768px){footer .bottom-sec{padding:50px 0}}@media only screen and (max-width:540px){footer .bottom-sec{padding:50px 0 30px}}footer .bottom-sec .grid-box{grid-gap:20px;z-index:1;grid-template-columns:.8fr 1fr;display:grid;position:relative}@media only screen and (max-width:1024px){footer .bottom-sec .grid-box{grid-template-columns:.6fr 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);max-width:100%;margin:auto}}@media only screen and (max-width:540px){footer .bottom-sec .grid-box{gap:40px;max-width:90%}}@media only screen and (max-width:768px){footer .bottom-sec .grid-box .grid-box-item:first-child{text-align:center;margin:auto}}footer .bottom-sec .grid-box .grid-box-item:first-child a{width:fit-content;height:fit-content;display:inline-block}footer .bottom-sec .grid-box .grid-box-item:first-child figure{width:100px;height:100px}footer .bottom-sec .grid-box .grid-box-item:first-child figure img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box{justify-content:space-between;gap:10px;display:flex}@media only screen and (max-width:540px){footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box{grid-template-columns:repeat(1fr);display:grid}}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col .title{text-transform:uppercase;color:#999;margin-bottom:15px;font-family:Lato;font-size:12px;font-weight:700}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:first-child{flex:0 50%}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:first-child ul li{margin-bottom:20px}@media only screen and (max-width:540px){footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:first-child ul li{margin-bottom:10px}}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:first-child ul li a{color:#fff;font-family:Lato;font-size:20px;font-weight:700;line-height:16px;transition:all .3s}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:first-child ul li a:hover{margin-left:5px}@media only screen and (max-width:540px){footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:first-child ul li a{font-size:14px}}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:first-child ul li a:hover{padding-left:0}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(2){flex:0 40%}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(2) ul li{margin-bottom:5px}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(2) ul li a{color:#fff;font-family:Lato;font-size:14px;font-weight:600;line-height:16px;transition:all .3s}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(2) ul li a:hover{margin-left:5px}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3){flex:0 60%}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3) a{gap:14px;display:flex}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3) a figure{justify-content:center;align-items:center;width:50px;display:flex}@media only screen and (max-width:540px){footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3) a figure{width:15%}}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3) a figure img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3) a p{color:#ccc;font-family:Lato;font-size:14px;font-weight:600;line-height:24px}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3) .social-icons{gap:10px;margin-top:30px;display:flex}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3) .social-icons a{border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:43px;height:43px;padding:10px;display:flex}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3) .social-icons a svg path{fill:#ccc;transition:all .3s}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3) .social-icons a:hover{background:var(--primary);border:1px solid var(--primary)}footer .bottom-sec .grid-box .grid-box-item:nth-child(2) .flex-box .col:nth-child(3) .social-icons a:hover svg path{fill:#fff}footer .bottom-footer{z-index:1;background:#121212;border-top:1px solid #fff3;justify-content:center;align-items:center;padding:20px;line-height:0;display:flex;position:relative}@media only screen and (max-width:768px){footer .bottom-footer{justify-content:center}}@media only screen and (max-width:540px){footer .bottom-footer{padding-top:20px;padding-bottom:80px}}footer .bottom-footer .content{flex-wrap:wrap;justify-content:center;align-items:center;width:100%;display:flex}@media only screen and (max-width:540px){footer .bottom-footer .content{justify-content:center}}footer .bottom-footer .content p{color:#999;font-family:Lato;font-size:14px;font-weight:500;line-height:24px}@media only screen and (max-width:540px){footer .bottom-footer .content p{line-height:1.9}}footer .bottom-footer .content span{color:#999}@media only screen and (max-width:540px){footer .bottom-footer .content span{display:none}}footer .bottom-footer .footer-link{align-items:center;gap:10px;display:flex}footer .bottom-footer .footer-link img{width:53px}.ham-pop{background-color:#fff;max-width:450px;transition:all .5s;left:0;transform:translate(-100%)}@media only screen and (max-width:768px){.ham-pop{right:0;left:initial;transform:translate(100%)}}.ham-pop.is-open{transform:translate(0%)}.ham-pop .close path{stroke:var(--white);stroke-width:2px!important}.ham-pop .model-body{flex-direction:column;height:100%;padding:55px 40px 30px;display:flex;position:relative;overflow:hidden}.ham-pop .model-body::-webkit-scrollbar{background:var(--white);width:6px;height:6px}.ham-pop .model-body::-webkit-scrollbar-track{box-shadow:none}.ham-pop .model-body::-webkit-scrollbar-thumb{background-color:#5e5e5e;border-radius:8px}@media only screen and (max-width:520px){.ham-pop .model-body{padding:60px 20px 20px}}.ham-pop .model-body .icon{width:90px;height:70px;margin:0 0 30px}.ham-pop .model-body .icon img,.ham-pop .model-body .icon svg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.ham-pop .model-body .logo{filter:contrast(.5);margin-bottom:20px}.ham-pop .model-body .logo img{max-width:40%}.ham-pop .model-body .ico{max-width:70px;margin-bottom:55px;line-height:0}.ham-pop .model-body .ico img,.ham-pop .model-body .ico svg{width:100%;height:auto}.ham-pop .model-body .nav-list{flex:1}.ham-pop .model-body .nav-list>li:not(:last-child){margin-bottom:15px}@media only screen and (max-width:1366px){.ham-pop .model-body .nav-list>li:not(:last-child){margin-bottom:15px}}.ham-pop .model-body .nav-list>li>a{color:#000;font-family:Lato;font-size:28px;font-weight:500;line-height:1.06;transition:all .5s;display:inline-block}@media only screen and (max-width:1366px){.ham-pop .model-body .nav-list>li>a{font-size:28px}}@media only screen and (max-width:675px){.ham-pop .model-body .nav-list>li>a{font-size:24px}}.ham-pop .model-body .nav-list>li>a:hover{color:var(--primary);padding-left:10px}.ham-pop .model-body .nav-list>li.hasDropdown{cursor:pointer;position:relative}.ham-pop .model-body .nav-list>li.hasDropdown .plu-ico{--sizeplu:22px;height:var(--sizeplu);width:var(--sizeplu);cursor:pointer;position:absolute;top:4px;right:0}.ham-pop .model-body .nav-list>li.hasDropdown .plu-ico:before,.ham-pop .model-body .nav-list>li.hasDropdown .plu-ico:after{content:"";background:var(--black);width:100%;height:2px;transition:all .5s;position:absolute;top:50%;left:0;right:0;translate:0 -50%}.ham-pop .model-body .nav-list>li.hasDropdown .plu-ico:before{transform:rotate(90deg)}.ham-pop .model-body .nav-list>li.hasDropdown .plu-ico.active:before{opacity:0;transform:rotate(0)}.ham-pop .model-body .nav-list>li.hasDropdown .dropdown-menu-ham{border:1px solid #ccc;border-left:none;border-right:none;margin:12px 0;padding:15px 0;display:none}.ham-pop .model-body .nav-list>li.hasDropdown .dropdown-menu-ham li{padding-left:10px}.ham-pop .model-body .nav-list>li.hasDropdown .dropdown-menu-ham li:not(:last-child){margin-bottom:10px}.ham-pop .model-body .nav-list>li.hasDropdown .dropdown-menu-ham li a{color:var(--text)}.ham-pop .model-body .nav-list>li.hasDropdown .dropdown-menu-ham li a:hover{color:var(--black)}.ham-pop .model-body .bottom-list{border-top:1px solid #444;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.ham-pop .model-body .bottom-list .social-icons{justify-content:center;align-items:center;gap:20px;display:flex}.ham-pop .model-body .bottom-list .social-icons img{filter:invert()}.enquire-pop{background:var(--white);max-width:450px;transition:all .5s;right:0;transform:translate(100%)}.enquire-pop.is-open{transform:translate(0%)}.enquire-pop .model-body{height:100%;padding:40px 35px 30px;position:relative;overflow:hidden}.enquire-pop .model-body::-webkit-scrollbar{background:var(--white);width:3px;height:3px}.enquire-pop .model-body::-webkit-scrollbar-track{box-shadow:none}.enquire-pop .model-body::-webkit-scrollbar-thumb{background-color:#5e5e5e;border-radius:8px}@media only screen and (max-width:675px){.enquire-pop .model-body{padding:70px 20px 30px}}.enquire-pop .model-body .title{text-align:center;margin-bottom:2rem}.enquire-pop .model-body .title h4{color:#000;text-align:center;font-family:Optima;font-size:36px;font-weight:600;line-height:1.58}.enquire-pop .model-body .title p{color:var(--text);font-size:14px;font-weight:500;line-height:20px}@media only screen and (max-width:675px){.enquire-pop .model-body .title p{max-width:300px;font-size:14px}}.enquire-pop .model-body .form{--gaptb:15px;--borderafter:black}.enquire-pop .model-body .form input:not(.no-focus):focus~label,.enquire-pop .model-body .form textarea:not(.no-focus):focus~label{color:var(--black)}.enquire-pop .model-body .form label,.enquire-pop .model-body .form input{color:var(--black);font-family:Lato!important}.enquire-pop .model-body button{width:fit-content;margin:40px auto auto}.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%}.video-pop-second{z-index:90;background:#03052e7d;max-width:100%;transition:all .5s;left:0;right:0;transform:translateY(100%)}.video-pop-second.is-open{transform:translateY(0%)}.video-pop-second .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-second .close-video{right:0}}.video-pop-second .close-video:hover{background:var(--primary)}.video-pop-second .close-video svg{width:35%;height:35%}.video-pop-second .close-video path{stroke-width:2px;stroke:var(--white)}.video-pop-second .model-body{width:100%;max-width:20%;position:absolute;top:50%;left:50%;translate:-50% -50%}@media only screen and (max-width:675px){.video-pop-second .model-body{max-width:95%}}.video-pop-second .model-body iframe{aspect-ratio:1.9;border:2px solid var(--white);background:var(--white);width:100%}.openings-pop{z-index:90;background:0 0;max-width:100%;transition:all .5s;left:0;right:0;transform:translateY(100%)}.openings-pop.is-open{transform:translateY(0%)}.openings-pop .close-video{justify-content:center;align-items:center;width:20px;height:20px;transition:all .5s;display:flex;position:absolute;top:20px;bottom:calc(100% + 20px);right:20px}@media only screen and (max-width:675px){.openings-pop .close-video{right:0}}.openings-pop .close-video svg{width:100%;height:100%}.openings-pop .close-video path{stroke-width:2px;stroke:#230606}.openings-pop .model-body{background:#fff;border-radius:15px;width:100%;max-width:1192px;height:calc(100vh - 80px);padding:30px;position:absolute;top:50%;left:50%;overflow:auto;translate:-50% -50%}@media only screen and (max-width:675px){.openings-pop .model-body{max-width:95%}}.openings-pop .model-body .openings-flex-box{justify-content:space-between;height:100%;display:flex}.openings-pop .model-body .openings-flex-box h1,.openings-pop .model-body .openings-flex-box h2,.openings-pop .model-body .openings-flex-box h3,.openings-pop .model-body .openings-flex-box h4,.openings-pop .model-body .openings-flex-box h5,.openings-pop .model-body .openings-flex-box h6,.openings-pop .model-body .openings-flex-box span,.openings-pop .model-body .openings-flex-box li,.openings-pop .model-body .openings-flex-box a,.openings-pop .model-body .openings-flex-box b{font-family:Lato}.openings-pop .model-body .openings-flex-box input,.openings-pop .model-body .openings-flex-box label{font-family:Poppins}.openings-pop .model-body .openings-flex-box .left{border-right:1px solid #0000002e;flex:0 50%;padding-right:50px;overflow-x:auto}.openings-pop .model-body .openings-flex-box .left h3{color:#000;text-align:left;margin-bottom:4px;font-size:24px;font-weight:600;line-height:1.1}.openings-pop .model-body .openings-flex-box .left span{text-align:left;color:var(--text);font-size:14px;font-weight:500;line-height:16px}.openings-pop .model-body .openings-flex-box .left p{margin:10px 0}.openings-pop .model-body .openings-flex-box .left ul{margin:20px 0;padding-left:20px}.openings-pop .model-body .openings-flex-box .left ul li{color:var(--text);padding-left:15px;font-size:16px;font-weight:400;position:relative}.openings-pop .model-body .openings-flex-box .left ul li:before{content:"";background:#9d864d;border-radius:50%;width:11px;height:11px;position:absolute;top:8px;left:-10px}.openings-pop .model-body .openings-flex-box .right{flex:0 50%;padding:50px 0 0 50px}.openings-pop .model-body .openings-flex-box .right .heading{margin-bottom:40px}.openings-pop .model-body .openings-flex-box .right .heading h2{text-align:left;font-size:30px;font-weight:600}.openings-pop .model-body .openings-flex-box .right .heading h2 span{font-style:italic;font-weight:300}.openings-pop .model-body .openings-flex-box .right .form{grid-template-columns:repeat(2,1fr);gap:18px 20px;display:grid}.openings-pop .model-body .openings-flex-box .right .form .disabled-btn{opacity:.3;cursor:no-drop}.openings-pop .model-body .openings-flex-box .right .form .custom-form-group.full{grid-column:span 2}.openings-pop .model-body .openings-flex-box .right .form .custom-form-group.full input{width:100%;display:block}.openings-pop .model-body .openings-flex-box .right .form .custom-form-group label{color:var(--text);margin-bottom:10px;font-size:16px;font-weight:500;line-height:1;display:inline-block}.openings-pop .model-body .openings-flex-box .right .form .custom-form-group input{background:#e8e8e8;border:none;border-radius:7px;outline:none;width:100%;padding:7px 10px}.openings-pop .model-body .openings-flex-box .right .form .custom-form-group .file-input{background:#e8e8e8;border:none;border-radius:7px;outline:none;justify-content:space-between;align-items:center;width:100%;padding:7px 10px;display:flex;position:relative}.openings-pop .model-body .openings-flex-box .right .form .custom-form-group .file-input p{color:#818181;font-size:16px;font-weight:400}.openings-pop .model-body .openings-flex-box .right .form .custom-form-group .file-input img{width:18px}.openings-pop .model-body .openings-flex-box .right .form .custom-form-group .file-input input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.openings-pop .model-body .openings-flex-box .right .form .submit-btn button{margin-top:20px}.openings-pop .model-body .openings-flex-box .right .form .submit-btn button:hover img{filter:brightness(0)contrast()}.openings-pop .model-body .openings-flex-box .right .form .submit-btn button img{filter:brightness(0)invert();height:20px;transition:all .5s}.about-pop{background:var(--bgcolor);z-index:90;max-width:100%;transition:all .5s;left:0;right:0;transform:translateY(100%)}.about-pop.is-open{transform:translateY(0%)}.about-pop .close-about-pop{width:150px;height:50px;color:var(--white);text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;font-family:Poppins;font-size:17px;font-weight:500;line-height:25px;transition:all .5s;display:flex;position:absolute;top:20px;bottom:calc(100% + 20px);right:10px}@media only screen and (max-width:675px){.about-pop .close-about-pop{right:-30px}}.about-pop .close-about-pop svg{width:40%;height:50%}.about-pop .close-about-pop path{stroke-width:2px;stroke:var(--white)}.about-pop .model-body{width:100%;max-width:100%;height:100vh;position:absolute;top:50%;left:50%;translate:-50% -50%}@media only screen and (max-width:675px){.about-pop .model-body{max-width:95%}}.about-pop .model-body .about-us-content{max-width:800px;height:376px;margin:auto;position:relative;top:150px}.about-pop .model-body .about-us-content .about-tab-nav{justify-content:space-between;width:341px;margin:auto auto 70px;display:flex}.about-pop .model-body .about-us-content .about-tab-nav li{opacity:.4}.about-pop .model-body .about-us-content .about-tab-nav .active{opacity:1;transition:all .5s}.about-pop .model-body .about-us-content .about-tab-nav li span a{color:var(--primary);font-family:Poppins;font-size:36px;font-weight:600;line-height:25px}.about-pop .model-body .about-us-content .tab-nav-content .about-tab-nav-content p{text-align:center;max-width:637px;margin:auto;font-family:Poppins;font-size:16px;font-weight:500;line-height:24px}.product-pop{z-index:90;background-repeat:no-repeat;background-size:cover;max-width:100%;transition:all .5s;left:0;right:0;transform:translateY(100%)}.product-pop.is-open{transform:translateY(0%)}.product-pop .close-product-pop{width:150px;height:50px;color:var(--white);text-transform:uppercase;z-index:100;border-radius:50%;justify-content:center;align-items:center;font-family:Poppins;font-size:17px;font-weight:500;line-height:25px;transition:all .5s;display:flex;position:absolute;top:20px;bottom:calc(100% + 20px);right:10px}@media only screen and (max-width:675px){.product-pop .close-product-pop{top:7px;right:-20px}}.product-pop .close-product-pop svg{width:40%;height:50%}.product-pop .close-product-pop path{stroke-width:2px;stroke:var(--white)}.product-pop .model-body{background:linear-gradient(360deg,#04201100 -100.63%,#042011 50.4%);width:100%;max-width:100%;height:100vh;position:absolute;top:50%;left:50%;translate:-50% -50%}@media only screen and (max-width:675px){.product-pop .model-body{max-width:100%}}.product-pop .model-body .product-us-content{justify-content:space-between;gap:50px;max-width:100%;display:flex;position:relative;top:70px}@media only screen and (max-width:540px){.product-pop .model-body .product-us-content{display:block;top:100px}}.product-pop .model-body .product-us-content .left{width:60%}@media only screen and (max-width:540px){.product-pop .model-body .product-us-content .left{width:100%}}.product-pop .model-body .product-us-content .left .heading .title h1{color:var(--white);margin-bottom:35px;font-family:Poppins;font-size:60px;font-weight:600;line-height:25px}@media only screen and (max-width:540px){.product-pop .model-body .product-us-content .left .heading .title h1{font-size:50px}}.product-pop .model-body .product-us-content .left .heading .subtitle h4{color:var(--white);font-family:Poppins;font-size:24px;font-weight:500;line-height:25px}@media only screen and (max-width:540px){.product-pop .model-body .product-us-content .left .heading .subtitle h4{font-size:22px}}.product-pop .model-body .product-us-content .left .content{border-right:1px solid #fff;width:90%;margin-top:30px;padding:0 0 30px}.product-pop .model-body .product-us-content .left .content .desc{height:310px;margin-right:-4px;padding-right:40px;overflow-y:auto}.product-pop .model-body .product-us-content .left .content .desc p{color:var(--text);padding-bottom:10px;font-size:16px;font-weight:400;line-height:24px}@media only screen and (max-width:540px){.product-pop .model-body .product-us-content .left .content .desc p{font-size:14px;line-height:1.5}}.product-pop .model-body .product-us-content .left .content .desc h2{color:var(--white);margin-top:50px;margin-bottom:15px;font-size:36px;line-height:36px}.product-pop .model-body .product-us-content .left .content .desc h3{color:var(--white);margin-top:50px;margin-bottom:15px;font-size:28px;line-height:28px}@media only screen and (max-width:540px){.product-pop .model-body .product-us-content .left .content .desc h3{font-size:22px;line-height:26px}}.product-pop .model-body .product-us-content .left .content .desc h4{color:var(--white);margin-top:50px;margin-bottom:15px;font-size:24px;font-weight:600;line-height:24px}.product-pop .model-body .product-us-content .left .content .desc h5{color:var(--white);margin-top:50px;margin-bottom:15px;font-size:20px;font-weight:600;line-height:20px}@media only screen and (max-width:540px){.product-pop .model-body .product-us-content .left .content .desc h5{font-size:18px;line-height:18px}}.product-pop .model-body .product-us-content .left .content .desc h6{color:var(--white);margin-top:50px;margin-bottom:15px;font-size:16px;line-height:18px}.product-pop .model-body .product-us-content .left .content .desc ul{margin-top:15px;margin-left:10px;position:relative}@media only screen and (max-width:540px){.product-pop .model-body .product-us-content .left .content .desc ul{margin-left:0}}.product-pop .model-body .product-us-content .left .content .desc li{color:var(--white);margin-left:10px;padding-bottom:20px;padding-left:50px;font-size:16px;line-height:24px;position:relative}.product-pop .model-body .product-us-content .left .product-btn{gap:30px;margin-top:30px;display:flex}.product-pop .model-body .product-us-content .left .product-btn .whatsapp .submit-btn{color:var(--primary);border:1px solid var(--primary);text-transform:capitalize;border-width:.1em;border-radius:25px;width:141px;padding:10px 24px;transition:all .4s;position:relative;overflow:hidden}.product-pop .model-body .product-us-content .left .product-btn .whatsapp .submit-btn:hover:after{border-radius:0;transition:all .4s;bottom:0}.product-pop .model-body .product-us-content .left .product-btn .whatsapp .submit-btn:after{content:"";background-color:var(--primary);border-radius:50%;width:100%;height:100%;position:absolute;bottom:-100%;left:0}.product-pop .model-body .product-us-content .left .product-btn .whatsapp .submit-btn:hover a{color:var(--black)}.product-pop .model-body .product-us-content .left .product-btn .whatsapp .submit-btn a{text-align:center;color:var(--primary);z-index:9;border-radius:25px;font-family:Poppins;font-size:16px;font-weight:600;line-height:16px;text-decoration:none;position:relative}.product-pop .model-body .product-us-content .left .product-btn .enquire-now a{background:var(--primary);border:1px solid var(--primary);width:150px;height:46px;color:var(--black);border-radius:25px;justify-content:center;align-items:center;gap:10px;padding:13px 24px;font-weight:500;display:flex}.product-pop .model-body .product-us-content .right{width:40%}@media only screen and (max-width:540px){.product-pop .model-body .product-us-content .right{display:none}}.product-pop .model-body .product-us-content .right .box-image{width:100%;max-width:80%;margin:30px auto 10px;overflow:hidden}.product-pop .model-body .product-us-content .right .box-image img{border-radius:15px;width:100%;height:100%}.footer-strip{z-index:40;background:#000;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:inset 0 2px 4px #0000000f}@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-family:Lato;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)}.footer-strip ul li a svg path[stroke]{stroke:var(--white)}.footer-strip ul li a svg path[fill]{fill:var(--white)}
