@charset "UTF-8";
/* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
 
	CORPORATE BUSINESS TEMPLATE
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Base cascading style sheet
	Nom:screen.css
	Version:1.0
	Date:August 22th, 2009 
 
	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/simonbouchard/portfolio
	Copyright ©2009 Simon Bouchard <info@simonbouchard.com>
 
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	COLORS SCHEME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	

 
	Blue: #47add9
	Light Gray: #909090
	Dark Gray: #484747
	Borders: #efefef 


*/

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen,
projection {

	/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	html,
	body,
	div,
	span,
	applet,
	object,
	iframe,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	a,
	abbr,
	acronym,
	address,
	big,
	cite,
	code,
	del,
	dfn,
	em,
	font,
	img,
	ins,
	kbd,
	q,
	s,
	samp,
	small,
	strike,
	strong,
	sub,
	sup,
	tt,
	var,
	b,
	u,
	i,
	center,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}

	body {
		line-height: 1;
	}

	ul,
	ol {
		list-style-type: none;
		margin: 13px 0 13px 15px;
		padding: 0;
	}

	ul li,
	ol li {
		line-height: 1.7;
		margin: 0 0 2px 0;
		padding: 0;
	}

	blockquote,
	q {
		quotes: none;
	}

	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: '';
		content: none;
	}

	:focus {
		outline: 0;
	}

	ins {
		text-decoration: none;
	}

	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	html {
		font-size: 100%;
	}

	body {
		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
		color: #666;
		min-width: 999px;
		font-size: 75.2%;
		line-height: 1.538em;
		background: #ffffff url("../../images/bg_body.gif") repeat-x top left;
	}


	/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	a {
		color: #47add9;
		margin: 0;
		outline: 0;
	}

	a,
	a:visited,
	a:active {
		text-decoration: none;
	}

	a:hover {
		color: #484747;
		text-decoration: none;
	}

	/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	p {
		line-height: 1.7;
		font-size: 1em;
		color: #727272;
		margin: 0 0 12px 0;
		text-align: justify;
	}

	h1,
	h2,
	h3,
	h4,
	h5 {
		letter-spacing: -0.5px;
	}

	h1 {
		font-size: 2.8em;
		color: #47add9;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 10px 0;
	}

	h2 {
		font-size: 2.2em;
		color: #484747;
		text-transform: uppercase;
		font-weight: normal;
		margin: 25px 0 10px 0;
	}

	h3 {
		font-size: 1.5em;
		color: #484747;
		font-weight: normal;
		margin: 25px 0 10px 0;
	}

	h4 {
		font-size: 1.1em;
		color: #484747;
		font-weight: normal;
		margin: 25px 0 10px 0;
	}

	/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	.clearfix {
		display: inline-block;
	}

	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	/* Hide from IE Mac \*/
	.clearfix {
		display: block;
	}

	/* End hide from IE Mac */

	/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	.wrapper {
		width: 100%;
	}

	/* HEADER */
	.header {
		position: relative;
		height: 97px;
		width: 988px;
		margin: 0 auto;
		background: #fff url("../../images/bg_header.gif") no-repeat top left;
	}

	.content {
		width: 100%;
		overflow: hidden;
		background: #fff
	}

	.content-wrapper {
		margin: 0 auto;
		width: 988px;
	}

	.sidebar {
		float: left;
		width: 266px;
		padding: 50px 0px 30px 0;
		margin: 0 -1px 0 0;
		overflow: visible;
		height: auto;
		background: #fff
	}

	.footer {
		margin: 0;
		padding: 0;
		font-size: 0.9em;
		text-align: center;
	}

	/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	/* HEADER */
	.header h1 {
		position: absolute;
		top: 25px;
		/* adjust this position for your logo */
		left: 10px;
		margin: 0;
		padding: 0;
		width: 323px;
		height: 54px;
		text-indent: -9999px;
		background: transparent url("../../images/logo.gif") no-repeat 0 0;
	}

	.header h1 a {
		display: block;
		height: 100%;
	}

	.header #nav {
		position: absolute;
		top: 0;
		right: 10px;
		margin: 0;
		padding: 0;
	}

	.header #nav li {
		position: relative;
		float: left;
		width: auto;
		padding: 0 5px !important;
		background: transparent;
	}

	.header #nav li a {
		position: relative;
		display: block;
		color: #919394;
		font-size: 1.1em;
		border: 1px solid #fff;
		padding: 41px 10px 25px 10px;
		text-transform: uppercase;
		background: transparent;
	}

	.header #nav li a:hover {
		color: #47add9;
		background: #fff;
	}

	.header #nav li a.selected {
		color: #47add9;
		background: #fff;
	}

	.header #nav li.sub a:hover,
	.header #nav li.sub:hover a {
		color: #47add9;
		border-top: 1px solid #efefef;
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
		border-bottom: 1px solid #fff;
		background: transparent;
		z-index: 2;
	}

	.header #nav li ul {
		position: absolute;
		padding: 5px 10px;
		margin: 0;
		width: 190px;
		height: auto;
		top: 100%;
		left: 5px;
		background: #ffffff;
		border: 1px solid #efefef;
		display: none;
		z-index: 1;
	}

	.header #nav li ul li {
		float: none;
		padding: 0;
		margin: 7px 0;
	}

	.header #nav li ul li a {
		width: 190px;
		font-size: 12px;
		padding: 5px 0;
		text-transform: none;
		border: none !important;
		color: #919394 !important;
	}

	.header #nav li ul li a:hover {
		color: #484747 !important;
		border: none !important;
	}


	/* MAIN-CONTENT */
	.main-content {
		width: 630px;
		min-height: 240px;
		padding: 50px 30px 30px 30px;
		margin: 0 0 0 1px;
		border-right: 1px solid #ebebeb;
		border-left: 1px solid #ebebeb;
		overflow: hidden;
		background: #fff;
	}

	* html .main-content {
		height: 240px;
		overflow: visible;
	}

	.main-content {
		float: right;
	}

	.main-content h1 {
		font-size: 2.8em;
		letter-spacing: -3px;
		text-transform: uppercase;
		margin: 0;
		color: #919394;
	}

	.main-content h2 {
		font-size: 3.9em;
		color: #47add9;
		font-weight: bold;
		letter-spacing: -4px;
		text-transform: uppercase;
		margin: -5px 0 20px 0;
	}

	/* MAIN CONTENT FOOTER */
	.main-content-footer {
		width: 629px;
		padding: 20px 0 0 0;
		margin: 20px 0;
		border-top: 1px solid #ebebeb;
	}

	.main-content-footer .grid {
		display: inline;
		float: left;
		position: relative;
	}

	.main-content-footer .col-left,
	.main-content-footer .col-right {
		width: 305px;
		float: left;
		margin: 0;
	}

	.main-content-footer .col-left {
		margin: 0 19px 0 0;
	}

	.main-content-footer .col-left .icon,
	.main-content-footer .col-right .icon {
		width: 70px;
		height: 100%;
		float: left;
		margin: 0 15px 0 0;
	}

	.main-content-footer .col-left .text,
	.main-content-footer .col-right .text {
		padding: 0 0 0 85px;
	}

	.main-content-footer .col-left p,
	.main-content-footer .col-right p {
		margin: 5px 0;
	}

	.main-content-footer .col-left a,
	.main-content-footer .col-right a {
		margin: 5px 0;
		color: #484747;
	}

	.main-content-footer .col-left a:hover,
	.main-content-footer .col-right a:hover {
		margin: 5px 0;
		color: #47add9;
		font-weight: 400;
	}

	/* MANAGEMENT TEAM */
	.team-block {
		width: 100%;
		float: left;
		margin: 30px 0 0 0;
	}

	.team-block .box-left {
		width: 150px;
		padding: 0;
		float: left;
	}

	.team-block .box-left img {
		border: 3px solid #f1f1f1;
	}

	.team-block .box-right {
		margin: 0 0 0 150px;
		padding: 0;
	}

	.team-block .box-right h3 {
		font-weight: bold;
		margin: 0;
	}

	.team-block .box-right blockquote {
		margin: 0 0 20px;
		padding: 0 0 2px 40px;
		font-style: italic;
		background: url(../../images/quote.png) no-repeat 0 0;
	}

	.team-block .box-right blockquote p {
		margin-bottom: 10px;
		text-align: left;
	}


	/*	-------------------------------------------------------------
	SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	/* SUB NAVIGATION */
	ul.subnav {
		padding: 0;
		margin: 0 0 20px 0;
	}

	ul.subnav li {
		display: block;
		padding: 2px 0;
	}

	ul.subnav li a {
		display: block;
		font-size: 12px;
		padding: 12px 10px 3px 28px;
		text-align: left;
		border-top: 1px solid #efefef;
		color: #919394;
		background: url(../../images/nav_arrow.png) no-repeat 2px 10px;
	}

	ul.subnav li a:hover,
	ul.subnav li a.selected {
		color: #484747
	}

	.subnav .sub-menu {
		display: none;
	}

	.subnav li a {
		cursor: pointer;
	}

	.subnav li.clicked .sub-menu {
		display: block;
	}

	ul.subnav li:first-child a {
		display: block;
		border-top: 0px solid #efefef;
	}

	/* SCROLL WIDGET */
	.scroll {
		position: relative;
		min-height: 137px;
		margin: 0;
		background: #fff;
	}

	.scroll h2 {
		margin: 18px 0 5px 19px;
		border: none;
		font-size: 1.1em;
		line-height: 1em;
	}

	.scroll ul {
		position: relative;
		width: 100%;
		height: 91px;
		margin: 0;
		list-style: none;
	}

	.scroll ul li {
		width: 230px;
		height: 84px;
		margin: 0;
		line-height: 1.334em;
	}

	.scroll ul li span {
		display: block;
		margin: 0 0 .4em;
	}

	.scroll ol {
		height: 22px;
		position: absolute;
		top: -17px;
		right: 0;
		list-style: none;
	}

	.scroll ol li {
		float: left;
	}

	.scroll ol a {
		display: block;
		width: 11px;
		height: 22px;
		margin: 0 1px;
		padding: 0 2px;
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: 50% 0;
	}

	.scroll ol li.previous a {
		background-image: url("../../images/icon-arrow-down.gif");
	}

	.scroll ol li.next a {
		background-image: url("../../images/icon-arrow-up.gif");
	}

	.scroll ol li a:hover {
		background-position: 50% 100%;
	}

	#scrollSpotlight h2 {
		margin-bottom: 18px;
	}

	#scrollSpotlight ul {
		width: 230px;
	}

	#scrollSpotlight ul li {
		width: 230px;
	}

	#scrollSpotlight ul li a {
		padding: 0 0 0 13px;
		background: transparent url("../../images/arrow.gif") no-repeat 1px 3px;
	}

	#scrollSpotlight ul li strong {
		color: #484747;
	}

	#scrollSpotlight li p {
		margin: 0 0 .4em;
		line-height: 1.25em;
	}

	/* BUTTONS */
	.btn-widget {
		border: 1px solid #efefef;
		background: #f8f8f8;
		padding: 12px 18px;
	}

	.btn-widget:hover {
		background: #fff;
		cursor: pointer;
	}



	/*	-------------------------------------------------------------
	VARIOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	.span1,
	.span2,
	.span4,
	.span5 {
		float: left;
		margin: 0 30px 0 0;
		text-align: left;
		width: 300px;
	}

	.span2 {
		margin: 0;
	}

	.span3 {
		float: left;
		text-align: justify;
		padding: 10px 0 20px 60px;
		margin: 20px 0 0 -10px;
		width: 240px;
		background: transparent url("../../images/col_sep_quote.gif") no-repeat top left;
	}

	.span3 p {
		font-size: 1.6em;
		text-align: justify;
		line-height: 1.2em;
		color: #909090;
		padding: 3px 0 3px 0
	}

	.span3 span {
		padding: 0 0 5px 0;
		font-size: 1.2em;
	}

	.span4 {
		width: 250px;
	}

	.span5 {
		width: 320px;
	}


	blockquote {
		margin: 20px 0 20px 15px;
		padding: 0 0 2px 40px;
		font-style: italic;
		background: url(../../images/quote.png) no-repeat 0 0;
	}

	blockquote p {
		margin-bottom: 10px;
		text-align: left;
	}

	.footer {
		max-width: 1000px;
		margin: 0 auto;
		background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
		color: #2c3e50;
		font-family: 'Georgia', 'Times New Roman', serif;
		border-top: 4px solid #47add9;
		position: relative;
		box-shadow: 0 -2px 20px rgba(71, 173, 217, 0.1);
		border-radius: 0 0 15px 15px;
		overflow: hidden;
	}

	.footer::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 1px;
		background: linear-gradient(90deg, transparent, #47add9, transparent);
	}

	.footer-wrapper {
		padding: 50px 30px 20px 30px;
	}

	.footer-content {
		border-top: 2px solid #e9ecef;
		padding: 40px;
		background: linear-gradient(135deg, rgba(145, 147, 148, 0.1), rgba(255, 255, 255, 0.9));
		margin: 0 -30px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		align-items: start;
	}

	.footer-section {
		background: none;
		padding: 0;
		border-radius: 0;
		border: none;
		transition: none;
		box-shadow: none;
		height: auto;
	}

	.footer-section:hover {
		transform: none;
		box-shadow: none;
		border-color: transparent;
	}

	.footer-section h3 {
		color: #47add9;
		font-size: 16px;
		font-weight: 600;
		margin: 0 0 20px 0;
		padding-bottom: 10px;
		border-bottom: 2px solid #47add9;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		text-align: center;
	}

	.footer-section h3::after {
		display: none;
	}

	.footer-section:not(:first-child) h3 {
		text-align: center;
	}

	/* Contact Information Styles */
	.contact-info {
		text-align: left;
	}

	.contact-info p {
		margin: 8px 0;
		color: #666666;
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
	}

	.contact-info p strong {
		color: #47add9;
		font-weight: 600;
		display: inline-block;
		min-width: 60px;
	}

	.contact-info a {
		color: #47add9;
		text-decoration: none;
		font-weight: 500;
		transition: all 0.3s ease;
	}

	.contact-info a:hover {
		color: #919394;
		text-decoration: underline;
	}

	/* Specific styling for contact info items */
	.contact-info p:first-child {
		font-weight: 600;
		color: #47add9;
		margin-bottom: 12px;
	}

	.contact-info p:first-child strong {
		color: #47add9;
	}

	/* Quick Links Styles */
	.footer-section ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.footer-section ul li {
		margin: 6px 0;
		padding: 0;
		line-height: 1.4;
	}

	.footer-section ul li a {
		color: #666666;
		text-decoration: none;
		font-size: 12px;
		font-weight: 400;
		transition: all 0.3s ease;
		display: block;
	}

	.footer-section ul li a:hover {
		color: #47add9;
	}

	/* Map Section Styles */
	.map {
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 10px rgba(71, 173, 217, 0.15);
		border: 1px solid rgba(71, 173, 217, 0.2);
		transition: all 0.3s ease;
	}

	.map:hover {
		box-shadow: 0 4px 15px rgba(71, 173, 217, 0.25);
		border-color: rgba(71, 173, 217, 0.4);
	}

	.map-frame {
		border: none;
		width: 100%;
		height: 200px;
		display: block;
	}
