:root{--primary:#f3bd00;--secondary:#757575;--light:#f3f6f8;--dark:#0c2b4b}.py-6{padding-top:6rem;padding-bottom:6rem}.my-6{margin-top:6rem;margin-bottom:6rem}.back-to-top{z-index:99;display:none;position:fixed;bottom:30px;right:30px}#spinner{opacity:0;visibility:hidden;z-index:99999;transition:opacity .5s ease-out,visibility 0s linear .5s}#spinner.show{visibility:visible;opacity:1;transition:opacity .5s ease-out,visibility linear}.btn{font-weight:500;transition:all .5s}.btn.btn-primary,.btn.btn-outline-primary:hover{color:#fff}.btn-square{width:38px;height:38px}.btn-sm-square{width:32px;height:32px}.btn-lg-square{width:48px;height:48px}.btn-square,.btn-sm-square,.btn-lg-square{justify-content:center;align-items:center;padding:0;font-weight:400;display:flex}.navbar.sticky-top{transition:all .5s;top:-100px}.navbar .navbar-brand,.navbar a.btn{height:80px}.navbar .navbar-nav .nav-link{color:var(--dark);text-transform:uppercase;outline:none;margin-right:30px;padding:25px 0;font-weight:500}.navbar .navbar-nav .nav-link:hover,.navbar .navbar-nav .nav-link.active{color:var(--primary)}.navbar .dropdown-toggle:after{content:"";vertical-align:middle;border:none;margin-left:8px;font-family:"Font Awesome 5 Free";font-weight:900}@media (width<=991.98px){.navbar .navbar-nav .nav-link{margin-right:0;padding:10px 0}.navbar .navbar-nav{border-top:1px solid #eee}}@media (width>=992px){.navbar .nav-item .dropdown-menu{opacity:0;visibility:hidden;border:none;margin-top:0;transition:all .5s;display:block;top:150%}.navbar .nav-item:hover .dropdown-menu{visibility:visible;opacity:1;transition:all .5s;top:100%}}.carousel-caption{text-align:center;z-index:1;background:#000000bf;justify-content:center;align-items:center;display:flex;inset:0}.carousel-control-prev,.carousel-control-next{width:15%}.carousel-control-prev-icon,.carousel-control-next-icon{background-color:var(--primary);border:10px solid var(--primary);width:3rem;height:3rem}@media (width<=768px){#header-carousel .carousel-item{min-height:450px;position:relative}#header-carousel .carousel-item img{object-fit:cover;width:100%;height:100%;position:absolute}}.page-header{background-color:#0000;background-image:linear-gradient(#000000bf,#000000bf),url(/assets/carousel-1-CDO14fLG.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.breadcrumb-item+.breadcrumb-item:before{color:#999}@media (width>=991.98px){.facts{z-index:1;margin-top:-75px;position:relative}}.courses{background-color:#0000;background-image:linear-gradient(#ffffffe6,#ffffffe6),url(/assets/carousel-1-CDO14fLG.jpg);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:100vh}.courses-item .courses-overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;width:100%;height:0;transition:all .5s;display:flex;position:absolute;top:0;left:0;overflow:hidden}.courses-item:hover .courses-overlay{opacity:1;height:100%}.team-items{margin:-.75rem}.team-item{padding:.75rem}.team-item:after{content:"";z-index:-1;background:#fff;width:100%;height:0;transition:all .5s;position:absolute;top:0;left:0}.team-item:hover:after{background:var(--primary);height:100%}.team-item .team-social{opacity:0;background:#000000bf;justify-content:center;align-items:center;width:100%;height:0;transition:all .5s;display:flex;position:absolute;top:0;left:0;overflow:hidden}.team-item:hover .team-social{opacity:1;height:100%}.testimonial-carousel .owl-dots{justify-content:center;align-items:center;height:40px;margin-top:25px;display:flex}.testimonial-carousel .owl-dot{border:2px solid var(--primary);background:0 0;width:20px;height:20px;margin:0 5px;transition:all .5s;display:inline-block;position:relative}.testimonial-carousel .owl-dot.active{background:var(--primary);width:40px;height:40px}.testimonial-carousel .owl-item img{width:150px;height:150px}.footer .btn.btn-link{text-align:left;color:var(--light);text-transform:capitalize;margin-bottom:5px;padding:0;font-weight:400;transition:all .3s;display:block}.footer .btn.btn-link:before{content:"";color:var(--light);margin-right:10px;font-family:"Font Awesome 5 Free";font-weight:900;position:relative}.footer .btn.btn-link:hover{color:var(--primary);letter-spacing:1px;box-shadow:none}.copyright{background:#092139}.copyright a{color:var(--primary)}.copyright a:hover{color:var(--light)}.blog-page{max-width:1200px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.blog-header{text-align:center;margin-bottom:3rem}.blog-header h1{color:#f6f6cd;margin-bottom:.5rem;font-size:2.5rem}.recent-blogs-link{color:#2c3e50;text-decoration:none;transition:color .3s}.recent-blogs-link:hover{color:#3498db}.blog-subtitle{color:#7f8c8d;margin-top:0;font-size:1.1rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.blog-card{background:#fff;border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 6px #0000001a}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.blog-thumbnail{height:200px;overflow:hidden}.blog-thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-thumbnail img{transform:scale(1.05)}.blog-content{padding:1.5rem}.blog-title{color:#2c3e50;height:max-content;margin:0 0 .5rem;font-size:1.3rem}.blog-date{color:#7f8c8d;margin:0 0 1rem;font-size:.9rem}.blog-description{color:#34495e;height:max-content;margin-bottom:1.5rem;line-height:1.5}@media (width<=768px){.blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.blog-header h1{font-size:2rem}}@media (width<=480px){.blog-page{padding:1rem}.blog-grid{grid-template-columns:1fr}}.travel-blog-container{color:#333;max-width:900px;margin:0 auto;padding:2rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.post-header{text-align:center;margin-bottom:2.5rem}.post-meta{color:#666;justify-content:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;display:flex}.post-category{color:#e74c3c;font-weight:600}.post-title{color:#2c3e50;margin:.5rem 0 1.5rem;font-size:2.5rem;line-height:1.2}.post-author{justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.author-avatar{object-fit:cover;border-radius:50%;width:50px;height:50px}.author-name{font-weight:500}.featured-image{object-fit:cover;border-radius:8px;width:100%;max-height:500px;box-shadow:0 4px 10px #0000001a}.post-content{margin-bottom:3rem}.post-paragraph{margin:1.5rem 0;font-size:1.1rem}.post-heading{color:#2c3e50;border-bottom:1px solid #eee;margin:2.5rem 0 1.5rem;padding-bottom:.5rem;font-size:1.8rem}.post-subheading{color:#34495e;margin:2rem 0 1rem;font-size:1.4rem}.post-image{text-align:center;margin:2rem 0}.post-image img{border-radius:6px;max-width:100%;height:auto;box-shadow:0 2px 10px #0000001a}figcaption{color:#666;text-align:center;margin-top:.5rem;font-size:.9rem;font-style:italic}.post-code{background:#f8f9fa;border-left:4px solid #e74c3c;border-radius:6px;margin:1.5rem 0;padding:1rem;overflow-x:auto}.post-code code{color:#333;white-space:pre-wrap;font-family:Courier New,Courier,monospace;font-size:.9rem}.post-list{margin:1.5rem 0;padding-left:1.5rem}.post-list li{margin:.5rem 0}.post-footer{border-top:1px solid #eee;margin:3rem 0;padding-top:2rem}.post-tags{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.post-tags span{color:#666;font-weight:500}.post-tags a{color:#e74c3c;background:#fdecea;border-radius:20px;padding:.25rem .75rem;font-size:.9rem;text-decoration:none;transition:all .2s}.post-tags a:hover{color:#fff;background:#e74c3c}.related-posts{margin:4rem 0 2rem}.related-title{color:#2c3e50;text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.related-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.related-post{color:#2c3e50;text-decoration:none;transition:transform .2s;display:block}.related-post:hover{transform:translateY(-3px)}.related-post img{object-fit:cover;border-radius:6px;width:100%;height:150px;margin-bottom:.75rem}.related-post h4{text-align:center;margin:0;font-size:1.1rem}@media (width<=768px){.post-title{font-size:2rem}.post-heading{font-size:1.5rem}.post-subheading{font-size:1.2rem}}@media (width<=480px){.travel-blog-container{padding:1rem}.post-title{font-size:1.8rem}.post-meta{flex-direction:column;align-items:center;gap:.5rem}.related-grid{grid-template-columns:1fr}.featured-image{max-height:300px}}
