@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}header{z-index:9999;position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;background:#121317;box-shadow:0 5px 25px rgb(0 0 0/20%);padding:0 100px;transition:.6s}header ul{margin:0;padding:0}header .logo-nav{height:100%;max-width:60px;height:auto}header .navigation{position:relative;line-height:75px}header .navigation .menu{position:relative;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.menu-item>a{color:#fff;font-size:1em;text-decoration:none;margin:20px;padding:25px 0}.menu-item>a:hover{color:#686D76;transition:.3s}.menu-item .sub-menu{position:absolute;background:#686D76;top:74px;line-height:40px;list-style:none;border-radius:0 0 8px 8px;box-shadow:0 5px 25px rgb(0 0 0/20%);pointer-events:none;transform:translateY(20px);opacity:0;transition:.3s;transition-property:transform,opacity}.menu-item:hover .sub-menu{pointer-events:all;transform:translateY(0);opacity:1}.menu-item .sub-menu .sub-item{position:relative;padding:7px 0;cursor:pointer;box-shadow:inset 0 -30px 5px -30px rgba(255,255,255,.2)}.menu-item .sub-menu .sub-item a{color:#fff;font-size:1em;text-decoration:none;padding:15px 20px}.menu-item .sub-menu .sub-item:hover{background:#121317}.menu-item .sub-menu .sub-item:hover:last-child:hover{border-radius:0 0 8px 8px}.more .more-menu{position:absolute;background:#686D76;list-style:none;top:0;left:100%;white-space:nowrap;border-radius:0 8px 8px 8px;overflow:hidden;pointer-events:none;transform:translateY(20px);opacity:0;transition:.3s;transition-property:transform,opacity}.more:hover .more-menu{pointer-events:all;transform:translateY(0);opacity:1}.more .more-menu .more-item{padding:7px 0;box-shadow:inset 0 -30px 5px -30px rgba(255,255,255,.2);transition:.3s}.more .more-menu .more-item:hover{background:#121317}.menu-btn{display:none}@media (max-width:1300px){header .navigation .menu{position:fixed;display:block;background:#121317;min-width:350px;height:100vh;top:0;right:-100%;padding:90px 50px;visibility:hidden;overflow-y:auto;transition:.5s;transition-property:right,visibility}header .navigation .menu.active{right:0;visibility:visible}.menu-item{position:relative}.menu-item .sub-menu{opacity:1;position:relative;top:0;transform:translateX(10px);transform:translateX(0);background:rgba(255,255,255,.1);border-radius:5px;overflow:hidden;display:none}.menu-item:hover .sub-menu{transform:translateX(10px)}.menu-item .sub-menu .sub-item{box-shadow:none}.menu-item .sub-menu .sub-item:hover{background:none}.menu-item .sub-menu .sub-item a:hover{color:#121317;transition:.3s}.more .more-menu{opacity:1;position:relative;left:0;transform:translateY(0);background:rgba(255,255,255,.1);border-radius:5px;display:none}.more .more-menu .more-item{box-shadow:none}.more .more-menu .more-item:hover{background:none}.more .more-menu .more-item a{margin-left:20px}.close-btn{position:absolute;background:url(/assets/images/icon/close.png)no-repeat;background-size:25px;background-position:50%;top:0;left:0;margin:25px}.close-btn,.menu-btn{width:40px;height:40px;cursor:pointer}.menu-btn{background:url(/assets/images/icon/menu-bar.png)no-repeat;background-size:30px;background-position:50%;display:block}header{padding:15px 20px}}footer *{margin:0;padding:0;box-sizing:border-box}footer{position:relative;background:#373A40;width:100%;bottom:0;left:0}footer:before{content:"";position:absolute;left:0;top:100px;height:2px;width:100%;background:#fff}footer .content{max-width:1250px;margin:auto;padding:30px 40px 40px}footer .content .top{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}.content .top .logo-details{color:#fff;font-size:30px}.content .top .logo-details img{max-height:70px}.content .top .media-icons{display:flex}.content .top .media-icons a{height:40px;width:40px;margin:0 8px;border-radius:50%;text-align:center;line-height:40px;color:#fff;font-size:17px;text-decoration:none;transition:all .4s ease}.top .media-icons a:first-child{background:#4267b2}.top .media-icons a:first-child:hover{color:#4267b2;background:#fff}.top .media-icons a:nth-child(2){background:#e1306c}.top .media-icons a:nth-child(2):hover{color:#e1306c;background:#fff}.top .media-icons a:nth-child(3){background:#ff0000}.top .media-icons a:nth-child(3):hover{color:#ff0000;background:#fff}.top .media-icons a:nth-child(4){background:#000}.top .media-icons a:nth-child(4):hover{color:#000;background:#fff}.top .media-icons a:nth-child(5){background:#0077b5}.top .media-icons a:nth-child(5):hover{color:#0077b5;background:#fff}footer .content .link-boxes{width:100%;display:flex;justify-content:space-between}footer .content .link-boxes .box{width:calc(100% / 5 - 10px)}.content .link-boxes .box .link_name{color:#fff;font-size:18px;font-weight:500;margin-bottom:10px;position:relative}.link-boxes .box .link_name:before{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:35px;background:#fff}.content .link-boxes .box li{margin:6px 0;list-style:none}.content .link-boxes .box li p{text-align:justify}.content .link-boxes .box li a,.content .link-boxes .box li p{color:#fff;font-size:14px;font-weight:400;text-decoration:none;opacity:1}.content .link-boxes .box li a{transition:all .4s ease}.content .link-boxes .box li a:hover{opacity:.7}.content .link-boxes .input-box{margin-right:55px}.link-boxes .input-box input{height:40px;width:calc(100% + 55px);outline:none;border:2px solid #afafb6;background:white;border-radius:4px;padding:0 15px;font-size:15px;color:#000;margin-top:5px}.link-boxes .input-box input::placeholder{color:#000;font-size:16px}.link-boxes .input-box input[type=button]{background:#fff;color:#140b5c;border:none;font-size:18px;font-weight:500;margin:4px 0;opacity:.8;cursor:pointer;transition:all .4s ease}.input-box input[type=button]:hover{opacity:1}footer .bottom-details{width:100%;background:#121317}footer .bottom-details .bottom_text{max-width:1250px;margin:auto;padding:20px 40px;display:flex;justify-content:space-between}.bottom-details .bottom_text a,.bottom-details .bottom_text span{font-size:14px;font-weight:300;color:#fff;opacity:1;text-decoration:none}.bottom-details .bottom_text a:hover{opacity:1;text-decoration:underline}.bottom-details .bottom_text a{margin-right:10px}@media (max-width:900px){footer .content .link-boxes{flex-wrap:wrap}footer .content .link-boxes .input-box{width:40%;margin-top:10px}.content .link-boxes .box li a,.content .link-boxes .box li p{font-size:12px}footer .content .link-boxes .box{width:calc(100% / 4 - 8px)}}@media (max-width:700px){footer{position:relative}.content .top .logo-details{font-size:26px}.content .top .media-icons a{height:35px;width:35px;font-size:14px;line-height:35px}footer .content .link-boxes .box{width:calc(100% / 3 - 10px)}footer .content .link-boxes .input-box{width:60%}.bottom-details .bottom_text a,.bottom-details .bottom_text span{font-size:12px}.content .link-boxes .box li a,.content .link-boxes .box li p{font-size:10px}}@media (max-width:520px){footer:before{top:170px}footer .content .top{flex-direction:column}.content .top .media-icons{margin-top:16px}footer .content .link-boxes .box{width:calc(100% / 2 - 10px)}footer .content .link-boxes .input-box{width:100%}}.gallery-section{display:flex;padding:0 35px;align-items:center;justify-content:center;background:#fff}.gallery-wrapper{display:flex;max-width:1200px;position:relative}.gallery-wrapper i{top:50%;height:44px;width:44px;color:#343F4F;cursor:pointer;font-size:1.15rem;position:absolute;text-align:center;line-height:44px;background:#fff;border-radius:50%;transform:translateY(-50%);transition:transform .1s linear}.gallery-wrapper i:active{transform:translateY(-50%) scale(.9)}.gallery-wrapper i:hover{background:#f2f2f2}.gallery-wrapper i:first-child{left:-22px;display:block}.gallery-wrapper i:last-child{right:-22px}.gallery-wrapper .gallery-carousel{font-size:0;cursor:pointer;overflow:hidden;white-space:nowrap;scroll-behavior:smooth}.gallery-carousel.dragging{cursor:-webkit-grab;cursor:grab;scroll-behavior:auto}.gallery-carousel.dragging img{pointer-events:none}.gallery-carousel img{width:calc(100% / 3);height:auto;aspect-ratio:16/9;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0;display:inline-block}.gallery-carousel img:first-child{margin-left:0}@media screen and (max-width:900px){.gallery-carousel img{width:50%}}@media screen and (max-width:600px){.gallery-carousel img{width:100%}}