/* Social Media Styles */

.footer-section .social-links {
	text-align: center; /* Center align for mobile */
	display: flex;
	flex-wrap: wrap;
	gap: 12px; /* Reduced gap for mobile */
	margin-top: 10px;
	justify-content: center; /* Center the social items */
}

.social-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 5px;
	min-width: 60px; /* Ensure consistent spacing */
}

.footer-section .social-links .social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px; /* Slightly smaller for mobile */
	height: 32px;
	border-radius: 50%;
	color: white;
	font-size: 14px; /* Slightly smaller icon font */
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	/* Improve touch targets for mobile */
	touch-action: manipulation;
}

.footer-section .social-links .social-icon:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.social-name {
	font-size: 11px; /* Slightly smaller for mobile */
	color: #333;
	margin-top: 3px; /* Reduced margin */
	line-height: 1.2;
	word-wrap: break-word;
}

/* Mobile specific adjustments */
@media (max-width: 768px) {
	.footer-section .social-links {
		gap: 10px;
		margin-top: 15px;
	}
	
	.social-item {
		min-width: 50px;
	}
	
	.footer-section .social-links .social-icon {
		width: 30px;
		height: 30px;
		font-size: 13px;
	}
	
	.social-name {
		font-size: 10px;
	}
}

@media (max-width: 480px) {
    .footer-section .social-links {
        gap: 2px;
        flex-direction: row;
        justify-content: space-evenly; /* Distributes items evenly on small screens */
    }
    
    .social-item {
        min-width: 45px;
        flex: 1;
        max-width: 70px; /* Prevents items from getting too wide */
    }
    
    .footer-section .social-links .social-icon {
        width: 4px;   /* Smaller width for the icon container */
        height: 8px;  /* Smaller height for the icon container */
        font-size: 16px; /* Smaller font size for the icon itself */
    }
    
    .social-name {
        font-size: 9px;
        margin-top: 2px;
    }
}

