@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");:root{--ed-primary:#f8c62f;--ed-secondary:#1f2432;--ed-dark:#0d0d12;--ed-text:#555;--ed-text-light:#777;--ed-white:#fff;--ed-gray-bg:#f5f5f5;--ed-border:#e5e5e5;--ed-shadow:0 10px 30px rgba(0,0,0,.08);--ed-shadow-hover:0 15px 40px rgba(0,0,0,.12);--ed-radius:20px;--ed-radius-sm:10px;--ed-transition:all 0.3s ease;--it-theme-1:#03594e;--it-theme-2:#f8c62f;--it-common-black:#0d0d12;--it-common-white:#fff;--it-gray-1:#f5f5f5;--it-text-body:#555;--it-ff-heading:"League Spartan",sans-serif;--it-ff-body:"Inter",sans-serif;--it-ff-spartan-medium:"League Spartan",sans-serif;--it-ff-spartan-semibold:"League Spartan",sans-serif}.dark{--ed-primary:#f8c62f;--ed-secondary:#1a1a1a;--ed-dark:#fff;--ed-text:#b3b3b3;--ed-text-light:#999;--ed-white:#0d0d0d;--ed-gray-bg:#1a1a1a;--ed-border:hsla(0,0%,100%,.15);--ed-shadow:0 10px 30px rgba(0,0,0,.3);--ed-shadow-hover:0 15px 40px rgba(0,0,0,.4);--it-common-black:#fff;--it-common-white:#0d0d0d}body:has(.educeet-page)>div>div>aside,body:has(.educeet-page)>div>div>div>aside,body:has(.educeet-page)>div>div>footer,body:has(.educeet-page)>div>footer{display:none!important}body:has(.educeet-page){margin:0;padding:0}.educeet-page{font-family:Inter,sans-serif;color:var(--ed-text);line-height:1.6;overflow-x:hidden}.it-header-area{position:absolute;top:0;left:0;right:0;z-index:100;padding:20px 0}.it-header-area.it-header-sticky{position:fixed;top:0;left:0;right:0;background:var(--it-theme-2);box-shadow:0 2px 20px rgba(0,0,0,.1);padding:15px 0;animation:slideDown .3s ease}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.it-header-wrap{display:flex;align-items:center;justify-content:space-between}.it-header-logo img{height:40px;width:auto}.it-main-menu,.it-menu-content ul{display:flex;align-items:center}.it-menu-content ul{gap:10px;list-style:none;margin:0;padding:0}.it-menu-content ul li a{font-size:16px;font-weight:600;padding:10px 18px;color:var(--it-common-black);text-transform:capitalize;transition:all .3s ease;display:inline-block}.it-menu-content ul li a:hover{color:var(--it-theme-1)}.it-header-button{display:flex;align-items:center}.it-mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px;z-index:101}.it-mobile-toggle span{width:25px;height:3px;background:var(--it-common-black);transition:all .3s ease;border-radius:2px}.it-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:99}@media (max-width:991px){.it-main-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:var(--it-common-white);flex-direction:column;padding:80px 30px 30px;transition:all .3s ease;box-shadow:-5px 0 20px rgba(0,0,0,.1);z-index:100}.it-main-menu.open{right:0}.it-menu-content ul{flex-direction:column;align-items:flex-start;width:100%;gap:0}.it-menu-content ul li{width:100%;border-bottom:1px solid var(--ed-border)}.it-menu-content ul li a{display:block;padding:15px 0}.it-mobile-toggle{display:flex}.it-header-button{display:none}}.ed-container{max-width:1320px;margin:0 auto;padding:0 15px}.ed-section{padding:130px 0}.ed-section-sm{padding:80px 0}.container{margin:0 auto;padding:0 15px}.row{margin:0 -15px}.row>*{padding:0 15px}@media (max-width:1199px){.col-xl-6{width:50%}}@media (max-width:991px){.col-lg-6{width:100%}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes itrotate2{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@keyframes title-animation{0%{width:0}15%{width:100%}85%{opacity:1}90%{width:100%;opacity:0}to{width:0;opacity:0}}@keyframes translateX2{0%{transform:translateX(0)}to{transform:translateX(-30px)}}@keyframes zoomIn{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.container{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.row>*{padding-left:15px;padding-right:15px}.col-lg-6,.col-xl-6{flex:0 0 auto;width:50%}.align-items-center{align-items:center}.align-items-end{align-items:flex-end}.d-flex{display:flex}.d-none{display:none}.d-block{display:block}@media (max-width:991px){.col-lg-6,.col-xl-6{width:100%}}.pt-130{padding-top:130px}.pb-130{padding-bottom:130px}.pt-120{padding-top:120px}.pb-120{padding-bottom:120px}.pt-100{padding-top:100px}.pb-100{padding-bottom:100px}.pt-80{padding-top:80px}.pb-80{padding-bottom:80px}.pt-60{padding-top:60px}.pb-60{padding-bottom:60px}.pt-40{padding-top:40px}.pb-40{padding-bottom:40px}.mt-25{margin-top:25px}.mb-25{margin-bottom:25px}.mb-0{margin-bottom:0}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-50{margin-bottom:50px}.mb-60{margin-bottom:60px}.mr-25{margin-right:25px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-16{margin-bottom:4rem}.mt-12{margin-top:3rem}.p-relative,.z-index-1{position:relative}.z-index-1{z-index:1}.z-index-2{position:relative;z-index:2}.z-index-3{position:relative;z-index:3}.fix{overflow:hidden}.main-img{position:relative}.main-img img{max-width:inherit}.col-xl-3{width:25%}.col-xl-4{width:33.333333%}.col-xl-5{width:41.666667%}.col-xl-6{width:50%}.col-xl-7{width:58.333333%}.col-xl-8{width:66.666667%}.col-lg-3{width:25%}.col-lg-4{width:33.333333%}.col-lg-6,.col-md-6{width:50%}@media (max-width:1199px){.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-7,.col-xl-8{width:50%}}@media (max-width:991px){.col-lg-3,.col-lg-4,.col-lg-6{width:100%}}@media (max-width:767px){.col-md-6{width:100%}.pt-130{padding-top:80px}.pb-130{padding-bottom:80px}.pt-120{padding-top:70px}.pb-120{padding-bottom:70px}}.theme-bg{background:var(--it-theme-2)}.it-hero-area{position:relative;overflow:hidden;padding-bottom:0}.it-hero-area.theme-bg{background:var(--it-theme-2)}.it-hero-area.fix{overflow:hidden}.it-hero-title{font-size:60px;line-height:1.15;letter-spacing:.01em;font-weight:700;color:var(--it-common-black);margin-bottom:15px;font-family:var(--it-ff-heading)}.it-hero-title span{position:relative;display:inline-block}.it-hero-title .it-title-shape svg{animation:title-animation 4s infinite}.it-hero-title .it-title-highlight{position:relative;display:inline-block;z-index:1}.it-hero-title span .it-title-shape{position:absolute;bottom:-1%;left:-2%;z-index:-1;display:block;line-height:0;width:100%;overflow:hidden}.it-hero-title span .it-title-shape svg{display:block;max-width:100%;height:auto}@media (max-width:991px){.it-hero-title span .it-title-shape{display:none}}.it-hero-text{margin-bottom:42px}.it-hero-text p{font-weight:600;font-size:15px;line-height:1.85;color:var(--it-common-black);margin-bottom:0;opacity:.7}.it-hero-content{margin-bottom:215px;position:relative;z-index:2}.it-hero-thumb{transform:translateX(80px)}.it-hero-thumb,.it-hero-thumb .main-img,.it-hero-thumb.z-index-1{position:relative;z-index:5}.it-hero-thumb .main-img img{max-width:inherit;position:relative;z-index:5}.it-hero-btn{display:flex;gap:15px}.it-btn-yellow{font-size:16px;padding:15.5px 29px;line-height:1.1;display:inline-flex;align-items:center;gap:10px;border-radius:30px;background-color:var(--it-common-black);color:var(--it-common-white);text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;overflow:hidden}.it-btn-yellow span{position:relative;z-index:1;overflow:hidden;display:flex}.it-btn-yellow span span.text-1{position:relative;display:block;transition:.3s}.it-btn-yellow span span.text-2{position:absolute;top:100%;display:block;transition:.3s}.it-btn-yellow svg{width:14px;height:14px;transition:.3s;color:var(--it-common-white)}.it-btn-yellow i{display:flex;align-items:center;justify-content:center}.it-btn-yellow:hover{background-color:var(--it-theme-2);color:var(--it-common-black)}.it-btn-yellow:hover span span.text-1{transform:translateY(-150%)}.it-btn-yellow:hover span span.text-2{top:50%;transform:translateY(-50%)}.it-btn-yellow:hover svg{color:var(--it-common-black)}.it-hero-experience-box{position:absolute;bottom:20%;left:-10%;z-index:10}.it-hero-experience-box>div{border-radius:20px;padding:18px 20px;background-color:var(--it-common-white);box-shadow:0 10px 30px rgba(0,0,0,.1);animation:translateX 2s infinite alternate}.it-hero-experience-box.experience-box-style-2{bottom:42%;left:auto;right:-5%}.it-hero-experience-box.experience-box-style-2>div{animation:translateX 2s infinite alternate}.it-hero-experience-box.experience-box-style-2 .it-hero-experience-text b i{color:var(--it-theme-2)}.it-hero-experience-box.experience-box-style-2 .it-hero-experience-icon i{background-color:var(--it-theme-1)}.it-hero-experience-text span{display:block;margin-bottom:14px;font-size:14px;color:var(--it-common-black)}.it-hero-experience-text b{font-weight:700;font-size:28px;color:var(--it-common-black);display:block}.it-hero-experience-text b>i{font-style:normal;color:var(--it-theme-1)}.it-hero-experience-icon{margin-right:15px}.it-hero-experience-icon i{display:inline-flex;height:70px;width:70px;align-items:center;justify-content:center;background-color:var(--it-theme-2);border-radius:50%}.it-hero-experience-icon svg{color:var(--it-theme-1)}.it-hero-shape-1{position:absolute;top:2.5%;left:-9%;z-index:2;animation:translateX2 3s ease-in-out infinite alternate}.it-hero-shape-2{top:-7%;left:-5%}.it-hero-shape-2,.it-hero-shape-3{position:absolute;z-index:1;pointer-events:none}.it-hero-shape-3{bottom:6%;left:12%}.it-hero-shape-4{position:absolute;z-index:1;top:10%;right:3.5%;pointer-events:none}.it-hero-shape-4 img{animation:itrotate2 3s ease-in-out 3s infinite alternate forwards}.it-hero-shape-8{position:absolute;top:7%;right:10%;z-index:2}.it-hero-shape-8 img{animation:rotate 55s linear infinite;width:auto;height:auto}@media (max-width:1399px){.it-hero-title{font-size:52px}.it-hero-title br{display:none}.it-hero-content{margin-top:120px;margin-bottom:180px}.it-hero-thumb{transform:translateX(0)}.it-hero-experience-box{transform:scale(.8)}.it-hero-shape-2{left:-10%;top:-10%}.it-hero-shape-8{transform:scale(.8)}}@media (max-width:1199px){.it-hero-title{font-size:42px}.it-hero-content{margin-top:100px;margin-bottom:100px}.it-hero-thumb{transform:translateX(-40px)}.it-hero-experience-box{transform:scale(.65)}.it-hero-shape-2{left:-15%;top:-15%}}@media (max-width:991px){.it-hero-title{font-size:55px}.it-hero-title br{display:none}.it-hero-content{margin-top:120px;margin-bottom:50px}.it-hero-thumb{transform:translateX(0);margin-bottom:-50px}.it-hero-thumb .main-img img{max-width:100%}.it-hero-experience-box{left:0;transform:scale(.75)}.it-hero-experience-box.experience-box-style-2{right:0}.it-hero-shape-1{left:0}.it-hero-shape-2,.it-hero-shape-4{display:none}}@media (max-width:767px){.it-hero-title{font-size:36px}.it-hero-text p br{display:none}.it-hero-content{margin-top:90px;margin-bottom:50px}.it-hero-experience-box{left:-6%;bottom:5%;transform:scale(.6)}.it-hero-experience-box.experience-box-style-2{bottom:45%;right:-20%}.it-hero-shape-1,.it-hero-shape-8{display:none}.it-btn-yellow{font-size:14px;padding:13px 25px}}@media (max-width:575px){.it-hero-title{font-size:30px}.it-hero-content{margin-top:80px;margin-bottom:40px}.it-hero-experience-box,.it-hero-experience-box.experience-box-style-2{display:none}}.it-section-title-box{margin-bottom:50px}.it-categories-section-title-box{margin-bottom:65px}.it-categories-section-title-box.text-center{text-align:center}.it-categories-section-title-box .it-section-subtitle{font-weight:600;font-size:15px;letter-spacing:.1em;text-transform:uppercase;color:var(--it-theme-1);display:block;margin-bottom:15px}.it-categories-section-title-box h4.it-section-title{font-size:45px;line-height:1.3;font-weight:700;color:var(--it-common-black);font-family:League Spartan,sans-serif;margin:0}.it-categories-section-title-box h4.it-section-title span.z-index-1{position:relative;z-index:1;display:inline}.it-categories-section-title-box h4.it-section-title .it-title-shape{position:relative;display:inline-block}.it-categories-section-title-box h4.it-section-title .it-title-shape svg{position:absolute;bottom:5px;left:0;z-index:-1;width:100%;height:auto}@media (max-width:991px){.it-categories-section-title-box h4.it-section-title{font-size:36px}}@media (max-width:767px){.it-categories-section-title-box h4.it-section-title{font-size:28px}.it-categories-section-title-box h4.it-section-title br{display:none}}.it-section-subtitle{font-weight:600;font-size:15px;letter-spacing:.01em;text-transform:uppercase;color:var(--it-theme-1);display:block;margin-bottom:15px}.it-section-subtitle-text{font-weight:500;font-size:16px;color:var(--it-text-body);margin-top:10px}.mb-65{margin-bottom:65px}.pb-95{padding-bottom:95px}.col-12{width:100%}.col{position:relative;flex-shrink:0;max-width:100%;padding-right:15px;padding-left:15px;box-sizing:border-box}.row-cols-1>*{flex:0 0 auto;width:100%}@media (min-width:576px){.row-cols-sm-2>*{flex:0 0 auto;width:50%}}@media (min-width:768px){.row-cols-md-2>*{flex:0 0 auto;width:50%}}@media (min-width:992px){.row-cols-lg-3>*{flex:0 0 auto;width:33.333333%}}@media (min-width:1200px){.row-cols-xl-3>*{flex:0 0 auto;width:33.333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}}@media (min-width:1400px){.row-cols-xxl-4>*{flex:0 0 auto;width:25%}}.g-4{gap:1.5rem}.gx-35{--bs-gutter-x:35px;margin-left:-17.5px;margin-right:-17.5px}.gx-35>*{padding-left:17.5px;padding-right:17.5px}.it-section-title span{font-weight:600;font-size:15px;letter-spacing:.01em;text-transform:uppercase;color:var(--it-theme-1);display:inline-block;margin-bottom:12px}.it-section-title h2{line-height:1.16;margin-bottom:0}.it-section-title h2,h4.it-section-title{font-size:45px;letter-spacing:.01em;color:var(--it-common-black);font-family:var(--it-ff-heading)}h4.it-section-title{line-height:1.3;margin:0;padding:0;font-weight:600}h4.it-section-title span.z-index-1{position:relative;z-index:1;display:inline}h4.it-section-title .it-title-shape{position:relative;display:inline-block}h4.it-section-title .it-title-shape svg{position:absolute;bottom:0;left:0;z-index:-1;width:100%;height:auto;animation:title-animation 4s infinite}@media (max-width:991px){.it-section-title h2,h4.it-section-title{font-size:36px}}@media (max-width:767px){.it-section-title h2,h4.it-section-title{font-size:30px}.it-section-title h2 br,h4.it-section-title br{display:none}}.it-section-title h2 .it-title-shape{position:relative;display:inline-block}.it-section-title h2 .it-title-shape svg{position:absolute;bottom:-10%;left:0;z-index:-1;animation:title-animation 4s infinite}.it-section-title p{font-weight:600;font-size:15px;line-height:1.85;color:var(--it-text-body);margin-top:20px}.it-categories-area{position:relative;background:var(--it-common-white);padding-top:130px;padding-bottom:95px}.it-categories-item{display:flex;flex-direction:column;align-items:center;padding:40px 20px 35px;border-radius:20px;text-align:center;transition:transform .5s ease;cursor:pointer;margin-bottom:35px;background-color:#edf8f6;border:1px solid transparent}.it-categories-item:hover{transform:translateY(-5px)}.it-categories-item:hover span{animation:icon-bounce .8s 1}@keyframes icon-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.it-categories-item span{display:inline-block;margin-bottom:26px;transition:transform .5s ease}.it-categories-item span svg{height:80px;width:auto;transition:.3s;color:var(--it-theme-1)}@media (max-width:1399px){.it-categories-item span svg{height:50px}}.it-categories-item h6{font-size:18px;font-weight:600;color:var(--it-common-black);margin-bottom:0;font-family:League Spartan,sans-serif}@media (max-width:1399px){.it-categories-item h6{font-size:17px}}.it-categories-item.item-style-1{background-color:#edf8f6}.it-categories-item.item-style-1 span svg{color:var(--it-theme-1)}.it-categories-item.item-style-2{background-color:#f8c62f}.it-categories-item.item-style-2 span svg{color:#2f57ef}.it-categories-item.item-style-3{background-color:#ffebec}.it-categories-item.item-style-3 span svg{color:#ff4d4f}.it-categories-item.item-style-4{background-color:#e9f3fe}.it-categories-item.item-style-4 span svg{color:#3d97fe}.it-categories-item.item-style-5{background-color:#eff2ff}.it-categories-item.item-style-5 span svg{color:#2f57ef}.it-categories-item.item-style-6{background-color:#f6fff3}.it-categories-item.item-style-6 span svg{color:#39b410}.it-categories-item.item-style-7{background-color:#f7f3ff}.it-categories-item.item-style-7 span svg{color:#8e56ff}.it-categories-item.item-style-8{background-color:#fff9fc}.it-categories-item.item-style-8 span svg{color:#f92596}.it-categories-wrap{display:grid;grid-template-columns:repeat(6,1fr);gap:25px}@media (max-width:1199px){.it-categories-wrap{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.it-categories-wrap{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.it-categories-wrap{grid-template-columns:1fr}}.it-funfact-area{padding:71px 0}.it-funfact-area.theme-bg{background:var(--it-theme-2)}.it-funfact-item{padding:71px 0;position:relative}@media (max-width:767px){.it-funfact-item{text-align:center;padding:0 0 50px}}.it-funfact-item:before{position:absolute;top:0;content:"";left:0;height:100%;width:1px;background:hsla(0,0%,100%,.3)}@media (max-width:991px){.it-funfact-item:before{display:none}}.it-funfact-area .row [class*=col-]:first-child .it-funfact-item:before{display:none}.it-funfact-icon{margin-right:20px;flex-shrink:0}.it-funfact-icon span{z-index:1;position:relative;display:inline-block}.it-funfact-icon span svg{transition:all .3s ease}.it-funfact-item:hover .it-funfact-icon svg{transform:scaleX(-1)}.it-funfact-content{text-align:start}.it-funfact-content span{color:var(--it-common-black);font-size:16px}@media (max-width:1399px){.it-funfact-content span{font-size:14px}}.it-funfact-number{font-size:28px;line-height:1;margin-bottom:10px;color:var(--it-common-black);font-family:League Spartan,sans-serif;font-weight:700}.it-funfact-number i{font-style:normal}.it-counter-wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width:991px){.it-counter-wrap{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.it-counter-wrap{grid-template-columns:1fr}}.it-about-area{position:relative;background:var(--it-common-white)}.it-about-area,.it-about-area.fix{overflow:hidden}.it-about-left{position:relative}.it-about-right{padding-left:50px}@media (max-width:991px){.it-about-right{padding-left:0;margin-top:40px}}.it-about-thumb{border-radius:20px;overflow:hidden;position:relative}.it-about-thumb img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:20px}.it-about-thumb.thumb-overlay{position:relative}.it-about-thumb.thumb-overlay:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.3);border-radius:20px;z-index:1}.it-about-thumb-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:75px;height:75px;background:var(--it-common-white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(0,0,0,.15);cursor:pointer;transition:all .3s ease;z-index:2;text-decoration:none}.it-about-thumb-icon:hover{background:var(--it-theme-2);transform:translate(-50%,-50%) scale(1.1)}.it-about-thumb-icon svg{color:var(--it-theme-1);width:14px;height:auto}.it-about-thumb-icon.pulse-white:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid var(--it-common-white);animation:pulse-white 2s ease-out infinite}@keyframes pulse-white{0%{transform:scale(1);opacity:1}to{transform:scale(1.8);opacity:0}}.it-about-experience-box{display:flex;align-items:center;gap:15px;padding:20px 25px;background:var(--it-theme-2);border-radius:10px}.it-about-experience-box h5{font-size:50px;font-weight:700;color:var(--it-common-black);line-height:1;font-family:var(--it-ff-heading);margin:0}.it-about-experience-box h5 i{font-style:normal}.it-about-experience-box span{font-size:16px;color:var(--it-common-black);line-height:1.5;font-weight:600}.it-about-section-title-box{margin-bottom:25px}.it-about-section-title-box .it-section-subtitle{font-weight:600;font-size:15px;letter-spacing:.1em;text-transform:uppercase;color:var(--it-theme-1);display:inline-block;margin-bottom:15px}.it-about-section-title-box .it-section-subtitle.yellow-style{color:var(--it-theme-2)}.it-about-section-title-box h4.it-section-title{font-size:45px;line-height:1.3;font-weight:700;color:var(--it-common-black);font-family:League Spartan,sans-serif;margin:0}@media (max-width:991px){.it-about-section-title-box h4.it-section-title{font-size:36px}}@media (max-width:767px){.it-about-section-title-box h4.it-section-title{font-size:28px}.it-about-section-title-box h4.it-section-title br{display:none}}.it-about-section-title-box h4.it-section-title span.z-index-1{position:relative;z-index:1;display:inline}.it-about-section-title-box h4.it-section-title .it-title-shape{position:relative;display:inline-block}.it-about-section-title-box h4.it-section-title .it-title-shape svg{position:absolute;bottom:5px;left:0;z-index:-1;width:100%;height:auto;color:var(--it-theme-2)}.it-about-text p{font-size:16px;color:var(--it-text-body);line-height:1.8;margin-bottom:25px}.it-about-text p.mb-45{margin-bottom:45px}.it-about-list-box ul{list-style:none;padding:0;margin:0 0 35px}.it-about-list-box ul li{margin-bottom:15px}.it-about-list-box ul li span{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:600;color:var(--it-common-black)}.it-about-list-box ul li span svg{flex-shrink:0;width:24px;height:auto}.gx-25{--bs-gutter-x:25px;margin-left:-12.5px;margin-right:-12.5px}.gx-25>*{padding-left:12.5px;padding-right:12.5px}.pl-15{padding-left:15px}.border-radius-20{border-radius:20px}.order-0{order:0}.order-1{order:1}@media (min-width:992px){.order-lg-0{order:0}.order-lg-1{order:1}}.col-sm-6{flex:0 0 auto;width:50%}@media (max-width:575px){.col-sm-6{width:100%}}.it-course-area{position:relative}.it-course-area.gray-bg{background:var(--it-gray-1)}.it-course-section-title-box{margin-bottom:65px}.it-course-section-title-box .it-section-subtitle{font-weight:600;font-size:15px;letter-spacing:.1em;text-transform:uppercase;color:var(--it-theme-1);display:block;margin-bottom:15px}.it-course-section-title-box h4.it-section-title{font-size:45px;line-height:1.3;font-weight:700;color:var(--it-common-black);font-family:League Spartan,sans-serif;margin:0}.it-course-section-title-box h4.it-section-title span.z-index-1{position:relative;z-index:1;display:inline}.it-course-section-title-box h4.it-section-title .it-title-shape{position:relative;display:inline-block}.it-course-section-title-box h4.it-section-title .it-title-shape svg{position:absolute;bottom:5px;left:0;z-index:-1;width:100%;height:auto;color:var(--it-theme-2)}@media (max-width:991px){.it-course-section-title-box h4.it-section-title{font-size:36px}}@media (max-width:767px){.it-course-section-title-box h4.it-section-title{font-size:28px}}.it-course-item{background:var(--it-common-white);border-radius:20px;overflow:hidden;transition:all .3s ease}.it-course-item:hover{box-shadow:0 15px 40px rgba(0,0,0,.12);transform:translateY(-5px)}.it-course-thumb{position:relative;height:220px;overflow:hidden;border-radius:20px}.it-course-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .3s ease}.it-course-item:hover .it-course-thumb img{transform:scale(1.05)}.it-course-thumb .course-category{position:absolute;top:15px;left:15px;padding:6px 14px;background:var(--it-theme-1);color:var(--it-common-white);font-size:12px;font-weight:600;border-radius:20px}.it-course-thumb .wishlist-btn{position:absolute;top:15px;right:15px;width:40px;height:40px;border-radius:50%;background:var(--it-common-white);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.it-course-thumb .wishlist-btn:hover{background:var(--it-theme-2)}.it-course-thumb .wishlist-btn svg{color:var(--it-common-black);width:14px;height:auto}.it-course-content{padding:25px}.it-course-content.p-relative{position:relative}.it-course-author{display:flex;align-items:center;gap:10px}.it-course-author img{width:35px;height:35px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.it-course-author span{font-size:14px;color:var(--it-text-body);font-weight:500}.it-course-price-box{display:flex;align-items:center;gap:10px}.it-course-price-box del{font-size:14px;color:var(--it-text-body)}.it-course-price-box span{font-size:18px;font-weight:700;color:var(--it-theme-1);font-family:League Spartan,sans-serif}h5.it-course-title{font-size:20px;font-weight:600;color:var(--it-common-black);line-height:1.4;font-family:League Spartan,sans-serif;margin:0}h5.it-course-title a{color:inherit;text-decoration:none;transition:color .3s ease}h5.it-course-title a:hover{color:var(--it-theme-1)}h5.it-course-title a.border-line{background:linear-gradient(90deg,currentColor 0,currentColor);background-size:0 2px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .4s ease,color .3s ease}h5.it-course-title a.border-line:hover{background-size:100% 2px}.it-course-rating{display:flex;align-items:center;gap:5px}.it-course-rating div{display:flex;align-items:center;gap:3px}.it-course-rating svg{width:14px;height:14px}.it-course-rating span{margin-left:5px}.it-course-meta{display:flex;align-items:center;gap:20px}.it-course-meta span{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--it-text-body)}.it-course-meta span svg{width:18px;height:18px;color:var(--it-theme-1)}.it-course-btn .it-btn-yellow{justify-content:center}.it-course-btn .it-btn-yellow.w-100,.w-100{width:100%}.justify-content-between{justify-content:space-between}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.it-course-rating span{font-size:14px;color:var(--it-text-body)}.it-course-price{display:flex;align-items:center;gap:10px}.it-course-price-current{font-size:20px;font-weight:700;color:var(--it-theme-1);font-family:var(--it-ff-heading)}.it-course-price-original{font-size:16px;color:var(--it-text-body);text-decoration:line-through}.it-course-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width:991px){.it-course-wrap{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.it-course-wrap{grid-template-columns:1fr}}.it-cta-area{position:relative}.it-cta-bg{background:var(--it-theme-1);padding:35px 0}.it-cta-wrap{position:relative}.it-cta-wrap .separator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:var(--it-theme-2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--it-common-black);text-transform:uppercase;z-index:2}.it-cta-content{display:flex;flex-direction:column;gap:5px}.it-cta-content span{display:flex;align-items:center;gap:10px;color:hsla(0,0%,100%,.8)}.it-cta-content span svg{width:22px;height:22px}.it-cta-content a{font-size:24px;font-weight:600;color:var(--it-common-white);font-family:var(--it-ff-heading);transition:all .3s ease;display:inline-block}.it-cta-content a:hover{color:var(--it-theme-2)}.it-cta-content a.border-line{position:relative;display:inline-block}.it-cta-content a.border-line:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--it-theme-2);transition:all .3s ease}.it-cta-content a.border-line:hover:after{width:100%}.justify-content-md-end{justify-content:flex-end}@media (max-width:767px){.it-cta-wrap .separator{position:relative;margin:20px auto;top:auto;left:auto;transform:none}.it-cta-content a{font-size:18px}.d-flex.justify-content-md-end{justify-content:flex-start}}.it-testimonial-area{position:relative;padding:130px 0}.it-testimonial-section-title-box{margin-bottom:70px}.it-testimonial-wrapper{position:relative}.it-testimonial-item{background:var(--it-common-white);padding:30px;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .3s ease}.it-testimonial-item:hover{box-shadow:0 15px 40px rgba(0,0,0,.12)}.it-testimonial-thumb{overflow:hidden;border-radius:20px}.it-testimonial-thumb img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.it-testimonial-content{padding:20px 0}.it-testimonial-quote{margin-bottom:35px}.it-testimonial-quote svg{color:var(--it-text-body)}.it-testimonial-text h5{font-size:18px;font-weight:500;line-height:1.7;color:var(--it-common-black);font-family:var(--it-ff-heading)}.it-testimonial-bottom{margin-top:30px;padding-top:20px;border-top:1px solid #e5e5e5}.it-testimonial-avatar-info h5.it-testimonial-avatar-name{font-size:18px;font-weight:600;color:var(--it-common-black);margin-bottom:5px;font-family:var(--it-ff-heading)}.it-testimonial-avatar-info span{font-size:14px;color:var(--it-text-body)}@media (max-width:767px){.it-testimonial-item .row{flex-direction:column}.it-testimonial-content{padding:20px 0 0}.it-testimonial-text h5{font-size:16px}}.it-team-area{position:relative}.it-team-area.gray-bg{background:var(--it-gray-1)}.it-team-section-title-wrap{position:relative}.it-team-section-title-box{margin-bottom:0}@media (max-width:767px){.it-team-section-title-box{margin-bottom:30px}}.it-team-btn .it-btn-yellow{display:inline-flex;align-items:center;gap:10px;padding:16px 30px;background:var(--it-theme-2);color:var(--it-common-black);font-size:16px;font-weight:600;border-radius:10px;transition:all .3s ease}.it-team-btn .it-btn-yellow:hover{background:var(--it-theme-1);color:var(--it-common-white)}.it-team-btn .it-btn-yellow svg{transition:transform .3s ease}.it-team-btn .it-btn-yellow:hover svg{transform:translateX(5px)}.it-team-item{border-radius:20px;background-color:var(--it-common-white);border:1px solid rgba(31,36,50,.1)}.it-team-content-box{position:relative}.it-team-content{padding:46px 20px 20px;text-align:center}.it-team-title{font-size:24px;font-weight:600;margin-bottom:7px;font-family:var(--it-ff-heading);color:var(--it-common-black)}.it-team-title a{color:inherit}.it-team-title a:hover{color:var(--it-theme-1)}@media (max-width:767px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.it-team-title{font-size:20px}}.it-team-content span{font-size:14px;color:var(--it-text-body);display:block}.it-team-thumb{position:relative;overflow:hidden}.it-team-thumb img{width:100%;transition:all 1.3s ease}.it-team-thumb:after{content:"";top:0;height:100%;width:100%;border-radius:20px;background-color:rgba(31,36,50,.4);transition-delay:.3s;transition-timing-function:ease-in-out;transition:.6s;transition-property:all}.it-team-social,.it-team-thumb:after{position:absolute;left:0;transform:perspective(400px) rotateX(90deg) scaleY(.5);transform-origin:center}.it-team-social{bottom:40px;right:0;z-index:1;text-align:center;transition-delay:.3s;transition-timing-function:ease-in-out;transition:.8s;transition-property:all}.it-team-social a{width:42px;height:42px;line-height:35px;margin:0 5px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;color:var(--it-common-white);border:1px solid hsla(0,0%,100%,.2);background-color:hsla(0,0%,100%,.15);transition:all .3s ease}.it-team-social a:hover{color:var(--it-theme-2)}@media (max-width:767px){.it-team-social a{width:35px;height:35px;line-height:29px}}.it-team-item:hover .it-team-thumb img{transform:scale(1.2)}.it-team-item:hover .it-team-social,.it-team-item:hover .it-team-thumb:after{transform:perspective(400px) rotateX(0deg) scaleY(1)}.it-blog-area{position:relative}.it-blog-section-title-box{margin-bottom:65px}.it-blog-item{background:transparent;transition:all .3s ease}.it-blog-thumb{position:relative;overflow:hidden}.it-blog-thumb img{width:100%;transition:all 1.3s ease}.it-blog-item:hover .it-blog-thumb img{transform:scale(1.1)}.it-blog-tag{position:absolute;bottom:20px;left:20px;padding:8px 18px;background:var(--it-theme-2);color:var(--it-common-black);font-size:14px;font-weight:600;border-radius:10px}.it-blog-content{padding:0}.it-blog-meta{display:flex;align-items:center;gap:25px}.it-blog-meta span{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--it-text-body)}.it-blog-meta span svg{color:var(--it-theme-1)}.it-blog-title{font-size:22px;font-weight:600;color:var(--it-common-black);line-height:1.4;font-family:var(--it-ff-heading)}.it-blog-title a{color:inherit}.it-blog-title a:hover{color:var(--it-theme-1)}@media (max-width:767px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.it-blog-title{font-size:18px}}.it-blog-btn .it-btn-yellow{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;background:var(--it-theme-2);color:var(--it-common-black);font-size:16px;font-weight:600;border-radius:10px;transition:all .3s ease;overflow:hidden;position:relative}.it-blog-btn .it-btn-yellow span{position:relative;display:inline-block;overflow:hidden;height:22px}.it-blog-btn .it-btn-yellow span .text-1,.it-blog-btn .it-btn-yellow span .text-2{display:block;transition:transform .3s ease}.it-blog-btn .it-btn-yellow span .text-2{position:absolute;top:100%;left:0}.it-blog-btn .it-btn-yellow:hover span .text-1,.it-blog-btn .it-btn-yellow:hover span .text-2{transform:translateY(-100%)}.it-blog-btn .it-btn-yellow:hover{background:var(--it-theme-1);color:var(--it-common-white)}.it-blog-btn .it-btn-yellow i{display:inline-flex;align-items:center;justify-content:center;transition:transform .3s ease}.it-blog-btn .it-btn-yellow:hover i{transform:translateX(5px)}.it-cta-area{background:linear-gradient(135deg,#1f2432,#2a3142);padding:40px 0}.it-cta-wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:40px}@media (max-width:991px){.it-cta-wrap{grid-template-columns:1fr;text-align:center}}.it-cta-item{display:flex;align-items:center;gap:15px}@media (max-width:991px){.it-cta-item{justify-content:center}}.it-cta-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.it-cta-icon svg{width:25px;height:25px;color:var(--it-common-white)}.it-cta-content span{font-size:14px;color:hsla(0,0%,100%,.7);display:block;margin-bottom:5px}.it-cta-content h4{font-size:18px;font-weight:600;color:var(--it-common-white);margin-bottom:0;font-family:var(--it-ff-heading)}.it-cta-content h4 a{color:var(--it-common-white);transition:all .3s ease}.it-cta-content h4 a:hover{color:var(--it-theme-2)}.it-cta-separator{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--it-theme-2);border-radius:50%;font-size:14px;font-weight:600;color:var(--it-common-black)}@media (max-width:991px){.it-cta-separator{display:none}}.it-brand-area{position:relative;padding:100px 0}.it-brand-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}@media (max-width:767px){.it-brand-wrap{justify-content:center}}.it-brand-item{opacity:.5;transition:all .3s ease;filter:grayscale(100%)}.it-brand-item:hover{opacity:1;filter:grayscale(0)}.it-brand-item img{max-height:50px;width:auto}.it-cta-2-area{background-color:var(--it-theme-1);background-size:cover;background-repeat:no-repeat;position:relative;overflow:hidden}.it-cta-2-left{margin-bottom:160px}@media only screen and (min-width:1200px) and (max-width:1399px){.it-cta-2-left{margin-bottom:140px}}@media only screen and (min-width:992px) and (max-width:1199px){.it-cta-2-left{margin-bottom:120px}}@media only screen and (min-width:768px) and (max-width:991px){.it-cta-2-left{margin-bottom:80px}}@media (max-width:767px){.it-cta-2-left{margin-bottom:50px}}.it-cta-2-title{font-size:60px;line-height:1.3;margin-bottom:24px;color:var(--it-common-white)}@media only screen and (min-width:1400px) and (max-width:1599px){.it-cta-2-title{font-size:50px}}@media only screen and (min-width:1200px) and (max-width:1399px){.it-cta-2-title{font-size:48px}}@media only screen and (min-width:992px) and (max-width:1199px){.it-cta-2-title{font-size:40px}}@media only screen and (min-width:768px) and (max-width:991px){.it-cta-2-title{font-size:30px}}@media (max-width:767px){.it-cta-2-title{margin-top:70px;font-size:28px}}@media only screen and (min-width:576px) and (max-width:767px){.it-cta-2-title{font-size:38px}}.it-cta-2-right{position:relative;z-index:1}.it-cta-2-right>img{animation:translateX 3s infinite alternate}@media (max-width:767px){.it-cta-2-right>img{animation:unset}}.it-cta-2-left .it-btn-yellow.white-bg{background-color:var(--it-common-white);color:var(--it-common-black)}.it-cta-2-left .it-btn-yellow.white-bg:hover{background-color:var(--it-theme-2);color:var(--it-common-black)}.it-cta-2-left .it-btn-yellow.white-bg i,.it-cta-2-left .it-btn-yellow.white-bg svg{color:var(--it-common-black)}@keyframes translateX{0%{transform:translateX(0)}to{transform:translateX(15px)}}.it-footer-wrap{position:relative}.it-footer-wrap.fix{overflow:hidden}.it-footer-area{position:relative;background-repeat:no-repeat;background-size:cover;background-color:#f7f8fc}.it-footer-border{position:absolute;top:0;left:0;height:100%;width:100%;z-index:-1}.it-footer-border:before{content:"";position:absolute;top:0;left:34.5%;height:100%;width:1px;background-color:hsla(208,7%,46%,.15)}@media only screen and (max-width:1399px){.it-footer-border:before{display:none}}.it-footer-border:after{content:"";position:absolute;top:0;left:50.6%;height:100%;width:1px;background-color:hsla(208,7%,46%,.15)}@media only screen and (max-width:1399px){.it-footer-border:after{display:none}}.it-footer-border span{position:relative;height:100%;width:100%;display:block}.it-footer-border span:after{content:"";position:absolute;top:0;right:31%;height:100%;width:1px;background-color:hsla(208,7%,46%,.15)}@media only screen and (max-width:1399px){.it-footer-border span:after{display:none}}.it-footer-widget-logo{display:inline-block}.it-footer-widget-logo img{max-width:150px;height:auto}.it-footer-widget-text p{line-height:1.75;margin-bottom:32px;margin-right:10px;color:var(--it-common-black)}@media only screen and (max-width:1399px){.it-footer-widget-text p{font-size:14px;margin-right:0}}.it-footer-widget-btn .it-btn-yellow.theme-bg{background-color:var(--it-theme-1);color:var(--it-common-white)}.it-footer-widget-btn .it-btn-yellow.theme-bg:hover{background-color:var(--it-theme-2);color:var(--it-common-black)}.it-footer-widget-title{font-size:24px;line-height:1.28;margin-top:6px;margin-bottom:30px;text-transform:capitalize;color:var(--it-common-black);font-family:var(--it-ff-heading)}@media only screen and (max-width:1399px){.it-footer-widget-title{font-size:19px}}.it-footer-widget-menu ul{list-style:none;padding:0;margin:0}.it-footer-widget-menu ul li{list-style-type:none}.it-footer-widget-menu ul li:not(:last-child){margin-bottom:20px}@media only screen and (max-width:1199px){.it-footer-widget-menu ul li:not(:last-child){margin-bottom:16px}}.it-footer-widget-menu ul li a{position:relative;color:var(--it-common-black);text-decoration:none;transition:all .3s ease}.it-footer-widget-menu ul li a:before{content:"";height:1px;width:4px;transition:.3s;display:inline-block;transform:translateY(-5px);opacity:0}@media only screen and (max-width:1399px){.it-footer-widget-menu ul li a{font-size:14px}}.it-footer-widget-menu ul li a:hover:before{opacity:1;width:10px;margin-right:10px;background-color:var(--it-theme-1)}.it-footer-widget-menu ul li a:hover{color:var(--it-theme-1)}.it-footer-widget-contact ul{list-style:none;padding:0;margin:0}.it-footer-widget-contact ul li{list-style-type:none}.it-footer-widget-contact ul li:not(:last-child){margin-bottom:18px}@media only screen and (max-width:1199px){.it-footer-widget-contact ul li:not(:last-child){margin-bottom:15px}}.it-footer-widget-contact ul li span{font-weight:600;margin-right:5px;display:inline-block;color:var(--it-common-black)}@media only screen and (max-width:1199px){.it-footer-widget-contact ul li span{font-size:15px}}.it-footer-widget-contact ul li a{color:var(--it-common-black);text-decoration:none;transition:all .3s ease}@media only screen and (max-width:1199px){.it-footer-widget-contact ul li a{font-size:15px}}.it-footer-widget-contact ul li a:hover{color:var(--it-theme-1)}.it-footer-widget-social a{color:var(--it-common-black);text-decoration:none;transition:all .3s ease}.it-footer-widget-social a:not(:last-child){margin-right:18px}.it-footer-widget-social a svg{width:20px;height:19px}.it-footer-widget-social a:hover{color:var(--it-theme-1)}.it-footer-col-1-2{margin-left:105px}@media only screen and (min-width:1200px) and (max-width:1399px){.it-footer-col-1-2{margin-left:70px}}@media only screen and (min-width:992px) and (max-width:1199px){.it-footer-col-1-2{margin-left:60px}}@media only screen and (min-width:768px) and (max-width:991px){.it-footer-col-1-2{margin-left:40px}}@media (max-width:767px){.it-footer-col-1-2{margin-left:0}}@media only screen and (min-width:576px) and (max-width:767px){.it-footer-col-1-2{margin-left:30px}}.it-footer-col-1-3{margin-left:80px}@media only screen and (min-width:1200px) and (max-width:1399px){.it-footer-col-1-3{margin-left:45px}}@media only screen and (min-width:992px) and (max-width:1199px){.it-footer-col-1-3{margin-left:25px}}@media only screen and (max-width:991px){.it-footer-col-1-3{margin-left:0}}.it-copyright-area{position:relative;background-color:var(--it-theme-2)}.it-copyright-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px}.it-copyright-ptb{padding:12px 0}@media only screen and (max-width:991px){.it-copyright-ptb{padding:17px 0}}@media (max-width:767px){.it-copyright-wrap{flex-direction:column;text-align:center}}.it-copyright-text p{font-size:14px;color:var(--it-common-black);margin-bottom:0}.it-copyright-text p a{color:var(--it-theme-1);font-weight:600;text-decoration:none}.it-copyright-link{display:flex;gap:25px}@media (max-width:767px){.it-copyright-link{flex-direction:column;gap:10px}}.it-copyright-link a{font-size:14px;color:var(--it-common-black);text-decoration:none;transition:all .3s ease}.it-copyright-link a:not(:last-child){margin-right:20px}@media (max-width:767px){.it-copyright-link a:not(:last-child){margin-right:0}}.it-copyright-link a:hover{color:var(--it-theme-1)}.it-copyright-bg:after{content:"";position:absolute;top:0;right:0;height:100%;width:51.5%;z-index:-1;background-color:var(--it-theme-1);clip-path:polygon(4% 0,100% 0,100% 100%,0 100%)}@media only screen and (min-width:1200px) and (max-width:1399px){.it-copyright-bg:after{width:55%}}@media only screen and (min-width:992px) and (max-width:1199px){.it-copyright-bg:after{width:59%}}@media only screen and (max-width:991px){.it-copyright-bg:after{display:none}}.it-copyright-bg .it-copyright-link a{color:var(--it-common-white)}@media only screen and (max-width:991px){.it-copyright-bg .it-copyright-link a{color:var(--it-common-black)}}.it-copyright-bg .it-copyright-link a:hover{opacity:.8}.ed-section-subtitle{display:inline-block;font-size:14px;font-weight:600;text-transform:uppercase;color:var(--ed-primary);background:rgba(248,198,47,.1);padding:8px 20px;border-radius:30px;margin-bottom:15px;letter-spacing:1px}.ed-section-subtitle.yellow-style{background:var(--ed-primary);color:var(--ed-secondary)}.ed-section-title{font-size:48px;font-weight:700;color:var(--ed-secondary);line-height:1.2;margin-bottom:20px}.ed-section-title span{position:relative;display:inline-block}.ed-section-title span:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background:var(--ed-primary);z-index:-1;border-radius:4px}.ed-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;border-radius:var(--ed-radius-sm);transition:var(--ed-transition);text-decoration:none;border:none;cursor:pointer}.ed-btn-primary{background:var(--ed-primary);color:var(--ed-secondary)}.ed-btn-primary:hover,.ed-btn-secondary{background:var(--ed-secondary);color:var(--ed-white)}.ed-btn-secondary:hover{background:var(--ed-primary);color:var(--ed-secondary)}.ed-btn-outline{background:transparent;border:2px solid var(--ed-secondary);color:var(--ed-secondary)}.ed-btn-outline:hover{background:var(--ed-secondary);color:var(--ed-white)}.ed-categories{padding:130px 0 95px}.ed-categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:25px}.ed-category-card{text-align:center;padding:40px 20px;border-radius:var(--ed-radius);transition:var(--ed-transition);cursor:pointer}.ed-category-card:hover{transform:translateY(-10px);box-shadow:var(--ed-shadow-hover)}.ed-category-icon{width:80px;height:80px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:var(--ed-white);border-radius:50%;box-shadow:var(--ed-shadow)}.ed-category-icon svg{width:40px;height:40px}.ed-category-title{font-size:18px;font-weight:600;color:var(--ed-secondary);margin-bottom:8px}.ed-category-courses{font-size:14px;color:var(--ed-text-light)}.ed-counter{background:var(--ed-primary);padding:60px 0}.ed-counter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.ed-counter-item{display:flex;align-items:center;gap:20px;padding:20px;background:hsla(0,0%,100%,.1);border-radius:var(--ed-radius-sm)}.ed-counter-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--ed-white);border-radius:50%}.ed-counter-icon svg{width:30px;height:30px;color:var(--ed-primary)}.ed-counter-number{font-size:42px;font-weight:700;color:var(--ed-secondary);line-height:1;margin-bottom:5px}.ed-counter-label{font-size:16px;color:var(--ed-secondary);opacity:.8}.ed-about{padding:130px 0;position:relative}.ed-about-grid{gap:60px;align-items:center}.ed-about-grid,.ed-about-images{display:grid;grid-template-columns:1fr 1fr}.ed-about-images{gap:25px;align-items:end}.ed-about-image{border-radius:var(--ed-radius);overflow:hidden}.ed-about-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ed-about-image.with-video{position:relative}.ed-about-video-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:var(--ed-white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--ed-shadow);cursor:pointer;transition:var(--ed-transition)}.ed-about-experience,.ed-about-video-btn:hover{background:var(--ed-primary)}.ed-about-experience{display:flex;align-items:center;gap:15px;padding:20px;border-radius:var(--ed-radius-sm);margin-top:25px}.ed-about-experience-number{font-size:48px;font-weight:700;color:var(--ed-secondary);line-height:1}.ed-about-experience-label{font-size:16px;color:var(--ed-secondary)}.ed-about-content{padding-left:30px}.ed-about-description{font-size:16px;color:var(--ed-text);margin-bottom:30px}.ed-about-features{display:flex;flex-direction:column;gap:20px;margin-bottom:35px}.ed-about-feature{display:flex;align-items:flex-start;gap:15px}.ed-about-feature-icon{width:50px;height:50px;min-width:50px;display:flex;align-items:center;justify-content:center;background:var(--ed-primary);border-radius:50%}.ed-about-feature-title{font-size:18px;font-weight:600;color:var(--ed-secondary);margin-bottom:5px}.ed-about-feature-text{font-size:14px;color:var(--ed-text-light)}.ed-courses{background:var(--ed-gray-bg);padding:130px 0 95px;position:relative}.ed-courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.ed-course-card{background:var(--ed-white);border-radius:var(--ed-radius);overflow:hidden;transition:var(--ed-transition)}.ed-course-card:hover{box-shadow:var(--ed-shadow-hover);transform:translateY(-5px)}.ed-course-image{position:relative;height:220px;overflow:hidden}.ed-course-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:var(--ed-transition)}.ed-course-card:hover .ed-course-image img{transform:scale(1.05)}.ed-course-badge{left:15px;background:var(--ed-primary)}.ed-course-badge,.ed-course-category{position:absolute;top:15px;padding:6px 14px;color:var(--ed-secondary);font-size:12px;font-weight:600;border-radius:20px}.ed-course-category{right:15px;background:var(--ed-white)}.ed-course-content{padding:25px}.ed-course-instructor{display:flex;align-items:center;gap:10px;margin-bottom:15px}.ed-course-instructor-avatar{width:35px;height:35px;border-radius:50%;overflow:hidden}.ed-course-instructor-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ed-course-instructor-name{font-size:14px;color:var(--ed-text-light)}.ed-course-title{font-size:20px;font-weight:600;color:var(--ed-secondary);margin-bottom:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ed-course-title:hover{color:var(--ed-primary)}.ed-course-meta{display:flex;align-items:center;gap:20px;padding-top:15px;border-top:1px solid var(--ed-border);margin-bottom:15px}.ed-course-meta-item{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--ed-text-light)}.ed-course-footer{display:flex;align-items:center;justify-content:space-between}.ed-course-rating{display:flex;align-items:center;gap:5px}.ed-course-rating-star{color:var(--ed-primary)}.ed-course-rating-text{font-size:14px;color:var(--ed-text)}.ed-course-price{display:flex;align-items:center;gap:10px}.ed-course-price-current{font-size:20px;font-weight:700;color:var(--ed-secondary)}.ed-course-price-original{font-size:16px;color:var(--ed-text-light);text-decoration:line-through}.ed-cta{background:linear-gradient(135deg,var(--ed-secondary) 0,#2a3142 100%);padding:40px 0}.ed-cta-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:40px}.ed-cta-item{gap:15px}.ed-cta-icon,.ed-cta-item{display:flex;align-items:center}.ed-cta-icon{width:50px;height:50px;justify-content:center}.ed-cta-icon svg{width:25px;height:25px;color:var(--ed-white)}.ed-cta-label{font-size:14px;color:hsla(0,0%,100%,.7);margin-bottom:5px}.ed-cta-value{font-size:18px;font-weight:600;color:var(--ed-white)}.ed-cta-value a{color:var(--ed-white);text-decoration:none;transition:var(--ed-transition)}.ed-cta-value a:hover{color:var(--ed-primary)}.ed-cta-separator{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--ed-primary);border-radius:50%;font-size:14px;font-weight:600;color:var(--ed-secondary)}.ed-brands{padding:130px 0;position:relative}.ed-brands-slider{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}.ed-brand-item{opacity:.5;transition:var(--ed-transition);filter:grayscale(100%)}.ed-brand-item:hover{opacity:1;filter:grayscale(0)}.ed-brand-item img{max-height:50px;width:auto}.ed-testimonials{padding:130px 0;position:relative}.ed-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.ed-testimonial-card{background:var(--ed-white);padding:40px;border-radius:var(--ed-radius);box-shadow:var(--ed-shadow);transition:var(--ed-transition)}.ed-testimonial-card:hover{box-shadow:var(--ed-shadow-hover)}.ed-testimonial-quote{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--ed-primary);border-radius:50%;margin-bottom:25px}.ed-testimonial-content{font-size:16px;color:var(--ed-text);line-height:1.8;margin-bottom:25px}.ed-testimonial-rating{display:flex;gap:5px;margin-bottom:20px}.ed-testimonial-rating svg{color:var(--ed-primary)}.ed-testimonial-author{display:flex;align-items:center;gap:15px}.ed-testimonial-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden}.ed-testimonial-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ed-testimonial-name{font-size:18px;font-weight:600;color:var(--ed-secondary);margin-bottom:5px}.ed-testimonial-role{font-size:14px;color:var(--ed-text-light)}.ed-team{background:var(--ed-gray-bg);padding:130px 0 95px;position:relative}.ed-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.ed-team-card{background:var(--ed-white);border-radius:var(--ed-radius);overflow:hidden;transition:var(--ed-transition)}.ed-team-card:hover{box-shadow:var(--ed-shadow-hover)}.ed-team-image{position:relative;height:300px;overflow:hidden}.ed-team-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:var(--ed-transition)}.ed-team-card:hover .ed-team-image img{transform:scale(1.05)}.ed-team-social{position:absolute;bottom:20px;left:50%;transform:translateX(-50%) translateY(20px);display:flex;gap:10px;opacity:0;transition:var(--ed-transition)}.ed-team-card:hover .ed-team-social{transform:translateX(-50%) translateY(0);opacity:1}.ed-team-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--ed-white);border-radius:50%;color:var(--ed-secondary);transition:var(--ed-transition)}.ed-team-social a:hover{background:var(--ed-primary)}.ed-team-content{padding:25px;text-align:center}.ed-team-name{font-size:20px;font-weight:600;color:var(--ed-secondary);margin-bottom:5px}.ed-team-role{font-size:14px;color:var(--ed-text-light);margin-bottom:15px}.ed-team-stats{display:flex;justify-content:center;gap:25px;padding-top:15px;border-top:1px solid var(--ed-border)}.ed-team-stat{text-align:center}.ed-team-stat-number{font-size:18px;font-weight:700;color:var(--ed-secondary)}.ed-team-stat-label{font-size:12px;color:var(--ed-text-light)}.ed-blog{padding:130px 0;position:relative}.ed-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.ed-blog-card{background:var(--ed-white);border-radius:var(--ed-radius);overflow:hidden;box-shadow:var(--ed-shadow);transition:var(--ed-transition)}.ed-blog-card:hover{box-shadow:var(--ed-shadow-hover)}.ed-blog-image{position:relative;height:220px;overflow:hidden}.ed-blog-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:var(--ed-transition)}.ed-blog-card:hover .ed-blog-image img{transform:scale(1.05)}.ed-blog-category{position:absolute;bottom:15px;left:15px;padding:6px 14px;background:var(--ed-primary);color:var(--ed-secondary);font-size:12px;font-weight:600;border-radius:20px}.ed-blog-content{padding:25px}.ed-blog-meta{display:flex;align-items:center;gap:20px;margin-bottom:15px}.ed-blog-meta-item{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--ed-text-light)}.ed-blog-title{font-size:22px;font-weight:600;color:var(--ed-secondary);margin-bottom:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:var(--ed-transition)}.ed-blog-title:hover{color:var(--ed-primary)}.ed-blog-excerpt{font-size:15px;color:var(--ed-text);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ed-newsletter{background:var(--ed-primary);padding:80px 0}.ed-newsletter-content{text-align:center;max-width:600px;margin:0 auto}.ed-newsletter-title{font-size:36px;font-weight:700;color:var(--ed-secondary);margin-bottom:15px}.ed-newsletter-description{font-size:16px;color:var(--ed-secondary);opacity:.8;margin-bottom:30px}.ed-newsletter-form{display:flex;gap:15px;max-width:500px;margin:0 auto}.ed-newsletter-input{flex:1;padding:16px 24px;outline:none}.ed-newsletter-btn,.ed-newsletter-input{border:none;border-radius:var(--ed-radius-sm);font-size:16px}.ed-newsletter-btn{padding:16px 32px;background:var(--ed-secondary);color:var(--ed-white);font-weight:600;cursor:pointer;transition:var(--ed-transition)}.ed-newsletter-btn:hover{background:var(--ed-dark)}.ed-footer{background:var(--ed-secondary);color:var(--ed-white)}.ed-footer-main{padding:130px 0 80px;background-size:cover;background-position:50%}.ed-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:50px}.ed-footer-logo{margin-bottom:25px}.ed-footer-logo img{max-width:150px}.ed-footer-description{font-size:15px;color:hsla(0,0%,100%,.7);line-height:1.8;margin-bottom:25px}.ed-footer-title{font-size:20px;font-weight:600;color:var(--ed-white);margin-bottom:25px}.ed-footer-links{list-style:none;padding:0;margin:0}.ed-footer-links li{margin-bottom:12px}.ed-footer-links a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:var(--ed-transition)}.ed-footer-links a:hover{color:var(--ed-primary)}.ed-footer-contact{list-style:none;padding:0;margin:0 0 25px}.ed-footer-contact li{margin-bottom:12px;color:hsla(0,0%,100%,.7)}.ed-footer-contact li span{display:block;color:var(--ed-white);font-weight:500;margin-bottom:3px}.ed-footer-contact a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:var(--ed-transition)}.ed-footer-contact a:hover{color:var(--ed-primary)}.ed-footer-social{display:flex;gap:10px}.ed-footer-social a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);border-radius:50%;color:var(--ed-white);transition:var(--ed-transition)}.ed-footer-social a:hover{background:var(--ed-primary);color:var(--ed-secondary)}.ed-copyright{background:var(--ed-primary);padding:20px 0}.ed-copyright-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px}.ed-copyright-text{font-size:14px;color:var(--ed-secondary)}.ed-copyright-text a{color:var(--ed-secondary);font-weight:600;text-decoration:none}.ed-copyright-links{display:flex;gap:25px}.ed-copyright-links a{font-size:14px;color:var(--ed-secondary);text-decoration:none;transition:var(--ed-transition)}.ed-copyright-links a:hover{opacity:.7}.ed-back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:var(--ed-primary);color:var(--ed-secondary);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:var(--ed-transition);z-index:999}.ed-back-to-top.visible{opacity:1;visibility:visible}.ed-back-to-top:hover{background:var(--ed-secondary);color:var(--ed-white)}@media (max-width:1200px){.ed-categories-grid{grid-template-columns:repeat(3,1fr)}.ed-team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.ed-section-title{font-size:36px}.ed-hero-title{font-size:48px}.ed-counter-grid{grid-template-columns:repeat(2,1fr)}.ed-about-grid{grid-template-columns:1fr}.ed-about-content{padding-left:0}.ed-courses-grid{grid-template-columns:repeat(2,1fr)}.ed-cta-grid{grid-template-columns:1fr;text-align:center}.ed-cta-item{justify-content:center}.ed-cta-separator{display:none}.ed-blog-grid,.ed-footer-grid,.ed-testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ed-section{padding:80px 0}.ed-section-title{font-size:30px}.ed-hero{padding:60px 0 100px}.ed-hero-title{font-size:36px}.ed-categories-grid{grid-template-columns:repeat(2,1fr)}.ed-blog-grid,.ed-counter-grid,.ed-courses-grid,.ed-footer-grid,.ed-team-grid,.ed-testimonials-grid{grid-template-columns:1fr}.ed-newsletter-form{flex-direction:column}.ed-copyright-content{flex-direction:column;text-align:center}}@media (max-width:576px){.ed-hero-title{font-size:28px}.ed-hero-buttons{flex-direction:column}.ed-about-images{grid-template-columns:1fr}.ed-brands-slider{justify-content:center}}.dark .educeet-page{background:#0d0d0d}.dark .it-hero-area.theme-bg{background:var(--it-theme-2)}.dark .it-hero-text p,.dark .it-hero-title{color:var(--it-common-black)}.dark .ed-section-title h2,.dark .it-section-title h2{color:#fff}.dark .ed-section-title p,.dark .it-section-title p{color:#b3b3b3}.dark .ed-section-subtitle,.dark .it-section-title span{color:var(--ed-primary)}.dark .ed-category-card,.dark .it-category-item{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1)}.dark .ed-category-card h3,.dark .it-category-item h3{color:#fff}.dark .ed-category-card p,.dark .it-category-item p{color:#b3b3b3}.dark .ed-counter-item h2,.dark .it-counter-item h2{color:#fff}.dark .ed-counter-item p,.dark .it-counter-item p{color:#b3b3b3}.dark .ed-about-content h2,.dark .it-about-content h2{color:#fff}.dark .ed-about-content p,.dark .it-about-content p{color:#b3b3b3}.dark .it-about-feature-item h3{color:#fff}.dark .it-about-feature-item p{color:#b3b3b3}.dark .ed-course-card,.dark .it-course-item{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1)}.dark .ed-course-card h3,.dark .it-course-item h3{color:#fff}.dark .ed-course-card p,.dark .ed-course-meta,.dark .it-course-item p{color:#b3b3b3}.dark .ed-course-price{color:var(--ed-primary)}.dark .it-cta-area{background:#1a1a1a}.dark .it-cta-content h2{color:#fff}.dark .it-cta-content p{color:#b3b3b3}.dark .ed-brand-item{filter:brightness(0) invert(1);opacity:.7}.dark .ed-brand-item:hover{opacity:1}.dark .ed-testimonial-card,.dark .it-testimonial-item{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1)}.dark .ed-testimonial-content p,.dark .it-testimonial-content p{color:#b3b3b3}.dark .ed-testimonial-author h4,.dark .it-testimonial-author h4{color:#fff}.dark .ed-testimonial-author span,.dark .it-testimonial-author span{color:#b3b3b3}.dark .ed-team-card,.dark .it-team-item{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1)}.dark .ed-team-card h3,.dark .it-team-item h3{color:#fff}.dark .ed-team-card p,.dark .it-team-item p{color:#b3b3b3}.dark .ed-blog-card,.dark .it-blog-item{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1)}.dark .ed-blog-card h3,.dark .ed-blog-card h3 a,.dark .it-blog-item h3,.dark .it-blog-item h3 a{color:#fff}.dark .ed-blog-card p,.dark .ed-blog-meta,.dark .it-blog-item p{color:#b3b3b3}.dark .ed-newsletter-section,.dark .it-newsletter-area{background:#1a1a1a}.dark .ed-newsletter-title,.dark .it-newsletter-content h2{color:#fff}.dark .ed-newsletter-text,.dark .it-newsletter-content p{color:#b3b3b3}.dark .ed-newsletter-form input{background:#252525;border-color:hsla(0,0%,100%,.1);color:#fff}.dark .ed-newsletter-form input::-moz-placeholder{color:#999}.dark .ed-newsletter-form input::placeholder{color:#999}.dark .ed-footer,.dark .it-footer-area{background:#0a0a0a}.dark .ed-footer-title,.dark .it-footer-widget h3{color:#fff}.dark .ed-footer-links a,.dark .ed-footer-text,.dark .it-footer-widget p,.dark .it-footer-widget ul li a{color:#b3b3b3}.dark .ed-footer-links a:hover,.dark .it-footer-widget ul li a:hover{color:var(--ed-primary)}.dark .ed-footer-social a{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1);color:#b3b3b3}.dark .ed-footer-social a:hover{background:var(--ed-primary);border-color:var(--ed-primary);color:#0d0d0d}.dark .ed-copyright{border-top-color:hsla(0,0%,100%,.1)}.dark .ed-copyright p{color:#b3b3b3}.dark .it-hero-experience-box{background:#1a1a1a;border:1px solid hsla(0,0%,100%,.1)}.dark .it-hero-experience-text span{color:#b3b3b3}.dark .it-hero-experience-text b{color:#fff}.dark .it-header-area.it-header-sticky{background:#1a1a1a}.dark .it-menu-content ul li a{color:#fff}.dark .it-menu-content ul li a:hover{color:var(--ed-primary)}@media (max-width:991px){.dark .it-main-menu{background:#1a1a1a}.dark .it-mobile-toggle span{background:#fff}}