:root {
	--bg-color: #231F20;
	--text-color: #c7c7c7;
	--main-color: #f68632;
	--sub-color: #6ed87c;
}

* {
	margin: 0;
	padding: 0; 
}
 
.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler:active {
	transform: scale(0.9);
}

.navbar {
	background-color: var(--main-color);
}

/* DROPDOWN */
.dropdown-menu {
	padding: 0px;
	background-color: var(--main-color);
	border: none;
	text-transform: capitalize !important;
}

.dropdown-item {
	color: rgba(255,255,255,.55);
	/* border: 1px solid var(--bg-color); */
	border: none;
	text-transform: uppercase;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: rgba(255,255,255,.75);
	background-color: inherit;
}
/* Default state */
.navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 18px; 
	padding: 0px 10px;
	transition: all 0.3s ease-in-out;
	color: #fff !important;
	line-height: 40px;
}
.navbar-nav li {
	padding: 0px 10px;
}
/* Hover */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active { 
	transform: scale(1.1);
	color: #a9cf46 !important;
}

/* Active page link */
.active2 {
	background-color: rgba(0,0,0,0.2) !important;
	-webkit-border-radius: 5em;
}

.contact_btn {
	position: relative;
	background: #737373;
	color: #fff !important;
	padding: 0px 8px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	
}
.contact_btn i {
	background: #a9cf46;
	color: #fff !important;
	display: inline-block; 
	width: 35px;
	height: 35px;
	text-align: center;
	margin-right: 8px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
 
.header_crumber {
	position: relative;
	width: 100%;
	min-height: 230px;
	background: #f3f3f3;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.header_crumber:after {
	position: absolute;
	z-index:1;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.5);
}
 
.home_slider_main {
	position: relative;
	width: 100%;
	min-height: 630px;
	background: #f3f3f3;
	background-repeat: no-repeat;
	background-size: cover;
}
.block_about_us {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #f3f3f3;
	margin-top: 0px;
	padding: 50px 0px;
}
 

@media(max-width: 768px ){
	.small_block_wd {
		margin-top: 10px !important;
	}
	.navbar-nav .nav-link { 
		text-align: center;
	}
	.navbar-nav .dropdown-item { 
		text-align: center;
	}
}

.block_about_us {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #f3f3f3;
}

.small_block_wd {
	position: relative;
	width: 100%;
	min-height: 200px; 
	margin-top: -100px;
	z-index: 99; 
}

