body {
    counter-reset: section;
}
.post, .page {
    margin: 0;
}
.pmy-0 p{
    margin-top: 0;
    margin-bottom: 0;
}
.my-0 h1, body .my-0 h2, body .my-0 h3, body .my-0 h4, body .my-0 h5 {
    margin-top: 0;
    margin-bottom: 0;
}
/* megamenu css start */
.header-menubar,
.header-menubar .megamenu-widget,
.header-menubar .megamenu-widget>div,
.header-menubar .megamenu-widget #mega-menu-wrap-menu-1,
.header-menubar .megamenu-widget ul.max-mega-menu {
    position: unset !important;
}
#mega-menu-wrap-menu-1 {
    clear: both;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    float: left !important;
    right: 0 !important;
    left: auto !important;
    box-shadow: 0px 6px 8px 0px #b1b1b169;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}
.mega-menu-wrapper .left-sidebar .textwidget ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.mega-menu-wrapper .left-sidebar .textwidget ul li {
    font-size: 17px;
    color: #000;
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 1px solid #E5E5EA;
    transition: 0.34s linear;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	
}

.mega-menu-wrapper .left-sidebar .textwidget ul li.active svg path {
    stroke: #000;
}

.mega-menu-wrapper .mega-menu-link nav ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(25%) saturate(6810%) hue-rotate(345deg) brightness(97%) contrast(91%);
}

.mega-menu-wrapper .left-sidebar>ul>li {
    padding: 10px !important;
}

.mega-menu-wrapper {
    min-height: 35vh !important;
}
.mega-menu-wrapper .right-sidebar >ul>li{
	padding-top: 10px!important;
	padding-right: 0px !important;
}

.mega-menu-wrapper .right-sidebar .right-sidebar-menu{
	padding-top: 0!important;
}

.hovered-arrow a:hover svg path,
.hovered-arrow a:focus svg path{
	stroke: #FFF;
}
.mega-menu-wrapper .left-sidebar .textwidget ul li.active {
    color: var(--theme-color);
    border-bottom-color: var(--theme-color);
}
.mega-menu-wrapper .industries-menu nav ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0px 20px;
}

.mega-menu-wrapper .mega-menu-link ul li a{
	padding-bottom: 0px;
} 
.mega-menu-wrapper .mega-menu-link ul li p{
	font-size: 13px;
    font-weight: 400;
    line-height: 1.65em;
	margin-top: 6px;
}
    
.mega-menu-wrapper .mega-menu-link nav ul li a{
	color: #000;
    
    padding-left: 0px;
    display: flex;
    flex-wrap: nowrap;
    line-height: normal;
    font-size: 16px;
    align-items: center;
    grid-gap: 10px;
    transition: 0s;
    padding: 15px 0;
}
.mega-menu-wrapper .mega-menu-link nav ul li a .menu-img{
	height: 38px;
}
.mega-menu-wrapper .mega-menu-link nav ul li a .menu-img img{
	width: 38px;
	object-fit: contain;
}
.mega-menu-wrapper .mega-menu-link nav ul li a:hover{
	color: var(--theme-color);
	padding: 15px 0;
}
.mega-menu-wrapper>ul {
    max-width: 1320px !important;
    margin: 0 auto !important;
    float: none !important;
}
.mega-menu-wrap ul .old-insights {
	display: none!important;
}
.mega-menu-wrapper .mega-menu-link nav ul li.menu-img img {
    width: 38px;
    object-fit: contain;
}
.mega-menu-wrapper .mega-menu-link nav ul li.menu-img{
	color: #000;
    
    padding-left: 0px;
    display: flex;
    flex-wrap: nowrap;
    line-height: normal;
    font-size: 16px;
    align-items: center;
    grid-gap: 10px;
    transition: 0s;
    padding: 15px 0;
}
.mega-menu-wrapper .mega-menu-link nav ul li.menu-img a{
	font-weight: 400 !important;
}
.mega-menu-wrapper .mega-menu-link nav ul li.menu-img:hover a {
	color: #636366 !important;
}
.mega-menu-wrapper .mega-menu-link nav ul li.menu-img:hover img {
	filter: invert(42%) sepia(0%) saturate(632%) hue-rotate(279deg) brightness(89%) contrast(86%);
}
/* megmenu css end  */

/* Home page Start */
.megamenu-widget,
.megamenu-widget>div,
.megamenu-widget #mega-menu-wrap-menu-1,
.megamenu-widget ul.max-mega-menu {
    position: unset !important;
}
.mobile-menu ul.sub-menu {
    width: 250px !important;
    border-radius: 8px;
    box-shadow: .3em .5em 1.3em rgba(79, 79, 79, 10%);
}
.mobile-menu ul.sub-menu .menu-item{
	display: flex;
    align-items: center;
    gap: 0px;
    padding: 4px 14px;
}
.mobile-menu ul.sub-menu .menu-item img {
	width: 30px;
	height:30px;
	transition: .4s;
	
}
.mobile-menu ul.sub-menu .menu-item:hover img{
	filter: invert(41%) sepia(0%) saturate(4386%) hue-rotate(65deg) brightness(58%) contrast(83%);	
}