/* Social Media Brand Colors */
.footer-section .social-links .facebook {
	background-color: #3b5998;
}

.footer-section .social-links .facebook:hover {
	background-color: #2d4373;
}

.footer-section .social-links .youtube {
	background-color: #ff0000;
}

.footer-section .social-links .youtube:hover {
	background-color: #cc0000;
}

.footer-section .social-links .instagram {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-section .social-links .instagram:hover {
	background: linear-gradient(45deg, #d6842a 0%, #c55a32 25%, #b91f36 50%, #a81d57 75%, #9a1577 100%);
}

.footer-section .social-links .linkedin {
	background-color: #0077b5;
}

.footer-section .social-links .linkedin:hover {
	background-color: #005885;
}

.footer-section .social-links .x-twitter {
	background-color: #000000;
}

.footer-section .social-links .x-twitter:hover {
	background-color: #333333;
}

	/* Responsive Design */
	@media (max-width: 992px) {
		.footer-content {
			grid-template-columns: repeat(2, 1fr);
			gap: 25px;
		}
	}

	@media (max-width: 768px) {
		.footer-content {
			grid-template-columns: 1fr;
			gap: 30px;
			padding: 20px 10px;
		}

		.footer-section h3 {
			font-size: 18px;
		}

		.contact-info p,
		.footer-section ul li a,
		.footer-section .social-links a {
			font-size: 14px;
		}

		.map-frame {
			height: 250px;
		}
	}

	.footer-bottom {
		border-top: 2px solid #e9ecef;
		padding-top: 30px;
		text-align: center;
		background: linear-gradient(135deg, rgba(145, 147, 148, 0.1), rgba(255, 255, 255, 0.9));
		margin: 0 -30px -20px -30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
	}

	.footer-bottom p {
		margin: 15px 0;
		font-size: 13px;
		line-height: 1.8;
		color: #666666;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-section .social-links {
		margin: 20px 0 0 0;
		text-align: center;
	}


	.legal-disclaimer {
		font-size: 12px;
		color: #919394;
		margin-top: 25px;
		line-height: 1.6;
		font-style: italic;
		padding: 20px;
		background: rgba(145, 147, 148, 0.1);
		border-radius: 10px;
		border-left: 4px solid #47add9;
		text-align: left;
	}



	.footer-bottom .keywords-highlight {
		background: linear-gradient(135deg, #47add9, #3a9bc1);
		color: white;
		padding: 15px 25px;
		border-radius: 10px;
		margin: 20px auto;
		max-width: 800px;
		font-weight: 600;
		box-shadow: 0 4px 15px rgba(71, 173, 217, 0.3);
	}

	.footer-bottom .credentials {
		background: rgba(145, 147, 148, 0.1);
		padding: 15px;
		border-radius: 8px;
		margin: 20px auto;
		max-width: 700px;
		border: 1px solid #47add9;
	}

	.footer-bottom .credentials strong {
		color: #47add9;
	}

	@media (max-width: 768px) {
		.footer-wrapper {
			padding: 30px 20px 15px 20px;
		}

		.footer-content {
			grid-template-columns: 1fr;
			gap: 25px;
		}

		.footer-section {
			padding: 20px;
		}

		.practice-areas ul,
		.location-subsection ul {
			grid-template-columns: 1fr;
		}

		.social-links {
			flex-direction: column;
			align-items: center;
		}

		.social-links a {
			margin: 5px 0;
			padding: 10px 20px;
			width: 200px;
			text-align: center;
		}

		.footer-bottom {
			margin: 0 -20px -15px -20px;
			padding: 25px 20px;
		}

		.contact-info {
			padding: 20px;
		}

		.map-frame {
			height: 250px;
		}
	}

	@media (max-width: 480px) {
		.footer-section h3 {
			font-size: 16px;
		}

		.footer-section a {
			font-size: 13px;
		}

		.contact-info p {
			font-size: 13px;
		}

		.footer-bottom p {
			font-size: 12px;
			padding: 0px 15px;
		}
	}

	/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}

p {
	font-weight: bold;
}

.wrapper .content .content-wrapper .main-content p {
	font-weight: normal;
}

.span2_new {
	width: 205px;
}

/*---------------------------
	New-CSS
--------------------------------------*/
.sidebar_widgets {
	border: #dedede solid 1px;
	padding: 26px 20px;
	margin: 0 auto 20px;
}

.sidebar_widgets h3 {
	position: relative;
	margin: 0 auto 13px;
	padding: 0 0 8px;
	border-bottom: #d4d4d4 solid 2px;
}

.sidebar_widgets h3:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 44px;
	border-bottom: #41add9 solid 2px;
}

.loging_widget {
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
}

.form-group {
	margin: 0 auto 6px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	line-height: 22px;
	padding: 5px 15px;
	color: #000;
	border: #ddd solid 1px;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px inset;
}

.btn {
	background: #41add9;
	border: 0;
	cursor: pointer;
	padding: 7px 17px;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
}

.btn:hover {
	background: #2090be;
}

#reviewsScroll p {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
}