.small_block_wd .block_main_small {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #a9cf46;  
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	transition: all 0.2s ease-out;
	border: 4px solid #a9cf46;
	-webkit-border-radius: 0.5em;
	cursor: pointer;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.small_block_wd .block_main_small:hover {
	border: 4px solid #fff;
}
.small_block_wd .block_main_small h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.small_block_wd .block_main_small p {
	color: #fff; 
}
.small_block_wd .block_main_small:hover .icon_wrapped {
	transform: scale(1.1);
	background: rgba(255,255,255,0.3); 
}
.small_block_wd .icon_wrapped {
	width: 100px;
	height: 100px;  
	margin: 0 auto;
	margin-top: 10px;
	transition: all 0.4s ease-out;
	margin-bottom: 20px; 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
} 

.small_block_wd .icon_wrapped img {
	display: block;
	object-fit: contain;
	width: 100%;
	object-position: center;
}

.contact_main_pg {
	position: relative;
	padding: 50px 0px;
	width: 100%;
	min-height: 400px;
}

.contact_main_pg h2 {
	display: block; 
	text-transform: capitalize; 
	color: #000; 
	margin-bottom: 30px;
}

.block_contact_details  {
	position: relative;
	width: 100%;
	height: auto;
}

.block_contact_details .block_mini {
	background: #f3f3f3;  
	width: 100%;
	min-height: 260px;
	padding: 10px;  
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
 
.block_contact_details .block_mini i {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #fff;
	text-align: center;
	line-height: 70px;
	font-size: 45px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.block_contact_details .block_mini h3 {
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-control, .btn {
	-webkit-box-shadow: none !important;
}

.form_contacts {
	position: relative;
	width: 100%;
	min-height: 300px;
	background: #f3f3f3;
	padding: 20px;
}

.form_contacts .input-group {
	background: #fff;
	padding: 6px;
	margin-bottom: 18px;
}
.form_contacts .input-group i {
	font-size: 26px;
	margin-left: 8px;
}
.form_contacts .input-group .form-control {
	border: 0px;
}

textarea {
	resize: none;
}

.form_contacts button {
	display: inline-block;
	padding: 0px 20px;
	background: #a9cf46;
	color: #fff;
	line-height: 45px;
	border: 0px;
	font-size: 22px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.crumber_lane {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
}

.crumber_lane a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	color: #f3f3f3;
}

.crumber_lane span { 
	font-size: 28px;
	font-weight: 700;
	color: #f3f3f3;
}
.top_menus {
	position: relative;
	width: 100%;
	min-height: 30px;
	background: #a9cf46; 
	color: #fff; 
	text-align: center;
	margin-bottom: 0px;
	font-weight: 600;
}
.top_menus i {   
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 20px; 
}

.map {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

@media(max-width: 768px ){
	.top_menus div.col-sm-4:nth-child(3),
	.top_menus div.col-sm-4:nth-child(2) {
		display: none;
	}
}

#mainNavbar {
	transition: top 0.4s ease-in-out, box-shadow 0.3s ease;
}

#mainNavbar.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.navbar-brand a {
	text-transform: uppercase !important;
}

.readmore {
	position: relative;
	display: inline-block;
	padding: 0px 16px;
	line-height: 45px;
	background: #f68632;
	text-decoration: none;
	font-size: 22px;
	color: #fff !important;
	transition: all 0.2s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.readmore:hover {
	background: #a9cf46;
}

.readmore i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	text-align: center;
	color: #000 !important;
	position: relative;
	margin-right: -10px;
	margin-top: 7px;
	-webkit-border-radius: 5em; 
	-moz-border-radius: 5em; 
	-ms-border-radius: 5em; 
	-o-border-radius: 5em; 
}

.welcome_mesage h1 b {
	font-weight: 800;
	color: #f68632;
}

.img_aboutus {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin-top: 21px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.img_aboutus img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

@supports(object-fit: cover){

	.img_aboutus img {
		display: block;
		width: 100%;
		height: 360px;
		object-fit: cover;
		object-position: center;
	}
}

.practice_area {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #fff;
	padding: 80px 0px;
}

.block_practise {
	position: relative;
	width: 100%;
	min-height: 400px;
	margin: 0 auto; 
	padding: 20px;
	background: #f68632;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.text_practise_blk2 {
	position: relative;
	width: 100%;
	min-height: 300px;
	background: #a9cf46;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.text_practise_blk2 h4 {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	font-size: 28px;
	text-align: center;
	transform: translate(-50%);
}
/* Services Section */
.text_practise_blk {
	perspective: 1000px; /* enable 3D space */
	margin: 0; /* remove margin */
	height: 100%; /* stretch evenly */
}

.text_practise_blk-inner {
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 21px;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.text_practise_blk:hover .text_practise_blk-inner {
	transform: rotateY(180deg);
}
 
.text_practise_blk-front {
	position: absolute;
	width: 100%;
	min-height: 300px;
	backface-visibility: hidden;
	border-radius: 12px;
	padding: 0px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
  
.text_practise_blk-back {
	position: absolute;
	width: 100%;
	min-height: 300px;
	backface-visibility: hidden;
	border-radius: 12px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
	display: flex;
	overflow: hidden;
	flex-direction: column;
	justify-content: space-between;
	
}

.text_practise_blk-front::after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.83) 40%, rgba(0, 0, 0, 0) 100%);
}

.text_practise_blk-front h4 {
	font-size: 1.2rem;
	color: #fff; 
	text-align: center;
	width: 80%;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px; 
	font-weight: 700;
	z-index: 1;
}

.text_practise_blk-front p {
	font-size: 0.95rem;
	color: #666;
	flex-grow: 1;
}

.text_practise_blk-front .readmore {
	color: #007bff;
	font-weight: 600;
	text-decoration: none;
}

.text_practise_blk-front .readmore:hover {
	text-decoration: underline;
}

.text_practise_blk-back {
	background: linear-gradient(135deg, #a9cf46, #76eb84);
	color: #fff;
	transform: rotateY(180deg);
	text-align: center;
	padding: 30px 20px;
	z-index: 5;
}

.text_practise_blk-back h4 {
	margin-bottom: 15px;
	font-size: 1.3rem;
	font-weight: 600;
}

.text_practise_blk-back a {
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	text-decoration: underline;
}

/* Mobile optimization */
@media (max-width: 576px) {
	.text_practise_blk-front p,
	.text_practise_blk-back p {
		font-size: 0.85rem;
	}
	.text_practise_blk-front h4,
	.text_practise_blk-back h4 {
		font-size: 1rem;
	}
}



.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25D366; /* WhatsApp green */
	color: #fff;
	padding: 12px 18px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	z-index: 9999;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-float:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}
.whatsapp-float i {
	font-size: 24px;
}

.icon_services {
	position: relative;
	width: 80px;
	height: 80px;
	background: #a9cf46;
	padding: 10px;
	border-bottom-right-radius: 2em;
	text-align: center;
	overflow: hidden;
}
.icon_services img {
	display: inline-block;
	width: 95%;
	object-fit: contain;
	object-position: center;
}

@supports(object-fit: cover){
	.icon_services img {
		width: 60px;
		height: 60px;
		object-fit: contain;
		object-position: center;
	}
}

.team_slide {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #9ff3d0;
	padding: 50px 0px;
}

.team_slide h1 {
	display: block;
	font-weight: 800;
	text-align: center;
	color: #f68632;
}

.block_teams {
	position: relative;
	width: 100%;
	min-height: 300px;
	background: #fff;
	overflow: hidden; 
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	transition: all 0.4s ease-out;
}

.block_teams:hover .profile_img img {
	transform: scale(1.1);
	opacity: 0.7;
}
.profile_img {
	position: relative;
	width: 100%;
	height: 300px;
	background: #fff;
	overflow: hidden; 
}

@supports(object-fit: cover){

	.profile_img img { 
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: top;
		transition: all 0.4s ease-out;
	}
}

.wrapped_text_prof {
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px 20px;
}

.wrapped_text_prof h4 {
	font-weight: 700;
}
.wrapped_text_prof p {
	font-style: italic;
	color: #333;
	display: block;
	margin-top: 20px;
}

.wrapped_text_prof a {
	display: inline-block;
	background: #f68632;
	color: #fff;
	text-decoration: none;
	line-height: 38px;
	padding: 0px 16px;
	-webkit-border-radius: 5em;
}

.team_page {
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 0px;
}

.team_page .block_teams {
	background: #f3f3f3;
}

.team_page h1 {
	display: block;
	position: relative;
	font-weight: 800;
}

.team_page h1:before {
	display: block;
	width: 50%;
	content: '';
	height: 5px;
	background: #a9cf46;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	left: 10%;
}

.about_page {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 80px 0px;
}
.vission_mission .bg-light{
	padding: 20px;
}
.vission_mission h1   {
	 font-weight: 800;
	 color: #a9cf46;
	 margin-left: 20px;
}
 .vission_mission ul li {
	 margin-bottom: 12px;
 }
/*
.vission_mission .row {
	display: flex;
	flex-wrap: wrap;
}
.vission_mission .col-sm-6 {
	display: flex;
}
.vission_mission .col-sm-6 > div {
	flex: 1;
}*/

.client_areas h6 {
	font-weight: 800;
}





























#scrollTopBtn {
	display: none; /* Hidden by default */
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 50px;
	height: 50px;
	z-index: 999;
	font-size: 20px;
	border: none;
	outline: none;
	background-color: #333;
	color: white;
	cursor: pointer;
	padding: 12px 16px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

#scrollTopBtn:hover {
	background-color: #555;
	transform: scale(1.1);
}
header .item {
	height: 80vh;
	position: relative;
}
header .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
header .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
}
header .item .cover .header-content {
	position: relative;
	padding: 56px;
	overflow: hidden;
}
header .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #a9cf46;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
}
header .item .cover .header-content h1 {
	font-size: 56px;
	font-weight: 800;
	margin: 5px 0 20px;
	word-spacing: 3px;
	color: #fff;
}
header .item .cover .header-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
}
header .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
header .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
}
header .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
header .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
}