body header{
	transition: all 0.3s ease-in !important;
}
body.is-scrolled header {
	position: fixed;
	background-color: #FFF;
	box-shadow: 2px 1px 6px 0px rgb(0 0 0 / 10%);
	z-index: 999;
	transition: all 0.3s ease-in !important;
}
.counter-box span.elementor-counter-number-suffix {
    color: #000000;
    padding-left: 10px;
    line-height: 0.92em;
}
body .arrow-btn svg {
    height: 24px;
    width: 24px;
    position: relative;
    top: -2px;
}
.counter-box span.elementor-counter-number-prefix {
	color: #000000;
    padding-right: 10px;
    line-height: 0.92em;
}

.counter-box-wrapper {
    position: relative;
}

.counter-box-wrapper .counter-box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: 0.24s linear;
    background-color: #FFF;
}

.counter-box-wrapper:hover .counter-box>div {
    border-color: var(--theme-color) !important;
}

.counter-box-wrapper:hover .counter-box-content {
    opacity: 1;
    z-index: 9;
}
.faqs-section .e-n-accordion-item summary[aria-expanded="true"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.faqs-section .e-n-accordion-item>.elementor-element {
    border-top: none;
    margin-top: -6px;
}
.hovered-box:hover h3, .hovered-box:hover p,
.hovered-box:hover h3, .hovered-box:hover p {
    color: #ffffff !important;
}
.hovered-box:hover svg {
    filter: brightness(0) invert(1);
}

/* contact form css */

.form-wrapper {
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-wrapper .w-50{
	display: flex;
    flex-direction: row;
    gap: 20px;
}
.w-50 .form-field{
	width: 100%;
}
.form-wrapper .form-notes {
	margin-top: -10px;
}
.form-wrapper .form-notes label {
color: #bbb;
}
.form-wrapper .form-field .btn {
	    padding-right: 40px !important;
}
.form-wrapper .form-field.add-arrow {
	position:relative;
	display:inline-block;
}
.hover-white-icon a:hover svg path{
	stroke: #FFF;
}
.form-wrapper .form-field.add-arrow svg {
	position:absolute;
	top: 50%;
	transform:translatey(-50%);
	right: 20px; 
}
.wpcf7-spinner {
	display:none;
}
.form-field .field {
    padding: 8px 14px;
    min-height: 50px;
    width: 100%;
    color: #000000;
    border-radius: 4px;
}
body .button-wrapper .btn {
    outline: none;
    cursor: pointer;
    border-color: var( --e-global-color-primary );
    background: var( --e-global-color-accent );
    color: var( --e-global-color-primary );
    padding: 14px 40px 14px 24px !important;
    font-size: 15px;
    border-radius: 4px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
body .form-field .btn:hover {
    color: var( --e-global-color-accent ) !important;
    background-color: var( --e-global-color-secondary ) !important;
    border-color: var( --e-global-color-secondary ) !important;
}
/* .form-wrapper .form-field.add-arrow .arrow::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 52%;
    transform: translateY(-50%);
    right: 15px;
    background: url('../ucspeople/img/arrow-sm-right.png') no-repeat center center;
} */
.form-wrapper .form-field.add-arrow .arrow:hover svg {
    filter: brightness(0) invert(1);
    z-index: 0;
}

.counters-box {
    position: relative;
    counter-increment: section;
}
.counters-box::after {
    content: counter(section);
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border: 1px solid #E5E5EA;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

/* When loading, hide button text and disable click */
.submitting .button-wrapper input.wpcf7-submit {
  color: transparent !important;
  position: relative;
  pointer-events: none;
}

/* Loader spinner inside button */
.submitting .button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid #000000;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 10;
}

/* Hide default CF7 spinner */
.submitting .button-loader .wpcf7-spinner,
.submitting .form-field.add-arrow .arrow svg {
  display: none !important;
}
.form-field input.field:focus, .form-field textarea.field:focus {
    outline: none;
}

.form-info{
color:#6c6c6c;
}
/* contact form css */
/* Home page End */
/* new page start  */

.get-touch-form {
	display: flex;
    flex-direction: column;
    gap: 16px;
}
.custom-icon-box .double-arrow {
	margin: 0;
    padding-left: 22px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.custom-icon-box .double-arrow li{
	position: relative;
	list-style: none;
}
.custom-icon-box .double-arrow li::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-image: url('../ucspeople/img/chevron-double-right.svg');
    background-repeat: no-repeat;
    top: 0;
    left: -26px;
}
.arrow-btn.transparent a:hover svg {
	    filter: invert(1);
}
/* new page End  */
/* career form start */

.careers-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}

.careers-form .form-row {
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-basis: calc(50% - 10px);
}
.careers-form .form-field {
    width: 50%;
}
.careers-form .upload-file-wrapper {
    position: relative;
}

.careers-form .upload-file-wrapper input[type=file] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-indent: -999px;
    height: 50px;
    width: 100%;
    color: transparent;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
    position: relative;
}

.careereee .wpcf7-response-output{
	color : #ffffff;
}
.careers-form .upload-file-wrapper {
    position: relative;
}

.careers-form .upload-file-wrapper .upload_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 65px;
    padding: 12px;
    background-color: #f9f9f9;
    border: 1px dashed #E5E5EA;
    border-radius: 5px;
    z-index: -9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 0;
}