#reviewsScroll.scroll ul {
	height: 162px;
}

#reviewsScroll.scroll ul h6 {
	color: #41add9;
	font-size: 13px;
}

#contact_form_toggle {
	position: fixed;
	z-index: 999;
	top: 60%;
	right: -60px;
	background: #41add9;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	cursor: pointer;
}

#quice_contact {
	background: #555;
	padding: 20px;
	position: fixed;
	top: 34%;
	right: -400px;
	width: 280px;
	z-index: 9999;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

#quice_contact.show {
	right: 0;
}

#quice_contact p {
	color: #fff;
	margin: 0 auto 10px;
}

#quice_contact ul {
	margin: 0 auto;
}

#toggle_close {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 30px;
	height: 30px;
	background: #222;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}

#awardsScroll.scroll ul,
#awardsScroll.scroll ul li {
	height: 170px;
}

#awardsScroll.scroll ul img {
	max-width: 100%;
}

.sidebar .btn-widget {
	margin: 0 auto 20px;
}

#footer_awards {
	overflow: hidden;
	background: #fff;
	text-align: center;
	border-top: #ddd solid 1px;
	padding: 20px 0;
}

#nav_toggle {
	position: absolute;
	top: 33px;
	right: 14px;
	cursor: pointer;
	display: none;
}