header .owl-prev,
header .owl-next {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1000;
}

header .owl-prev {
	left: 40px;
}

header .owl-next {
	right: 40px;
}

header .owl-prev,
header .owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    top: 50%;
    transition: all 0.4s ease-out;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
}

header .owl-prev {
    left: 40px;
}

header .owl-next {
    right: 40px;
}
@media(max-width: 768px ){
	header .owl-prev,
	header .owl-next {
		opacity: 0.2; 
	}
	header:hover .owl-prev,
	header:hover .owl-next {
		opacity: 1;
	} 
	header:hover .owl-next {
		right: 10px;
		width: 35px;
		height: 35px;
	}
	header:hover .owl-prev  {
		left: 10px;
		width: 35px;
		height: 35px;
	}
}
.footer_main {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #272727;
	padding: 50px 0px;
}
.logo_btm {
	width: 220px;
	height: 220px;
	margin: 0 auto;
}
.logo_btm img {
	display: block;
	width: 100%;
}
.menu_btm {
	position: relative;
	width: 100%;
	height: auto;
}
.menu_btm ul {
	padding: 0px;
}

.menu_btm ul li {
	list-style-type: none;
}
.menu_btm ul li a {
	color: #949494;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

.menu_btm ul li a:hover {
	color: #a9cf46; 
}

.menu_btm h4 {
	font-weight: 700;
	margin-top: 10px;
	color: #fff;
}
.menu_btm table td {
	color: #fff;
}
.menu_btm table td i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #a9cf46;
	text-align: center;
	line-height: 25px;
	color: #000;
	margin-right: 10px;
	margin-bottom: 6px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.footer_end {
	position: relative;
	width: 100%;
	min-height: 50px;
	text-align: center;
	padding: 10px 0px;
	background: #000;
	color: #f3f3f3 !important;
}


.modal-backdrop.show {
	background-color: rgba(10, 10, 15, 0.55) !important;
	backdrop-filter: blur(6px) saturate(1.05);
}

/* Modal glass card */
.glass-modal {
	background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(250,250,250,0.75));
	border-radius: 14px;
	overflow: hidden;
	backdrop-filter: blur(8px) saturate(1.05);
}

/* Image styling */
.product-img {
	max-height: 420px;
	object-fit: contain;
	box-shadow: 0 10px 30px rgba(18, 24, 40, 0.15);
}

/* Make the modal tighter on small screens */
@media (max-width: 767.98px) {
	.modal-dialog {
		max-width: 92%;
	}
	.product-img {
		max-height: 280px;
	}
}

/* Optional: subtle entry animation for the modal content */
.modal.fade .modal-dialog {
	transform: translateY(10px);
	transition: transform .32s cubic-bezier(.2,.8,.2,1), opacity .28s;
}
.modal.show .modal-dialog {
	transform: translateY(0);
}

.list-unstyled i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #a9cf46;
	margin-bottom: 10px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	-webkit-border-radius: 5em;
}






















































































