.MainIndexHeader {
    width: 100%;
    position: fixed !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 99999;
    padding: 0px !important;
    margin: 0px !important;
    background-color: rgba(255,255,255,1);
}
.MainIndexHeader .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}
.header.IndexHeader {
    width: 100%;
    display: flex;
    /* position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px; */
    padding: 20px 0 0 0;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255,255,255,1);
}
.header.IndexHeader.HeaderActive {
    background: white;
    top: 0px;
    padding: 8px 0;
    box-shadow: 0 0 3px #cccccc;
}
.header.IndexHeader a.IndexLogo {
    display: block;
    width: 170px;
    transition: all 0.3s ease-in-out;
}
.header.IndexHeader a.IndexLogo img.NonActiveHead,
.header.IndexHeader.HeaderActive a.IndexLogo img.ActiveHead {
    display: block;
}

.header.IndexHeader a.IndexLogo img.ActiveHead,
.header.IndexHeader.HeaderActive a.IndexLogo img.NonActiveHead {
    display: none;
}
.header.IndexHeader.HeaderActive a.IndexLogo {
    width: 150px;
}
.header.IndexHeader a.IndexLogo img {
    width: 100%;
    height: auto;
}
.header.IndexHeader .IndexTell {
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 500;    
    background: url(../assets/IndexCall.svg) no-repeat left center transparent;
    background-size: 40px 40px;
    cursor: pointer;
    margin-left: 22px;
    padding-left: 42px;    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.header.IndexHeader .IndexTell:hover  {
    color: #E24B32;
    background: url(../assets/IndexCallH.svg) no-repeat left center transparent;
    background-size: 40px 40px;
    text-decoration: none;
}
.header.IndexHeader .IndexEmail {
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    background: url(../assets/IndexEmail.svg) no-repeat left center transparent;
    background-size: 40px 40px;
    cursor: pointer;
    margin-left: 22px;
    margin-right: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 42px;
    transition: all 0.3s ease-in-out;
}
.header.IndexHeader .IndexEmail:hover {
    color: #E24B32;
    background: url(../assets/IndexEmailH.svg) no-repeat left center transparent;
    background-size: 40px 40px;
    text-decoration: none;
}
.header.IndexHeader .IndexNav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.header.IndexHeader .IndexNav span {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
}
.header.IndexHeader .IndexNav span:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 10px;
    background: #000000;
    margin-top: 15px;
    margin-left: 10px;
}
.header.IndexHeader .IndexLiveChat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 170px;
    height: 30px;
    cursor: pointer;
    color: #000000;
    transition: all 0.3s ease-in-out;
}
.header.IndexHeader .IndexLiveChat:hover {
    color: #E24B32;
    text-decoration: none;
}
.header.IndexHeader .IndexLiveChat i {
    width: 40px;
    height: 40px;
    background: url(../assets/LiveChatIcon.svg) no-repeat center center transparent;
    background-size: 40px 40px;
    transition: all 0.3s ease-in-out;
}
.header.IndexHeader .IndexLiveChat:hover i {
    background: url(../assets/LiveChatIconH.svg) no-repeat center center transparent;
    background-size: 40px 40px;
}
.header.IndexHeader .IndexContactPage {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../assets/contactPageIcon.svg) no-repeat center center transparent;
    background-size: 40px 40px;
    cursor: pointer;
    margin-left: 22px;
    transition: all 0.3s ease-in-out;
}
.header.IndexHeader .IndexContactPage:hover {
    background: url(../assets/contactPageIconH.svg) no-repeat center center transparent;
    background-size: 40px 40px;
}
.header.IndexHeader .IndexMenu {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../assets/NavIcon.svg) no-repeat center center transparent;
    background-size: 40px 40px;
    cursor: pointer;
    margin-left: 30px;
    transition: all 0.3s ease-in-out;
}
.header.IndexHeader .IndexMenu:hover {
    background: url(../assets/NavIconH.svg) no-repeat center center transparent;
    background-size: 40px 40px;
}
.header.IndexHeader.HeaderActive .IndexNav span:after {
    background: black;
}


