body {
	font-family: 'Lato', sans-serif;
  scroll-behavior: smooth;
}

ul {
	padding: 0;
	margin: 0;
}

p {
	font-size: 16px;
	line-height: 24px;
}

html {
	scroll-behavior: smooth;
}
.payAces a {
	background: #CAFF1A;
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	padding: 13px 35px;
	border-radius: 26px;
	margin-left: 22px;
	display: inline-block;
	text-transform: uppercase;
}
.creditCardOuter input[type="radio"] {
   height: 25px;
    width: 25px;
    accent-color: #000;
    margin-right: 16px;
}
.creditCardOuter .custom-radio {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
.creditCardOuter .custom-radio label {
    margin: 0;cursor: pointer;
}
.creditCardOuter .form-check input, .creditCardOuter .form-check label {
    cursor: pointer;
}
.creditCardOuter h4 small {
    margin-top: 13px;
    font: italic normal normal 16px/15px Lato;
    display: inline-block;
}
.creditCardOuter input[type=checkbox] {
    width: 23px;
    height: 23px;
    margin-right: 16px;
}
.creditCardWrap {
    position: relative;
    background-image: url(../images/triangledesign3x.png);
    background-repeat: no-repeat;
    background-size: 145%;
    width: 100%;
    background-color: #000;
    background-position: top center;
    padding: 100px 0;
}
.creditCardWrap h1 {
    font: normal normal bold 55px/66px Lato;
    color: #59ACD6;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 55px;
}
.creditCardOuter {
    margin: 0 auto;
    max-width: 765px;
    background: #101010;
    padding: 70px 100px;
    border: 1px solid #363636;
}
.creditCardOuter input {
   border: 1px solid #707070;
    border-radius: 8px;
    height: 40px;
}
.creditCardOuter label {
    font: normal normal normal 18px/32px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 3px;
}
.formSpx {
    margin-bottom: 50px;
}
.creditCardOuter h4 {
    font: normal normal bold 22px/22px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
}
.creditCardOuter .ps-lg-2.rightAlX {
    margin-left: 90px;
}
.creditCardOuter .ps-lg-2.rightAlX input {
    width: 79%;
}
.creditCardOuter .custom-control.custom-radio.topX {
    margin-top: 30px;
}
.creditCardOuter #Invoice {
    margin: 25px 0;
}
.creditCardOuter select {
    background-image: url(../images/arrow.jpg);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #A3A3A3 !important;
}
.creditCardOuter label.Nul {
    margin-top: 26px;
}
.creditCardOuter input.submitBtn {
    background: #CAFF1A;
    border-radius: 26px;
    border: unset;
    padding: 14px 50px;
    height: unset;
    width: auto;
    text-align: center;
    font: normal normal bold 20px/24px Lato;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 50px;position: relative;
}
.creditCardOuter input.submitBtn:hover{
    box-shadow: 1px 1px 11px 4px rgb(202 255 26 / 85%)!important;
}
@media (max-width: 1199.98px) {

}
@media (min-width: 768px) and (max-width: 991.98px) {
	.creditCardOuter .ps-lg-2.rightAlX {
    margin-left: 0;
}
}
@media (max-width: 767.98px) {
	.creditCardOuter {
    padding: 60px 30px; 
}
.creditCardOuter .ps-lg-2.rightAlX {
    margin-left: 0;
}
.creditCardOuter label.Nul {
    margin-top: 0;
}
.creditCardOuter .ps-lg-2.rightAlX input {
    width: 100%;
}
.payAces {
    display: none;
}
.finance-sec h2 {
	margin: 0 0 25px;
}
.finance-sec .payAces {
	display: block;
}
.finance-sec .payAces a {
	margin: 0;
	width: auto;
}
}

.siteWrap ul li a:hover {
	color: #CAFF1A;
}

.experts ul li a:hover {
	color: #fff;
}

.experts ul li:hover img.heffect {
	box-shadow: 1px -1px 8px 4px rgb(202 255 26 / 45%);
}

.siteWrap {
	position: relative;
	background-image: url(../images/triangledesign3x.png);
	background-repeat: no-repeat;
	background-size: 120%;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: top center;
	padding: 65px 0;
}