.careers-form .upload_info label {
    font-size: 13px;
    color: #1c1c1c;
	font-weight: 600;
}

.careers-form .upload-file-wrapper .wpcf7-not-valid-tip{
	margin-top: 15px;
}

.careers_form .upload-file-wrapper .upload_info{
	min-height: auto;
}

.careers_form span.wpcf7-not-valid-tip{
	position: absolute;
}

.careers-form .upload_info .upload-file-description {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.careers-form .upload_info label span {
    display: block;
    font-size: 12px;
}

.careers-form .upload_info .browse-file {
    position: relative;
    margin-left: 30px;
}

.careers-form .upload_info .browse-file::before {
    background-image: url(./img/file-upload.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 1px;
    left: -30px;
    width: 20px;
    height: 20px;
}

.careers-form .upload_info .browse-file label {
    color: #1C1C1E;
    font-weight: 400;
}

.careers-form .upload-file-wrapper .file-preview button {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    color: #FF3B30;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 6px;
    font-size: 0;
    z-index: 999;
    position: relative;
    width: 15%;
    justify-content: flex-end;
}
/* .contact_form p.msg{
	
} */

.careers-form .upload-file-wrapper .file-preview button:hover {
    background-color: transparent;
    border: none;
    color: #FF3B30;
}

.careers-form .upload-file-wrapper .file-preview>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.careers-form .upload-file-wrapper .file-preview {
    width: 100%;
    height: 100%;
}

.careers-form .file-preview .file-name {
    font-size: 14px;
    width: calc(100% - 18%);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.careers-form .recaptcha-wrapper .form-field{
	margin-top: 15px;
	display: block;
}
.careers-form select.dropdown-field {
    min-height: 50px;
    padding: 10px;
    color: #1C1C1E;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url(./img/cheveron-down.svg);
    background-size: 24px;
    background-repeat: no-repeat;
	width:100%;
    background-position: right 16px center;
	border-radius: 4px;
}
.careers-form .form-field {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
body #career-form .button-wrapper .btn {
    padding: 14px 24px !important;
}
.careers-form .wpcf7-not-valid-tip {
    font-size: 12px;
	position: absolute;
    width : 100%;
	display:block;
	min-width :max-content;
}
.careers-form .wpcf7 form .wpcf7-response-output {
	color: #fff !important;
}
.careers-form .add-arrow svg {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 20px;
}
.careers-form span.button-wrapper.arrow {
    position: relative;
	display:inline-block;
}
body .button-wrapper .btn:hover{
	    color: var( --e-global-color-accent ) !important;
    background-color: var( --e-global-color-secondary ) !important;
    border-color: var( --e-global-color-secondary ) !important;
}
.careers-form span.button-wrapper.arrow:hover svg path{
	stroke: #fff;
}
/* career form end  */

.footer_contact .form-field.width-100{
	width : 100%;
}
.footer_contact .wpcf7-response-output{
	color : #ffffff;
}
.get-touch-form input[type="submit"]{
	padding : 10px 20px;
	color : #ffffff;
	background : #2C2C2E;
	border : none;
}
.wpcf7 form .wpcf7-response-output {
	color: #ffffff;
	margin-left: 0;
}


@media (max-width:992px){
	.counter-box-wrapper .counter-box-content {
		opacity: 1;
		z-index: 9;
		height: 100%;
		position: unset;
		padding-bottom: 0px;
	}
	.mobile-menu ul.sub-menu {
		width: auto !important;
	box-shadow: none;
	}
	.mobile-menu ul.sub-menu .menu-item{
	padding: 0;
}
	.mobile-menu ul.sub-menu .menu-item img {
		display: none;
	}
}
@media (max-width: 767px){
	.form-wrapper .w-50 {
		flex-direction: column;
	}
	.careers-form .form-field{
		width:100%;
	}
	.contact_form .recaptcha-wrapper .form-field{
		margin-top : 40px !important;
	} 
	.contact_form .upload-file-wrapper .upload_info{
		min-height: 99px !important;
	}
	.careers-form .form-row{
		flex-direction : column;
	}
	
}
@media (max-width: 375px){
	.form-field.recaptcha-wrapper {
		transform: scale(0.8);
		align-self: anchor-center;
	}
}