:root{
	--theme-color: #ED662B;
}
ol, ul{
	margin-left: 0;
}
a:focus{
	outline: none;
}
body {
	counter-reset: box;
}
header.site-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
header.sticky_header{
	position: fixed;
	background-color: #FFF;
	box-shadow: 2px 1px 6px 0px rgb(0 0 0 / 10%);
	z-index: 999;
}
header.sc_down{
	transform: translateY(-100px);
}
header.sticky_header > div{
	padding-top: 8px !important;
    padding-bottom: 8px !important;
	transition: 0.24s linear;
}
body .mt-auto {
    margin-top: auto;
}
header .header-menubar  {
	position: static;
}
.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;
}
.header-menubar #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;
    top: 75px !important;
    box-shadow: 0px 6px 8px 0px #b1b1b169;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
	padding: 20px;
}
.header-menubar .megamenu-widget ul.mega-sub-menu .megamenu-wrapper ul.mega-sub-menu{
	display: flex!important;
	flex-wrap: wrap;
}
.header-menubar .megamenu-widget ul.mega-sub-menu .megamenu-wrapper ul.mega-sub-menu li li.current-menu-item a{
	color: var(--theme-color);
}
ul li.mega-menu-item-has-children .megamenu-col-2 ul.menu li.current-menu-item{
	border-bottom: 1px solid var(--theme-color);
}
.header-menubar .megamenu-widget ul.mega-sub-menu 
body .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;
}
.mega-toggle-on .megamenu-col-2{
	border-left: 1px solid #DDD!important;
}
.megamenu-col-1 .mega-menu-item:first-child{
	padding-bottom: 0!important;
}
ul li.mega-menu-item-has-children .megamenu-col-1{
	background-color: var(--theme-color);
}
ul li.mega-menu-item-has-children .megamenu-col-1 ul li{
	padding-left: 10px!important;
}
.mx-auto{
	margin-left: auto!important;
	margin-right: auto!important;
}
ul li.mega-menu-item-has-children .megamenu-col-2 ul.menu{
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px 44px;
	margin-bottom: 0;
}
.header-menubar .mega-menu-item a.btn{
	color: #000000;
	border: 1px solid #000000;
	display: inline-block;
	padding: 8px 20px;
	font-weight: 500;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
	width: auto;
    float: left;
	transition: 0.24s linear;
    align-items: center;
}
.header-menubar .mega-menu-item a.btn:hover{
	color: var(--theme-color);
	border-color: var(--theme-color);
}
.header-menubar .mega-menu-item a.btn:hover svg path{
	stroke: var(--theme-color);
}
.header-menubar .mega-menu-item a.btn svg path{
	transition: 0.24s linear;
}
ul li.mega-menu-item-has-children .megamenu-col-2 ul.menu li{
	width: calc(50% - 22px);
	list-style: none;
	padding-bottom: 10px;
	transition: 0.24s linear;
	border-bottom: 1px solid transparent;
	position: relative;
}
ul li.mega-menu-item-has-children .megamenu-col-2 ul li a::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
ul li.mega-menu-item-has-children .megamenu-col-2 ul li a{
	color: #000;
	font-size: 18px;
	transition: 0.24s linear;
	font-weight: 500;
	line-height: normal;
	position: unset;
}
ul li.mega-menu-item-has-children .megamenu-col-2 ul.menu li:hover {
    border-bottom: 1px solid var(--theme-color);
}
ul li.mega-menu-item-has-children .megamenu-col-2 ul.menu li:nth-last-child(2),
ul li.mega-menu-item-has-children .megamenu-col-2 ul.menu li:nth-last-child(1){
	margin-bottom: -15px;
}
ul li.mega-menu-item-has-children .megamenu-col-2 ul li a:hover,
ul li.mega-menu-item-has-children .megamenu-col-2 ul li p.menu-item-description:hover{
	color: var(--theme-color) !important;
}
ul li.mega-menu-item-has-children .megamenu-col-2 ul li .menu-item-description {
	margin-top: 2px;
	padding-right: 35px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item-has-children ul li.megamenu-wrapper{
	max-width: 1320px;
	margin: 0 auto;
	float: none;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before{
	font-size: 20px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link[aria-expanded="true"]:before{
	transform: rotate(180deg);
	color: var(--theme-color);
}
.blog-item{
	height: 100%!important;
}
.services-info .services-box:first-child{
	display: block;
}
.services-box p{
	margin: 0;
}

/* Form CSS */

.form-field .field{
	padding: 8px 14px;
	min-height: 50px;
	width: 100%;
	color: #000000;
	border-radius: 4px;
}
.form-field .field::placeholder{
	color: #939393;
}
.form-field input.field:focus,
.form-field textarea.field:focus{
	outline: none;
}
.form-field .btn{
	outline: none;
	cursor: pointer;
	border-color: var(--theme-color);
	padding: 10px 24px!important;
}
.form-field .btn:focus,
.form-field .btn:hover{
	border-color: #FF8F5F;
}
.form-section p.form-info{
	color: #8E8E93;
	font-size: 14px;
	margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	color: red;
}
.form-field:last-child p{
	margin: 0;
}
span.wpcf7-not-valid-tip{
	font-size: 12px;
	position: absolute;
}
.get-touch-form .form-field{
	padding: 12px 0;
}
.wpcf7 form.sent .get-touch-form .wpcf7-response-output{
	color: #FFF;
    font-size: 13px;
    text-align: center;
}
.wpcf7 form.sent .career_form .wpcf7-response-output{
	color: #000;
}
.wpcf7-response-output{
	font-size: 12px;
	text-align: center;
	margin: 20px 15px 0!important;
}
.form-section .wpcf7-response-output{
	margin: 20px 0px 0 !important;
    letter-spacing: -0.3px;
}
.details-btn span.elementor-button-icon svg{
	width: 12px;
	vertical-align: middle;
}
.details-btn a:hover svg path,
.details-btn a:focus svg path{
	stroke: #383838;
}
.form-section .wpcf7-response-output{
	color: #FFF;
}


/* Form CSS */
.span-title h1 span{
	position: relative;
}
.span-title h1 span::after{
	position: absolute;
	top: 50%;
    right: -80px;
	content: "";
	background-image: url(../images/quote-star.svg);
	width: 65px;
    height: 65px;
    background-position: center right;
    background-repeat: no-repeat;
	background-size: contain;
    transform: translateY(-50%);
}
.span-title.duo-line h1 span::after{
	top: 50%;
}
.brand-slider .swiper-wrapper{
	-webkit-transition-timing-function: linear ;
  	transition-timing-function: linear; 
}
.brand-slider .swiper-slide img{
	filter: grayscale(1) contrast(0);
}
.brand-slider .swiper-slide:hover img{
	filter: grayscale(0) contrast(1);
}
.brand-slider{
	position: relative;
	overflow-x: hidden;
}
.brand-slider::before{
	position: absolute;
    content: "";
    left: -10%;
    top: 0;
    width: 10%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 20px 10px 20px #ffffff;
    z-index: 2;
}
.brand-slider::after{
	position: absolute;
    content: "";
    right: -10%;
    top: 0;
    width: 10%;
    height: 100%;
    background-color: #ffffffd9;
    box-shadow: -20px -10px 20px #ffffff;
    z-index: 2;
}
body .mx-2{
	width: 98%;
}
body .what-do-section{
	border-radius: 10px;
}
.casestudies-img{
	height: 100%;
}
.hovered-box:hover h3,
.hovered-box:hover p{
	color: #ffffff;
}
.hovered-box:hover svg{
	filter: brightness(0) invert(1);
}
.counter-box span.elementor-counter-number-suffix{
	color: #000000;
	padding-left: 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;
}
.widget-box h4.elementor-icon-box-title{
	margin-top: 0;
}
.widget-box .elementor-icon-box-icon,
.casestudy .elementor-icon-box-icon{
	opacity: 0;
	transition: 0.35s linear;
}
body .widget-box.active > div,
.casestudies-list .casestudy.active > div{
	border-color: var(--theme-color)!important;
}
.services-title .widget-box:hover .elementor-icon-box-icon,
.casestudies-list .casestudy:hover .elementor-icon-box-icon,
.services-title .widget-box.active .elementor-icon-box-icon,
.casestudies-list .casestudy.active .elementor-icon-box-icon,
.casestudies-list .casestudy.active .elementor-icon-box-description a{
	opacity: 1;
}
.services .widget-box .elementor-icon-box-icon{
	display: none;
}

.industry-box{
	position: relative;
}
/* .industry-box::after{
	content: "";
	position: absolute;
	bottom: 20px;
	left: 10%;
	background-image: url(../images/theme-arrow.svg);
	background-size: 22px;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 0.35s linear;
} */
 
/* .industry-box:hover::after{
	opacity: 1;
	left: 85%;
} */
.casestudy .elementor-icon-box-wrapper{
	position: relative;
}
.casestudies-list .casestudy:first-child > div{
	padding-top: 0!important;
}
.casestudy .elementor-icon-box-wrapper .elementor-icon-box-icon{
	position: absolute;
	right: 0;
	top: 0;
}
.casestudy-wrapper ul.slick-dots{
	padding-left: 0;
	text-align: center;
	margin-bottom: 5px;
}
.casestudy-wrapper ul.slick-dots li{
	display: inline-block;
	margin: 0px 4px;
}
.casestudy-wrapper .slick-list{
	width: 100%;
	overflow-x: hidden;
}
.casestudy-wrapper ul.slick-dots li button{
	text-indent: -999px;
    border: none;
    padding: 6px;
    height: auto;
    line-height: normal;
    font-size: 0px;
    background: #FFF;
    border-radius: 40px;
	cursor: pointer;
}
.casestudy-wrapper ul.slick-dots li.slick-active button{
	background-color: var(--theme-color);
}
.casestudy .elementor-icon-box-description a{
	display: block;
    opacity: 0;
    transition: 0.35s linear;
    margin-top: 6px;
    left: -20%;
    position: relative;
    width: auto;
    text-align: right;
}
.casestudy .elementor-icon-box-description a:focus{
	outline: none;
}
.casestudy:hover .elementor-icon-box-description a,
.casestudies-list .casestudy.active .elementor-icon-box-description a{
	opacity: 1;
	left: 0%;
}
.casestudy-section .casestudies-list {
    height: 490px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100%;
}
.casestudies-list::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #000000;
}
.casestudies-list::-webkit-scrollbar{
	width: 10px;
	background-color: #000000;
}
.casestudies-list::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color:#3A3A3C;
}
.faqs-section .e-n-accordion-item > .elementor-element {
	border-top: none;
	margin-top: -6px;
}
.faqs-section .e-n-accordion-item summary[aria-expanded="true"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.blog-item .blog-img a{
	width: 100%;
}
.blog-item .blog-img{
	overflow: hidden;
  	border-radius: 10px;
}
.blog-item .blog-img img {
    transition: transform 0.4s linear;
}
.blog-item:hover .blog-img img {
    transform: scale(1.065);
}
.blog-item .title-post a{
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical; 
}
.blog-item:hover .elementor-widget-icon svg path{
	stroke: var(--theme-color);
}
.process-section .process{
	position: sticky;
}
.process-section .process.process-1{
	top: 100px;
	z-index: 1;
}
.process-section .process.process-2{
	top: 108px;
	z-index: 2;
}
.process-section .process.process-3{
	top: 113px;
	z-index: 3;
}
.process-section .process.process-4{
	top: 121px;
	z-index: 4;
}
.process-section .process.process-5{
	top: 130px;
	z-index: 5;
	transform: rotate(0.9999deg) scale(1.01);
}
.process-section .process::before{
	position: absolute;
	content: "";
	bottom:  30px;
	left: 30px;
	counter-increment: box;
 	content: counter(box);
	font-size: 1.14em;
	font-weight: 500;
	color: var(--theme-color);
}
.process-section .process::after{
	content: "";
	background-color: #8E8E93;
	height: 1px;
	width: calc(100% - 85px);
	left: 55px;
	bottom: 40px;
	position: absolute;
}
.icon-box-wrapper .elementor-widget-icon-box h3{
	margin-top: 0;
}
.icon-box-bg .elementor-icon-box-icon{
	background: #FFF;
    padding: 35px 20px;
    border-radius: 20px;
    margin-left: 10px!important;
    margin-right: 10px!important;
}
.horizontal-slider .elementor-widget-icon-box{
	height: 100%;
}
.horizontal-slider .swiper {
	overflow: visible!important;
}
.horizontal-slider .swiper::-webkit-scrollbar {
	height: 6px;            
	width: 4px;    
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	-webkit-appearance: none;
	background-color: #D1D1D6;
	cursor: move;
	padding-top: 30px;
}
.horizontal-slider .swiper::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background-color: #2C2C2E;
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.horizontal-slider .swiper .swiper-slide > div{
	padding: 0!important;
	cursor: grab;
	cursor: -webkit-grab;
}
body .recognitions-wrapper{
	overflow-x: hidden;
}
.img-box img{
	width: 100%;
}
.team-member .member-profile img{
	filter: grayscale(1);
	transition: 0.4s linear;
}
.team-member:hover .member-profile img{
	filter: grayscale(0);
}
.careers-form tr td{
	width: 50%;
	vertical-align: top;
}
.careers-form.connect-us-form tr td{
	width: 100%;
}
.careers-form tr td p{
	margin: 0;
}
.careers-form tr td .field,
.careers-form tr td .dropdown-field{
	background-color: #F2F2F7;
	border: 1px solid #E5E5EA;
	border-radius: 5px;
	width: 100%;
	color: #1C1C1E;
	font-size: 15px;
}
.careers-form tr td  select.dropdown-field{
	min-height: 50px;
	padding: 10px;
	color: #8f8f8f;
	cursor: pointer;	
	appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/dropdown-field.svg);
	background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.careers-form tr td select.dropdown-field:focus{
	outline: none;
}
.careers-form tr td textarea { 
	resize: none;
 }
table.careers-form{
	margin: -15px;
    border-spacing: 25px;
    width: calc(100% + 30px);
}
.hovered-title h3{
	display: inline-block;
	width: auto;
}
.hovered-title h3:hover{
	color: var(--theme-color);
}
.upload-file-wrapper{
	position: relative;
}
.upload-file-wrapper input[type=file]{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	appearance: none;
	text-indent: -999px;
    height: 72px;
    width: 100%;
	color: transparent;
	overflow: hidden;
	opacity:0;
}
.careers-form tr td.upload-file-wrapper {
    position: relative;
}
.upload-file-wrapper .upload_info{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 72px;
	padding: 12px;
	background-color: #F9F9F9;
	border: 1px dashed #E5E5EA;
	border-radius: 5px;
	z-index: -9;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.upload_info label{
	font-size: 13px;
	color: #636366;
}
.upload_info .upload-file-description{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.upload_info label span{
	display: block;
	font-size: 12px;
}
.upload_info .browse-file{
	position: relative;
	margin-left: 30px;
}
.upload_info .browse-file::before{
	background-image: url(../images/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;
}
.upload_info .browse-file label{
	color: #1C1C1E;
	font-weight: 400;
}
.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: 14px;
	z-index: 999;
	position: relative;
	width: 15%;
	justify-content: flex-end;
}
.upload-file-wrapper .file-preview button:hover{
	background-color: transparent;
	border: none;
	color: #FF3B30;
}
.upload-file-wrapper .file-preview > div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.upload-file-wrapper .file-preview{
	width: 100%;
	height: 100%;
}
.file-preview .file-name{
	font-size: 14px;
	width: calc(100% - 18%);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.jd-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
}
.job-info {
    width: calc(50% - 15px);
}
.job-position .job-description{
	display: none;
}
.job-description .job-description-content ul li{
	padding: 6px 12px 6px;
}
.job-description .job-description-content h4{
	margin-bottom: 8px;
}
.job-description .job-description-content h4:first-child{
	margin-top: 0;
}
.job-description .job-description-content ul{
	list-style-image: url(../images/list-icon.svg);
	padding-left: 20px;
	margin-bottom: 0;
}
.job-description .job-description-content p:last-child{
	color: #636366;
}
.single-job-position .details-btn a.active svg{
	transform: rotate(180deg);
}
.job-position .single-job-position.activetab{
	background-color: #FFFFFF!important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: none!important;
}
.job-position .single-job-position.activetab > div { 
	border-bottom: 1px solid #AEAEB2;
}
body .elementor-grid .single-job-position.activetab h4{
	color: #000!important;
}
body .elementor-grid .single-job-position.activetab img{
	filter: brightness(0.5);
}
.single-job-position.activetab .elementor-widget-post-info ul li span{
	color: #636366!important;
}
body .elementor-grid .single-job-position.activetab .details-btn a.active{
	color: #000;
}
body .elementor-grid .single-job-position.activetab .details-btn a.active svg path{
	stroke: #000;
}
.filter-tab search button{
	cursor: pointer;
}
.social-icon .elementor-share-btn__icon{
	width: auto;
}
.blog-content h2{
	margin: 0;
}
.blog-content h2 strong{
	font-weight: 700;
	font-size: 0.8em;
}
.grid-colspan{
	grid-column: span 2;
}
.blog-item .title-post{
	min-height: 52px;
}
.careers_form .wpcf7 form .wpcf7-response-output{
	width: max-content;
	padding-left: 20px;
	padding-right: 20px;

}
.blog-content h2{
	font-size: 30px !important;
    font-weight: 500 !important;
}
.footer-section .footer-menu ul li a{
	display: inline-block!important;
	width: auto;
}
body .innerpage-content h1{
	font-size: 2.95em;
}
body .innerpage-content h2{
	font-size: 1.5em;
	font-weight: 500;
}
body .innerpage-content h3{
	font-size: 1.35em;
	font-weight: 500;
}
body .innerpage-content ul li{
	line-height: 1.82em;
}


@media screen and (max-width: 1440px){
	.icon-box-bg .elementor-icon-box-icon{
		padding: 20px 15px;
	}
	.span-title.duo-line h1 span::after{
		width: 55px;
		height: 55px;
	}
	ul li.mega-menu-item-has-children .megamenu-col-2 ul.menu{
		grid-gap: 15px 20px;
	}
	ul li.mega-menu-item-has-children .megamenu-col-2 ul.menu li{
		width: calc(50% - 12px);
	}
}

@media screen and (max-width: 1180px){
	.hero-banner{
		min-height: auto!important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		padding-left: 14px;
		padding-right: 14px;
	}
	.casestudy:hover .elementor-icon-box-description a{
		left: 70%;
	}
	.form-field .field, .careers-form tr td select.dropdown-field{
		min-height: 45px;
		padding: 8px 12px;
	}
	ul li.mega-menu-item-has-children .megamenu-col-2 ul.menu li{
		padding-bottom: 5px;
	}
	.icon-box-bg .elementor-icon-box-icon{
		padding: 18px 5px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.industry-box::after{
		content: none;
	}
}

@media screen and (max-width: 992px){
	.span-title h1 span::after{
		right: -60px;
        width: 55px;
        height: 55px;
        background-size: contain;
	}
	.mobile-menu .elementor-nav-menu__container{
		position: fixed;
		margin-top: 0;
		top: 75px;
		left: 0;
		width: 100%;
		height: auto;
		box-shadow: 0px 6px 10px -2px #9f9f9f4d;
		padding: 10px 0 20px 0;
	}
	.mobile-menu .elementor-nav-menu--dropdown a{
		color: #000000;
		display: inline-block;
		line-height: normal;
		font-size: 18px;
		margin: 5px 0;
	}
	
	.mobile-menu .elementor-nav-menu--dropdown .menu-item-has-children a{
		display: inline-flex;
	}
	.mobile-menu .elementor-nav-menu--dropdown a:hover{
		line-height: normal;
	}
	.mobile-menu .elementor-nav-menu--dropdown .current-menu-item a{
		color: var(--theme-color);
	}
	.mobile-menu .elementor-nav-menu--dropdown ul li ul{
		padding-left: 10px;
	} 
	.mobile-menu .elementor-menu-toggle, .mobile-menu, .mobile-menu .elementor-widget-container{
		position: unset!important;
	} 
	h3 br{
		display: none;
	}
	.counter-box-wrapper .counter-box-content{
		opacity: 1;
        z-index: 9;
        height: 100%;
        position: unset;
        padding-bottom: 0px;
	}
	nav ul li.contact-us.btn{
		display: none;
	}
	.core-member div:first-child {
		grid-column: span 3;
	}
	.member-grid{
		grid-template-rows: auto!important;
	}
	.upload_info label{
		font-size: 12px;
	}
	.upload_info .browse-file{
		margin-left: 20px;
	}
	.upload_info label span{
		font-size: 9px;
		line-height: normal;
	}
	table.careers-form{
		border-spacing: 20px;
		width: calc(100% + 20px);
	}
	.file-preview .file-name{
		width: auto;
	}
	.upload-file-wrapper .file-preview button{
		width: 30%;
	}
	.upload_info .browse-file::before{
		top: 4px;
		left: -24px;
		width: 16px;
		height: 16px;
	}
	.services-box .elementor-widget-icon-box .elementor-widget-container h4.elementor-icon-box-title br{
		display: none;
	}
	.services-box .elementor-widget-icon-box .elementor-widget-container h4.elementor-icon-box-title{
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.grid-colspan{
		grid-column: auto;
	}
	.counter-box h4{
		text-align: center;
	}
}

@media screen and (max-width: 992px) and (orientation: landscape){
	.mobile-menu .elementor-nav-menu__container{
		height: calc(100% - 70px);
	}

}

@media screen and (max-width: 767px){
	.span-title h1 span::after {
        content: none;
    }
	.span-title h1 span{
		display: inline-block;
		width: auto;
	}
	.mobile-menu .elementor-nav-menu__container{
		height: calc(100vh - 74px);
	}
	nav ul li.contact-us.btn a{
		background-color: var(--theme-color);
		color: #FFF;
        padding: 13px 25px;
        border-radius: 4px;
        display: inline-block;
        margin: 10px 20px;
	}
	nav ul li.contact-us.current_page_item.btn a{
		color: #FFF;
	}
	.services .service-box{
		display: none;
	}
	.services .grid-colspan{
		grid-column: span 2;
	}
	.post-info ul li:not(:first-child) span {
		padding-left: 0!important;
	}
	.file-preview .file-name{
		width: 70%;
	}
	.upload-file-wrapper .file-preview button{
		width: 25%;
	}
	.mobile-menu .elementor-nav-menu--dropdown a{
		font-size: 16px;
	}
	.mobile-menu .elementor-nav-menu--dropdown ul li ul li a{
		margin: 0;
		font-size: 14px;
	}
}
	

@media screen and (max-width: 560px){
	.post-info ul li.elementor-icon-list-item:first-child::after{
		content: none!important;
	}
	.blog-content h4 {
		margin-bottom: 0px;
	}
	.core-member div:first-child{
		grid-column: span 2;
	}
	.careers-form tr td{
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	nav ul li.contact-us.btn{
		display: block;
	}
	table.careers-form{
		border-spacing: 0px;
        margin: 0 auto;
        width: calc(100% - 20px);
	}
	.careers-form tr:last-child td:last-child{
		margin-bottom: 0;
	}
	.careers-form.connect-us-form{
		width: 100%;
	}
}


@media screen and (max-width: 480px){
	.post-info ul li:first-child{
		width: 100%;
		padding-bottom: 10px;
	}
	.blog-item .title-post{
		min-height: auto;
	}
}