/* Nav */
.MainNavCanvas {
	width:30vw;
/*     min-width: 500px; */
    height: 100vh;
    position: fixed;
    top: 0px;
    right: -110%;
    z-index: 9999999999;
    background: #e1e2e6;
    transition: all 0.5s ease-in-out;
}
.MainNavCanvas.ActiveNav {
    right: 0%;
}
.MainNavCanvas .headerNav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6%;
}
.MainNavCanvas .IndexLogo {
    display: block;
    width: 200px;
}
.MainNavCanvas .IndexLogo img {
    width: 100%;
}
.menu-head-nav-container {
    width: 100%;
}
.MainNavCanvas .headerNav .IndexTell {
    color: #000000;
    padding-left: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: url(../assets/IndexCallB.svg) no-repeat left center transparent;
    background-size: 50px 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.MainNavCanvas .headerNav .IndexTell:hover {
    color: #E24B32;
    background: url(../assets/IndexCallH.svg) no-repeat left center transparent;
    background-size: 50px 50px;
    text-decoration: none;
}
.OpenNavNav {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.MainNavCanvas .HousenavIcon {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    background: url(../assets/HouseIcon.svg) no-repeat center center transparent;
    background-size: 100% auto;
    transition: all 0.3s ease-in-out;
}
.MainNavCanvas .HousenavIcon:hover {
    background: url(../assets/HouseIconH.svg) no-repeat center center transparent;
    background-size: 100% auto;
}
.MainNavCanvas .CloseBtn,
.MainNavCanvas .CloseBtn:focus {
    border: none !important;
    background: none !important;
    outline: none !important;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
}
.MainNavCanvas .CloseBtn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #000000;
    font-size: 0px;
    margin: 5px 0;
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
}
.MainNavCanvas .CloseBtn i {
    width:1px;
    height: 1px;
    display: block;
    font-size: 0px;
    background: url(../assets/CloseArrow.svg) no-repeat center center transparent;
    background-size: 100% auto;
    position: absolute;
    top: 22px;
    left: auto;
    right: -6px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
}
.MainNavCanvas .CloseBtn:hover i {
    width:15px;
    height: 15px;
    right: -6px;
    top: 18.8px;
    opacity: 1;
}
.MainNavCanvas .CloseBtn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.MainNavCanvas .CloseBtn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}
.MainNavCanvas .CloseBtn:hover span:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #E24B32;
}
.MainNavCanvas .CloseBtn:hover span:nth-child(2) {
    -webkit-transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    transform: rotate(-0deg);
    background: #E24B32;
}
.MainNavCanvas .MainNavigation {
    width: 100%;
    height: 78vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.MainNavCanvas .MainNavigation .MainNavMenus,
.MainNavCanvas .menu-full-page-nav-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.MainNavCanvas ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
}
.MainNavCanvas ul li.IndexNavActive.SecondNavActive .sub-menu.ThirdNav {
    width: 100%;
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}
.FullPageNav li {
    width: 100%;
    min-width: 350px;
    opacity: 1;
}
.FullPageNav li.IndexNavInActive {
    opacity: 0;
}
.FullPageNav li a {
    display: block;
    color: black;
    font-size: 30px;
    font-family: FontSemiBold;
    padding: 10px 10px;
    border-bottom: solid 1px #e1e2e6;
    transition: all 0.3s ease-in-out;
}
.FullPageNav li a:hover,
.FullPageNav li.current-menu-item a {
    text-decoration: none;
    border-bottom: solid 1px #FFFFFF;
    color: #E24B32;
}
.NavDevice a.IndexEmail {
    font-size: 20px;
    color: black;
    display: none;
    font-weight: bold;
    text-align: center;
}
.FullPageNav li ul.sub-menu {
    display: none;
}
.FullPageNav li ul.sub-menu li ul.sub-menu li ul.sub-menu{
    display: none !important;
}
.FullPageNav li.IndexNavActive {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
.FullPageNav li.IndexNavActive .sub-menu.SecondNav,
.FullPageNav li.IndexNavActive .sub-menu.SecondNav .SecondNavActive .ThirdNav {
    display: block;
}
.FullPageIndex .menu-item-has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: relative;
}
.FullPageIndex .menu-item-has-children a::before {
    content:'';
    width: 20px;
    height: 20px;
    background: url(../assets/DropDownBlue.svg) no-repeat center center transparent;
    background-size: 100% auto;
    order: 2;
}

.FullPageIndex .menu-item-has-children ul li a::before {
    display: none;
}
.FullPageIndex .menu-item-has-children ul li.menu-item-has-children a::before {
    display: block;
}
.FullPageIndex .menu-item-has-children a.SelectedMainNav {
    color: white;
}
.FullPageIndex .menu-item-has-children a.SelectedMainNav::after {
    content:'';
    width: 100%;
    height: 100%;
    background: #E24B32;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
}
.FullPageIndex .menu-item-has-children ul.SecondNav,
.FullPageIndex .menu-item-has-children ul.ThirdNav {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 99999999;
}
.FullPageIndex .menu-item-has-children ul.SecondNav li a {
    font-size: 1.3vw;
}
.FullPageIndex .menu-item-has-children ul.ThirdNav li a {
    font-size: 1vw;
}
.FullPageIndex .menu-item-has-children ul.SecondNav li a.SecondSelectedNav::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #cccccc;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
}
.FullPageIndex .menu-item-has-children ul.SecondNav li.SecondNavActive ul li a {
    font-family: FontRegular;
}
.FullPageIndex .menu-item-has-children ul.SecondNav li.SecondNavActive a::before {
    display: none;
}