.year_wrap {
	position: fixed;
	top: 6px;
	right: 35px;
	width: 109px;
}

.year_wrap img {
	max-width: 100%;
}

.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}

.item {
	text-align: center;
}

.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: -50px;
	right: -50px;
	height: 1px;
	text-align: left;
	margin-top: -24px;
}

.owl-nav div {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	font-size: 0;
	background: url(../../images/nav_arrow.png) no-repeat center;
}

.owl-prev {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.owl-next {
	float: right;
}

.header #nav li.sub.mega_nav {
	position: unset;
}

.header #nav li.sub.mega_nav ul {
	width: 100%;
	left: 0;
	overflow: hidden;
}

.header #nav li.sub.mega_nav ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
}

.header #nav li.sub.mega_nav ul li a {
	width: 100%;
}

.usefull_links {
	margin: 0 12px 3px 2px;
	position: relative;
	letter-spacing: 0.5px;
}

.latest_updates {
	clear: both;
	overflow: hidden;
	margin: 0;
	background: #fff;
	padding: 24px 0;
	border-top: #ddd solid 1px;
	text-align: center;
}

.latest_updates a {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 27px;
	color: #222;
	font-size: 17px;
	margin: 0 2px 4px;
	border-radius: 6px;
	border: #ccc solid 1px;
}

