/*
Template Name: Pillarix - Multipurpose Website Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/
/*
-- Body
-- Custom Classes
-- Navbar
-- Sidebar-Nav
-- Homepage
-- Services
-- About
-- Contact
-- Footer
-- Mobile Media
*/

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');

/* Body */
body {
	font-family: 'Figtree', sans-serif;
}
a {
	text-decoration: none;
	color: #1b1b1b;
}
a:hover {
	color: #5c544d;
}


/* Custom Classes */
.osahan-main-nav.fixed-top {
	background: #000000 !important;
}
.lawyer-nav  a.nav-link {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
	color: #ffffff !important;
}
.btn-lg {
	font-size: 16px;
	/* padding: 18px 39px; */
	font-weight: 700;
}
.btn-primary {
	background-color: #7b439a !important;
	border-color: #7b439a !important;
	color: #fafafa;
}
.btn-primary:hover {
	background-color: #e39c39 !important;
	border-color: #e39c39 !important;
}
.text-primary {
	color: #7b439a !important;
}
.light-text-primary {
	color: #5c544d;
}
.light-bg-primary {
	background-color: #5c544d;
}
.bg-primary {
	background-color: #7b439a !important;
}
.icon {
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.w-8 {
	width: 8%;
}
.mb-n6 {
	margin-bottom: -6rem;
}
.mt-n7 {
	margin-top: -7rem;
}

/* Navbar */
.lawyer-nav .navbar-nav .nav-link {
	padding: 10px 0;
	font-size: 18px;
	font-weight: 600;
}
.lawyer-nav .navbar-nav .nav-link.active {
	color: #7b439a !important;
}

/* Sidebar Nav */
.sidebar-nav .nav-link.active {
	color: #7b439a;
}

/* Homepage */
.bg-homepage {
	background-image: linear-gradient(180deg, transparent 0%, #000000 95%), url(../img/banner.jpeg) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Services */
.bg-services {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-services.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.box:hover {
	background-color: #7b439a;
	border-color: #7b439a !important;
	color: #fff !important;
	transition: .5s;
}
.box:hover i,
.box:hover p,
.box:hover h5 {
	color: #fff !important;
}
.person-img {
	width: 140px;
}
.box-shadow:hover {
	border: 1px solid transparent !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	transition: .2s;
}

/* About */
.bg-about {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-about.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Contact */
.bg-contact {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg-contact.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Footer */
.bg-footer {
	background-color: #2f2a23;
}
.social-links a {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-links a:hover {
	background-color: #5c544d !important;
}

/* Mobile Media  */
@media (max-width:992px) {
	.m-none {
		display: none;
	}
}
.image-grid-cover {
	width: 100%;
	background-size: cover;
	min-height: 180px;
	position: relative;
	margin-bottom: 30px;
	text-shadow: rgba(0,0,0,.8) 0 1px 0;
	border-radius: 4px;
}
.image-grid-clickbox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: rgba(0,0,0,.45);
}
.cover-wrapper {
	font-size: 18px;
	text-align: center;
	display: block;
	color: #fff;
	text-shadow: rgba(0,0,0,.8) 0 1px 0;
	z-index: 21;
	position: relative;
	top: 80px;
}
.bg-text-stroke {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	display: block;
}
.call{
	font-size: 16px;
	/* padding: 18px 39px; */
	font-weight: 700;
}
.bg-gree{
	/*background: #7b439a;*/
	background-color: rgba(123, 67, 154, 1);
	background-image: linear-gradient(0deg, rgba(123, 67, 154, 1) 0%, rgb(12, 12, 12) 100%);
}
.image-flex{
	background: #ffffff;
}
.bg-aqua{
	background: #cbc9c9;
}