button.GoBackParent,
button.GoBackParent:focus,
button.GoBackSubparent,
button.GoBackSubparent:focus {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: solid 2px black;
    margin-bottom: 20px;
    outline: none;
    display: none;
    cursor: pointer;
    background: url(../assets/Navback.svg) no-repeat center center transparent;
    background-size: 40px auto;
    transition: all 0.3s ease-in-out;
}
button.GoBackParent:hover,
button.GoBackSubparent:hover {
    background: url(../assets/NavbackH.svg) no-repeat center center transparent;
    background-size: 40px auto;
    border: solid 2px #E24B32;
}
.ParentClicked button.GoBackParent {
    display: block;
}
.ParentClicked.SubParentClicked button.GoBackParent {
    display: none;
}
.SubParentClicked button.GoBackSubparent {
    display: block;
}

.NavMainSocial {
    display: flex;
    justify-content: center;
}
.MainNavSocialContainer {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    border-top: solid 2px #000000;
}
.MainNavSocialContainer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}
.MainNavSocialContainer ul li {
    width: 40px;
    height: 40px;
    margin: 15px;
    cursor: pointer;
}
.MainNavSocialContainer ul li a {
    width: 40px;
    display: block;
    height: 40px;
    font-size: 0px !important;
    transition: all 0.3s ease-in-out;
}
.MainNavSocialContainer ul li.fbNav a {
    background: url(../assets/fbicon.png) no-repeat center center transparent;
    background-size: 100%;
    position: relative;
    z-index: 999999999;
}
.MainNavSocialContainer ul li.fbNav a:hover {
    background: url(../assets/fbiconh.png) no-repeat center center transparent;
    background-size: 100%;
    position: relative;
    z-index: 999999999;
}
.MainNavSocialContainer ul li.twNav a {
    background: url(../assets/twicon.png) no-repeat center center transparent;
    background-size: 100%;
    position: relative;
    z-index: 999999999;
}
.MainNavSocialContainer ul li.twNav a:hover {
    background: url(../assets/twiconh.png) no-repeat center center transparent;
    background-size: 100%;
    position: relative;
    z-index: 999999999;
}
.MainNavSocialContainer ul li.inNav a {
    background: url(../assets/inicon.png) no-repeat center center transparent;
    background-size: 100%;
}
.MainNavSocialContainer ul li.inNav a:hover {
    background: url(../assets/iniconh.png) no-repeat center center transparent;
    background-size: 100%;
}
.MainNavSocialContainer ul li.lnNav a {
    background: url(../assets/lnicon.png) no-repeat center center transparent;
    background-size: 100%;
}
.MainNavSocialContainer ul li.lnNav a:hover {
    background: url(../assets/lniconh.png) no-repeat center center transparent;
    background-size: 100%;
}
.SelectedMainNav,
a.SecondSelectedNav {
    pointer-events:none;
}
.SelectedMainNav:before,
a.SecondSelectedNav:before {
    display: none;
}
.NavOpenOverFlow {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0px;
    right: -105%;
    z-index: 999999;
    transition: all 0.8s ease-in-out;
    transition-delay: 0.3s;
}
.NavOpenOverFlow.FlowOver {
    right: 0%;
}
html.ScrollDisabled {
    overflow: hidden;
}