.icon-plus:before,
.icon-minus:before {
	content: ""!important;
	background-size: 100%;
	width: 5px !important;
	height: 5px !important;
	position: absolute;
	background: url(https://www.hughesmedia.us/wp-content/uploads/2021/07/down.svg) top right no-repeat!important;
	right: 30px;
	top: 18px;
}

.icon-minus:before {
	transform: rotate(-180deg);
}

.mobile-menu li a i:before {
	display: none;
}

.scrollActive .nav-xbootstrap li.menu-item-has-children a:before {
	right: 2px;
	top: 50%;
}

.scrollActive .headerContainerWrapper {
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: top 500ms ease;
	-moz-transition: top 500ms ease;
	-o-transition: top 500ms ease;
	transition: top 500ms ease;
}

.scrollActive .headerContainerShadow {
	background: #020A19;
	box-shadow: 0 0 8px 2px rgb(202 255 26 / 37%);
	position: relative;
	z-index: 999999;
}

.scrollActive .headerContainerWrapper {
	top: 0 !important;
	position: fixed;
	z-index: 9999
}

.scrollActive .mainMenu {
	display: flex;
	padding: 0;
	align-items: center;
}

.scrollActive .rightHeadStyle .scheduleCallBtn a {
	padding: 8px 25px;
	display: inline-block;
	margin-left: 22px;
	font-size: 13px;
}

.scrollActive header {
	padding: 0;
}

.scrollActive .nav-xbootstrap li a {
	padding: 0 12px 0;
	line-height: 40px;
}

.scrollActive .nav-xbootstrap li a:last-child {
	padding-right: 12px;
}

.scrollActive .mainLogo img {
	width: 75%;
}

.scrollActive .headerOuterWrap {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.scrollActive .nav-xbootstrap li ul.sub-menu {
	top: 39px;
}

.scrollActive .header {
	background: #252729;
	padding: 10px 0px
}

.scrollActive .nav-xbootstrap ul.sub-menu li a {
	line-height: 20px;
}

header {
	z-index: 99;
	background: #000000;
	padding: 24px 0 15px;
	position: relative;
}

.headerOuterWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/*main nav style start*/

.mainMenu {
	display: flex;
	align-items: center;
}

#main {
	position: relative;
	z-index: 9;
}

#main nav {
	text-align: center;
}

.mobMenu {
	display: none;
}

.nav-xbootstrap {
	display: block;
}

.iconsize {
	font-size: 12px;
	top: 2px;
	left: 3px;
}

.nav-xbootstrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

.nav-xbootstrap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #def1f0;
}

.cPortal a {
	border: 2px solid #CAFF1A;
	border-radius: 26px;
	opacity: 1;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
	padding: 12px 20px;
	display: inline-block;
	letter-spacing: 0.2px;
	position: relative;
}

.cPortal a:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	border-radius: 26px;
	right: 0;
	transform: scale(0);
	transition: all .3s ease-in-out;
	z-index: -1;
	background: linear-gradient(45deg, rgb(194 231 77 / 35%) 0%, rgb(154 190 36 / 35%) 90%);
}

.cPortal a:hover::before {
	z-index: 99;
	transform: scale(1);
	box-shadow: 1px 1px 11px 4px rgb(202 255 26 / 85%);
}

.loginBtn:hover {
	color: #fff;
}

.nav-xbootstrap li a {
	position: relative;
	padding: 0 14px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff !important;
	display: inline-block;
	outline: 0;
	text-decoration: none;
	letter-spacing: 0.2px;
}

.cPortal {
	margin-left: 20px;
}

ul.sub-menu a:before {
	display: none;
}

