@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@200&display=swap";:root{--font-color: #45484c;--background-color: #ecf0f1;--section-heading1:3.25em;--section-heading2:2.5em;--section-heading3:2em;--section-para1:1.4em;--section-para2:1.2em}body{padding-inline:20px;background-color:#fafcff;font-family:Roboto,sans-serif;margin:0!important}.html{scroll-behavior:smooth}.careers{display:flex;flex-direction:column;justify-content:center;align-items:center}.feedback{color:green;margin-inline-start:25px}.back{margin-block-start:50px;margin-inline-start:25px}.a1{color:var(--font-color)}.aa{color:#000}.back a{font-weight:600;font-size:18px;text-decoration:none}.career-section{max-width:62rem;width:100%}.careerContent{margin-inline-start:2%;margin-block-end:100px;width:56rem}.careerContent h2{font-size:var(--section-heading1);color:var(--font-color)}.careerContent p{font-size:var(--section-para1);width:46rem;color:var(--font-color)}label{margin:30px;color:var(--font-color);font-size:20px}.career-section form input,.career-section form select{width:40%;height:3rem;border-radius:10px;border:0;background-color:#ececec;margin:30px;padding-inline-start:10px;font-size:14px;color:var(--font-color);box-sizing:border-box}.career-section form select{padding-inline-start:10px}.career-section form button{width:20%;height:3rem;border-radius:10px;border:0;background-color:#767676;margin:30px;padding-inline:20px;font-size:18px;color:#fff}.career-section form select option{padding-left:10px}.career-section form input::placeholder{padding-left:10px;color:var(--font-color)}#cv{width:40%;height:3rem;border-radius:10px;padding:10px;border:0;background-color:#f0f8ff00}@media screen and (max-width:991px){.careerContent{margin-inline-start:1%;width:100%}.careerContent h2{font-size:var(--section-heading2);width:100%}.careerContent p{width:100%}}@media screen and (max-width:768px){.career-section form input,.career-section form select{width:90%;margin:0;margin-block:15px}#cv{width:90%}.career-section form button{width:50%}}.footerSection{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-block:100px}.footer{max-width:62rem;width:100%;border:1px lightgray solid;min-height:auto;border-radius:1rem}.footer-menu{grid-row-gap:2rem;flex-wrap:wrap;align-content:flex-start;justify-content:flex-start;align-items:flex-start;margin-bottom:3rem;padding-top:1.5rem;padding-left:1.5rem;display:flex;gap:30px}.footer-links{grid-row-gap:.75rem;flex-direction:column;align-items:flex-start;padding-right:1.5rem;display:flex}.footer-links a{text-decoration:none;color:#858585;border-bottom:1px solid rgba(0,0,0,0)}.footer-company-links{display:grid;grid-row-gap:.75rem;grid-column-gap:1rem;grid-template-columns:repeat(2,1fr)}.copyrights{flex-wrap:wrap;align-content:flex-start;display:flex}.copyright a{text-decoration:none;color:#858585}.copyright{min-width:8.4em;border:1px solid lightgray;padding:.9em 1.2em}.copyright._1st{border-bottom-style:none;border-left-style:none;border-right-style:none}.copyright._2nd{border-bottom-style:none;border-top-right-radius:.75rem}.footer-address a{text-decoration:none;color:#858585;line-height:2em}@media screen and (max-width:500px){.footer-menu{padding-left:1rem}.copyright{min-width:auto;padding-left:.8em;padding-right:.8em;font-size:3.6vw}}.home{display:flex;justify-content:center;align-items:center}.sample-img{animation:rotateAnimation 4s linear infinite;overflow:hidden!important}.sample-img img{position:absolute}@keyframes rotateAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-section{width:100%;max-width:62rem;position:absolute;z-index:1}.home-content{display:flex;justify-content:center;align-items:center;gap:20px}.home-content h1{font-size:3.7em;font-weight:600}.left-content{width:100%;max-width:44rem}.left-content p{font-size:25px;color:#969696}.home-boxes{display:flex;gap:10px}.home-box{width:120px;height:60px;border-radius:10px;background-color:#36a1a1;opacity:0;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.home-box:nth-child(1){width:120px;transition-delay:.8s}.home-box:nth-child(2){width:100px;transition-delay:1s}.home-box:nth-child(3){width:60px;transition-delay:1.2s}.home-box:nth-child(4){width:30px;transition-delay:1.4s}.home-boxes.show .home-box{opacity:1}.home-circle{position:relative;width:35%;aspect-ratio:1/1;background-image:url("data:image/svg+xml,%3csvg%20id='visual'%20viewBox='0%200%20900%20900'%20width='900'%20height='900'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20version='1.1'%3e%3cg%20transform='translate(392.63150569244885%20442.1714479838703)'%3e%3cpath%20d='M407%20-374.4C495.9%20-318.2%20514.4%20-159.1%20488.4%20-26C462.3%20107%20391.7%20214%20302.9%20291.2C214%20368.4%20107%20415.7%20-0.7%20416.4C-108.4%20417.1%20-216.8%20371.2%20-287.3%20294C-357.8%20216.8%20-390.4%20108.4%20-383.6%206.8C-376.8%20-94.8%20-330.5%20-189.5%20-260%20-245.8C-189.5%20-302%20-94.8%20-319.8%2032.2%20-351.9C159.1%20-384.1%20318.2%20-430.7%20407%20-374.4'%20fill='%23CFEA8B'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");background-size:cover;z-index:-1;right:190px;top:50px;animation:slidedown 1.5s ease-in-out}@keyframes slidedown{0%{transform:translateY(-50%);opacity:0}to{transform:translateY(0);opacity:1}}.home-links{margin-block-start:100px;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:10px;grid-row-gap:10px}.home-links .alinks{width:60px;height:80px;display:flex;padding:10px;flex-direction:column;justify-content:space-between;border-radius:10px;background-color:#fff;border:1px solid rgb(249,245,245)}.alinks{text-decoration:none;color:inherit}.alink-box{opacity:0;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.alink-box a:hover,.alink-box a:hover p{color:#00f}.alink-box:nth-child(1){transition-delay:1s;transform:scale(.8)}.alink-box:nth-child(2){transition-delay:1.1s;transform:scale(.8)}.alink-box:nth-child(3){transition-delay:1.2s;transform:scale(.8)}.alink-box:nth-child(4){transition-delay:1.1s;transform:scale(.8)}.alink-box:nth-child(5){transition-delay:1.2s;transform:scale(.8)}.alink-box:nth-child(6){transition-delay:1.3s;transform:scale(.8)}.home-links.show .alink-box{opacity:1;transform:scale(1)}.alinks p{margin-block-start:0em;margin-block-end:0em;font-size:small;color:#4e4e4e}@media screen and (max-width:1100px){.home-circle{width:50%}}@media screen and (max-width:991px){.home{display:flex;justify-content:flex-start}.home-section{position:relative;z-index:1}.home-circle{width:55%;left:10px;top:50px;position:absolute}.home-content{display:flex;flex-direction:column;justify-content:flex-start;gap:20px}.home-content h1{font-size:3.3em}.home-links{margin-block-start:0px;display:grid;grid-template-columns:repeat(6,1fr);grid-column-gap:10px;grid-row-gap:10px;margin-inline-end:auto}.left-content{margin-inline-end:auto}}@media screen and (max-width:768px){.home-content h1{font-size:2.5em}.left-content p{font-size:1.2em}.home-circle{width:65%}.home-links{display:flex;flex-wrap:wrap}.home-box{width:90px;height:50px}.hbox1{width:80px}.hbox2{width:50px}.hbox3{width:30px}}@media screen and (max-width:500px){.home-circle{width:96%;position:absolute;top:50px}}@media screen and (max-width:479px){.home-content h1{text-align:center;font-size:7vw}.left-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.left-content p{max-width:13rem;text-align:center;margin-block-start:0}.home-boxes{justify-content:center}.home-links{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:10px;grid-row-gap:10px;margin-left:auto;margin-right:auto}}@media screen and (max-width:315px){.home-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}}.videoSection{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-block-start:50px}.video{max-width:62rem;width:100%}.videoContent{margin-inline-start:2%;padding-bottom:6rem}.videoContent h2{font-size:var(--section-heading1);color:var(--font-color);width:40rem}.videoContent p{font-size:var(--section-para1);color:var(--font-color);width:45rem;text-align:justify}.videoBox video{height:500px;width:100%;height:100%;border-radius:2em;object-fit:contain}@media screen and (max-width:991px){.videoContent{margin-inline-start:1%}.videoContent h2{font-size:var(--section-heading2);width:100%}.videoContent p{width:100%}}@media screen and (max-width:768px){.videoContent h2{font-size:var(--section-heading3)}.videoContent{padding-bottom:3.5rem}}@media screen and (max-width:479px){.videoContent p{font-size:var(--section-para2)}}.teamSection{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-block-start:50px}.team{max-width:62rem;width:100%}.teamContent{margin-inline-start:2%;margin-block-end:100px;width:56rem}.teamContent h2{font-size:var(--section-heading1);color:var(--font-color)}.teamContent p{font-size:var(--section-para1);width:46rem;color:var(--font-color)}.profile{display:flex;justify-content:flex-start;align-items:center;column-gap:7%;margin-block-end:50px;transition:opacity .5s ease}.profilePic{width:25%;aspect-ratio:1 / 1;border-radius:50%;flex:none;display:flex;justify-content:center;align-items:center}.profilePic img{width:100%;height:100%;border-radius:50%;object-fit:cover;transition:transform .3s ease,filter 1s ease}.profileName{grid-column-gap:.25rem;grid-row-gap:.25rem;flex-direction:column;display:flex}.profileName h3{font-size:1.4em;font-weight:500;margin-block-end:.3em}.profilePosition{opacity:.4}.profileDetails{width:100%;display:flex;justify-content:center;align-items:center}.profileDetails p{font-size:1.4em;width:100%;text-align:justify;color:var(--font-color)}.founders{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-content:center}.founder{width:100%;height:100%;display:flex;gap:2em}@media screen and (max-width:991px){.teamContent{margin-inline-start:1%;width:100%}.teamContent h2{font-size:var(--section-heading2);width:100%}.teamContent p{width:100%}}@media screen and (max-width:768px){.teamSection{margin-block-start:0px}.teamContent h2{font-size:var(--section-heading3)}.profile{flex-wrap:wrap}.profilePic img{filter:grayscale(0%);transition:transform .5s ease,filter 1s ease}}@media screen and (max-width:600px){.founders{position:sticky;top:0%;padding:30px;background-color:#fafcff;align-items:center;z-index:2}.founder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:2em}.profilePic{width:70%}.teamContent{margin-block-end:20px}.rev{flex-direction:column!important}.profileName{display:flex;justify-content:flex-start;align-items:center;text-align:center}.prfl1{width:70%}.profileDetails{width:100%;display:flex;justify-content:center;align-items:center}.profileName h3{font-size:1em}}@media screen and (max-width:479px){.teamContent p{font-size:var(--section-para2)}.profileDetails p{font-size:1.2em}}.projectSection{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-block-start:50px}.project{max-width:62rem;width:100%}.projectContent{margin-inline-start:2%;margin-block-end:0px;width:56rem}.projectContent h2{font-size:var(--section-heading1);color:var(--font-color)}.projectContent p{font-size:var(--section-para1);width:45rem;color:var(--font-color);text-align:justify}.project-box{display:flex;justify-content:flex-start;grid-column-gap:10%;margin-block-end:100px}.rev{flex-direction:row-reverse}.project-vid{width:45%;height:28rem;background-color:#fff;border:1px solid rgb(249,246,246);border-radius:10%}.project-vid img{width:100%;height:100%;object-fit:contain}.project-details{width:35%;aspect-ratio:1 / 1;border:1px solid rgb(228,228,228);border-radius:2rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:2.9rem;display:flex;text-align:left}.project-title{font-size:2em;font-weight:600}.branch{font-size:.6em;font-weight:500}.project-logo{width:100%;height:20%}.project-logo{object-fit:cover}.pl img{margin-block-start:50px}.project-description{margin-block-start:auto;margin-bottom:1.5rem;font-weight:300;line-height:1.2em}.dc{font-weight:100;margin-block-start:0}.dc a{text-decoration:none;color:#000;font-weight:600}.project-link{text-decoration:none;padding-inline:30px;padding-block:10px;background-color:#ededed;border-radius:20px;color:#00f}.project-link:hover{background-color:#00f;color:#fff}.comming-soon{font-size:13px;margin-block-start:10px;margin-block-end:0}@media screen and (max-width:991px){.projectContent{margin-inline-start:1%;width:100%}.project-details{text-align:left}.projectContent h2{font-size:var(--section-heading2);width:100%}.projectContent p{width:100%}.project-title{font-size:1.8em}.project-description{font-size:1em}}@media screen and (max-width:800px){.projectSection{margin-block-start:0px}.projectContent h2{font-size:var(--section-heading3)}.project-title{font-size:1.4em}.project-description{font-size:1em}.project-details{text-align:left;width:40%;padding:1rem}.project-vid{height:25rem}}@media screen and (max-width:650px){.project-box{flex-direction:column;row-gap:30px;margin-block-end:70px}.projectContent p{font-size:var(--section-para2)}.project-vid{width:100%;margin-block-start:10px}.vid1{margin-block-start:10px!important}.project-details{width:98%;border:none;aspect-ratio:1/.5}.project-logo{width:100%;height:30%}.project-description{margin-block-start:0px;margin-bottom:1.5rem;font-size:1.3em}}.clientSection{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-block-start:100px}.client{max-width:62rem;width:100%}.clientContent{margin-inline-start:2%;margin-block-end:100px;width:56rem}.clientContent h2{font-size:var(--section-heading1);color:var(--font-color)}.clientContent p{font-size:var(--section-para1);width:46rem;color:var(--font-color);text-align:justify}.clients-box{grid-row-gap:4rem;flex-direction:column;display:flex}.client-box{background-image:linear-gradient(#3f629600,#19273b0d);background-color:#f2f5fa;border-radius:1rem;flex-direction:column;justify-content:center;align-items:flex-start;padding:4.5rem 3rem 2.5rem 5rem;display:flex;position:sticky;top:3rem}.client-box b{font-size:40px}.client-box .b-start{font-size:90px}.client-box .b-end{margin-left:auto;margin-inline-end:25%;margin-block-start:-5%}.client-box .b-end1{margin-left:auto;margin-inline-end:35%;margin-block-start:-5%}.client-box .b-end2{margin-left:auto;margin-inline-end:48%;margin-block-start:-5%}.client-pic{width:8rem;aspect-ratio:1 / 1.2;flex:none;overflow:hidden}.client-pic img{width:100%;aspect-ratio:1 / 1.2;object-fit:cover;border-radius:10%;object-position:top}.client-qoute{max-width:45ch;font-size:1.6em;margin-left:3.6rem;padding-bottom:.5rem;line-height:1.75;margin-block-start:-50px}.client-qoute b{display:inline;margin:0}.client-details{justify-content:center;align-items:center;margin-left:auto;display:flex;column-gap:50px}.client-data{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.client-name{font-size:1.4em}.client-position{font-size:.875em}@media screen and (max-width:991px){.clientContent{margin-inline-start:1%;width:100%}.clientContent h2{font-size:var(--section-heading2);width:100%}.clientContent p{font-size:1.5em;width:100%}.client-qoute{font-size:1.2em}.client-box .b-end{margin-left:auto;margin-inline-end:25%;margin-block-start:-5%}.client-box .b-end1{margin-left:auto;margin-inline-end:35%;margin-block-start:-5%}.client-box .b-end2{margin-left:auto;margin-inline-end:48%;margin-block-start:-5%}}@media screen and (max-width:768px){.clientSection{margin-block-start:50px}.clientContent h2{font-size:var(--section-heading3)}.clientContent p{font-size:var(--section-para2)}.client-box{padding-top:2rem;padding-bottom:2rem;padding-left:2rem}.client-box b{font-size:40px}.client-box .b-end{margin-left:auto;margin-inline-end:25%}.client-box .b-end,.b-end1,.b-end2{display:none}}@media screen and (max-width:500px){.client-box{padding-top:1rem;padding-bottom:1rem}.client-box p{margin-block-start:0}.client-pic{margin-bottom:1rem}.client-qoute,.client-details{margin-left:.5rem}.client-details{flex-wrap:wrap}}.contactSection{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-block-start:50px}.contact{max-width:62rem;width:100%;display:flex}.contact-form{width:100%;background-color:#e7ebf1;border-radius:2rem 0 0 2rem;margin-bottom:0;padding:3rem}.contact-form h2{font-size:var(--section-heading1);color:var(--font-color);font-weight:600}.contact-form form{grid-row-gap:2rem;flex-direction:column;margin-top:2rem;display:flex}.contact-form input{min-height:3.5rem;font-size:var(--text-size--large);border:1px #000;border-bottom:1px solid #cfd0d1;border-radius:.5rem;margin:.8em 0 0}.contact-form input::placeholder{padding-inline:20px;font-size:1.2em}.contact-form .w-input{width:100%}.contact-form label{font-size:.875em;margin-bottom:1rem;margin-left:1em;font-weight:500;line-height:1}.contact-form textarea{min-height:8em;padding-top:.8em;margin-top:.8em;width:100%;border:1px #000;border-bottom:1px solid #cfd0d1;border-radius:.5rem;line-height:1.3}.contact-form textarea::placeholder{padding-inline-start:20px;font-size:1.2em}.contact-form .submit-btn{flex-direction:column;align-items:flex-start;display:flex}.contact-form .submit-btn .button{min-height:3.5rem;grid-column-gap:1em;color:#333;font-size:var(--text-size--large);letter-spacing:-.01em;background-color:#fff;border-top:0 solid rgba(102,174,246,0);border-bottom:1px solid #d0d0d1;border-radius:.5rem;align-items:center;padding:.6em 1.25em;font-weight:500;line-height:1.3;transition:transform .3s,box-shadow .3s,background-color .3s,border-color .3s,color .3s}.contact-image{border-radius:0 2rem 2rem 0;overflow:hidden;display:inline-block;position:relative}.contact-image img{width:100%;height:100%;object-fit:cover}.Emessage{color:green}@media screen and (max-width:991px){.contact-form h2{font-size:var(--section-heading2)}}@media screen and (max-width:600px){.contact{flex-direction:column-reverse}.contact-form h2{font-size:var(--section-heading3);padding-inline:1.5rem}.contact-form{border-radius:0 0 1.5rem 1.5rem;padding:0;width:100%}.contact-form form{padding:1rem;width:85%}.contact-image{width:100%;height:2rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-right-radius:0}}nav{transform:translateY(-100%);transition:transform .3s linear}.logo{width:60px;height:60px;padding-inline:5px}nav.visible{width:98%;z-index:5;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:auto;transform:translateY(0)}nav.up{background-color:#00f!important}.nav-links{display:flex;align-items:center;justify-content:center;column-gap:20px;padding-block:10px;padding-inline:10px;background-color:#fafcff;border-bottom-left-radius:20px}.nav-link{display:flex;flex-direction:column;justify-content:center;align-items:center;color:inherit;text-decoration:none}.nav-link-title{font-size:.75em;opacity:0;visibility:hidden;transform:scale(.9);transition:opacity .6s ease,transform .6s ease,visibility .6s ease}.nav-link:hover .nav-link-title{opacity:1;visibility:visible;transform:scale(1);color:#00f}.nav-link{transition:color .6s ease}.nav-link:hover{color:#00f}.nav-links-phone{display:none}@media screen and (max-width:479px){.logo{width:50px;height:50px;padding-inline:0px;background-color:#fafcff;border-radius:10px}nav.visible{width:94%;align-items:flex-start}.nav-links{display:none}.nav-links-phone{display:flex;flex-direction:column;padding-inline-end:10px;background-color:#fafcff;border-radius:8px}.nav-link-title{font-size:1em;display:block;padding-inline:1em}.menu-svg{width:25px;height:25px;margin-left:auto;padding:10px}.nav-link{width:8em;padding:.6rem .8rem;flex-direction:row;justify-content:flex-start}.nav-link-title{opacity:1;visibility:visible}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-XJzBMpIy.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-Zcw5u4Ni.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.historySection{display:flex;flex-direction:column;justify-content:center;align-items:center}.history{max-width:62rem;width:100%}.historyContent{margin-inline-start:2%;margin-block-end:50px;margin-block-start:100px;width:56rem}.historyContent h2{font-size:var(--section-heading1);color:var(--font-color)}.historyContent p{font-size:var(--section-para1);width:46rem;color:var(--font-color)}.historyDetails{opacity:.4;font-size:var(--section-para1);width:95%}.vertical-timeline-element--work{position:sticky;top:5%}.vertical-timeline-element-content{background-image:linear-gradient(#3f629600,#19273b0d)!important}.history li{line-height:1.5em}.readMore-para p{margin-block-end:0;text-align:justify}.his1{background-image:linear-gradient(#3f629607,#19273b14);display:flex!important;justify-content:center;align-items:center;height:350px;border-radius:20px}.his1 div,.his1 img{width:46%;height:100%;object-fit:cover;border-top-left-radius:20px;border-bottom-left-radius:20px}.his1 p{font-size:1.6em;text-align:start;padding:30px;line-height:1.75}.slick-initialized .slick-slide{display:flex;justify-content:center;align-items:center}.slick-initialized .slick-slide div{width:900px}.slick-dots li button:before{font-size:20px;line-height:70px}.progress-bar{width:90%;height:5px;margin-bottom:50px;margin-inline-start:5%;display:flex;justify-content:flex-start;align-items:center}.progress{height:100%;background-color:#878c90}.points{position:absolute;display:flex;width:90%;justify-content:space-between}.progress-item{position:relative;flex-grow:1}.progress{height:4px;background-color:#ddd}.progress.active{background-color:#007bff}.bullet{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:14px;color:#333}.progressed{display:block}@media screen and (max-width:991px){.historyContent{margin-inline-start:1%;width:100%}.historyContent h2{font-size:var(--section-heading2);width:100%}.historyContent p{width:100%}.his1 p{font-size:1.2em;line-height:1.75}}@media screen and (max-width:768px){.historySection{margin-block-start:0px}.historyContent h2{font-size:var(--section-heading3)}.his1{flex-direction:column;height:auto}.his1 img{border-top-left-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px}}@media screen and (max-width:479px){.historyDetails{width:100%;font-size:var(--section-para2)}.historyContent{margin-block-start:200px}.his1 p{padding:20px}.his1 img{width:60%}.bullet{display:none}}.full-logo{display:flex;justify-content:center;flex-direction:column;align-items:center}.logo-section{display:flex;justify-content:space-between;overflow:hidden;height:80px;max-width:100%;width:62rem;padding-bottom:12px;white-space:nowrap;margin-block-start:100px}.logo-slider{display:inline-block;animation:moveRightToLeft 20s linear infinite}.logo-slider2{display:inline-block;animation:moveLeftToRight 20s linear infinite}.logos{width:150px;aspect-ratio:3/2;object-fit:contain;mix-blend-mode:color-burn;margin-left:30px}@keyframes moveRightToLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes moveLeftToRight{0%{transform:translate(-100%)}to{transform:translate(0)}}@media screen and (max-width:500px){.logos{width:100px}.logo-section{margin-block-start:30px}}