.SectionsSocial {
    width: 290px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    align-content: center;
    position: fixed !important;
    bottom: 80px !important;
    right: -230px;
    padding-left: 10px;
    z-index: 999999999 !important;    
    background-color: rgba(0,0,0,0.3);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    transition: right 0.8s ease-in-out;
}
.SectionsSocial.socialout {
    right: 0px;
}
.SectionsSocial.socialrun {
    right: 0px;
    width: 285px !important;
}
.SectionsSocial button.SocialOpen,
.SectionsSocial button.SocialOpen:focus {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../assets/socialIcon.svg) no-repeat center center transparent;
    background-size: 70%;
    border: 0px;
    outline: none;
    cursor: pointer;
    padding: 10px 15px !important;
    transition: right 0.3s ease-in-out;
}
.SectionsSocial button.SocialClose,
.SectionsSocial button.SocialClose:focus {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../assets/socialCloseIcon.svg) no-repeat center center transparent;
    background-size: 80%;
    border: 0px;
    outline: none;
    cursor: pointer;
    padding: 10px 15px !important;
    transition: right 0.3s ease-in-out;
}
.SectionsSocial button.SocialOpen:hover {
    background: url(../assets/socialIconh.svg) no-repeat center center transparent;
    background-size: 70%;
}
.SectionsSocial button.SocialClose:hover {
    background: url(../assets/socialCloseIconh.svg) no-repeat center center transparent;
    background-size: 80%;
}
.SectionsSocial ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}
.SectionsSocial ul li {
    width: 40px;
    height: 40px;
    margin: 10px;
}
.SectionsSocial ul li a {
    font-size: 0px;
    width: 40px;
    height: 40px;
    display: block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.SectionsSocial ul li.fbNav {
    background: url(../assets/fbiconw.png) no-repeat center center transparent;
    background-size: 80%;
    position: relative;
    z-index: 999999999;
}
.SectionsSocial ul li.fbNav:hover {
    background: url(../assets/fbiconh.png) no-repeat center center transparent;
    background-size: 80%;
    position: relative;
    z-index: 999999999;
}
.SectionsSocial ul li.twNav {
    background: url(../assets/twiconw.png) no-repeat center center transparent;
    background-size: 80%;
    position: relative;
    z-index: 999999999;
}
.SectionsSocial ul li.twNav:hover {
    background: url(../assets/twiconh.png) no-repeat center center transparent;
    background-size: 80%;
    position: relative;
    z-index: 999999999;
}
.SectionsSocial ul li.inNav {
    background: url(../assets/iniconw.png) no-repeat center center transparent;
    background-size: 80%;
}
.SectionsSocial ul li.inNav:hover {
    background: url(../assets/iniconh.png) no-repeat center center transparent;
    background-size: 80%;
}
.SectionsSocial ul li.lnNav {
    background: url(../assets/lniconw.png) no-repeat center center transparent;
    background-size: 80%;
}
.SectionsSocial ul li.lnNav:hover {
    background: url(../assets/lniconh.png) no-repeat center center transparent;
    background-size: 80%;
}


.navIndus,.navServices {
	width: 30vw;
    height: 100vh;
    background: white;
	padding:20px;
    position: fixed;
    right: -30vw;
    top: 0px;
    z-index: 999999;
	transition: all 0.6s ease-in-out;
}
.navIndus.Active, .navServices.Active {
    right: 30vw;
	overflow-x:auto;
}
.navIndus ul,
.navServices ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.navIndus ul li,
.navServices ul li {
	width:100%;
	border-bottom: solid 1px gray;
    padding: 18px 0;
}
.navIndus ul li h4,
.navServices ul li h4 {
	color:black !important;
	font-size:20px;
	font-weight:500;
	margin-bottom:0px !important;
	cursor:pointer;
	display:block;
	padding-right:40px;
	width:100%;
	background:url(https://theteambillion.com/wp-content/uploads/2024/01/openArrow.png) no-repeat right center transparent;
	background-size:20px;
}
.navIndus ul li.rowrun h4,
.navServices ul li.rowrun h4 {
	background:url(https://theteambillion.com/wp-content/uploads/2024/01/CloseArrow.png) no-repeat right center transparent;
	background-size:20px;
	color: #E24B32 !important;
}
.navIndus ul li p,
.navServices ul li p {
	color:black !important;
	font-size:18px;
	overflow: hidden;
	padding-right: 40px;
	margin-bottom:0px !important;
	transition:all 0.3s ease-in-out;
}
.navIndus ul li.rowrun p,
.navServices ul li.rowrun p {
	margin-top:10px;
}
.CloseBtnSub {
	display: block;
    width: 40px;
    height: 40px;
    border: solid 1px black;
    background: url(https://theteambillion.com/wp-content/uploads/2024/01/GobackIcon.png) no-repeat center center;
    background-size: 72%;
    border-radius: 60px;
	cursor:pointer;
}
.NavSubClos {
	width:100%;
	display:flex;
	justify-content:end;
}
/* Nav Close */


/* Responsive */
@media (max-width:1000px) {
    .IndexNav .IndexTell,
    .IndexNav .IndexEmail {
        display: none !important;
    }
    .NavDevice .IndexEmail {
        display: block !important;
    }
    .MainNavCanvas .MainNavigation {
        height:70vh
    }
}
@media (max-width:500px) {
    .MainNavCanvas {
        min-width: 100%;
    }
    .NavDevice .IndexEmail {
        display: block !important;
    }
}