.home-benner-sec {
	padding: 520px 0px 100px 0px;
	text-align: center;
	color: #fff;
}

.home-benner-sec .container {
	max-width: 910px !important;
}

.home-benner-sec h1 {
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	font-family: 'Source Sans 3', sans-serif;
	text-transform: uppercase;
	border-top: 1px solid #776312;
	border-bottom: 1px solid #776312;
	display: block;
	width: 100%;
	max-width: 548px;
	margin: auto;
	position: relative;
	padding: 6px 0px;
	margin-bottom: 20px;
}

.home-benner-sec h2 {
	color: #ffffff;
	font-size: 90px;
	line-height: 1;
}

.home-benner-sec p {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 20px;
}

.home-benner-sec h2 b {
	color: #fff;
}

.home-benner-sec h1:after,
.home-benner-sec h1:before {
	background: url("../images/title-icon.png");
	width: 13px;
	height: 13px;
	position: absolute;
	left: -10px;
	top: -7px;
	content: "";
}

.home-benner-sec h1:after {
	right: -10px;
	bottom: -7px;
	left: auto !important;
	top: auto !important;
}

.home-btn {
	background: #99b522;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 400px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}

.home-btn:hover,
.home-btn:focus {
	background: #927a16;
	color: #fff;
}

.home-btn:before {
	background: url("../images/left-btn-arrow.png");
	width: 14px;
	height: 60px;
	position: absolute;
	left: -14px;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.home-btn:after {
	background: url("../images/right-btn-arrow.png");
	width: 14px;
	height: 60px;
	position: absolute;
	right: -14px;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: "";
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.experience-sec {
	background: #0b1b26;
	padding: 60px 0px;
}

.experience-block {
	border: 1px solid #232c23;
	padding: 40px;
	color: #fff;
	position: relative;
	height: 100%;
	text-align: center;
}

.experience-block figure {
	width: auto;
	height: 84px;
	line-height: 84px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.experience-block figure img {
	width: auto;
	height: auto;
	margin-bottom: 0px !important;
}

.experience-block h5 {
	color: #ffffff;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: 'Frank Ruhl Libre', serif;
}

.experience-block h5::before {
	position: absolute;
	background: url("../images/title-icon-2.png");
	width: 52px;
	height: 9px;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.experience-block p {
	color: #ffffff;
	margin-bottom: 0px;
}

.certificate-slider-sec {
	padding: 45px 0px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
}

.certificate-slider img {
	width: auto !important;
	height: auto !important;
	display: inline-block !important;
}

.certificate-slider figure {
	height: 90px;
	line-height: 90px;
	margin-bottom: 0px;
	text-align: center;
}

.welcome-sec {
	background: #f9f9f9;
	position: relative;
}

.welcome-sec:before {
	background: url("../images/welcome-bg.png");
	content: "";
	width: 660px;
	position: absolute;
	top: 0px;
	left: 86px;
	height: 602px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.welcome-sec .text-center h2 {
	font-size: 60px;
}

.welcome-sec .text-center {
	max-width: 1062px;
	margin: auto;
	margin-bottom: 80px;
}

.welcome-content-sec {
	background: url("../images/welcome-dot-bg.png");
	background-size: auto 100% !important;
	background-position: right !important;
	background-color: #0b1b26 !important;
	background-repeat: no-repeat !important;
	position: relative;
}

.welcome-content-sec .container {
	position: relative;
}

.welcome-content-sec:before {
	content: "";
	position: absolute;
	background: #f9f9f9;
	height: 50%;
	left: 0px;
	width: 30%;
	top: 0px;
}

.welcome-content-sec:after {
	content: "";
	position: absolute;
	background: #ffffff;
	left: 0px;
	width: 30%;
	bottom: 0px;
	height: 50%;
	z-index: 1;
}

.welcome-content-sec figure {
	position: relative;
	z-index: 2;
}

.welcome-content-sec figure:before {
	content: "";
	position: absolute;
	left: 20px;
	width: 100%;
	top: 20px;
	height: 100%;
	z-index: 22;
	border: 2px solid #927a16;
}

.welcome-content-sec .defualt-content-info h1,
.welcome-content-sec .defualt-content-info h2,
.welcome-content-sec .defualt-content-info h3,
.welcome-content-sec .defualt-content-info h4,
.welcome-content-sec .defualt-content-info h5,
.welcome-content-sec .defualt-content-info h6,
.welcome-content-sec .defualt-content-info p,
.welcome-content-sec .defualt-content-info ul li,
.welcome-content-sec .defualt-content-info ol li {
	color: #fff;
}

.welcome-content-sec .defualt-content-info p {
	margin-bottom: 20px;
}

.welcome-content-sec .defualt-content-info p:last-child {
	margin-bottom: 0px;
}

.welcome-content-sec .defualt-content-info h2 {
	font-size: 40px;
}

.practice-area-block-list .row {
	margin: 0px -6px;
}

.practice-area-block-list [class*="col-"] {
	padding: 0px 6px;
	margin-bottom: 12px;
}

.practice-area-block {
	height: 100%;
	padding: 48px 48px 30px 48px;
	padding-top: 47% !important;
}

.practice-area-block h3 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
}

.practice-area-block h3:before {
	background: url("../images/practice-area-title-icon.png");
	width: 32px;
	height: 13px;
	position: absolute;
	top: 12px;
	left: -48px;
	content: "";
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.practice-area-block p {
	margin-bottom: 0px;
	color: #fff;
}

.practice-area-block h3 a {
	color: #ffffff;
	font-weight: normal;
}

.practice-area-block h3 a:hover,
.practice-area-block h3 a:focus {
	color: #927a16;
}

.practice-area-sec .coman-btn {
	margin-top: 26px;
}

.what-people-are-saying-about-us-slider img {
	width: auto !important;
	height: auto !important;
	margin-bottom: 35px !important;
}

.what-people-are-saying-about-us-slider-block {
	background: #f1f1f1;
	padding: 50px 50px;
	text-align: center;
	position: relative;
}

.what-people-are-saying-about-us-slider-block p:before {
	content: "";
	position: absolute;
	background: url("../images/quiet-icon.png");
	width: 155px;
	height: 144px;
	top: -40px;
	right: 0px;
	left: 0px;
	margin: auto;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

.what-people-are-saying-about-us-slider-block p {
	font-size: 19px;
	color: #333333;
	font-family: 'Frank Ruhl Libre', serif;
	line-height: 1.8;
	margin-bottom: 22px;
	position: relative;
	padding-bottom: 30px;
}

.what-people-are-saying-about-us-slider-block p:after {
	content: "";
	position: absolute;
	background: url("../images/title-icon-2.png");
	width: 52px;
	height: 9px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

.what-people-are-saying-about-us-slider-block h3 {
	font-size: 17px;
	color: #0b1b26;
	font-weight: bold;
	position: relative;
	margin-bottom: 5px;
	font-family: 'Source Sans 3', sans-serif;
	text-transform: uppercase;
}

.what-people-are-saying-about-us-slider-block h4 {
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	position: relative;
	margin-bottom: 0px;
	font-family: 'Source Sans 3', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.clients-testimonials-sec .coman-btn {
	margin-top: 40px;
}

.clients-testimonials-sec .coman-title h2 {
	color: #fff;
	margin-bottom: 0px;
}

.what-people-are-saying-about-us-slider-sec {
	padding: 70px 50px;
	position: relative;
	margin-top: -50px;
	padding-bottom: 0px !important;
}

.what-people-are-saying-about-us-slider-sec:before {
	content: "";
	position: absolute;
	background: url("../images/testimonials-before-bg.png");
	width: 508px;
	height: 495px;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

.what-people-are-saying-about-us-slider-sec:after {
	content: "";
	position: absolute;
	background: url("../images/testimonials-after-bg.png");
	width: 508px;
	height: 495px;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
}

.meet-attorneys-sec .row {
	margin: 0px -10px;
}

.meet-attorneys-sec [class*="col-"] {
	padding: 0px 10px;
	margin-bottom: 20px;
}

.meet-attorneys-team-block {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.meet-attorneys-team-block figure {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.meet-attorneys-team-block figure:hover::before,
.meet-attorneys-team-block figure:focus::before {
	opacity: 1;
}

.meet-attorneys-team-block figure::before {
	content: "";
	position: absolute;
	background: rgba(11, 27, 38, 1);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	opacity: 0;
}

.meet-attorneys-team-block figure img {
	width: 100%;
}

.meet-attorneys-team-block figure:hover img,
.meet-attorneys-team-block figure:focus img {
	opacity: 0.4;
}

.meet-attorneys-team-block h3 {
	font-size: 30px;
	color: #0b1b26;
	font-weight: normal;
	position: relative;
	margin-bottom: 5px;
	text-transform: capitalize;
	line-height: 1.1;
}

.meet-attorneys-team-block h4 {
	font-size: 16px;
	color: #657b02;
	font-weight: bold;
	position: relative;
	margin-bottom: 0px;
	font-family: 'Source Sans 3', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.meet-attorneys-team-det {
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 44px;
	width: 100%;
	color: #fff;
	opacity: 0;
}

.meet-attorneys-team-det p {
	color: #fff;
	margin-bottom: 20px;
}

.meet-attorneys-team-det .view-profile-link {
	width: 250px;
	height: 50px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	line-height: 50px;
	font-size: 16px;
	text-transform: uppercase;
}

.meet-attorneys-team-block figure:hover .meet-attorneys-team-det,
.meet-attorneys-team-block figure:focus .meet-attorneys-team-det {
	opacity: 1;
}

.our-locations-list .row {
	margin: 0px -10px;
}

.our-locations-list [class*="col-"] {
	padding: 0px 10px;
	margin-bottom: 20px;
	width: 20%;
}

.our-locations-block {
	background: #0b1b26;
	text-align: left;
	height: 100%;
}

.our-locations-block h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.1;
}

.our-locations-block h3 a {
	color: #ffffff;
	font-weight: normal;
}

.our-locations-block h3 a:hover,
.our-locations-block h3 a:focus {
	color: #927a16;
}

.our-locations-block p {
	color: #fff;
	margin-bottom: 0px !important;
	font-size: 17px;
}

.our-locations-block p a {
	font-weight: bold;
	color: #fff;
}

.our-locations-block p a:hover,
.our-locations-block p a:focus {
	color: #99b522;
}

.our-locations-block .our-locations-block-det {
	padding: 30px;
	padding-top: 0px !important;
	margin-top: -60px;
	position: relative;
}

.our-locations-block figure,
.our-locations-block figure img {
	margin-bottom: 0px;
	width: 100%;
	position: relative;
}

.our-locations-block figure::before {
	content: "";
	background: rgb(11, 27, 38);
	background: -moz-linear-gradient(0deg, rgba(11, 27, 38, 1) 0%, rgba(11, 27, 38, 0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(11, 27, 38, 1) 0%, rgba(11, 27, 38, 0) 100%);
	background: linear-gradient(0deg, rgba(11, 27, 38, 1) 0%, rgba(11, 27, 38, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#041d36", endColorstr="#041d36", GradientType=1);
	width: 100%;
	height: 100%;
	position: absolute;
}

.blog-sec {
	background: #f7f7f7;
}

.blog-block {
	width: 100%;
	margin-bottom: 40px;
	background: rgb(11, 27, 38, 0.02);
}

.blog-block-det-inn {
	background: #fff;
	padding: 40px;
}

.blog-block figure,
.blog-block figure img {
	width: 100%;
	margin-bottom: 0px;
}

.blog-block-det-inn {
	padding: 36px;
	position: relative;
}

.blog-block-det-inn .date {
	width: 115px;
	height: 32px;
	line-height: 32px;
	background: #657b02;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: -32px;
	left: 0px;
	font-size: 14px;
}

.blog-block-det {
	padding: 20px;
	padding-top: 0px !important;
	margin-top: -60px !important;
	position: relative;
}

.blog-block-det h3 {
	color: #0b1b26;
	font-size: 24px;
	margin-bottom: 10px;
}

.blog-block-det h3 a {
	color: #0b1b26;
}

.blog-block-det h3 a:hover,
.blog-block-det h3 a:focus,
.blog-block-det .read-more-btn:hover,
.blog-block-det .read-more-btn:focus {
	color: #927a16;
}

.blog-block-det p {
	margin-bottom: 10px;
}

.blog-block-det .read-more-btn {
	color: #657b02;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.case-result-descriptions-block {
	padding: 70px;
	height: 100%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	background: #0e202d;
	text-align: center;
	color: #fff;
	position: relative;
	cursor: pointer;
}

.case-result-descriptions-block h3 {
	font-family: 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 30px;
	letter-spacing: 7px;
	margin-bottom: 5px;
	font-weight: 900;
}

.case-result-descriptions-block h4 {
	font-family: 'Source Sans 3', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin-bottom: 20px;
	position: relative;
}

.case-result-descriptions-block h4::before {
	position: absolute;
	background: url("../images/title-icon-2.png");
	width: 52px;
	height: 9px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	margin: auto;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
	content: "";
}

.case-result-descriptions-block p {
	font-family: 'Source Sans 3', sans-serif;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 40px;
}

.case-result-descriptions-block .plus-btn {
	font-size: 30px;
	cursor: pointer;
}

.case-result-descriptions-block figure {
	margin-bottom: 30px;
}

.case-result-descriptions-block .coman-btn {
	width: 160px;
}

.case-result-descriptions-block.active .hover-content-block {
	display: block;
}

.hover-content-block {
	position: absolute;
	background: #fff;
	top: 0px;
	height: 100%;
	left: 0px;
	padding: 20px;
	display: none;
}

.hover-content-block-inn {
	border: 1px solid #dddddd;
	height: 100%;
	padding: 50px 40px;
}

.hover-content-block-inn p {
	color: #272727;
	font-size: 18px;
	margin-bottom: 25px;
}

.case-result-descriptions-sec .coman-title h2,
.case-result-descriptions-sec .coman-title p {
	color: #fff;
}

.case-result-descriptions-sec .coman-title p {
	margin-bottom: 20px;
}

.case-result-descriptions-sec .coman-title {
	margin-bottom: 50px;
}

.case-result-descriptions-sec {
	padding: 125px 50px 50px 50px;
	position: relative;
}

.case-result-descriptions-inn {
	position: relative;
	padding: 0px 70px 70px 70px;
	border-bottom: 1px solid #927a16;
}

.case-result-descriptions-inn:before {
	width: 1px;
	height: 75%;
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	background: #927a16;
}

.case-result-descriptions-inn:after {
	width: 1px;
	height: 75%;
	position: absolute;
	content: "";
	right: 0;
	bottom: 0px;
	background: #927a16;
}

@media (max-width: 1900px) {
	.case-result-descriptions-sec {
		padding: 125px 65px 65px 65px;
	}

	.case-result-descriptions-inn {
		padding: 0px 65px 65px 65px;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		height: 71%;
	}

	.case-result-descriptions-block {
		padding: 60px;
	}

	.case-result-descriptions-block h3 {
		letter-spacing: 7px;
	}

	.case-result-descriptions-block p {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.hover-content-block-inn {
		padding: 38px;
	}

	.hover-content-block-inn p {
		font-size: 17px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1800px) {
	.home-benner-sec h2 {
		font-size: 80px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 45px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 18px;
	}

	.meet-attorneys-team-det {
		padding: 40px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 34px;
	}

	.meet-attorneys-team-det p {
		font-size: 16px !important;
	}

	.case-result-descriptions-sec {
		padding: 125px 60px 60px 60px;
	}

	.case-result-descriptions-inn {
		padding: 0px 0px 60px 0px;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		height: 70%;
	}

	.case-result-descriptions-block {
		padding: 55px;
	}

	.case-result-descriptions-block h3 {
		letter-spacing: 6px;
	}

	.case-result-descriptions-block p {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.hover-content-block-inn {
		padding: 35px;
	}

	.hover-content-block-inn p {
		font-size: 17px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1700px) {
	.home-benner-sec {
		padding: 480px 0px 90px 0px;
	}

	.home-benner-sec h2 {
		font-size: 75px;
	}

	.home-benner-sec p {
		font-size: 23px;
	}

	.welcome-sec:before {
		width: 550px;
		left: 75px;
		height: 550px;
	}

	.practice-area-block h3 {
		font-size: 23px;
	}

	.practice-area-block p {
		font-size: 17px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 45px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 17px;
	}

	.what-people-are-saying-about-us-slider-sec::before,
	.what-people-are-saying-about-us-slider-sec::after {
		width: 450px;
		height: 90%;
		background-size: 100% 100% !important;
	}

	.meet-attorneys-team-det {
		padding: 40px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 34px;
	}

	.meet-attorneys-team-det p {
		font-size: 16px !important;
	}

	.our-locations-block p {
		font-size: 16px;
	}

	.case-result-descriptions-sec {
		padding: 125px 60px 60px 60px;
	}

	.case-result-descriptions-inn {
		padding: 0px 0px 60px 0px;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		height: 68%;
	}

	.case-result-descriptions-block {
		padding: 50px;
	}

	.case-result-descriptions-block h3 {
		letter-spacing: 6px;
	}

	.case-result-descriptions-block p {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.hover-content-block-inn {
		padding: 35px;
	}

	.hover-content-block-inn p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1600px) {
	.home-benner-sec {
		padding: 470px 0px 90px 0px;
	}

	.home-benner-sec h2 {
		font-size: 70px;
	}

	.home-benner-sec p {
		font-size: 22px;
	}

	.experience-block {
		padding: 38px 38px;
	}

	.welcome-sec:before {
		width: 500px;
		left: 70px;
		height: 500px;
	}

	.practice-area-block h3 {
		font-size: 23px;
	}

	.practice-area-block p {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 40px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-sec {
		margin-top: -45px;
	}

	.what-people-are-saying-about-us-slider-sec::before,
	.what-people-are-saying-about-us-slider-sec::after {
		width: 430px;
		height: 90%;
		background-size: 100% 100% !important;
	}

	.meet-attorneys-team-det {
		padding: 35px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 33px;
	}

	.meet-attorneys-team-det p {
		font-size: 15px !important;
	}

	.our-locations-block .our-locations-block-det {
		padding: 28px;
	}

	.our-locations-block h3 {
		font-size: 23px;
	}

	.our-locations-block p {
		font-size: 15px;
	}

	.blog-block-det-inn {
		padding: 37px;
	}

	.blog-block-det h3 {
		font-size: 23px;
	}

	.case-result-descriptions-sec {
		padding: 125px 60px 60px 60px;
	}

	.case-result-descriptions-inn {
		padding: 0px 0px 60px 0px;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		height: 65%;
	}

	.case-result-descriptions-block {
		padding: 45px;
	}

	.case-result-descriptions-block h3 {
		letter-spacing: 6px;
	}

	.case-result-descriptions-block p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.hover-content-block-inn {
		padding: 35px;
	}

	.hover-content-block-inn p {
		font-size: 15px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1500px) {
	.home-benner-sec {
		padding: 450px 0px 90px 0px;
	}

	.home-benner-sec h2 {
		font-size: 65px;
	}

	.home-benner-sec p {
		font-size: 22px;
	}

	.experience-block {
		padding: 35px 35px;
	}

	.welcome-sec .text-center h2 {
		font-size: 55px;
	}

	.welcome-sec:before {
		width: 450px;
		left: 60px;
		height: 450px;
	}

	.practice-area-block h3 {
		font-size: 22px;
	}

	.practice-area-block p {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 40px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-sec {
		margin-top: -45px;
	}

	.what-people-are-saying-about-us-slider-sec::before,
	.what-people-are-saying-about-us-slider-sec::after {
		width: 400px;
		height: 90%;
		background-size: 100% 100% !important;
	}

	.meet-attorneys-team-det {
		padding: 30px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 32px;
	}

	.meet-attorneys-team-det p {
		font-size: 14px !important;
	}

	.our-locations-block .our-locations-block-det {
		padding: 25px;
	}

	.our-locations-block h3 {
		font-size: 22px;
	}

	.our-locations-block p {
		font-size: 14px;
	}

	.blog-block-det-inn {
		padding: 35px;
	}

	.blog-block-det h3 {
		font-size: 23px;
	}

	.case-result-descriptions-sec {
		padding: 125px 50px 50px 50px;
	}

	.case-result-descriptions-inn {
		padding: 0px 0px 50px 0px;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		height: 65%;
	}

	.case-result-descriptions-block {
		padding: 40px;
	}

	.case-result-descriptions-block h3 {
		font-size: 29px;
		letter-spacing: 5px;
	}

	.case-result-descriptions-block p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.hover-content-block {
		padding: 18px;
	}

	.hover-content-block-inn {
		padding: 30px;
	}

	.hover-content-block-inn p {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1400px) {
	.home-benner-sec {
		padding: 430px 0px 80px 0px;
	}

	.home-benner-sec h2 {
		font-size: 60px;
	}

	.home-benner-sec p {
		font-size: 21px;
	}

	.experience-sec .row {
		margin: 0px -12px;
	}

	.experience-sec [class*="col-"] {
		padding: 0px 12px;
	}

	.experience-block {
		padding: 30px 30px;
	}

	.welcome-sec .text-center h2 {
		font-size: 50px;
	}

	.welcome-sec:before {
		width: 400px;
		left: 50px;
		height: 400px;
	}

	.welcome-content-sec .defualt-content-info h2 {
		font-size: 38px;
	}

	.practice-area-block h3 {
		font-size: 21px;
	}

	.practice-area-block p {
		font-size: 15px;
	}

	.practice-area-block h3:before {
		width: 30px;
		left: -40px;
	}

	.practice-area-block {
		padding: 40px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 35px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-block h3 {
		font-size: 17px;
	}

	.what-people-are-saying-about-us-slider-block h4 {
		font-size: 14px;
	}

	.what-people-are-saying-about-us-slider-sec {
		margin-top: -39px;
	}

	.what-people-are-saying-about-us-slider-sec::before,
	.what-people-are-saying-about-us-slider-sec::after {
		width: 375px;
		height: 90%;
		background-size: 100% 100% !important;
	}

	.meet-attorneys-team-det {
		padding: 24px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 30px;
	}

	.meet-attorneys-team-det p {
		font-size: 14px !important;
	}

	.our-locations-block .our-locations-block-det {
		padding: 25px;
	}

	.our-locations-block h3 {
		font-size: 22px;
	}

	.our-locations-block p {
		font-size: 14px;
	}

	.blog-block-det-inn {
		padding: 30px;
	}

	.blog-block-det h3 {
		font-size: 22px;
	}

	.case-result-descriptions-sec {
		padding: 125px 45px 45px 45px;
	}

	.case-result-descriptions-inn {
		padding: 0px 0px 45px 0px;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		height: 65%;
	}

	.case-result-descriptions-block {
		padding: 35px;
	}

	.case-result-descriptions-block h3 {
		font-size: 28px;
		letter-spacing: 5px;
	}

	.case-result-descriptions-block p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.hover-content-block {
		padding: 15px;
	}

	.hover-content-block-inn {
		padding: 28px 28px;
	}

	.hover-content-block-inn p {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1300px) {
	.home-benner-sec {
		padding: 420px 0px 70px 0px;
	}

	.home-benner-sec h2 {
		font-size: 56px;
	}

	.home-benner-sec p {
		font-size: 20px;
	}

	.experience-sec .row {
		margin: 0px -12px;
	}

	.experience-sec [class*="col-"] {
		padding: 0px 12px;
	}

	.experience-block {
		padding: 25px 25px;
	}

	.welcome-sec .text-center h2 {
		font-size: 50px;
	}

	.welcome-sec:before {
		width: 370px;
		left: 40px;
		height: 370px;
	}

	.welcome-content-sec .defualt-content-info h2 {
		font-size: 37px;
	}

	.practice-area-block h3 {
		font-size: 20px;
	}

	.practice-area-block p {
		font-size: 15px;
	}

	.practice-area-block h3:before {
		width: 30px;
		left: -40px;
	}

	.practice-area-block {
		padding: 40px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 30px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 15px;
	}

	.what-people-are-saying-about-us-slider-block h3 {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-block h4 {
		font-size: 13px;
	}

	.what-people-are-saying-about-us-slider-sec {
		margin-top: -39px;
	}

	.what-people-are-saying-about-us-slider-sec::before,
	.what-people-are-saying-about-us-slider-sec::after {
		width: 330px;
		height: 90%;
		background-size: 100% 100% !important;
	}

	.meet-attorneys-team-det {
		padding: 20px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 28px;
	}

	.meet-attorneys-team-det p {
		font-size: 14px !important;
	}

	.meet-attorneys-team-det .view-profile-link {
		width: 160px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.our-locations-block .our-locations-block-det {
		padding: 20px;
	}

	.our-locations-block h3 {
		font-size: 21px;
	}

	.our-locations-block p {
		font-size: 14px;
	}

	.blog-block-det-inn {
		padding: 25px;
	}

	.blog-block-det h3 {
		font-size: 21px;
	}

	.case-result-descriptions-sec {
		padding: 125px 40px 40px 40px;
	}

	.case-result-descriptions-inn {
		padding: 0px 0px 40px 0px;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		height: 64%;
	}

	.case-result-descriptions-block {
		padding: 30px;
	}

	.case-result-descriptions-block h3 {
		font-size: 27px;
		letter-spacing: 4px;
	}

	.case-result-descriptions-block p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.hover-content-block {
		padding: 13px;
	}

	.hover-content-block-inn {
		padding: 24px 24px;
	}

	.hover-content-block-inn p {
		font-size: 14px;
		margin-bottom: 17px;
	}
}

@media (max-width: 1200px) {
	.home-benner-sec {
		padding: 400px 0px 60px 0px;
	}

	.home-benner-sec h1 {
		font-size: 21px;
	}

	.home-benner-sec h2 {
		font-size: 50px;
	}

	.home-benner-sec p {
		font-size: 19px;
	}

	.home-btn {
		width: 370px;
		font-size: 22px;
		height: 70px;
		line-height: 70px;
	}

	.home-btn:before,
	.home-btn:after {
		height: 55px;
	}

	.experience-sec .row {
		margin: 0px -12px;
	}

	.experience-sec [class*="col-"] {
		padding: 0px 12px;
	}

	.experience-block {
		padding: 20px 20px;
	}

	.welcome-sec .text-center h2 {
		font-size: 45px;
	}

	.welcome-sec .text-center {
		margin-bottom: 50px;
	}

	.welcome-sec:before {
		width: 350px;
		left: 30px;
		height: 350px;
	}

	.welcome-content-sec .defualt-content-info h2 {
		font-size: 36px;
	}

	.practice-area-block h3 {
		font-size: 19px;
	}

	.practice-area-block p {
		font-size: 15px;
	}

	.practice-area-block h3:before {
		width: 27px;
		left: -34px;
	}

	.practice-area-block {
		padding: 34px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 25px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 14px;
	}

	.what-people-are-saying-about-us-slider-block h3 {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-block h4 {
		font-size: 13px;
	}

	.what-people-are-saying-about-us-slider-sec {
		margin-top: -39px;
	}

	.what-people-are-saying-about-us-slider-sec::before,
	.what-people-are-saying-about-us-slider-sec::after {
		width: 290px;
		height: 90%;
		background-size: 100% 100% !important;
	}

	.meet-attorneys-team-det {
		padding: 15px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 25px;
		margin-bottom: 5px !important;
	}

	.meet-attorneys-team-det p {
		font-size: 13px !important;
		margin-bottom: 15px;
	}

	.meet-attorneys-team-det .view-profile-link {
		width: 160px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.our-locations-block .our-locations-block-det {
		padding: 15px;
	}

	.our-locations-block h3 {
		font-size: 20px;
	}

	.our-locations-block p {
		font-size: 13px;
	}

	.blog-block-det {
		padding: 15px;
		margin-top: -50px !important;
	}

	.blog-block-det-inn {
		padding: 25px;
	}

	.blog-block-det h3 {
		font-size: 20px;
	}

	.case-result-descriptions-sec {
		padding: 125px 40px 40px 40px;
	}

	.case-result-descriptions-inn {
		padding: 0px 0px 40px 0px;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		height: 64%;
	}

	.case-result-descriptions-block {
		padding: 25px;
	}

	.case-result-descriptions-block h3 {
		font-size: 26px;
		letter-spacing: 3px;
	}

	.case-result-descriptions-block p {
		font-size: 15px;
		margin-bottom: 30px;
	}

	.hover-content-block {
		padding: 10px;
	}

	.hover-content-block-inn {
		padding: 20px 20px;
	}

	.hover-content-block-inn p {
		font-size: 13px;
		margin-bottom: 15px;
	}
}

@media (max-width: 1100px) {
	.home-benner-sec {
		padding: 380px 0px 50px 0px;
	}

	.home-benner-sec h1 {
		font-size: 20px;
	}

	.home-benner-sec h2 {
		font-size: 45px;
	}

	.home-benner-sec p {
		font-size: 18px;
	}

	.home-btn {
		width: 350px;
		font-size: 21px;
		height: 65px;
		line-height: 65px;
	}

	.home-btn:before,
	.home-btn:after {
		height: 50px;
	}

	.experience-sec .row {
		margin: 0px -10px;
	}

	.experience-sec [class*="col-"] {
		padding: 0px 10px;
	}

	.experience-block {
		padding: 20px 15px;
	}

	.welcome-sec .text-center h2 {
		font-size: 40px;
	}

	.welcome-sec .text-center {
		margin-bottom: 50px;
	}

	.welcome-sec:before {
		width: 320px;
		left: 20px;
		height: 320px;
	}

	.welcome-content-sec .defualt-content-info h2 {
		font-size: 34px;
	}

	.practice-area-block h3 {
		font-size: 18px;
	}

	.practice-area-block p {
		font-size: 14px;
	}

	.practice-area-block h3:before {
		width: 25px;
		left: -30px;
	}

	.practice-area-block {
		padding: 30px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 25px 20px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 14px;
	}

	.what-people-are-saying-about-us-slider-block h3 {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-block h4 {
		font-size: 13px;
	}

	.what-people-are-saying-about-us-slider-sec {
		margin-top: -39px;
	}

	.what-people-are-saying-about-us-slider-sec::before,
	.what-people-are-saying-about-us-slider-sec::after {
		width: 250px;
		height: 90%;
		background-size: 100% 100% !important;
	}

	.meet-attorneys-team-det {
		padding: 10px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 24px;
		margin-bottom: 5px !important;
	}

	.meet-attorneys-team-det p {
		font-size: 12px !important;
		margin-bottom: 15px;
	}

	.meet-attorneys-team-det .view-profile-link {
		width: 160px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.our-locations-list [class*="col-"] {
		width: 25%;
	}

	.our-locations-block .our-locations-block-det {
		padding: 15px;
	}

	.our-locations-block h3 {
		font-size: 20px;
	}

	.our-locations-block p {
		font-size: 14px;
	}

	.blog-block-det {
		padding: 15px;
		margin-top: -40px !important;
	}

	.blog-block-det-inn {
		padding: 20px;
	}

	.blog-block-det h3 {
		font-size: 20px;
	}

	.case-result-descriptions-sec {
		padding: 125px 30px 30px 30px;
	}

	.case-result-descriptions-inn {
		padding: 0px 0px 30px 0px;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		height: 64%;
	}

	.case-result-descriptions-block {
		padding: 20px;
	}

	.case-result-descriptions-block h3 {
		font-size: 25px;
		letter-spacing: 1px;
	}

	.case-result-descriptions-block p {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.hover-content-block {
		padding: 5px;
	}

	.hover-content-block-inn {
		padding: 20px 20px;
	}

	.hover-content-block-inn p {
		font-size: 13px;
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	section.home-benner-sec.bg {
		padding-bottom: 50px !important;
		background-position: top center !important;
		background-size: 100% auto !important;
		background-color: #0b1b26 !important;
		padding-top: 58% !important;
		background-repeat: no-repeat !important;
	}

	.home-benner-sec h1 {
		font-size: 16px;
	}

	.home-benner-sec h2 {
		font-size: 40px;
	}

	.home-benner-sec p {
		font-size: 18px;
	}

	.home-btn {
		width: 300px;
		font-size: 21px;
		height: 65px;
		line-height: 65px;
	}

	.home-btn:before,
	.home-btn:after {
		height: 50px;
	}

	.home-benner-sec .container {
		max-width: 100% !important;
	}

	.experience-sec {
		padding: 50px 0px 20px 0px;
		border-top: 1px solid #232c23;
	}

	.experience-sec .row {
		margin: 0px -15px;
	}

	.experience-sec [class*="col-"] {
		padding: 0px 15px;
		margin-bottom: 30px;
	}

	.experience-block {
		padding: 30px 15px;
	}

	.welcome-sec .text-center h2 {
		font-size: 40px;
	}

	.welcome-sec .text-center {
		margin-bottom: 50px;
	}

	.welcome-sec:before {
		width: 300px;
		left: 10px;
		height: 300px;
	}

	.welcome-content-sec .defualt-content-info h2 {
		font-size: 30px;
	}

	.welcome-content-sec::before,
	.welcome-content-sec::after {
		display: none;
	}

	.welcome-content-sec figure {
		margin-bottom: 40px;
	}

	.welcome-content-sec figure::before {
		top: 10px;
		left: 10px;
	}

	.practice-area-block h3 {
		font-size: 18px;
	}

	.practice-area-block p {
		font-size: 14px;
	}

	.practice-area-block h3:before {
		width: 25px;
		left: -30px;
	}

	.practice-area-block {
		padding: 30px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 25px 20px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 14px;
	}

	.what-people-are-saying-about-us-slider-block h3 {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-block h4 {
		font-size: 13px;
	}

	.what-people-are-saying-about-us-slider-sec {
		margin-top: -39px;
		padding: 70px 30px;
	}

	.what-people-are-saying-about-us-slider-sec::before,
	.what-people-are-saying-about-us-slider-sec::after {
		width: 145px;
		height: 85%;
		background-size: 100% 100% !important;
	}

	.meet-attorneys-sec [class*="col-"] {
		margin-bottom: 30px !important;
	}

	.meet-attorneys-team-det {
		padding: 10px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 24px;
		margin-bottom: 5px !important;
	}

	.meet-attorneys-team-det p {
		font-size: 14px !important;
	}

	.meet-attorneys-team-det .view-profile-link {
		line-height: 44px;
		font-size: 16px;
		width: 150px;
		height: 44px;
	}

	.our-locations-list [class*="col-"] {
		width: 33.33%;
	}

	.our-locations-block .our-locations-block-det {
		padding: 15px;
	}

	.our-locations-block h3 {
		font-size: 20px;
	}

	.our-locations-block p {
		font-size: 15px;
	}

	.blog-block-det {
		padding: 15px;
		margin-top: -40px !important;
	}

	.blog-block-det-inn {
		padding: 10px;
	}

	.blog-block-det h3 {
		font-size: 18px;
	}

	.case-result-descriptions-sec {
		padding: 50px 0px 20px 0px;
	}

	.case-result-descriptions-inn {
		padding: 0px;
		border-bottom: none;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		display: none;
	}

	.case-result-descriptions-block {
		padding: 30px 15px;
		margin-bottom: 30px;
		height: auto;
	}

	.case-result-descriptions-block h3 {
		font-size: 25px;
		letter-spacing: 1px;
	}

	.case-result-descriptions-block p {
		font-size: 15px;
		margin-bottom: 30px;
	}

	.hover-content-block {
		padding: 5px;
	}

	.hover-content-block-inn {
		padding: 50px 20px;
	}

	.hover-content-block-inn p {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	section.home-benner-sec.bg {
		padding-bottom: 50px !important;
		background-position: top center !important;
		background-size: 100% auto !important;
		background-color: #0b1b26 !important;
		padding-top: 60% !important;
		background-repeat: no-repeat !important;
	}

	.home-benner-sec h1 {
		font-size: 15px;
	}

	.home-benner-sec h2 {
		font-size: 35px;
	}

	.home-benner-sec p {
		font-size: 17px;
	}

	.home-btn {
		width: 290px;
		font-size: 21px;
		height: 65px;
		line-height: 65px;
	}

	.home-btn:before,
	.home-btn:after {
		height: 50px;
	}

	.experience-sec {
		padding: 50px 0px 20px 0px;
	}

	.experience-sec .row {
		margin: 0px -12px;
	}

	.experience-sec [class*="col-"] {
		padding: 0px 12px;
		margin-bottom: 30px;
	}

	.welcome-sec .text-center h2 {
		font-size: 35px;
	}

	.welcome-sec .text-center {
		margin-bottom: 50px;
	}

	.welcome-sec:before {
		width: 300px;
		left: 10px;
		height: 300px;
	}

	.welcome-content-sec .defualt-content-info h2 {
		font-size: 28px;
	}

	.practice-area-block h3 {
		font-size: 20px;
	}

	.practice-area-block p {
		font-size: 15px;
	}

	.practice-area-block h3:before {
		width: 25px;
		left: -30px;
	}

	.practice-area-block {
		padding: 30px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 25px 20px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 14px;
	}

	.what-people-are-saying-about-us-slider-block h3 {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-block h4 {
		font-size: 13px;
	}

	.what-people-are-saying-about-us-slider-sec {
		padding: 0px;
		margin-top: 20px;
	}

	.what-people-are-saying-about-us-slider-sec::before,
	.what-people-are-saying-about-us-slider-sec::after {
		display: none;
	}

	.meet-attorneys-sec [class*="col-"] {
		margin-bottom: 20px !important;
	}

	.meet-attorneys-team-det {
		padding: 10px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 24px;
		margin-bottom: 5px !important;
	}

	.meet-attorneys-team-det p {
		font-size: 12px !important;
	}

	.meet-attorneys-team-det .view-profile-link {
		line-height: 40px;
		font-size: 15px;
		width: 150px;
		height: 40px;
	}

	.our-locations-list [class*="col-"] {
		width: 50%;
	}

	.our-locations-block .our-locations-block-det {
		padding: 15px;
	}

	.our-locations-block h3 {
		font-size: 20px;
	}

	.our-locations-block p {
		font-size: 15px;
	}

	.blog-block-det {
		padding: 10px;
		margin-top: -30px !important;
	}

	.blog-block-det-inn {
		padding: 20px;
	}

	.blog-block-det h3 {
		font-size: 20px;
	}

	.case-result-descriptions-sec {
		padding: 50px 0px 20px 0px;
	}

	.case-result-descriptions-inn {
		padding: 0px;
		border-bottom: none;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		display: none;
	}

	.case-result-descriptions-block {
		padding: 30px 15px;
		margin-bottom: 30px;
		height: auto;
	}

	.case-result-descriptions-block h3 {
		font-size: 25px;
		letter-spacing: 1px;
	}

	.case-result-descriptions-block p {
		font-size: 15px;
		margin-bottom: 30px;
	}

	.hover-content-block {
		padding: 5px;
	}

	.hover-content-block-inn {
		padding: 50px 20px;
	}

	.hover-content-block-inn p {
		font-size: 14px;
		margin-bottom: 20px;
	}
}

@media (max-width: 576px) {
	section.home-benner-sec.bg {
		padding-bottom: 50px !important;
		background-position: top center !important;
		background-size: 100% auto !important;
		background-color: #0b1b26 !important;
		padding-top: 60% !important;

		background-repeat: no-repeat !important;
	}

	.home-benner-sec h1 {
		font-size: 15px;
	}

	.home-benner-sec h2 {
		font-size: 28px;
	}

	.home-benner-sec p {
		font-size: 16px;
	}

	.home-btn {
		width: 260px;
		font-size: 20px;
		height: 60px;
		line-height: 60px;
	}

	.home-btn:before,
	.home-btn:after {
		width: 18px;
		height: 45px;
	}

	.experience-sec {
		padding: 50px 0px 20px 0px;
	}

	.experience-sec .row {
		margin: 0px -12px;
	}

	.experience-sec [class*="col-"] {
		padding: 0px 12px;
		margin-bottom: 30px;
	}

	.welcome-sec .text-center h2 {
		font-size: 30px;
	}

	.welcome-sec .text-center {
		margin-bottom: 50px;
	}

	.welcome-sec:before {
		width: 300px;
		left: 10px;
		height: 300px;
	}

	.welcome-content-sec .defualt-content-info h2 {
		font-size: 25px;
	}

	.practice-area-block h3 {
		font-size: 18px;
	}

	.practice-area-block p {
		font-size: 14px;
	}

	.practice-area-block h3:before {
		width: 25px;
		left: -30px;
	}

	.practice-area-block {
		padding: 30px;
	}

	.what-people-are-saying-about-us-slider-block {
		padding: 25px 20px;
	}

	.what-people-are-saying-about-us-slider-block p {
		font-size: 14px;
	}

	.what-people-are-saying-about-us-slider-block h3 {
		font-size: 16px;
	}

	.what-people-are-saying-about-us-slider-block h4 {
		font-size: 13px;
	}

	.what-people-are-saying-about-us-slider-sec {
		padding: 0px;
		margin-top: 20px;
	}

	.what-people-are-saying-about-us-slider-sec::before,
	.what-people-are-saying-about-us-slider-sec::after {
		display: none;
	}

	.meet-attorneys-sec [class*="col-"] {
		margin-bottom: 20px !important;
	}

	.meet-attorneys-team-det {
		padding: 10px;
	}

	.meet-attorneys-team-block h3 {
		font-size: 24px;
		margin-bottom: 5px !important;
	}

	.meet-attorneys-team-det p {
		font-size: 13px !important;
	}

	.meet-attorneys-team-det .view-profile-link {
		line-height: 40px;
		font-size: 15px;
		width: 150px;
		height: 40px;
	}

	.our-locations-list [class*="col-"] {
		width: 100%;
	}

	.our-locations-block .our-locations-block-det {
		padding: 15px;
	}

	.our-locations-block h3 {
		font-size: 20px;
	}

	.our-locations-block p {
		font-size: 15px;
	}

	.blog-block-det {
		padding: 10px;
		margin-top: -30px !important;
	}

	.blog-block-det-inn {
		padding: 20px;
	}

	.blog-block-det h3 {
		font-size: 20px;
	}

	.case-result-descriptions-sec {
		padding: 50px 0px 20px 0px;
	}

	.case-result-descriptions-inn {
		padding: 0px;
		border-bottom: none;
	}

	.case-result-descriptions-inn:after,
	.case-result-descriptions-inn:before {
		display: none;
	}

	.case-result-descriptions-block {
		padding: 30px 15px;
		margin-bottom: 30px;
		height: auto;
	}

	.case-result-descriptions-block h3 {
		font-size: 25px;
		letter-spacing: 1px;
	}

	.case-result-descriptions-block p {
		font-size: 15px;
		margin-bottom: 30px;
	}

	.hover-content-block {
		padding: 5px;
	}

	.hover-content-block-inn {
		padding: 10px;
	}

	.hover-content-block-inn p {
		font-size: 14px;
		margin-bottom: 20px;
	}
}