.nav-xbootstrap li.menu-item-has-children a:before {
	content: "";
	background-size: 100%;
	width: 5px;
	height: 5px;
	position: absolute;
	background: url(https://www.hughesmedia.us/wp-content/uploads/2021/07/down.svg) top right no-repeat;
	right: 18px;
	top: 12px;
}

.nav-xbootstrap li:hover ul.sub-menu {
	display: block;
}

.nav-xbootstrap li ul.sub-menu {
	position: absolute;
	display: none;
	width: 260px;
	background: #020A19;
	padding-top: 0;
	z-index: 9999;
	text-align: left;
	top: 45px;
	box-shadow: rgb(246 246 246 / 60%) 0px 2px 4px 0px;
}

.nav-xbootstrap li ul.sub-menu li {
	display: block;
	list-style-type: none;
	border-bottom: 1px solid #e7e8e9;
}

.nav-xbootstrap li ul.sub-menu li a {
	padding: 10px 20px;
	font-size: 14px;
	display: block;
	font-weight: 300;
}

.nav-xbootstrap li ul.sub-menu li:last-child a {
	border-bottom: none;
}

.nav-xbootstrap li ul.dropdown li:first-child:hover a {
	border-radius: 0;
}

.nav-xbootstrap li:hover .arrow-down {
	border-top: 5px solid #fff;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #def1f0;
	position: relative;
	top: 15px;
	right: -5px;
	content: '';
}

.nav-xbootstrap li a i {
	display: none;
}

.mobileMenu {
	display: none;
}

body.cover-bg {
	overflow-y: hidden;
}

.nav-xbootstrap li a:hover {
	color: #CAFF1A !important;
}

.mainLogo a {
	width: 226px;
	display: inline-block;
}

.mainBanner {
	position: relative;
	background-image: url(../images/ACES_HomePg_GreenUnderbelly.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 85px 0 168px;
	color: #000000;
}

.mainBanner h1 {
	font: normal normal 900 65px/80px Lato;
	text-transform: uppercase;
}

.mainBanner h2 {
	font: normal normal normal 45px/60px Lato;
	padding-top: 10px;
}

.managment {
	position: relative;
	background-image: url(../images/triangledesign3x.png);
	background-repeat: no-repeat;
	background-size: 120%;
	width: 100%;
	height: 67vh;
	background-color: #000;
	background-position: top center;
}

.managmentPhrase h2,
.managmentPhrase h2 small {
	font: normal normal 900 32px/42px Lato;
	margin-bottom: 41px;
	text-transform: capitalize;
}

.managmentPhrase h2 small {
	color: #CBFD3B;
}

.managmentPhrase p {
	font: normal normal normal 23px/32px Lato;
	width: 78%;
}

.managmentPhrase {
	background: #292929;
	color: #fff;
	padding: 68px 20px 69px 61px;
	position: absolute;
	bottom: 22px;
	margin-left: 1px;
}

.managmentPhrase h4 {
	font: normal normal 900 22px/32px Lato;
	padding: 0 0 16px;
}

.managmentPhrase ul li:before {
	top: 12px;
}

.managmentPhrase ul li {
	font: normal normal normal 22px/32px Lato;
	margin-bottom: 17px;
	list-style: none;
	padding-left: 30px;
	position: relative;
	padding-right: 10px;
}

.managmentPhrase:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 125px;
	background: #292929;
	bottom: -125px;
	left: 50%;
	z-index: 99;
	border-top: unset;
}

.secHeading h2, .pageTitle h1, .finance-sec h2 {
	font: normal normal 900 70px/84px Lato;
	color: #59ACD6;
	text-transform: uppercase;
	text-align: left;
}

.secHeading h2 small,
.pageTitle h1 small, .finance-sec h2 span {
	font: normal normal normal 20px/24px Lato;
	color: #FFFFFF;
	display: block;
	margin-bottom: 12px;
}

.pageTitle h1 small {
	font: normal normal normal 20px/24px Lato;
	letter-spacing: 0.54px;
	margin-bottom: 22px;
}

.pageTitle h1 {
	font: normal normal bold 70px/84px Lato;
}

.advantages {
	padding: 100px 0;
	background: #000000;
}

.advantages {
	position: relative;
}

.advantages:before {
	position: absolute;
	content: "";
	width: 43.5%;
	height: 5px;
	background: #CAFF1A;
	right: 0;
	top: 182px;
}

.advantages ul li,
.siteWrap ul li {
	position: relative;
	list-style: none;
	color: #fff;
	font-size: 20px;
	padding-left: 25px;
	font-weight: 600;
	padding-bottom: 10px;
	display: inline-block;
	width: 49%;
}

.siteWrap ul li a {
	color: #fff;
	text-decoration: unset;
}

.siteWrap ul li {
	width: 100%;
}

.advantages ul li:before,
.siteWrap ul li:before,
.managmentPhrase ul li:before {
	width: 9px;
	height: 9px;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	background: #CAFF1A;
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
}

.advantages .secHeading {
	padding-left: 25px;
}

.advantages ul {
	padding-top: 25px;
}

.automotiveWork {
	background: #101010;
	text-align: center;
	padding: 90px 0 45px;
}

.automotiveWork .secHeading h2 small {
	letter-spacing: 0.54px;
	font: normal normal normal 20px/24px Lato;
	margin-bottom: 22px;
}

.automotiveWork .secHeading h2 {
	font: normal normal bold 70px/84px Lato;
}

.automotiveWork .owl-nav button {
	position: absolute;
	top: 15px;
	margin: 0;
	margin: 0 !important;
	height: unset;
	line-height: 25px !important;
}

.automotiveWork .owl-nav button span {
	font-size: 120px !important;
	line-height: unset;
	color: #707070;
	font-weight: 300;
}

.automotiveWork .owl-nav button.owl-prev {
	left: -50px;
}

.automotiveWork .owl-nav button.owl-next {
	right: -50px;
}

.automotiveWork .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent!important;
}

