@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;transition:background-color .3s,color .1s}html,body{height:100%;min-height:100%;text-rendering:optimizeLegibility !important;-webkit-font-smoothing:antialiased !important}body{font-size:24px !important;font-family:"Inter",sans-serif;color:var(--text-color-1);position:relative;background:var(--background-color);-ms-touch-action:pan-y;overflow-x:hidden;outline:none}a{text-decoration:none;font-size:24px;line-height:150%;transition:all .3s ease-in-out}@media only screen and (max-width: 991px){a{font-size:15px}}a:hover{transition:all .3s ease-in-out}ul{list-style:none;margin:0;padding:0}p{font-size:24px}@media only screen and (max-width: 1400px){p{font-size:16px}}@media only screen and (max-width: 991px){p{font-size:15px}}figure{margin:0}h1,.display-1{color:#000;font-size:60px;font-style:normal;font-weight:500;line-height:normal}@media only screen and (max-width: 1700px){h1,.display-1{font-size:60px}}@media only screen and (max-width: 1400px){h1,.display-1{font-size:55px}}@media only screen and (max-width: 1200px){h1,.display-1{font-size:55px}}@media only screen and (max-width: 991px){h1,.display-1{font-size:55px}}@media only screen and (max-width: 768px){h1,.display-1{font-size:50px}}@media only screen and (max-width: 575px){h1,.display-1{font-size:40px}}h2,.display-2{font-size:60px;font-style:normal;font-weight:500;line-height:118%}@media only screen and (max-width: 1700px){h2,.display-2{font-size:60px}}@media only screen and (max-width: 1400px){h2,.display-2{font-size:55px}}@media only screen and (max-width: 1200px){h2,.display-2{font-size:55px}}@media only screen and (max-width: 991px){h2,.display-2{font-size:55px}}@media only screen and (max-width: 768px){h2,.display-2{font-size:50px}}@media only screen and (max-width: 575px){h2,.display-2{font-size:40px}}h3,.display-3{font-size:64px;font-style:normal;font-weight:600;line-height:106%}@media only screen and (max-width: 1700px){h3,.display-3{font-size:62px}}@media only screen and (max-width: 1400px){h3,.display-3{font-size:58px}}@media only screen and (max-width: 1200px){h3,.display-3{font-size:54px}}@media only screen and (max-width: 991px){h3,.display-3{font-size:48px}}@media only screen and (max-width: 768px){h3,.display-3{font-size:45px}}@media only screen and (max-width: 575px){h3,.display-3{font-size:32px}}h4,.display-4{font-size:48px;font-style:normal;font-weight:700;line-height:116.757%}@media only screen and (max-width: 1700px){h4,.display-4{font-size:40px}}@media only screen and (max-width: 1400px){h4,.display-4{font-size:36px}}@media only screen and (max-width: 1200px){h4,.display-4{font-size:34px}}@media only screen and (max-width: 991px){h4,.display-4{font-size:30px}}@media only screen and (max-width: 640px){h4,.display-4{font-size:26px}}h5,.display-5{font-size:24px;font-style:normal;font-weight:600;line-height:116%}@media only screen and (max-width: 1700px){h5,.display-5{font-size:23px}}@media only screen and (max-width: 1400px){h5,.display-5{font-size:22px}}@media only screen and (max-width: 991px){h5,.display-5{font-size:20px}}@media only screen and (max-width: 768px){h5,.display-5{font-size:19px}}@media only screen and (max-width: 640px){h5,.display-5{font-size:18px}}h6,.display-5{font-size:20px;font-style:normal;font-weight:700;line-height:normal}@media only screen and (max-width: 1700px){h6,.display-5{font-size:19px}}@media only screen and (max-width: 1400px){h6,.display-5{font-size:18px}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}@keyframes slide-down{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);opacity:0}25%{-webkit-transform:scale(0.3);opacity:1}50%{-webkit-transform:scale(0.6);opacity:.6}75%{-webkit-transform:scale(0.9);opacity:.3}100%{-webkit-transform:scale(1);opacity:0}}@keyframes pulse{0%{transform:scale(0);opacity:0}25%{transform:scale(0.3);opacity:1}50%{transform:scale(0.6);opacity:.6}75%{transform:scale(0.9);opacity:.3}100%{transform:scale(1);opacity:0}}.button{display:inline-block;margin:0;text-decoration:none;border:none;outline:0;text-align:center;transition:all .2s ease-in-out;overflow:hidden;position:relative;z-index:10}.button i{vertical-align:middle;font-size:14px;font-weight:400;margin:0 0 0 15px}@media only screen and (max-width: 1700px){.button i{font-size:12px}}@media only screen and (max-width: 1400px){.button i{margin:0 0 0 10px;font-size:10px}}@media only screen and (max-width: 768px){.button i{margin:0 0 0 8px}}.button::before{content:"";width:100%;height:100%;bottom:100%;top:0;left:0;position:absolute;z-index:-1}.button::after{content:"";width:0;height:0;bottom:0;left:0;position:absolute;z-index:-1;opacity:0;transition:height .1s ease-in-out,width .5s ease-in-out,opacity .6s ease-in-out}.button:hover{box-shadow:0px 10px 13px -3px rgba(0,0,0,.2);transform:translateY(-3px)}.button:hover::after{height:100%;width:100%;opacity:1}.btn-normal{border-radius:10px}.btn-full{border-radius:100px}.btn-md{padding:16px 31px;font-size:16px;font-style:normal;font-weight:700;line-height:normal;overflow:hidden}@media only screen and (max-width: 1700px){.btn-md{padding:15px 28px}}@media only screen and (max-width: 1400px){.btn-md{padding:14px 26px}}@media only screen and (max-width: 768px){.btn-md{font-size:15px;padding:12px 24px}}.btn-lg{padding:20px 40px;font-size:24px;font-style:normal;font-weight:700;line-height:normal}@media only screen and (max-width: 1700px){.btn-lg{padding:24px 48px;font-size:19px}}@media only screen and (max-width: 1400px){.btn-lg{padding:22px 44px;font-size:18px}}@media only screen and (max-width: 768px){.btn-lg{padding:19px 35px;font-size:17px}}.btn-xl{padding:34px 51px;font-size:24px;font-style:normal;font-weight:700;line-height:normal}@media only screen and (max-width: 1700px){.btn-xl{padding:30px 50px;font-size:22px}}@media only screen and (max-width: 1400px){.btn-xl{padding:28px 46px;font-size:20px}}@media only screen and (max-width: 768px){.btn-xl{padding:20px 37px;font-size:17px}}.btn-primary{color:#fff}.btn-primary::before{background:#d70719}.btn-primary::after{background:#000}.btn-secondary{color:#fff}.btn-secondary::before{background:#000}.btn-secondary::after{background:#d70719}.btn-white{color:#d70719}.btn-white::before{background:#fff}.btn-white::after{background:#d70719;color:#fff}.btn-white:hover{color:#fff}.main-banner{padding:130px 0 2px 0;position:relative;background-size:100%;background-position:center bottom;background-repeat:no-repeat}@media only screen and (max-width: 1200px){.main-banner{padding:105px 0 0 0}}@media only screen and (max-width: 768px){.main-banner{background-image:none !important}}.main-banner::before{content:"";background:url(../images/logo-vector.svg) no-repeat;background-size:contain;left:-117px;top:96px;width:398px;height:368px;position:absolute;z-index:-1;margin-right:-120px}@media only screen and (max-width: 1200px){.main-banner::before{width:331.313px;height:382.713px;background-size:330px}}@media only screen and (max-width: 640px){.main-banner::before{display:none}}.main-banner .main-text-bg{top:0;left:0;width:1450px;height:764px;position:absolute;z-index:0}.main-banner .banner{display:flex;flex-direction:column;justify-content:space-between}.main-banner .banner .content--area{display:flex}@media only screen and (max-width: 1200px){.main-banner .banner .content--area{flex-direction:column;text-align:center}}.main-banner .banner .content--area .text--area{flex-shrink:0;width:50%;padding-top:50px;margin:0 0 90px 0;position:relative;max-width:543px;z-index:50}.main-banner .banner .content--area .text--area h1{margin:0 0 16px 0;max-width:500px}.main-banner .banner .content--area .text--area p{max-width:457px;margin:0;color:#675867;font-size:24px;font-style:normal;font-weight:400;line-height:150%}@media only screen and (max-width: 1400px){.main-banner .banner .content--area .text--area p{font-size:18px}}@media only screen and (max-width: 1200px){.main-banner .banner .content--area .text--area p{font-size:17px;max-width:100%}}@media only screen and (max-width: 991px){.main-banner .banner .content--area .text--area p{font-size:16px}}@media only screen and (max-width: 1400px){.main-banner .banner .content--area .text--area h1{max-width:430px}}@media only screen and (max-width: 1200px){.main-banner .banner .content--area .text--area{max-width:100%;width:100%;margin:0 0 44px 0;padding-top:0}.main-banner .banner .content--area .text--area h1{max-width:460px;margin-right:auto;margin-left:auto}}@media only screen and (max-width: 992px){.main-banner .banner .content--area .text--area h1{max-width:430px}}@media only screen and (max-width: 575px){.main-banner .banner .content--area .text--area h1{max-width:328px}}.main-banner .enquiry_form{max-width:628px;width:100%;margin-left:auto;position:relative;z-index:1}.main-banner .banner-form{border-radius:19px;border:1px solid #f6cdcd;background:linear-gradient(180deg, #FFF 0%, #FFEBEB 100%);padding:40px}.main-banner .banner-form h2{max-width:420px;color:#675867;font-weight:500;line-height:110%;margin:0;padding-bottom:30px}.main-banner .banner-form .form-control{padding:20px 32px;border-radius:10px;background:linear-gradient(97deg, #FFF 61.46%, #FFEBEB 203.54%);box-shadow:0px 4px 24px 0px rgba(0,0,0,.05);border:solid 1px rgba(215,7,25,0);transition:.3s ease-in-out}.main-banner .banner-form .form-control:focus{border:solid 1px rgba(215,7,25,.3)}.main-banner .banner-form .action{margin-top:35px;text-align:right}.main-banner .banner-form .button{border-radius:10px}.main-banner .banner-form textarea{resize:none}.main-banner .banner-form label.error{display:block;color:#f04957;font-size:14px;margin:5px 0 0 0;padding:0}.main-banner .banner-form .waiting-msg{color:#f04957;font-size:14px;font-weight:700}@media only screen and (max-width: 1400px){.main-banner .banner-form h2{max-width:400px}}@media only screen and (max-width: 1200px){.main-banner .enquiry_form{margin:auto;margin-bottom:-40px}.main-banner .banner-form h2{margin-right:auto;margin-left:auto}}@media only screen and (min-width: 1400px){.main-banner .banner-form h2{font-size:60px}}@media only screen and (max-width: 768px){.main-banner .banner-form{padding:30px 20px}.main-banner .banner-form .action{text-align:center;padding:30px 20px}.main-banner .banner-form .form-control{padding:20px;font-size:15px}}.counter{display:flex;gap:50px;position:relative;z-index:1}@media only screen and (max-width: 1700px){.counter{gap:40px}}@media only screen and (max-width: 1200px){.counter{width:100%;gap:20px;justify-content:space-between;order:2}}@media only screen and (max-width: 768px){.counter{gap:10px}}@media only screen and (max-width: 460px){.counter{flex-direction:column;align-items:center;text-align:center}}.counter .custom-border{background:#f04957;width:1px;height:160px;align-self:flex-end;position:relative}@media only screen and (max-width: 1200px){.counter .custom-border{height:60px}}@media only screen and (max-width: 460px){.counter .custom-border{height:1px;width:100%;text-align:center}}.counter .custom-border::before{content:"";top:0;left:50%;transform:translateX(-50%);width:6px;height:6px;background:#f04957;position:absolute;border-radius:100%}@media only screen and (max-width: 460px){.counter .custom-border::before{left:unset;right:0;top:50%;transform:translateY(-50%)}}.counter .item{width:fit-content;margin:0 0 40px 0;display:flex;align-items:center;gap:30px}@media only screen and (max-width: 1200px){.counter .item{margin:0 0 0 0;gap:24px}}.counter .item img{display:block;margin:0;height:76px}@media only screen and (max-width: 1200px){.counter .item img{height:52px}}@media only screen and (max-width: 768px){.counter .item img{display:none}}.counter .item h4{margin:0 0 8px 0;color:#fff;font-style:normal;font-weight:700;line-height:normal}@media only screen and (max-width: 1200px){.counter .item h4{margin:0}}.counter .item p{color:#ffc3c3;font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin:0}@media only screen and (max-width: 1700px){.counter .item p{font-size:17px}}@media only screen and (max-width: 1200px){.counter .item p{font-size:13px;margin:0}}.account-types{position:relative;background-color:#d70719;padding-top:68px;margin-top:0;padding-bottom:114px;background-size:100%;background-position:center bottom;background-repeat:no-repeat}@media only screen and (max-width: 768px){.account-types{background-image:none !important;padding-bottom:80px}}.account-types::after{content:"";background:url(../images/logo-fill-primary.svg) no-repeat;background-size:contain;right:0;top:-90px;width:515px;height:586px;position:absolute;z-index:0}@media only screen and (max-width: 1200px){.account-types::after{top:0;width:331.313px;height:382.713px;background-size:330px}}@media only screen and (max-width: 768px){.account-types::after{display:none}}.account-types .content--area{display:flex;justify-content:space-between;gap:24px;margin-top:60px;position:relative;z-index:1}@media only screen and (max-width: 991px){.account-types .content--area{flex-direction:column}}.account-types .content--area .item{padding:70px 70px 0 70px;border-radius:19px;border:1px solid #f6cdcd;background:linear-gradient(180deg, #FFF 0%, #FFEBEB 100%);text-align:center}@media only screen and (max-width: 1700px){.account-types .content--area .item{padding:60px 70px 0 70px}}@media only screen and (max-width: 1400px){.account-types .content--area .item{padding:60px 70px 0 70px}}@media only screen and (max-width: 991px){.account-types .content--area .item{padding:50px 50px 0 50px;margin-bottom:80px}.account-types .content--area .item:last-of-type{margin-bottom:0}}@media only screen and (max-width: 575px){.account-types .content--area .item{padding:40px 30px 0 30px}}.account-types .content--area .item h3{margin:0 0 19px 0;font-weight:400}@media only screen and (max-width: 1700px){.account-types .content--area .item h3{margin:0 0 15px 0}}.account-types .content--area .item p{margin:0 0 48px 0}@media only screen and (max-width: 1700px){.account-types .content--area .item p{margin:0 0 35px 0;font-size:18px}}.account-types .content--area .item .button{margin:0 0 88px 0}@media only screen and (max-width: 1700px){.account-types .content--area .item .button{margin:0 0 50px 0}}@media only screen and (max-width: 1400px){.account-types .content--area .item .button{margin:0 0 40px 0}}.account-types .content--area .item img{margin:0 auto -50px auto;max-width:480px;width:100%;border-radius:19px}.content-main-wraper{padding:80px 0;background:linear-gradient(180deg, #FFF 0%, #FFEBEB 100%);position:relative}.content-main-wraper::before{content:"";background:url(../images/logo-vector.svg) no-repeat;background-size:contain;left:-117px;top:96px;width:398px;height:368px;position:absolute;z-index:0;margin-right:-120px}@media only screen and (max-width: 1200px){.content-main-wraper::before{width:331.313px;height:382.713px;background-size:330px}}@media only screen and (max-width: 640px){.content-main-wraper::before{display:none}}.content-main-wraper::after{content:"";position:absolute;left:0;bottom:-3px;width:60%;max-width:992px;height:218px;background:url(../images/bg-shap-white.svg) no-repeat;background-position:right}@media only screen and (max-width: 1200px){.content-main-wraper{padding:60px 0}.content-main-wraper::after{display:none}}.content-main-wraper .nh-drive-profit{position:relative;z-index:1}.content-main-wraper .nh-drive-profit .content--area,.content-main-wraper .nr-how-help-business .content--area{display:flex;align-items:flex-start;justify-content:space-between;gap:60px}.content-main-wraper .nh-drive-profit .content--area .heading,.content-main-wraper .nr-how-help-business .content--area .heading{max-width:500px;width:100%}@media only screen and (max-width: 1200px){.content-main-wraper .nh-drive-profit .content--area .heading,.content-main-wraper .nr-how-help-business .content--area .heading{max-width:100%}}.content-main-wraper .nh-drive-profit .content--area .heading h3,.content-main-wraper .nr-how-help-business .content--area .heading h3{color:#000;font-style:normal;font-weight:400;line-height:normal;margin:0 0 47px 0}@media only screen and (max-width: 1200px){.content-main-wraper .nh-drive-profit .content--area .heading h3,.content-main-wraper .nr-how-help-business .content--area .heading h3{margin:0 0 32px 0}}.content-main-wraper .nh-drive-profit .content--area .section-image,.content-main-wraper .nr-how-help-business .content--area .section-image{margin-top:-123px}.content-main-wraper .nh-drive-profit .content--area .section-image img,.content-main-wraper .nr-how-help-business .content--area .section-image img{max-width:690px;width:100%;position:relative;right:-30px}@media only screen and (max-width: 1200px){.content-main-wraper .nh-drive-profit .content--area,.content-main-wraper .nr-how-help-business .content--area{flex-direction:column;gap:30px}.content-main-wraper .nh-drive-profit .content--area .section-image,.content-main-wraper .nr-how-help-business .content--area .section-image{margin-top:0}.content-main-wraper .nh-drive-profit .content--area .section-image img,.content-main-wraper .nr-how-help-business .content--area .section-image img{right:0}}.number-hill-features .content--area{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}@media only screen and (max-width: 1700px){.number-hill-features .content--area{padding:55px 50px}}@media only screen and (max-width: 1200px){.number-hill-features .content--area{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 991px){.number-hill-features .content--area{grid-template-columns:1fr}}@media only screen and (max-width: 575px){.number-hill-features .content--area{padding:30px 15px}}.number-hill-features .content--area{border-radius:19px;padding:65px 60px;border:1px solid #f6cdcd;background:linear-gradient(180deg, #FFF 0%, #FFEBEB 100%);overflow:hidden;position:relative}@media only screen and (max-width: 768px){.number-hill-features .content--area{padding:30px}}.number-hill-features .content--area::before{content:"";background:url(../images/logo-fill-light.svg) no-repeat;right:0;bottom:0;width:411px;height:550px;position:absolute;opacity:.5}@media only screen and (max-width: 991px){.number-hill-features .content--area::before{display:none}}.number-hill-features .content--area .item{display:flex;align-items:flex-start;position:relative;max-width:330px;width:100%;gap:26px;z-index:10}@media only screen and (max-width: 991px){.number-hill-features .content--area .item{max-width:100%}}@media only screen and (max-width: 575px){.number-hill-features .content--area .item{flex-direction:column;align-items:center;text-align:center;gap:15px}}.number-hill-features .content--area .item img{max-width:62px;max-height:50px;width:100%}.number-hill-features .content--area .item section{line-height:normal}.number-hill-features .content--area .item section h5{margin:0 0 10px 0}.number-hill-features .content--area .item section p{margin:0;color:#675867;font-size:16px;font-weight:400;line-height:150%}@media only screen and (min-width: 1200px){.number-hill-features .content--area .item section p{max-width:244px}}@media only screen and (max-width: 1700px){.number-hill-features .content--area .item section p{font-size:15px}}@media only screen and (max-width: 1400px){.number-hill-features .content--area .item section p{font-size:14px}}@media only screen and (max-width: 575px){.number-hill-features .content--area .item section p{margin-right:auto;margin-left:auto}}.nr-how-help-business{padding-top:80px}@media only screen and (max-width: 575px){.nr-how-help-business .content--area .heading h3{text-align:center}}.nr-how-help-business .pinned-features{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px}@media only screen and (max-width: 1200px){.nr-how-help-business .pinned-features{grid-template-columns:repeat(1, 1fr)}}.nr-how-help-business .pinned-features .item{display:flex;align-items:flex-start;position:relative;max-width:330px;width:100%;gap:18px;z-index:10}@media only screen and (max-width: 1200px){.nr-how-help-business .pinned-features .item{max-width:100%}}@media only screen and (max-width: 575px){.nr-how-help-business .pinned-features .item{flex-direction:column;align-items:center;text-align:center;gap:15px}}.nr-how-help-business .pinned-features .item img{max-width:62px;max-height:50px;width:100%}.nr-how-help-business .pinned-features .item section{line-height:normal}.nr-how-help-business .pinned-features .item section h5{margin:0 0 10px 0;font-weight:700}.nr-how-help-business .pinned-features .item section p{margin:0;color:#675867;font-size:16px;font-weight:400;line-height:150%}@media only screen and (min-width: 1200px){.nr-how-help-business .pinned-features .item section p{max-width:244px}}@media only screen and (max-width: 1700px){.nr-how-help-business .pinned-features .item section p{font-size:15px}}@media only screen and (max-width: 1400px){.nr-how-help-business .pinned-features .item section p{font-size:14px}}.our-customers-saying{padding:100px 0 100px 0;overflow:clip;position:relative}@media only screen and (max-width: 1700px){.our-customers-saying{padding:90px 0 90px 0}}@media only screen and (max-width: 1400px){.our-customers-saying{padding:70px 0 90px 0}}@media only screen and (max-width: 1200px){.our-customers-saying{padding:60px 0 90px 0}}.our-customers-saying::before{content:"";background:url(../images/logo-vector.svg) no-repeat;right:0;top:0;width:531.313px;height:582.713px;position:absolute;z-index:5;margin-right:-120px}@media only screen and (max-width: 1200px){.our-customers-saying::before{top:-15%;width:331.313px;height:382.713px;background-size:330px}}@media only screen and (max-width: 1200px)and (max-width: 640px){.our-customers-saying::before{display:none}}.our-customers-saying .heading{display:flex;gap:93px;max-width:1040px;margin-bottom:0;padding-left:110px;position:relative;z-index:30}@media only screen and (max-width: 1700px){.our-customers-saying .heading{max-width:910px;gap:50px;padding-left:0}}@media only screen and (max-width: 1200px){.our-customers-saying .heading{max-width:100%;width:100%}}@media only screen and (max-width: 991px){.our-customers-saying .heading{flex-direction:column;justify-content:center;align-items:center;text-align:center;margin:0 auto;gap:20px}}.our-customers-saying .heading img{max-width:243px}@media only screen and (max-width: 1700px){.our-customers-saying .heading img{max-width:210px}}@media only screen and (max-width: 1400px){.our-customers-saying .heading img{max-width:155px}}@media only screen and (max-width: 991px){.our-customers-saying .heading img{max-width:120px}}@media only screen and (max-width: 768px){.our-customers-saying .heading img{max-width:80px}}.our-customers-saying .heading h3{color:#000;font-style:normal;font-weight:400;line-height:normal}.our-customers-saying .content--area{position:relative;z-index:55}.our-customers-saying .content--area .owl-stage{padding:66px 0}@media only screen and (max-width: 768px){.our-customers-saying .content--area .owl-stage{padding:40px 0}}.our-customers-saying .content--area .owl-dots{display:flex;gap:14px;justify-content:center;margin:0;z-index:100;width:100%}@media only screen and (max-width: 768px){.our-customers-saying .content--area .owl-dots{margin:0}}.our-customers-saying .content--area button.owl-dot span{width:9px;height:9px;border-radius:100px;display:inline-block;background:#d2b1b1;transition:all .2s ease-in-out}.our-customers-saying .content--area button.owl-dot.active span{transform:scale(2.2);background:#d70719}.our-customers-saying .content--area .item{padding:46px 57px;border-radius:20px;background:#fff;max-width:636px;width:100%;box-shadow:20px 24px 64px 0px rgba(0,0,0,.1)}@media only screen and (max-width: 1700px){.our-customers-saying .content--area .item{padding:38px 40px}}@media only screen and (max-width: 991px){.our-customers-saying .content--area .item{max-width:100%;padding:30px;box-shadow:6px 6px 20px 0px rgba(0,0,0,.1)}}.our-customers-saying .content--area .item p{margin:0 0 50px 0;color:#5c5c5c;font-size:20px;font-style:normal;font-weight:400;line-height:150%}@media only screen and (max-width: 1700px){.our-customers-saying .content--area .item p{font-size:18px;margin:0 0 30px 0}}@media only screen and (max-width: 991px){.our-customers-saying .content--area .item p{font-size:17px;margin:0 0 30px 0}}@media only screen and (max-width: 768px){.our-customers-saying .content--area .item p{font-size:15px;margin:0 0 30px 0}}.our-customers-saying .content--area .item .customer{display:flex;align-items:center;justify-content:space-between;gap:22px}@media only screen and (max-width: 991px){.our-customers-saying .content--area .item .customer{flex-direction:column;gap:12px;align-items:flex-start}}.our-customers-saying .content--area .item .customer figure img{display:block;width:auto;height:auto;max-width:120px;max-height:60px}.our-customers-saying .content--area .item .customer section{display:flex;align-items:flex-start;flex-direction:column;line-height:normal}.our-customers-saying .content--area .item .customer section h6{margin:0 0 5px 0;padding:0}.our-customers-saying .content--area .item .customer section span{display:inline-block;color:#444;font-size:14px;font-style:normal;font-weight:400;line-height:150%}span.wh-ap-btn{display:flex;justify-content:center;align-items:center;outline:none;width:60px;height:60px;border:0;background-color:#2ecc71;padding:0;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);cursor:pointer;transition:opacity .3s,background .3s,box-shadow .3s}span.wh-ap-btn:hover{opacity:1;background-color:#20bf6b;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}span.wh-ap-btn img{width:32px}@media only screen and (max-width: 992px){span.wh-ap-btn{width:50px;height:50px}}.wh-api{position:fixed;bottom:0;right:0;z-index:1000}.wh-fixed{margin-right:15px;margin-bottom:15px}.wh-fixed>a{display:block;text-decoration:none}.wh-fixed>a:hover span.wh-ap-btn::before{opacity:1;width:150px;padding-top:7px;padding-left:10px;padding-right:10px}span.wh-ap-btn::before{content:"Start a Conversation";white-space:nowrap;line-height:100%;display:block;position:absolute;margin-left:-218px;margin-top:9px;height:25px;background:#2ecc71;color:#fff;font-weight:400;font-size:13px;border-radius:30px;width:0;opacity:0;padding:0;transition:opacity .4s,width .4s,padding .5s}.whatsapp-pulse{width:60px;height:60px;right:10px;bottom:10px;background:#10b418;position:fixed;text-align:center;color:#fff;cursor:pointer;border-radius:50%;z-index:99;display:inline-block;line-height:65px}.whatsapp-pulse:before{position:absolute;content:" ";z-index:-1;bottom:-15px;right:-15px;background-color:#10b418;width:90px;height:90px;border-radius:100%;animation-fill-mode:both;-webkit-animation-fill-mode:both;opacity:.6;-webkit-animation:pulse 1s ease-out;animation:pulse 1.8s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@media only screen and (max-width: 992px){.whatsapp-pulse{width:50px;height:50px}.whatsapp-pulse:before{width:80px;height:80px}}#header{padding:12px 0;position:absolute;width:100%;z-index:200;top:0;left:0}#header .content--area{display:flex;justify-content:space-between;align-items:center}#header .action-right{display:flex;align-items:center;gap:10px}#header .action-right .btn-primary{height:36px;line-height:36px;padding:0 15px;font-size:16px;display:none}#header .social-icons{display:flex;gap:15px}#header .social-icons a{width:32px;height:32px;display:block;font-size:14px;color:#d70719;border-radius:8px;border:1px solid #f6cdcd;background:linear-gradient(180deg, #FFF 0%, #FFEBEB 100%);display:flex;justify-content:center;align-items:center;transition:.5s ease-in-out}#header .social-icons a:hover{border-color:#d70719}#header.sticky{position:fixed;top:0;left:0;width:100%;min-height:50px;background:#fff;z-index:999;box-shadow:0 4px 8px rgba(0,0,0,.1);transform:translateY(0);transition:all .3s ease-in-out;padding:10px 0;animation:slide-down 1s}#header.sticky .action-right .btn-primary{display:block}#header.sticky .logo{max-width:225px}@media only screen and (max-width: 991px){#header.sticky .logo{max-width:160px}}#header.sticky .content--area nav .main--menu>li>a{height:60px}#header.sticky .btn-md{padding:10px 25px}@media only screen and (max-width: 546px){#header.sticky .social-icons{display:none}}.logo{max-width:267px}@media only screen and (max-width: 1500px){.logo{max-width:230px}}@media only screen and (max-width: 1400px){.logo{max-width:190px}}@media only screen and (max-width: 991px){.logo{max-width:180px}}.logo img{max-width:100%;height:auto}#header .content--area .logo-light{display:none}footer{padding:40px 0;background:#d70719}footer .content--area{display:flex;justify-content:space-between;align-items:center;gap:20px}footer .logo{max-width:100%}footer .logo img{max-width:240px;filter:brightness(0) invert(100%)}footer .logo p{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:178.571%;margin:10px 0 0;padding:0;opacity:.8}footer .botton-phone{display:flex;align-items:flex-start;gap:15px}footer .botton-phone .call-action .btn-white{color:#000;font-weight:500;font-size:18px}footer .botton-phone span{display:block;opacity:.8;color:#fff;font-size:16px}footer .botton-phone a{font-size:24px;color:#fff}@media only screen and (max-width: 768px){footer .botton-phone{flex-direction:column}footer .botton-phone .call-action{margin:0 auto}}@media only screen and (max-width: 1600px){footer .botton-phone{padding-right:50px}}@media only screen and (max-width: 768px){footer .content--area{flex-direction:column}footer .copyright{flex-direction:column}footer .copyright span{display:none}footer .botton-phone{padding-right:0;text-align:center}}/*# sourceMappingURL=main.css.map */