.latest_updates a:hover {
	color: #47add9;
	border-color: #47add9;
}

.arrow_m {
	display: none;
}


/*-----------------------
	Responsive-CSS
-----------------------------*/
@media (min-width:768px) and (max-width:990px) {
	body {
		min-width: inherit;
	}

	.header,
	.content-wrapper,
	.footer-wrapper {
		width: 730px;
		margin: 0 auto;
		overflow: hidden;
	}

	.header h1 {
		width: 203px;
		background-size: 100%;
	}

	.sidebar {
		padding: 40px 20px 30px 0;
	}

	.main-content {
		width: 390px;
		padding: 50px 20px 30px 20px;
	}

	.main-content-footer {
		width: 100%;
	}

	.year_wrap {
		display: none;
	}

	.owl-nav {
		left: -20px;
		right: -20px;
	}

	.latest_updates a {
		padding: 10px 15px;
		font-size: 14px;
	}

}

@media (max-width:767px) {
	body {
		min-width: inherit;
	}

	.header #nav li.sub.mega_nav {
		position: relative;
	}

	.arrow_m {
		display: block;
		position: absolute;
		top: 0;
		right: 10px;
		width: 28px;
		height: 28px;
		padding: 8px 0 0;
		line-height: 20px;
		text-align: center;
		cursor: pointer;
		z-index: 999;
		box-sizing: border-box;
		border: #ddd solid 1px;
	}

	.sub.clicked ul {
		display: block !important;
		visibility: visible !important;
	}

	.header #nav li.sub.mega_nav ul li {
		float: none;
		width: 100%;
	}

	.header h1 {
		width: 230px;
		background-size: 100%;
		margin: 0 auto;
	}

	.header,
	.content-wrapper,
	.footer-wrapper {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		max-width: 90%;
	}

	.main-content {
		width: 100%;
		font: normal;
		padding: 50px 0;
		box-sizing: border-box;
		float: none;
		border: 0;
	}

	.main-content-footer {
		width: 100%;
	}

	.span1,
	.span2,
	.span4,
	.span5 {
		float: left;
		margin: 0 10% 0 0;
		width: 45%;
	}

	.sidebar {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		max-width: 400px;
	}

	.header {
		overflow: visible;
	}

	.header #nav {
		position: relative;
		top: 96px;
		right: 0;
		margin: 0;
		padding: 0;
		background: #fff;
		z-index: 99999;
		box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
		box-sizing: border-box;
		width: 100%;
	}

	.header #nav li {
		float: none;
		padding: 0;
	}

	.header #nav li a {
		padding: 10px 20px;
	}

	#nav_toggle {
		display: block;
	}

	#nav {
		overflow: hidden;
		height: 0px;
		transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
	}

	#nav.active {
		height: auto;
	}

	.header #nav li ul {
		position: relative;
		padding: 0 16px;
		width: 100%;
		top: 100%;
		left: 0px;
		box-sizing: border-box;
	}

	.year_wrap {
		display: none;
	}

	.form-group textarea {
		height: 60px;
	}

	.owl-nav {
		left: 0;
		right: 0;
	}

	#contactform ul input {
		box-sizing: border-box;
	}

	#contactform ul {
		margin: 0 auto;
	}

	.latest_updates a {
		padding: 5px 15px;
		font-size: 12px;
	}

}