.automotiveWork .owl-nav button:hover span {
	color: #59ACD6!important;
}

.automotiveWork .secHeading {
	margin-bottom: 55px;
}

footer {
	background: #000000;
	text-align: center;
	padding: 102px 0 90px;
}

.copyRt a:hover {
	color: #fff;
}

.fooLogo img {
	max-width: 160px;
}

footer ul {
	max-width: 740px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

footer ul li img {
	width: 58px;
	margin-bottom: 26px;
}

footer ul li p,
footer ul li a {
	font: normal normal normal 16px/19px Lato;
	color: #CAFF1A;
	text-decoration: none;
	text-align: center;
}

footer ul li {
	list-style: none;
}

.fooLogo {
	padding-bottom: 45px;
}

footer .cPortal {
	padding-top: 15px;
	margin: 0;
}

footer ul li a:hover {
	color: #fff;
}

.loginBigImg,
.loginsmallImg {
	position: relative;
	background-image: url(../images/triangledesign3x.png);
	background-repeat: no-repeat;
	width: 100%;
	padding: 120px 0;
	background-color: #000;
}

.loginBigImg {
	background-size: 165%;
	background-position: top center;
}

.loginsmallImg {
	background-size: cover;
	background-position: center;
}

.logInWrap {
	background: #101010;
	text-align: center;
	padding: 89px 0 30px;
}

.formOuterWrap {
	max-width: 470px;
	margin: 0 auto;
}

.formOuterWrap input::placeholder {
	color: #000000;
}

.formOuterWrap input {
	border: 1px solid #707070;
	border-radius: 35px;
	margin-bottom: 32px;
	height: 69px;
	text-align: center;
	padding: 15px;
	font: normal normal normal 16px/19px Lato;
	color: #000000;
}

.loginBtn {
	border: 2px solid #CAFF1A;
	border-radius: 35px;
	font: normal normal normal 16px/19px Lato;
	color: #FFFFFF;
	width: 68%;
	padding: 12px;
	margin-top: 12px;
}

.newAc {
	font: normal normal normal 16px/19px Lato;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding-top: 50px;
}

.newAc a {
	color: #CAFF1A;
	padding-left: 24px;
	text-decoration: none;
}

.pageTitle {
	position: relative;
	background-image: url(../images/triangledesign3x.png);
	background-repeat: no-repeat;
	width: 100%;
	padding: 81px 0 96px;
	background-color: #000;
	background-size: 120%;
	background-position: top center;
}

.ourWork .column {
	-ms-flex: 33.33%;
	flex: 33.33%;
	max-width: 33.33%;
	padding: 0 22px;
}

.ourWork .column img {
	margin-bottom: 35px;
	vertical-align: middle;
	width: 100%;
}

.ourWork .modal {
	z-index: 999999 !important;
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

.ourWork .modal-content {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

.ourWork .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.ourWork .close:hover,
.ourWork .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.ourWork .photoMainSlides,
.ourWork.exploreCtrl .exploreSlides {
	display: none;
}

.ourWork .cursor {
	cursor: pointer;
}

.ourWork .prev,
.ourWork .next {
	background: rgb(0 0 0 / 50%);
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.ourWork .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.ourWork .prev:hover,
.ourWork .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.ourWork .numbertext {
	background: rgb(0 0 0 / 60%);
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.ourWork .caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.ourWork.demo {
	opacity: 0.6;
}

.ourWork .active,
.ourWork .demo:hover {
	opacity: 1;
}

.ourWork img.hover-shadow {
	transition: 0.3s;
}

.ourWork .hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ourWork .photoMainSlides img,
.ourWork.exploreCtrl .exploreSlides img {
	height: 85vh;
	object-fit: cover;
}

.ourWork {
	padding-bottom: 30px;
	background: #101010;
}

.ourWork .row {
	position: relative;
	margin-top: -57px;
}

header.innerPages .mainLogo {
	padding-left: 0;
}

.indusList {
	background: #292929;
	color: #fff;
	padding: 35px 0 18px 50px;
	margin-top: 60px;
	position: relative;
}

.pageTitle.aboutUsCtrl:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	background: #000;
}

.indusList:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 52px;
	background: #292929;
	top: -45px;
	left: 16%;
}

.pageTitle.aboutUsCtrl {
	padding-bottom: 0;
	padding-top: 50px;
}

.indusList h3,
.locations h3 {
	font: normal normal 900 29px/32px Lato;
}

.indusList ul li {
	width: 49%;
	font: normal normal normal 23px/22px Lato;
	padding-bottom: 27px;
	list-style: none;
	display: inline-block;
	padding-right: 2%;
	padding-left: 30px;
}

ul.listStyle li {
	position: relative;
	vertical-align: top;
}

ul.listStyle li:before {
	position: absolute;
	width: 19px;
	height: 19px;
	content: "";
	left: 0;
	top: 0;
	background-image: url(../images/listStyle.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.indusList ul {
	padding-top: 22px;
}

.indusList p {
	font: normal normal normal 23px/22px Lato;
	padding-left: 30px;
}

.locations {
	background: #000000;
	text-align: center;
	color: #fff;
	padding: 35px 0 .1px;
}

.locations h3 {
	margin-bottom: 0;
}

.pageTitle.aboutUsCtrl .pageHeading {
	padding-left: 0;
}

.abtBannerImg img {
	width: 100%;
}

.locationServices {
	text-align: left;
}

.locationServices ul li {
	position: relative;
	background: #292929;
	padding: 40px 44px 30px;
	margin: 25px 0 90px;
	list-style: none;
}

.locationServices ul li h3 {
	margin-bottom: 32px;
}

.locationServices p {
	font: normal normal normal 23px/32px Lato;
}

.locationServices ul li:nth-child(even)::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 95px;
	background: #292929;
	bottom: -90px;
	left: 80px;
}

.locationServices ul li:nth-child(odd)::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 95px;
	background: #292929;
	bottom: -90px;
	right: 20%;
}

.experts {
	background: #101010;
	padding: 100px 0 40px;
}

.experts .secHeading {
	padding-bottom: 35px;
}

.experts ul li img {
	width: 217px;
	height: 217px;
	border-radius: 50%;
	/* outline: 5px solid #CAFF1A;*/
	border: 5px solid #CAFF1A;
	margin-bottom: 60px;
	transition: all ease .5s;
}

.experts ul li {
	position: relative;
}

.experts ul li ol li {
	position: unset;
}

.experts ul li ol {
	width: 75%;
	margin: 0px auto 20px;
}

.mainContact a {
	font: normal normal normal 16px/19px Lato;
	color: #CAFF1A;
	text-decoration: none;
}

.mainContact {
	margin-bottom: 45px;
}

.mainColWrap {
	padding: 20px 0 30px;
	border-bottom: 5px solid #292929;
}

.leadTeam h3,
.headPhraseCtrl h3 {
	font: normal normal 900 29px/32px Lato;
	color: #fff;
	margin-bottom: 55px;
}

.headPhraseCtrl {
	text-align: left;
}

.leadTeam {
	padding: 70px 0;
	border-bottom: 5px solid #292929;
	margin-bottom: 65px;
}

.leadTeamWrap {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.leadTeamWrap .teamMember img {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	border: 5px solid #CAFF1A;
	margin-right: 28px;
}

.teamDetail h4 {
	font: normal normal 900 28px/34px Lato;
}

.teamDetail p {
	font: normal normal normal 22px/27px Lato;
	margin: 0;
	padding-right: 29px;
}

.finance-sec {
	border-top: 5px solid #292929;
	padding: 70px 0 45px;
	text-align: center;
}
.finance-sec h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin: 40px 0 40px;
}
.finance-sec p {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 18px;
	text-align: left;
}

.experts ul li:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 55px;
	background: #CAFF1A;
	left: 50%;
	top: 213px;
	transform: translateX(-50%);
}

.experts ul li ol li img,
.mainContact img {
	width: 28px;
	height: auto;
	margin-right: 15px;
	position: unset;
	outline: unset;
	margin-bottom: unset;
	border: unset;
}

.experts ul li {
	position: relative;
	list-style: none;
	display: inline-flex;
	width: 24%;
	color: #fff;
	margin-bottom: 65px;
	flex-direction: column;
	min-height: 100%;
	justify-content: flex-start;
	text-align: center;
	align-items: center;
}

.experts ul li h4 {
	font: normal normal 900 22px/27px Lato;
}

.experts ul li p {
	margin-bottom: 12px;
	width: 80%;
	font: normal normal normal 16px/19px Lato;
	min-height: 35px;
}

.experts ul li a {
	color: #CAFF1A;
	text-decoration: none;
}

.experts ul li ol li {
	display: inline-flex;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: unset;
	justify-content: center;
	flex-direction: unset;
	align-items: flex-start;
}

.experts ul li ol {
	padding: 0;
}

.abtOuterWrap {
	padding: 0 15px;
}

.mapImgWrap img {
	z-index: 99;
	position: relative;
}

.mapImgWrap {
	position: relative;
}

.mapImgWrap:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 250px;
	background: #292929;
	right: 175px;
	top: -75px;
}

.mapImgWrap:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 250px;
	background: #292929;
	left: 257px;
	bottom: -75px;
}

