/*
	Theme Name: aspire custom Theme
	Theme URI: https://github.com/SurangaMaduhan/
	Author: Suranga Madushan
	Author URI: https://github.com/SurangaMaduhan/
	Description: aspire custom Theme
	Version: 1.0.0
	Text Domain: aspire custom Theme
*/
@import url('../../../css2');
@import url('../../../css2-1');
@import url(fonts/stylesheet.css);
@import url(custom_css/variables.css);
@import url(custom_css/suranga.css);
@import url(custom_css/shamil.css);
@import url(custom_css/gokulraj.css);
@import url(custom_css/mobile.css);
@import url(custom_css/tablet.css);
@import url(custom_css/laptop.css);
@import url("../../../npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
.company-content p{
	font-size: 14px;
    line-height: 22px;
}
.yearWrpper p{
	font-size:14px;
	text-transform: uppercase;
	color:#000000;
	margin-bottom:0px;
	line-height:1.6;
}
.card-footer-wrapper {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #efefef;
    margin-top: 15px;
    align-items: center;
	padding-top: 5px;
}
.linkWrpper{
	border: 1px solid #707070;
    border-radius: 25px;
	max-height:37px !important;
    height:37px !important;
	display: flex;
    align-items: center;
}
.linkWrpper a{
	padding: 1px 25px;
	font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.linkWrpper a img{
	max-height:12px !important;
    height:12px !important;
	max-width:12px !important;
	width:12px !important;
}
.linkWrpper:hover{
	box-shadow:0px 3px 10px rgba(0,0,0,0.16);
}
.linkWrpper a span{
	margin-right: 10px;
}
.single-company-details-wrapper {
    display: flex;
    justify-content: inherit;
}
.single-company-details {
    max-width: 50%;
	padding-right: 55px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
}
.single-company-info{
	padding-left:55px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company-info-top {
    display: flex;
	justify-content: flex-start;
}
.single-company-info h4{
	color: #406ED6;
	font-size: 20px !important;
    font-weight: 700 !important;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.company-social-wrapper a{
	margin-right: 20px;
}
.company-content-wrapper{
		margin-top:30px;
}

.company-content-wrapper a{
	color: #191919;
	font-style:italic;
	margin-right: 10px;
}
.company-content-wrapper P{
	margin-bottom: 0px;
}
.company-content-wrapper svg{
	max-width: 40px;
	margin-left: 10px;
	
}
.company-acquired-wrapper{
	padding-right: 200px;
}
.company-image-wrapper img{
	max-width: 330px !important;
}
.company-grid {
    padding-bottom: 40px !important;
}

.stickPanel.fixed {
  position: fixed;
  top: 60px;
}
.IndustrySwitchOver span{
	margin-right: 15px;
}

.portfoliolist.heightAuto{
	height: auto !important;
}
.singleCompany.posRelative{
	position: relative !important;
    left: unset !important;
    top: unset !important;
	transition-delay:0.5s;
}

.company-card-wrapper {
    margin-bottom: 25px !important;
}
#animatedSques{
	margin-left:160px;
}
.downIcon{
	margin-right:5px !important;
}
.upIcon{
	margin-right:0px !important;
	margin-left:5px !important;
}
.downIcon i, .upIcon i{
	color: #bdbdbd;
}
.downIcon .upIcon{
	margin-top:3px;
}
.form-switch .sortbtnInd:checked ~ .upIcon i{
	color: #2f76d3 !important;
}
.form-switch .downIcon i{
	color: #2f76d3 !important;
}
.form-switch .sortbtnInd:checked ~ .downIcon i{
	color: #bdbdbd; !important;
}
.form-switch .downIcon.color i {
    color: #bdbdbd !important;
}

.testimonialsWrapper .asp-testimonials{
	display: none;
	background-color: rgba(255,255,255,0.7);
	min-height:334px;
}

@media screen and (min-width: 1366px){
	.dflexLaptop{
		display: flex;
    	min-width: -webkit-fill-available;
	}
	.dflexLaptopBtn{
		display: flex;
	}
}

.postCatWrapper select{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    color: #fff;
	background-color:#191919;
}
.postCatWrapper select option{
	font-size: 14px;
    padding: 5px;
	font-weight: 600;
}
.fillter-left-sidebar{
	overflow:scroll !important;
}