@media (max-width:480px) {

	.span1,
	.span2,
	.span4,
	.span5 {
		float: none;
		margin: 0 auto 20px;
		width: 100%;
	}

	.team-block,
	.team-block p {
		text-align: center;
	}

	.team-block .box-left {
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}

	.team-block .box-right {
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

}

.main-content-footer .grid {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#footer-blog-section .item {
	text-align: left;
}

#footer-mobile-blog-section .item {
	text-align: left;
}

@media (max-width: 990px) {
	#footer-blog-section {
		display: none;
	}
}

@media (min-width: 991px) {
	#footer-mobile-blog-section {
		display: none;
	}

	.footer-grid.section {
		display: flex;
	}

	.footer-grid.section .grid-columns {
		margin-right: 85px;
	}
}

#footer-mobile-blog-section .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

#footer-mobile-blog-section .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

#footer-mobile-blog-section .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#footer-blog-section .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

#footer-blog-section .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

#footer-blog-section .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.footer-grid.section .grid-columns ul {
	margin-left: 3px;
}

.footer-grid.section {
	text-align: left;
	color: #fff;
}

.footer-grid.section .grid-columns h3 {
	color: #fff;
	font-size: 18px !important;
}

.footer-grid.section .grid-columns h3:after {
	content: '';
	display: table;
	margin-top: 10px;
	width: 64px;
	height: 5px;
	background: #41add9;
}