.experts ul {
	text-align: center;
}

.copyRt,
.copyRt a {
	color: #565656;
	font-weight: 400;
}

.copyRt a {
	text-decoration: none;
}

.imgWrap img {
	width: 90%;
}

.imgWrap {
	position: absolute;
	right: 0;
	bottom: -103px;
	z-index: 999;
}

aside.copyRt {
	padding-top: 70px;
}

.mainContact h4 {
	font: normal normal 900 22px/27px Lato;
	color: #fff;
}

.mainContact a:hover {
	color: #fff;
}

.leadTeamWrap:hover .teamMember img {
	box-shadow: 1px -1px 8px 4px rgb(202 255 26 / 45%);
}

/* 11-01-23 */
.viewLocation {
    font-size: 18px;
    margin: 10px 0 10px;
}

@media (min-width: 1300px) {
	.container {
		max-width: 1286px;
	}
	.experts .container {
		width: 77%;
	}
	.mainLogo {
		padding-left: 60px;
	}
	.mainMenu {
		position: relative;
		top: 5px;
	}
	.scrollActive .mainMenu {
		position: unset;
	}
	.mainBanner h2 {
		width: 75%;
	}
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
	.imgWrap {
		text-align: right;
		bottom: -93px;
	}
	.imgWrap img {
		width: 80%;
	}
	.managmentPhrase h2,
	.managmentPhrase h2 small {
		margin-bottom: 25px;
	}
	.managmentPhrase {
		padding: 60px 20px 69px 60px;
	}
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
	.payAces a {
    padding: 13px 30px;
    margin-left: 20px;
}
.mainLogo img, .mainLogo a {
    max-width: 170px;
}
}
@media (min-width: 1100px) {
	.abtOuterWrap {
		max-width: 1091px;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	.innerWrap {
		max-width: 876px;
		margin: 0 auto;
	}
	.container-fluid {
		padding: 0 65px;
	}
	.pageTitle .pageHeading {
		padding-left: 9px;
	}
	footer ul li {
		width: 25%;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.automotiveWork .owl-nav button span {
		font-size: 110px !important;
	}
	.automotiveWork .owl-nav button.owl-prev {
		left: -25px;
	}
	.automotiveWork .owl-nav button.owl-next {
		right: -25px;
	}
	.managment {
		background-size: 140%;
		height: 36vh;
	}
	.nav-xbootstrap li a,
	.cPortal a, .payAces a {
		font-size: 15px;
	}
	.cPortal a{
    padding: 8px 16px; 
	}
	.payAces a {
    padding: 10px 20px;
	}
	.imgWrap img {
		width: 500px;
	}
	.imgWrap {
		bottom: -64px;
	}
	.managmentPhrase {
		padding: 55px 20px 69px 45px;
	}
	.managmentPhrase h2,
	.managmentPhrase h2 small {
		font: normal normal 900 27px/36px Lato;
		margin-bottom: 22px;
	}
	.experts ul li {
		width: 33%;
	}
	.mainLogo img {
    max-width: 140px;
}
.mainLogo a {
	width: 150px;
}
.finance-sec h2 { font-size:60px; }
}

@media (max-width: 991.98px) {
	.managmentPhrase {
	width: 100%;
    position: relative;
    top: -72px;
	}
	.imgWrap {
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    bottom: unset!important;
    top: -10px; 
}
	.mainContact {
		margin-bottom: 70px;
		text-align: center;
	}
	.siteWrap {
		background-size: cover;
	}
	.scrollActive .mobileMenu button {
		top: 10px;
	}
	.scrollActive .mainLogo img {
		width: 100%;
	}
	.innerWrap {
		padding: 0 15px;
	}
	header {
		padding: 20px 0;
	}
	header .cPortal a {
		margin-right: 25px;
	}
	.mainBanner .innerWrap {
		padding: 0 30px;
	}
	.managmentPhrase:before {
		height: 110px;
		bottom: -110px;
	}
	.mobileMenuCtrl {
		position: relative;
		right: 12px;
		top: -5px;
	}
	.mobileMenu button {
		width: 50px;
		height: 40px;
		background: linear-gradient(45deg, #c2e74d 0%, #9abe24 90%);
	}
	.lines-button {
		position: relative;
		float: right;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 96px;
		height: 56px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.lines-button:focus {
		outline: none;
	}
	.lines-button span {
		display: block;
		position: absolute;
		left: 8px;
		right: 18px;
		width: 35px;
		height: 3px;
		background: #fff;
		border-radius: 0.57143rem;
	}
	.lines-button span::before,
	.lines-button span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		border-radius: 0.57143rem;
		content: "";
	}
	.lines-button span::before {
		top: -11px;
	}
	.lines-button span::after {
		bottom: -11px;
	}
	.lines {
		background: none;
	}
	.lines span {
		-webkit-transition: background 0s 0.3s;
		transition: background 0s 0.3s;
	}
	.lines span::before,
	.lines span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		transition-delay: 0.3s, 0s;
	}
	.lines span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.lines span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	.lines.close span {
		background: none;
	}
	.lines.close span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.lines.close span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.lines.close span::before,
	.lines.close span::after {
		-webkit-transition-delay: 0s, 0.3s;
		transition-delay: 0s, 0.3s;
	}
	.mobileMenuCtrl .mainLogo img {
		width: 220px;
	}
	.mainBannerPhrase {
		z-index: 20;
	}
	.mobileMenu {
		display: block;
	}
	.headerOuterWrap .nav-xbootstrap {
		display: none;
	}
	.secHeading h2,
	.automotiveWork .secHeading h2,
	.pageTitle h1, .finance-sec h2 {
		font: normal normal bold 40px/48px Lato;
	}
	.secHeading h2 small,
	.automotiveWork .secHeading h2 small,
	.pageTitle h1 small, .finance-sec h2 span {
		font: normal normal normal 15px/19px Lato;
		margin-bottom: 5px;
	}
	.advantages ul li {
		width: 100%;
	}
	.mainBanner h1 {
		font: normal normal bold 42px/46px Lato;
	}
	.mainBanner h2 {
		font: normal normal normal 28px/32px Lato;
	}
	.managment {
		background-size: cover;
	}
	.automotiveWork .owl-nav button span {
		font-size: 65px !important;
	}
	.advantages {
		padding: 65px 0 60px;
	}
	.automotiveWork {
		padding: 60px 0 45px;
	}
	.pageTitle {
		background-size: cover;
	}
	.indusList ul li {
		width: 100%;
	}
	.experts ul li ol {
		width: 60%;
	}
	.experts .secHeading {
		text-align: center;
	}
	.indusList p,
	.indusList ul li,
	.locationServices p {
		font: normal normal normal 18px/23px Lato;
	}
	.indusList h3,
	.locations h3 {
		font: normal normal 900 22px/25px Lato;
		position: relative;
		z-index: 9;
	}
	.experts {
		padding: 75px 0 30px;
	}
	.mainBanner {
		background-position: center;
	}
	.advantages:before {
		top: 150px;
	}
	.imgWrap img {
		text-align: center;
    margin: 0 auto;
    display: table;
	}
	.leadTeamWrap {
		margin-bottom: 45px;
	}
	.leadTeam {
		padding: 70px 0 30px;
	}
	.leadTeam h3,
	.headPhraseCtrl h3 {
		font: normal normal 900 25px/29px Lato;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#mobBtns {
    display: none;
}
	footer ul li {
		width: 33%;
	}
	.mainBanner .innerWrap {
		width: 80%;
	}
	.innerWrap {
		padding: 0 35px;
	}
	.mobileMenuCtrl {
		position: relative;
		right: 25px;
		top: -3px;
	}
	.imgWrap {
		bottom: -130px;
	}
	.managmentPhrase {
		padding: 50px 20px 50px 40px;
	}
	.managmentPhrase h2,
	.managmentPhrase h2 small {
		font: normal normal 900 28px/35px Lato;
		margin-bottom: 20px;
	}
	.imgWrap img {
		width: 425px;
	}
	.managment {
		height: 76vh;
	}
	.advantages:before {
		width: 56%;
		top: 168px;
	}
	.automotiveWork .owl-nav button.owl-prev {
		left: -22px;
	}
	.automotiveWork .owl-nav button.owl-next {
		right: -22px;
	}
	.ourWork .column {
		padding: 0 12px;
	}
	.ourWork .column img {
		margin-bottom: 25px;
	}
	.experts ul li {
		width: 49%;
	}
	.mapImgWrap:after {
		left: 175px;
	}
	.mapImgWrap:before {
		right: 120px;
	}
	.mainLogo img {
    max-width: 125px;
}
header .cPortal a {
    margin-right: 0;
}
.cPortal a {
    font-size: 15px;
    padding: 11px 20px; 
}
.payAces a {
    font-size: 15px;
    padding: 13px 35px;
    margin: 0 40px 0 20px;
}
}

@media (min-width:768px) {
	.managmentPhrase {
		max-width: 485px;
	}
}

@media (max-width: 767.98px) {
	#mobBtns .payAces, #mobBtns .cPortal{
    display: block;
}
.cPortal {
    display: none; 
}
	.leadTeamWrap .teamMember img {
		width: 160px;
		height: 160px;
		margin-right: 35px;
	}
	.teamDetail h4 {
		font: normal normal 900 23px/28px Lato;
	}
	.teamDetail p {
		font: normal normal normal 19px/23px Lato;
		padding-right: 0;
	}
	.experts ul li p {
		width: 100%;
	}
	.mainLogo a {
		width: 95px;
	}
	header .cPortal a {
		font-size: 16px;
    padding: 8px 15px;
	}
	.payAces a {
    font-size: 16px;
    padding: 11px 30px;
    display: inline-block;
    margin: 25px 0 20px 20px;
    width: 190px;
    text-align: center;
}
	.mm-toggle {
		margin: 0 !important;
	}
	html,
	body {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	.automotiveWork .owl-nav button.owl-prev {
		left: -11px;
	}
	.automotiveWork .owl-nav button.owl-next {
		right: -11px;
	}
	.automotiveWork .owl-nav button {
		top: 5px;
	}
	footer ul {
		max-width: 90%;
	}
	.managmentPhrase {
	width: 100%;
    position: relative;
    top: -72px;
	}
	.managmentPhrase ul li {
		font: normal normal normal 18px/24px Lato;
		margin-bottom: 10px;
		padding-right: 5px;
	}
	.managmentPhrase p {
		font: normal normal 800 24px/28px Lato;
		width: 95%;
	}
	.managmentPhrase h4 {
		font: normal normal 900 20px/26px Lato;
		padding: 0 0 12px;
	}
	.managmentPhrase h2,
	.managmentPhrase h2 small {
		font: normal normal 800 22px/25px Lato;
		margin-bottom: 12px;
	}
	.loginBigImg,
	.loginsmallImg {
		padding: 55px 0;
	}
	.logInWrap {
		padding: 50px 0 30px;
	}
	footer ul li img {
		margin-bottom: 18px;
	}
	footer ul li {
		margin-bottom: 35px;
	}
	.ourWork .column {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.experts ul li {
		width: 100%;
	}
	.mapImgWrap:after {
		left: 80px;
	}
	.mapImgWrap:before {
		right: 50px;
		top: -110px;
	}
	.experts ul li ol {
		margin: 0 auto 20px;
	}
	.mainBanner {
		padding: 50px 0 130px;
	}
	.indusList {
		padding: 35px 10px 18px 20px;
	}
	.imgWrap {
		bottom: -125px;
		text-align: right;
	}
	.imgWrap img {
		width: 80%;
	}
}

@media (min-width:575px) and (max-width: 767.98px) {
	.imgWrap img {
		width: 375px;
	}
	.imgWrap {
		bottom: -160px;
	}
}

@media (max-width: 575.98px) {
	.managmentPhrase {
		padding: 45px 20px 35px 35px;
	}
	footer ul {
		max-width: 90%;
		display: inherit;
	}
	footer ul li p,
	footer ul li a {
		text-align: center;
	}
	.formOuterWrap {
		padding: 0 30px;
	}
	.formOuterWrap input {
		margin-bottom: 30px;
		height: 55px;
	}
	.newAc a {
		padding-left: 10px;
	}
	.locationServices ul li {
		padding: 35px 30px 25px;
	}
	.automotiveCustomer .item {
		max-width: 86%;
		margin: 0 auto;
	}
}

@media (min-width: 390px) and (max-width: 767.98px) {
	.managment {
		height: 78vh;
	}
}

@media (min-width: 357px) and (max-width: 389.98px) {
	.managment {
		height: 93vh;
	}
}

@media (max-width: 356.98px) {
	header .cPortal a {
		margin-right: 20px;
	}
	.mobileMenu button {
		width: 40px;
		height: 40px;
	}
	.lines-button span {
		width: 25px;
	}
	.mobileMenuCtrl {
		right: 9px;
		top: -2px;
	}
	.mainBanner h1 {
		font: normal normal bold 35px/40px Lato;
	}
	.mainBanner h2 {
		font: normal normal normal 19px/24px Lato;
	}
	.managmentPhrase h2 {
		font: normal normal 800 19px/20px Lato;
	}
	.managmentPhrase p {
		font: normal normal normal 17px/22px Lato;
	}
	.managment {
		height: 113vh;
	}
}