#header .logo img{
	max-height: 45px;
}
.mobileLogin{
	display: none;
}
.loginBtn{
	padding: 5px 12px !important;
    background: #f65100;
    margin-left: 10px !important;
    border-radius: 25px;
    color: #fff !important;
}
.navbar a.loginBtn{
	color: #fff !important;	
}
.loginBtn .bi{
	font-size: 14px;
}
.callBtn {
    position: fixed;
    bottom: 115px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: #2196f3;
    font-size: 28px;
    padding: 4px 12px;
    border-radius: 50%;
    color: #fff !important;
    box-shadow: 0px 0px 6px #00000094;
}
.whatsappBtn {
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: #0ba90b;
    font-size: 33px;
    padding: 0px 11px;
    border-radius: 50%;
    color: #fff !important;
    box-shadow: 0px 0px 6px #00000094;
}
.back-to-top{
	right:30px;
}
.callNow{
	background: #f75100 !important;
}
#hero{
	height:auto !important;
}
.team .product .product-info h4{
	height:auto !important;
}
.product-img{
	height:40vh;
}
.feature-icon{
	min-height: 150px;
    padding-top: 28px;
}
.feature-icon h1{
	font-size: 75px;
}
.feature-slider .slick-slide{
	padding:10px;
}
.feature-slider h5{
	color:#fff;
}
.referal-slider .slick-slide{
	padding:10px;
}
.referal-img img{
	margin-top:25px !important;
	width:120px;
	margin: auto;
}
.referal-slider h6{
	color: #8f8f8f;
    font-weight: normal;
    letter-spacing: 1px;
    min-height:95px;
}

.other-services .slick-slide{
	margin:5px;
}
.service-icon{
	background: #e8e8e8;
    padding: 20px;
    background-size: cover !important;
    height: 200px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.service-icon i{
	font-size: 30px;
    padding: 20px;
    background: #f75100;
    border-radius: 50%;
    margin: 15px 0px;
    color: #ffffff;
    width: 80px;
    height: 80px;
    line-height: 38px;
}
.service-title{
	width: 100%;
    padding: 10px 0px;
    background: #242424;
    margin-bottom: 10px;
    color: white;
    text-transform: uppercase;
}
.service-price{
	width: 50%;
    float: left;
}
.service-enq{
	width: 50%;
    float: left;
    padding-right: 10px;
}
.service-enq .btn{
	color: #fff !important;
    background: #004eae !important;
    border-color: #004eaf !important;
}
.other-services .portfolio-item:hover .service-icon i{
	background: #004eaf;
}
.other-services .portfolio-item:hover .service-title{
	background: #FFC107;
	color : #222;
}
.other-services .portfolio-item:hover .service-icon{
	background: #004eb012;
}

/* RESPONSIVE CSS */
@media (max-width: 600px) {
	.other-services .slick-slide{
		margin:0px 10px;
	}
	.loginLi{
		width:80px;
	}
	.product-img{
		height:40vh !important;
		min-height:40vh;
	}
	.mobileLogin{
		display: block;
		font-size: 24px;
    	margin-right: 10px;
    	cursor: pointer;
	}
}