.homebanner{position:relative;overflow:hidden;min-height:42vw;width:100%;display:flex;align-items:center}.homebanner .img-banner,.homebanner .video-banner{height:100%;width:100%;position:absolute;top:0;bottom:0;left:0;z-index:0}.homebanner .img-banner:after,.homebanner .video-banner:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(90deg,rgba(0,8,48,.55) 40.87%,rgba(0,0,0,.45));width:100%;height:100%;z-index:1;opacity:.85}.homebanner .img-banner img,.homebanner .img-banner video,.homebanner .video-banner img,.homebanner .video-banner video{object-fit:cover;width:100%;height:100%}.homebanner .inner-content{position:relative;padding:2rem 0;width:58rem;max-width:100%}.homebanner .inner-content .common-heading{font-size:3.875rem;line-height:1.3;font-weight:700;color:var(--white-color);font-family:var(--orbiton-font)}.homebanner .inner-content p{color:var(--white-color);opacity:1;font-size:1.25rem;line-height:1.75;margin-top:1.5rem;font-weight:300}.homebanner .commonBtn{margin-top:2rem}@media only screen and (max-width:1199px){.homebanner .inner-content .common-heading{font-size:2.5rem}}@media only screen and (max-width:767px){.homebanner{flex-direction:column;min-height:max-content}.homebanner:after{display:none}.homebanner .img-banner,.homebanner .video-banner{position:static;height:20rem}.homebanner .inner-content{padding:1rem 0 3rem}.homebanner .inner-content .common-heading{font-size:1.35rem;color:var(--white-color);line-height:1.5}.homebanner .inner-content p{color:var(--white-color);font-size:1rem;margin-top:.625rem}.homebanner .commonBtn{margin-top:1.5rem}}