.footer-grid.section .grid-columns ul li {
	font-size: 14px;
}

.footer-grid.section {
	border-bottom: 1px solid #605f5f;
	padding-bottom: 15px;
}

/*Modal Popup*/
.modal-content .modal-header {
	background-color: red;
	justify-content: center;
}

.modal-content .modal-header h2 {
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
}

.modal-content .modal-footer .in-ter {
	background-color: blue;
	color: #fff;
	font-size: 16px;
	padding: 4px 15px;
	border-radius: 4px;
}

.modal-content .modal-footer .in-ter:hover {
	text-decoration: none;
}

.modal-content .modal-footer .in-ters {
	background-color: darkorchid;
	color: #fff;
	font-size: 16px;
	padding: 4px 15px;
	border-radius: 4px;
}

.modal-content .modal-footer .in-ters:hover {
	text-decoration: none;
}

.law-firms-links {
	margin: 24px 0px 0px 0px;
	border-top: 1px solid #d3d3d3;
	padding-top: 20px;
}

.law-firms-links ul li {
	margin-bottom: 6px;
}

.law-firms-links ul li:before {
	content: '>>';
	color: #2196f3;
	padding-right: 10px;
}

.law-firms-links ul li a {
	color: #727272 !important;
	font-weight: 700;
}

@media (min-width: 540px) {
	.law-firms-links ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 2;
	}
}


#blogsScroll.scroll {
	max-height: 250px;
	overflow: hidden;
	position: relative;
	padding-right: 10px;
}

#blogList {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-item {
	display: none;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.blog-item.active {
	display: block;
}

#blogsScroll h4 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}

#blogsScroll p {
	font-size: 14px;
	line-height: 1.6;
}

#blogsScroll ol {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

/* Container for all floating action buttons */
.floating-action-buttons {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 15px;
	/* Space between buttons */
}

/* Common styles for all buttons inside the container */
.floating-action-buttons .fab,
.floating-action-buttons .ak-scrollup {
	width: 55px;
	height: 55px;
	background-color: #252525;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	cursor: pointer;
}

/* Hover effect for all buttons */
.floating-action-buttons .fab:hover,
.floating-action-buttons .ak-scrollup:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Specific background colors for each button */
.floating-action-buttons .fab-whatsapp {
	background-color: #25D366;
	/* WhatsApp Green */
}

.floating-action-buttons .fab-call {
	background-color: #34B7F1;
	/* A common color for call buttons */
}

/* --- */

/* Responsive adjustments for smaller screens (e.g., phones) */
@media (max-width: 768px) {
	.floating-action-buttons {
		bottom: 20px;
		right: 20px;
		gap: 10px;
	}

	.floating-action-buttons .fab,
	.floating-action-buttons .ak-scrollup {
		width: 50px;
		height: 50px;
	}
}

/* Further adjustments for very small screens (e.g., older phones) */
@media (max-width: 480px) {
	.floating-action-buttons {
		bottom: 15px;
		right: 15px;
	}

	.floating-action-buttons .fab,
	.floating-action-buttons .ak-scrollup {
		width: 40px;
		height: 40px;
	}
}

