*{box-sizing:border-box;margin:0;padding:0;font-family:Open Sans,sans-serif}:root{--customColor1:red;--customColor2:#009739;--textColor1:#555;--textColor2:#744e2e}
.navbar-container{z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0000007b;justify-content:space-between;align-items:center;width:100%;height:80px;padding:10px;display:flex;position:fixed;top:0}.navbar-container1{z-index:9999;justify-content:space-between;align-items:center;width:100%;height:80px;padding:10px;display:flex;position:fixed;top:0}.navLogo-container{justify-content:center;align-items:center;width:200px;display:flex}.navLogo-container>img{object-fit:contain;width:150px}.menu-container{justify-content:center;align-items:center;width:100%;display:flex}.menu-container>ul{justify-content:space-evenly;align-items:center;width:100%;display:flex}.menu-container>ul>li{justify-content:center;align-items:center;font-size:18px;font-weight:500;list-style:none;display:flex;position:relative}.menu-container>ul>li>a{color:#fff;justify-content:center;align-items:center;padding:5px 0;text-decoration:none;display:flex;position:relative}.menu-container>ul>li>a:after{content:"";opacity:0;background:#fff;width:0;height:2px;transition:width .4s,opacity .4s;position:absolute;bottom:0;left:0}.menu-container>ul>li>a:hover:after{opacity:1;width:100%}.menu-container>ul>li>a.active:after{opacity:1;background-color:#fff;width:100%}.mainMenu{display:none}.respMenu{z-index:99999;background:#000000f2;flex-direction:column;width:300px;height:100vh;padding-top:80px;transition:transform .4s ease-in-out;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.respMenu ul{margin:0;padding:0;list-style:none}.respMenu ul li{border-bottom:1px solid #fff3;padding:15px 20px}.respMenu ul li a{color:#fff;font-size:18px;text-decoration:none}.respMenu.show{transform:translate(0)}.closeBtn{color:#fff;cursor:pointer;font-size:25px;position:absolute;top:20px;right:20px}.services .serviceDropDown{z-index:999;background:#fff;flex-direction:column;width:220px;padding:10px 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 8px #0003}.services:hover .serviceDropDown{display:flex}.serviceDropDown a{color:#000;padding:10px 15px;font-size:16px;text-decoration:none}.serviceDropDown a:hover{background:#f1f1f1}.mobileServices{cursor:pointer}.mobileServices-header{color:#fff;justify-content:space-between;align-items:center;display:flex}.arrow{transition:transform .3s}.arrow.rotate{transform:rotate(180deg)}.mobileServiceDropDown{background:#ffffff0d;max-height:0;transition:max-height .3s;overflow:hidden}.mobileServiceDropDown.open{max-height:500px}.mobileServiceDropDown li{padding:12px 20px}.mobileServiceDropDown li a{color:#fff;font-size:16px;text-decoration:none}.mobileServiceDropDown li a:hover{color:#f39c12}@media screen and (max-width:768px){.mainMenu{cursor:pointer;justify-content:flex-end;align-items:c;width:100%;display:flex;position:relative}.hamIcon{color:#fff;font-size:30px}.menu-container>ul:first-child{display:none}}
