
body {
	padding: 0;
	font-size: 1rem;
	margin: 0
}



ul li {
    list-style: disc;
}
footer ul li {list-style: none;}
 
a {
	display: block;
	color: #000;
	font-size: 1rem;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	text-decoration: none
}

a:active,
a:focus,
a:hover {
	text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #333
}

img {
	max-width: 100%
}

p {
	line-height: 1.5;
	font-size: 1rem;
	color: #3d3d3d;
}

article {
	max-width: 50rem;
    margin: 0 auto;
    padding: 2rem;
    box-sizing: border-box;
    background: #fcfcfc;
    border-radius: 3px;
    box-shadow: 0 0 0.5rem #bebebe;
}

article li {
    color: #3d3d3d;
}
.ptb-80 {
	padding: 4rem 0
}

.d-table {
	display: table!important;
	width: 100%;
	height: 100%
}

.d-table-cell {
	display: table-cell!important;
	vertical-align: middle
}

#map {
	margin-bottom: -6px
}

.btn-primary {
	color: #fff
}

.btn {
	padding: 1rem 2rem;
	font-size: 1rem;
	text-transform: capitalize;
	border-radius: 0
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: unset
}

.btn-primary:focus,
.btn-primary:hover {
	background-color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: unset
}

.form-group {
	margin-bottom: 1.5rem
}

.form-control {
	padding: 1rem;
	font-size: 1rem;
	border: none;
	border-radius: 0;
	height: 3rem
}

.form-select {
	padding: 1rem;
	font-size: 1rem;
	border-radius: 0;
	height: 3rem
}

.form-select:focus {
	border-color: unset;
	outline: 0;
	box-shadow: unset
}

.form-group #message {
	height: auto
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border: none;
	outline: 0
}

select.form-control:not([size]):not([multiple]) {
	height: 43px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #969696;
	font-size: 2rem;
	margin: 0;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	position: absolute;
	top: 30%;
	transform: translateY(-30%);
	left: 0;
	margin-top: -1.5rem;
	padding: 0;
	width: 3rem;
	height: 3rem;
	line-height: 41px;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff
}

.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 0
}

.owl-theme .owl-nav {
	margin-top: 0
}

.section-title {
	margin-bottom: 3.5rem;
	text-align: left;
	position: relative;
	padding-left: 2.5rem
}

.section-title::after,
.section-title::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 0
}

.section-title::after {
	left: 0.8rem
}

.section-title h3 {
	font-size: 1.2rem;
	color: #777;
	text-transform: capitalize
}

.section-title h2 {
	font-size: 2.5rem;
	margin: 0.8rem 0 0
}

#preloader-area {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999
}

.loader {
	width: 3em;
	height: 3em;
	animation: loaderAnim 1.25s infinite ease-in-out;
	outline: 1px solid transparent;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -3rem auto 0
}

.loader #largeBox {
	height: 3em;
	width: 3em;
	outline: 1px solid transparent;
	position: fixed
}

.loader #smallBox {
	height: 3em;
	width: 3em;
	background-color: #fff;
	position: fixed;
	z-index: 1;
	outline: 1px solid transparent;
	animation: smallBoxAnim 1.25s alternate infinite ease-in-out
}

@keyframes smallBoxAnim {
	0% {
		transform: scale(.2)
	}
	100% {
		transform: scale(.75)
	}
}

@keyframes loaderAnim {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(90deg)
	}
}

.top-header {
	border-bottom: 1px solid #eee;
	padding: 0;
	text-align: center
}

.top-header p {
	margin-top: 9px
}

.top-header p a {
	color: #777
}

.top-header p a i {
	margin-right: 3px
}

.top-header ul li {
	display: inline-block;
	margin-top: 7px;
	margin-right: 1px
}

.top-header ul li a {
	font-size: 1rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border: 2px solid #777;
    color: #777;
    line-height: 2rem;
    border-radius: 50%;
    font-weight: bold;
}

a.globe:hover {
	background-color: #fff !important;
    color: #777 !important;
}

.top-header ul li a:focus,
.top-header ul li a:hover {
	color: #fff
}

.top-header .btn {
	padding: 0.8rem 2rem;
	float: right
}

.header-sticky {
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.header-sticky.is-sticky {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
	-webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
	animation: .5s ease-in-out 0s normal none 1 running fadeInDown
}

.main-header-area {
	width: 100%;
	height: 90px;
	position: relative;
	z-index: 9999;
	background-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main-header-area {
		height: 4rem
	}
}

@media only screen and (max-width:767px) {
	.main-header-area {
		height: 4rem
	}
}

.main-header-area .classy-nav-container {
	background-color: transparent
}

.main-header-area .classy-navbar {
	height: 90px;
	padding-left: 0;
	padding-right: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main-header-area .classy-navbar {
		height: 4rem
	}
}

@media only screen and (max-width:767px) {
	.main-header-area .classy-navbar {
		height: 4rem;
		padding: .5em 0
	}
}

.main-header-area .classynav ul li a {
	color: #444;
	text-transform: capitalize;
	font-size: 1rem;
	font-weight: bold
}

.main-header-area .nav-brand {
	line-height: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-header-area .nav-brand {
		margin-right: 0
	}
}

.main-header-area .classynav ul {
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-header-area .searchbtn {
		margin-left: 0;
		width: 2rem
	}
	.classynav ul li a {
		padding: 0 7px
	}
	.classynav ul li.cn-dropdown-item.pr12 {
		padding-right: 7px!important
	}
	.classynav>ul>li.cn-dropdown-item.has-down>.dd-arrow,
	.classynav>ul>li.megamenu-item>.dd-arrow {
		right: 7px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main-header-area .searchbtn {
		margin-left: 0;
		height: 3rem;
		width: 100%;
		margin-top: 1rem;
		line-height: 3rem
	}
}

@media only screen and (max-width:767px) {
	.main-header-area .searchbtn {
		margin-left: 0;
		height: 3rem;
		width: 100%;
		margin-top: 1rem;
		line-height: 3rem
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-header-area .south-search-form input {
		width: 3rem
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main-header-area .south-search-form input {
		width: calc(100% - 2rem);
		margin: 0 1rem
	}
}

@media only screen and (max-width:767px) {
	.main-header-area .south-search-form input {
		width: calc(100% - 2rem);
		margin: 0 1rem
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.is-sticky .main-header-area {
		height: 4rem
	}
	.light .classynav ul li .dropdown,
	.light .classynav ul li .megamenu,
	.light.breakpoint-on .classy-navbar .classy-menu,
	.light.breakpoint-on .classynav>ul>li>a {
		background-color: #000
	}
}

@media only screen and (max-width:767px) {
	.is-sticky .main-header-area {
		height: 4rem
	}
	.light .classynav ul li .dropdown,
	.light .classynav ul li .megamenu,
	.light.breakpoint-on .classy-navbar .classy-menu,
	.light.breakpoint-on .classynav>ul>li>a {
		background-color: #000
	}
}

@media only screen and (max-width:991px) {
	.main-header-area .classynav ul li a {
		color: #fff
	}
}

#search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .9);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	-webkit-transform: translate(0, -100%) scale(0, 0);
	-moz-transform: translate(0, -100%) scale(0, 0);
	-o-transform: translate(0, -100%) scale(0, 0);
	-ms-transform: translate(0, -100%) scale(0, 0);
	transform: translate(0, -100%) scale(0, 0);
	opacity: 0
}

#search input[type=search] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	background: transparent;
	font-size: 3.5rem;
	font-weight: 300;
	text-align: center;
	border: 0;
	margin: 0 auto;
	margin-top: -51px;
	padding-left: 2rem;
	padding-right: 2rem;
	outline: 0
}

#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 3rem;
	margin-left: -3rem
}

#search .close {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
	font-size: 2rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	border-radius: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	border: none
}

#search .close:hover {
	color: #fff
}

#search.open {
	-webkit-transform: translate(0, 0) scale(1, 1);
	-moz-transform: translate(0, 0) scale(1, 1);
	-o-transform: translate(0, 0) scale(1, 1);
	-ms-transform: translate(0, 0) scale(1, 1);
	transform: translate(0, 0) scale(1, 1);
	opacity: 1
}

.main-header-area .classynav ul li a.search-btn {
	color: #777;
	margin-left: 5px
}

.main-banner {
	height: 740px;
	background: #ddd;
	background-position: center;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	z-index: 1
}

.main-banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .45;
	z-index: -1
}

.item-bg-one {
	background-image: url(../img/home-bg-1.jpg)
}

.item-bg-two {
	background-image: url(../img/home-bg-2.jpg)
}

.item-bg-three {
	background-image: url(../img/home-bg-3.jpg)
}

.main-banner h3 {
	color: #fff;
	font-size: 1.5rem
}

.main-banner h2 {
	color: #fff;
	font-size: 3.5rem;
	margin: 1rem 0 2rem;
	font-weight: 600
}

.main-banner p {
	color: #fff;
	font-size: 1rem;
	max-width: 600px;
	margin-bottom: 3rem
}

.main-banner .btn-primary {
	background-color: #fff;
	border-color: #fff;
	text-transform: unset
}

.main-banner .btn-primary:focus,
.main-banner .btn-primary:hover {
	color: #fff
}

.main-banner .text-center p {
	margin: 0 auto 3rem
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
	top: 50%;
	transform: translateY(-50%)
}

.about-area {
	padding-bottom: 0
}

.about-area .section-title {
	margin-bottom: 3rem
}

.about-text p {
	margin-bottom: 1.5rem
}

.about-text p b {
	max-width: 934px;
	display: block;
	font-size: 1rem
}

.lawyer-features {
	margin-top: 0.8rem;
	margin-bottom: 2rem;
	overflow: hidden
}

.lawyer-features .pull-left {
	margin-right: 3rem
}

.lawyer-features ul li {
	color: #777;
	list-style: none;
	margin-top: 0.8rem
}

.lawyer-features ul li:first-child {
	margin-top: 0
}

.lawyer-features ul li i {
	margin-right: 3px
}

.about-text .blockquote {
	margin-bottom: 1.5rem;
	margin-top: 0.8rem
}

.about-text .blockquote p {
	margin-bottom: 35px
}

.about-image {
	margin-top: 0.8rem;
	text-align: center
}

.about-image-slider.owl-theme .owl-nav [class*=owl-] {
	top: 50%;
	transform: translateY(-50%)
}

.services-area {
	background: #f2f2f2
}

.services-box {
	text-align: center;
	margin-bottom: 2rem;
	padding: 2rem;
	position: relative;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	background: #fff;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, .1)
}

.services-box:hover {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.services-box .icon {
	font-size: 2rem;
	
	display: inline-block;
	width: 4rem;
	height: 4rem;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 2rem;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	line-height: 2;
}

.services-box:hover .icon {
	background: #fff;
	color: #e4353a
}

.services-box h3 a {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 600
}

.services-box:hover h3 a {
	color: #fff
}

.services-box p {
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.services-box:hover p {
	color: #fff
}

.services-box:hover h3 {
    color: #fff;
}

.browse-all-btn {
	text-align: center;
	margin-top: 1.5rem
}

.register-area {
	background-image: url(../img/appointment-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 1
}

.register-area::after,
.register-area::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .77;
	z-index: -1
}

.register-area::after {
	width: 50%;
	opacity: 1
}

.contact-now {
	position: relative;
	z-index: 1;
	padding-right: 2rem;
	margin-top: 10rem
}

.contact-now {
	position: relative;
	z-index: 1
}

.contact-now h3 {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 1.5rem;
	font-weight: 600
}

.contact-now p {
	color: #fff;
	font-size: 16px
}

.contact-now .btn.btn-primary {
	background: #fff;
	margin-top: 2rem!important
}

.contact-now .btn.btn-primary:hover {
	background: 0 0;
	color: #fff
}

.appointment-form {
	padding-left: 2rem
}

.register-area .section-title h3 {
	color: #fff
}

.register-area .section-title h2 {
	color: #fff
}

.register-area .btn.btn-primary {
	margin-top: 0.8rem
}

.register-area .btn-primary:focus,
.register-area .btn-primary:hover {
	background-color: #fff;
	border-color: #fff
}

.practice-box {
	margin-bottom: 2rem;
	background: #fff;
	box-shadow: 0 0.8rem 0.8rem 0 rgba(0, 0, 0, .1);
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.practice-box:hover {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}

.practice-box .thumb {
	overflow: hidden;
	position: relative
}

.practice-box .thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.practice-box:hover .thumb::before {
	opacity: .66
}

.practice-box .practice-link {
	position: absolute;
	top: 50%;
	margin-top: -0.8rem;
	text-align: center;
	width: 100%;
	left: 0;
	opacity: 0;
	transform: scale(0);
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	z-index: 2
}

.practice-box:hover .practice-link {
	opacity: 1;
	transform: scale(1)
}

.practice-box .practice-link a {
	width: 35px;
	height: 35px;
	display: inline-block;
	background: #fff;
	line-height: 35px;
	border-radius: 50%
}

.practice-box .practice-link a:hover {
	color: #fff
}

.practice-box .thumb img {
	transform: scale(1);
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	width: 100%
}

.practice-box:hover .thumb img {
	transform: scale(1.3)
}

.practice-text {
	padding: 2rem
}

.practice-text h3 a {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 600
}

.practice-box:hover h3 a {
	color: #fff
}

.practice-box p {
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.practice-box:hover p {
	color: #fff
}

.our-working-way {
	background: #f2f2f2
}

.single-working {
	background: #fff;
	padding: 2rem;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.single-working:hover {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
	cursor: pointer
}

.single-working.right-arrow {
	position: relative
}

.single-working.right-arrow::before {
	content: "\f178";
	font: normal normal normal 1rem/1 FontAwesome;
	position: absolute;
	right: -35px;
	top: 50%;
	font-size: 1.5rem;
	color: #fff;
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	border-radius: 50%;
	z-index: 99;
	margin-top: -9px
}

.single-working .icon {
	font-size: 3rem;
	border-radius: 50%;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.single-working:hover .icon {
	color: #fff
}

.single-working .working-content h3 {
	font-size: 1.5rem;
	margin: 1rem 0;
	-o-transition: .4s;
	-ms-transition: .4s;
	font-weight: 600;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.single-working:hover .working-content h3 {
	color: #fff
}

.single-working .working-content p {
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.single-working:hover .working-content p {
	color: #fff
}

.why-choose-us {
	padding-bottom: 3rem
}

.single-choose {
	margin-bottom: 3rem;
	position: relative
}

.single-choose h3 {
	font-size: 22px;
	margin-bottom: 1rem
}

.single-choose span {
	position: absolute;
	font-size: 8rem;
	top: 0;
	color: #eee;
	right: 0;
	z-index: -1;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.why-choose-us-two {
	position: relative
}

.why-choose-us-two::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/why-choose-us-bg.jpg);
	width: 48%;
	height: 100%;
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat
}

.why-choose-us-two .section-title h3 {
	color: #fff
}

.why-choose-us-two .section-title h2 {
	color: #fff
}

.why-choose-us-two .section-title h2 span {
	color: #fff
}

.why-choose-us-two .section-title::after,
.why-choose-us-two .section-title::before {
	background: #fff
}

.why-choose-us-accordion .card-header {
	background-color: rgba(0, 0, 0, .3);
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	padding-left: 1rem
}

.why-choose-us-accordion .card-body {
	background: rgba(0, 0, 0, .06);
	color: #fff
}

.attorneys-style-one {
	padding-bottom: 3rem
}

.attorneys-style-one .our-attorney {
	margin: 7px 0 3rem
}

.our-attorney {
	text-align: center;
	position: relative;
	margin: 7px 0 8px
}

.our-attorney::before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 3px;
	right: 0;
	transform: scale(1);
	transition: all .6s ease 0s;
	z-index: 3
}

 

.our-attorney .pic {
	position: relative
}

.our-attorney .pic img {
    height: 400px;
    width: auto;
    margin: 0 auto;
}

.our-attorney .pic::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .6s ease 0s
}
 

.our-attorney img {
	max-width: 100%!important;
	height: auto
}

.our-attorney .attorney-content {
	padding: 2rem 0 0;
	position: relative;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all .6s ease 0s
}

 

.our-attorney .title a {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 7px
}

 

.our-attorney .post {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #777;
	text-transform: capitalize;
	transition: all .6s ease 0s
}

.our-attorney .social {
	width: 100%;
	padding: 0;
	margin: 0 0 2rem;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	transform: scale(0);
	transition: all .6s ease 0s
}

 

.attorneys-slider.owl-theme .owl-nav [class*=owl-] {
	left: 1rem;
	opacity: 0
}

.attorneys-slider.owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1
}

.attorneys-slider.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 1rem
}

.fun-facts-area {
	text-align: center;
	background-image: url(http://ipchoicelawwork/wp-content/uploads/slid2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 1
}

.fun-facts-area::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .77;
	z-index: -1
}

.funFacts .icon {
	color: #fff;
	font-size: 35px;
	border: 3px solid #fff;
	display: inline-block;
	width: 4rem;
	height: 4rem;
	line-height: 75px;
	border-radius: 50%;
	margin-bottom: 2rem;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.funFacts:hover .icon {
	color: #fff
}

.funFacts .text h3 {
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 0.8rem
}

.funFacts .text p {
	color: #fff
}

.advertise-area {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 3.5rem 0;
	background-attachment: fixed;
	z-index: 1
}

.advertise-area::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .77;
	z-index: -1
}

.advertise-area h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 1rem
}

.advertise-area p {
	color: #fff;
	font-size: 1rem
}

.advertise-area .contact-btn {
	text-align: right;
	margin-top: 2rem
}

.blog-area {
	padding-bottom: 3rem
}

.single-blog-post {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	margin-bottom: 3rem
}

.single-blog-post:hover {
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1)
}

.single-blog-post .thumb {
	position: relative;
	overflow: hidden
}

.single-blog-post .thumb::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
	background: #000;
	opacity: 0;
	transform: scale(.8);
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.single-blog-post:hover .thumb::before {
	opacity: .66;
	transform: scale(1)
}

.single-blog-post .blog-link {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: scale(0);
	margin-top: -1.5rem;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.single-blog-post:hover .blog-link {
	transform: scale(1)
}

.single-blog-post .blog-link a {
	width: 35px;
	height: 35px;
	display: inline-block;
	background: #fff;
	line-height: 36px;
	border-radius: 50%
}

.single-blog-post .blog-link a:hover {
	color: #fff
}

.single-blog-post .date {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 3.5rem;
	text-align: center;
	height: 3.5rem;
	color: #fff;
	line-height: 23px;
	padding: 8px 0
}

.single-blog-post .post-content {
	border: 1px solid #eee;
	border-top: none;
	padding: 2rem
}

.single-blog-post .post-content h3 a {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 600
}

.single-blog-post .post-content p {
	margin-top: 1rem
}

.single-blog-post .post-meta {
	border: 1px solid #eee;
	border-top: none;
	padding: 1.5rem
}

.single-blog-post .post-meta ul li {
	display: inline-block
}

.single-blog-post .post-meta ul li a {
	color: #777;
	margin-right: 0.8rem
}

.single-blog-post .post-meta ul li a i {
	margin-right: 3px
}

.blog-slider.owl-theme .owl-nav [class*=owl-] {
	left: 1rem;
	opacity: 0;
	background: #ddd
}

.blog-slider.owl-theme:hover .owl-nav [class*=owl-] {
	opacity: 1
}

.blog-slider.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 1rem
}

.single-feedback {
	background: #fff;
	padding: 2rem;
	border-radius: 4px
}

.single-feedback .client-info {
	overflow: hidden;
	position: relative
}

.single-feedback .pic {
	float: left;
	margin-right: 1rem
}

.single-feedback .pic img {
	width: 85px;
	height: 85px;
	border-radius: 50%
}

.single-feedback .client-info h4 {
	font-size: 1.2rem;
	margin-top: 1.2rem;
	margin-bottom: 4px
}

.single-feedback .client-info span {
	font-size: 1rem;
	color: #777
}

.single-feedback ul {
	position: absolute;
	right: 0;
	top: 1.2rem
}

.single-feedback ul li {
	display: inline-block
}

.single-feedback p {
	margin-top: 1.5rem
}

.lawyer-boxes {
	margin-top: -116px;
	position: relative;
	z-index: 1;
	background: 0 0
}

.lawyer-boxes .box {
	background: #fff;
	padding: 2rem 1.5rem;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	border-radius: 0.8rem;
	overflow: hidden;
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1)
}

.lawyer-boxes .box.bg-1 {
	background-image: url(../img/blog-img1.jpg)
}

.lawyer-boxes .box.bg-2 {
	background-image: url(../img/blog-img2.jpg)
}

.lawyer-boxes .box.bg-3 {
	background-image: url(../img/blog-img3.jpg)
}

.lawyer-boxes .box::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.lawyer-boxes .box:hover::before {
	background: #000;
	opacity: .77
}

.lawyer-boxes .box i {
	font-size: 2rem;
	position: relative;
	color: #fff;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	transform: rotate(0)
}

.lawyer-boxes .box:hover i {
	color: #fff;
	transform: rotate(360deg)
}

.lawyer-boxes .box h3 {
	font-size: 1.5rem;
	position: relative;
	font-weight: 600;
	margin: 1.5rem 0 1rem;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.lawyer-boxes .box:hover h3 {
	color: #fff
}

.lawyer-boxes .box p {
	-ms-transition: .4s;
	position: relative;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.lawyer-boxes .box:hover p {
	color: #fff
}

.page-title {
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
	z-index: 1
}

.page-title::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: -1
}

.page-title h3 {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 1.5rem;
	font-weight: 600;
	text-transform: uppercase
}

.page-title ul li {
	display: inline-block;
	margin: 0 3px
}

.page-title ul li a {
	color: #fff
}

.our-missionVision {
	background: #fcfcfc
}

.our-missionVision ul {
	margin: 2rem 0
}

.our-missionVision ul li {
	color: #777;
	margin-top: 1rem
}

.our-missionVision ul li:first-child {
	margin-top: 0
}

.our-missionVision ul li i {
	margin-right: 3px;
	font-size: 16px
}

.our-mission .mission-content p {
	margin-bottom: 1.5rem
}

.our-mission ul li {
	color: #777;
	margin-top: 1rem
}

.our-mission ul li:first-child {
	margin-top: 0
}

.our-mission ul li i {
	margin-right: 3px;
	font-size: 16px
}

.single-gallery {
	position: relative;
	overflow: hidden
}

.single-gallery::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 1;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.single-gallery:hover::before {
	opacity: .76
}

.single-gallery img {
	transform: scale(1);
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.single-gallery:hover img {
	transform: scale(1.3)
}

.single-gallery .picture-icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -0.8rem;
	z-index: 2;
	opacity: 0;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	transform: scale(0)
}

.single-gallery:hover .picture-icon {
	opacity: 1;
	transform: scale(1)
}

.single-gallery .picture-icon a {
	display: inline-block;
	width: 3rem;
	height: 3rem;
	line-height: 43px;
	background: #fff;
	border-radius: 50%;
	font-size: 1rem
}

.single-gallery .picture-icon a:hover {
	color: #fff
}

.single-case-result {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 2rem
}

.single-case-result::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .22;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	z-index: 1
}

.single-case-result:hover::before {
	opacity: .66
}

.single-case-result .case-image img {
	transform: scale(1);
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.single-case-result:hover .case-image img {
	transform: scale(1.3)
}

.single-case-result .case-content {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 1.5rem;
	bottom: -38px;
	z-index: 2;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.single-case-result:hover .case-content {
	bottom: 1.5rem
}

.single-case-result .case-content h3 a {
	display: inline-block;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	font-weight: 600;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .4)
}

.single-case-result:hover .case-content h3 a {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .8)
}

.single-case-result .case-content span {
	color: #fff;
	padding: 5px 0.8rem;
	margin-bottom: 1.5rem;
	display: inline-block;
	margin-top: 0.8rem;
	border-radius: 2px
}

.single-case-result .case-content .btn.btn-primary {
	font-size: 1rem;
	padding: 8px 21px;
	background: #fff;
	border-color: #fff
}

.single-case-result .case-content .btn.btn-primary:hover {
	color: #fff
}

.tabs {
	display: flex;
	flex-wrap: wrap
}

.tabs label {
	order: 1;
	display: block;
	padding: 1rem 2rem;
	margin-right: 0;
	cursor: pointer;
	background: #eee;
	font-weight: 700;
	-ms-transition: .4s;
	-webkti-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	margin-bottom: 0;
	text-transform: uppercase
}

.tabs label:hover {
	color: #fff
}

.tabs .tab {
	order: 99;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 0;
	background: #fff
}

.tabs input[type=radio] {
	display: none
}

.tabs input[type=radio]:checked+label {
	color: #fff
}

.tabs input[type=radio]:checked+label+.tab {
	display: block
}

.caseresult-details-img {
	margin-top: 2rem
}

.caseresult-details-content {
	margin-top: 2rem
}

.caseresult-details-content h3 {
	font-size: 19px;
	font-weight: 600;
	margin: 2rem 0
}

.caseresult-details-content p b {
	display: block;
	margin-bottom: 1.5rem;
	font-size: 1rem
}

.caseresult-details-content ul {
	background: #eee;
	margin-top: 2rem;
	padding: 2rem
}

.caseresult-details-content ul li {
	text-transform: capitalize;
	position: relative;
	padding-left: 17px;
	margin-top: 0.8rem;
	color: #777
}

.caseresult-details-content ul li:first-child {
	margin-top: 0
}

.caseresult-details-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 50%
}

.about-attorneys {
	margin-top: 2rem
}

.side-bar-box {
	background: #f2f2f2;
	padding: 2rem;
	margin-bottom: 2rem
}

.side-bar-box form {
	position: relative
}

.side-bar-box form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 3rem;
	width: 55px;
	border: none;
	background: #fff;
	cursor: pointer;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.side-bar-box form button:hover {
	color: #fff
}

.side-bar-box .title {
	font-size: 22px;
	margin-bottom: 35px;
	position: relative
}

.side-bar-box .title::before {
	content: "";
	position: absolute;
	width: 75px;
	height: 4px;
	bottom: -1rem;
	left: 0;
	border-radius: 3px
}

.categories-box ul li a {
	display: inline-block;
	margin-top: 0.8rem;
	text-transform: capitalize;
	font-size: 1rem
}

.categories-box ul li:first-child a {
	margin-top: 0
}

.categories-box ul li a:hover {
	padding-left: 7px
}

.categories-box ul li a i {
	margin-right: 3px
}

.tags-box ul li {
	display: inline-block;
	margin-top: 5px
}

.tags-box ul li a {
	padding: 4px 0.8rem
}

.tags-box ul li a:hover {
	background: #fff
}

.side-bar-box .single-recent-post {
	overflow: hidden;
	margin-bottom: 1.5rem
}

.side-bar-box .recent-post-img {
	float: left;
	width: 100px;
	position: relative;
	overflow: hidden
}

.side-bar-box .recent-post-img::before {
	position: absolute;
	left: 0;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transform: scale(.9);
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.side-bar-box .single-recent-post:hover .recent-post-img::before {
	opacity: .66;
	transform: scale(1)
}

.side-bar-box .recent-post-content {
	padding-left: 10rem
}

.side-bar-box .recent-post-content ul li {
	display: inline-block;
	margin-right: 1rem
}

.side-bar-box .recent-post-content ul li:last-child {
	margin-right: 0
}

.side-bar-box .recent-post-content ul li a {
	color: #777
}

.side-bar-box .recent-post-content ul li a i {
	margin-right: 5px
}

.side-bar-box .recent-post-content h3 {
	margin-top: 7px
}

.side-bar-box .recent-post-content a {
	font-size: 1rem;
	line-height: 1.5
}

.side-bar-box .recent-post-content h3 a {
	font-weight: 600
}

.servicesBox {
	margin-bottom: 2rem;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
	-o-transition: .4s;
	-ms-transition: .4s;
	background: #fff;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.servicesBox:hover {
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1)
}

.servicesBox .image {
	overflow: hidden;
	position: relative
}

.servicesBox .image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: 0;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.servicesBox:hover .image::before {
	opacity: .66
}

.servicesBox .image img {
	transform: scale(1);
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.servicesBox:hover .image img {
	transform: scale(1.3)
}

.servicesBox .link-icon {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 2;
	margin-top: -0.8rem;
	transform: scale(0);
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.servicesBox:hover .link-icon {
	transform: scale(1)
}

.servicesBox .link-icon a {
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	background: #fff;
	border-radius: 50%
}

.servicesBox .link-icon a:hover {
	color: #fff
}

.servicesBox .services-text {
	padding: 2rem
}

.servicesBox .services-text h3 a {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 600
}

.servicesBox:hover .services-text h3 a {
	color: #fff
}

.servicesBox .services-text p {
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.servicesBox:hover .services-text p {
	color: #fff
}

.blog-style-one {
	padding-bottom: 4rem
}

.blog-style-one .single-blog-post {
	margin-bottom: 2rem
}

.blog-style-two {
	padding-bottom: 4rem
}

.blog-style-two .single-blog-post {
	margin-bottom: 2rem
}

.blog-style-three {
	padding-bottom: 4rem
}

.blog-style-three .single-blog-post {
	margin-bottom: 2rem
}

.blog-details .img {
	position: relative
}

.blog-details .img .date {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 1rem 1.5rem;
	line-height: 24px;
	font-size: 1.2rem
}

.blog-details-content {
	margin-top: 2rem
}

.blog-details-content ul li {
	display: inline-block
}

.blog-details-content ul li a {
	margin-right: 1rem;
	color: #777
}

.blog-details-content ul li a i {
	margin-right: 3px
}

.blog-details-content h3 {
	font-size: 1.5rem;
	margin-top: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.5rem
}

.blog-details-content .text {
	margin-top: 2rem
}

.blog-details-content .text p b {
	font-size: 1rem;
	color: #000;
	margin-bottom: 1rem;
	display: block
}

.blog-details-content .text ul {
	margin-top: 1.5rem
}

.blog-details-content .text ul li {
	display: block;
	padding-left: 2rem;
	color: #777;
	position: relative;
	margin-top: 0.8rem;
	line-height: 1.8
}

.blog-details-content .text ul li:first-child {
	margin-top: 0
}

.blog-details-content .text ul li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 8px;
	background: #000;
	width: 8px;
	height: 8px;
	border-radius: 50%
}

.blog-details-content .blockquote {
	background: #eee;
	margin: 2rem 0 2rem;
	padding: 2rem;
	text-align: left!important
}

.blog-details-content .blockquote p {
	color: #000;
	margin-bottom: 2.5rem
}

.blog-categories {
	border: 1px solid #eee;
	padding: 2rem 1.5rem
}

.blog-details-content .blog-categories ul li {
	display: inline-block;
	color: #777
}

.blog-details-content .blog-categories ul li.title {
	font-size: 1rem;
	text-transform: uppercase;
	margin-right: 1rem
}

.blog-details-content .blog-categories ul li a {
	margin-right: 0
}

.blog-share-social {
	border: 1px solid #eee;
	border-top: none;
	padding: 2rem 1.5rem
}

.blog-share-social ul li.title {
	color: #777;
	text-transform: capitalize;
	font-size: 1rem;
	margin-right: 1rem
}

.blog-share-social ul li a {
	margin-right: 0;
	width: 35px;
	height: 35px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.blog-share-social ul li a:hover {
	background: 0 0
}

.blog-share-social ul li a i {
	color: #fff;
	margin: 0
}

.post-prev-next-button {
	border: 1px solid #eee;
	border-top: none;
	padding: 2rem 1.5rem
}

.post-prev-next-button a {
	display: inline-block;
	padding: 1rem 3rem;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase
}

.post-leave-reply h3 {
	margin-top: 0
}

.post-leave-reply .form-control {
	border: 1px solid #eee
}

.post-leave-reply .fa {
	color: #777;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s
}

.post-leave-reply .btn {
	margin-top: 2rem
}

.about-area.about-style-two {
	padding-bottom: 4rem
}

.about-style-two .about-image {
	margin: 0;
	position: relative;
	overflow: hidden
}

.about-style-two .about-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .85;
	z-index: 1
}

.about-style-two .video-btn {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	margin-top: -1.5rem;
	z-index: 2
}

.about-style-two .video-btn a {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	line-height: 72px;
	background: #fff;
	border-radius: 50%;
	font-size: 2rem
}

.about-style-two .video-btn a i {
	position: relative;
	left: 3px;
	top: -1px
}

.about-style-two .about-image img {
	transform: scale(1);
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.about-style-two .about-image:hover img {
	transform: scale(1.3)
}

.about-area.about-style-three {
	padding-bottom: 4rem
}

.practice-style-two .practice-box {
	margin-bottom: 0
}

.practice-style-two .browse-all-btn {
	margin-top: 3rem
}

.practice-style-two .practice-text {
	padding: 2rem;
	border-left: 1px solid #fff
}

.practice-details-content {
	margin-top: 3rem
}

.practice-details-content h3 {
	font-size: 22px;
	margin-bottom: 2rem;
	font-weight: 600
}

.practice-details-content p b {
	margin-bottom: 2rem;
	display: block
}

.practice-details-content .blockquote {
	background: #eee;
	padding: 2rem;
	margin: 2rem 0;
	text-align: left!important
}

.practice-details-content .blockquote p {
	color: #000;
	margin-bottom: 2.5rem
}

.practice-details-content ul {
	background: #eee;
	margin: 2rem 0;
	padding: 2rem
}

.practice-details-content ul li {
	position: relative;
	color: #777;
	margin-top: 1rem;
	padding-left: 16px
}

.practice-details-content ul li:first-child {
	margin-top: 0
}

.practice-details-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background: #000;
	width: 7px;
	height: 7px;
	border-radius: 50%
}

.how-can-we-help {
	margin-top: 2rem
}

.practice-details-content h4 {
	font-size: 22px;
	margin-bottom: 2rem;
	font-weight: 600
}

.services-area.services-style-three {
	background: #fff
}

.services-area.services-style-three .services-box {
	background: #f2f2f2
}

.services-area.services-style-three .services-box:hover .icon {
	font-size: 2rem;
	width: 4rem;
	height: 4rem;
	line-height: 84px
}

.services-area.services-style-four {
	background: #fff
}

.services-details-content {
	margin-top: 2rem
}

.services-details-content h3 {
	font-size: 22px;
	margin: 0 0 2rem;
	font-weight: 600
}

.services-details-content p b {
	display: block;
	margin: 2rem 0
}

.services-details-content .blockquote {
	margin: 2rem 0;
	background: #eee;
	padding: 2rem
}

.services-details-content .blockquote p {
	margin: 0 0 2.5rem
}

.attorneys-style-two {
	padding-bottom: 3rem
}

.attorneys-style-two .single-attorney {
	margin-bottom: 2rem
}

.single-attorney {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.single-attorney::after,
.single-attorney::before {
	content: "";
	width: 12rem;
	height: 13rem;
	position: absolute;
	z-index: -1
}

.single-attorney::before {
	top: -1.5rem;
	right: 0
}

.single-attorney::after {
	bottom: -1.5rem;
	left: 0
}

.single-attorney .pic {
	margin: 1.5rem;
	position: relative;
	transition: all .5s ease 0s
}

.single-attorney:hover .pic {
	border-color: #33343e
}

.single-attorney .pic::after {
	content: "";
	width: 100%;
	height: 0;
	background: #33343e;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform-origin: 0 0 0;
	transition: all .5s ease 0s
}

.single-attorney:hover .pic::after {
	height: 100%;
	opacity: .85
}

.single-attorney .attorney-content {
	width: 100%;
	position: absolute;
	top: -50%;
	left: 0;
	transition: all .5s ease .2s
}

.single-attorney:hover .attorney-content {
	top: 38%
}

.single-attorney .title a {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase
}

.single-attorney .post {
	font-size: 1rem;
	color: #fff;
	text-transform: capitalize;
	margin-top: 8px;
	display: inline-block
}

.single-attorney .social {
	margin: 2rem 0 0
}

.single-attorney .social li {
	display: inline-block
}

.single-attorney .social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	margin: 0 1px;
	transition: all .5s ease 0s
}

.single-attorney .social li a:hover {
	background: #fff;
	border-color: #fff
}

.attorneys-style-three {
	padding-bottom: 3rem
}

.attorneys-style-three .ourAttorney {
	margin-bottom: 2rem
}

.ourAttorney {
	border: 1px solid #eee;
	text-align: center;
	overflow: hidden;
	transition: all .3s ease 0s
}

.ourAttorney:hover {
	color: #fff
}

.ourAttorney .pic {
	position: relative
}

.ourAttorney .pic img {
	width: 100%;
	height: auto;
	transition: all .3s ease 0s
}

.ourAttorney:hover .pic img {
	transform: translateY(-1.5rem)
}

.ourAttorney .social {
	width: 20%;
	height: 100%;
	padding: 1.5rem 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: -50%;
	transition: all .5s ease 0s
}

.ourAttorney:hover .social {
	left: 0
}

.ourAttorney .social li a {
	font-size: 1rem;
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	margin-bottom: 5px
}

.ourAttorney .ourAttorney-content {
	padding: 2rem 0
}

.ourAttorney .title a {
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 0.8rem;
	color: #000
}

.ourAttorney:hover .title a {
	color: #fff
}

.ourAttorney .post {
	font-size: 1rem
}

.attorneys-details-area {
	position: relative;
	overflow: hidden
}

.attorneys-details-area .attorney-image {
	position: absolute
}

.attorney-details h5 {
	font-size: 16px;
	color: #777
}

.attorney-details h3 {
	font-size: 24px;
	margin: 16px 0 2rem
}

.attorney-details p {
	margin-top: 1.5rem
}

.attorney-details .attorney-social {
	margin-top: 2rem
}

.attorney-details .attorney-social li {
	display: inline-block
}

.attorney-details .attorney-social li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #000;
	text-align: center;
	color: #fff;
	border-radius: 50%
}

.attorney-details .attorney-social li a:hover {
	color: #fff
}

.attorney-contact-info {
	margin-top: 2rem;
	overflow: hidden
}

.attorney-contact-info ul.pull-left {
	margin-right: 3rem
}

.attorney-contact-info ul li {
	color: #777;
	margin-top: 0.8rem
}

.attorney-contact-info ul li:first-child {
	margin-top: 0
}

.attorney-contact-info ul li i {
	margin-right: 3px
}

.attorney-contact-info ul li a {
	display: inline-block;
	color: #777
}

.attorney-contact-info ul li a:hover {
	text-decoration: underline
}

.attorneys-info-area {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee
}

.attorneys-info-area .title {
	font-size: 24px;
	margin: 0 0 2rem
}

.attorney-desc p {
	margin: 2rem 0 0
}

.progress-title {
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 0 1.5rem
}

.progress {
	height: 1.5rem;
	background: #eee;
	border-radius: 0.8rem;
	margin-bottom: 2rem;
	overflow: visible;
	position: relative
}

.progress::after,
.progress::before {
	content: "";
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: -1px;
	z-index: 1
}

.progress::after {
	border: 5px solid #e9e9ea;
	left: auto;
	right: 0
}

.progress .progress-bar {
	box-shadow: none;
	border: none;
	border-radius: 1rem;
	position: relative;
	-webkit-animation: animate-positive 1s;
	animation: animate-positive 1s
}

.progress .progress-value {
	width: 4rem;
	height: 2rem;
	line-height: 31px;
	border-radius: 1.5rem;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: -6px;
	right: 0;
	z-index: 2
}

@-webkit-keyframes animate-positive {
	0% {
		width: 0
	}
}

@keyframes animate-positive {
	0% {
		width: 0
	}
}

.education-certification-admission {
	margin-top: 3rem
}

.education-certification-admission ul li {
	color: #777;
	margin-top: 1rem
}

.education-certification-admission ul li:first-child {
	margin-top: 0
}

.education-certification-admission ul li b {
	display: block;
	margin-bottom: 8px
}

.education-certification-admission ul li span {
	line-height: 24px;
	display: block;
	padding-left: 1rem;
	position: relative
}

.education-certification-admission ul li span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background: #000;
	width: 7px;
	height: 7px;
	border-radius: 50%
}

.attorney-award {
	margin-top: 3rem
}

.attorney-award img {
	margin-top: 11px
}

.participated-case-slider .single-case-result {
	margin-bottom: 0
}

.shop-top {
	margin-bottom: 3rem
}

.shop-top .form-control {
	border: 1px solid #eee
}

.shop-top .woocommerce-result-count {
	margin-top: 8px
}

.single-product {
	border: 2px dashed #eee;
	margin-bottom: 2rem
}

.product-content {
	text-align: center;
	padding: 2rem
}

.product-img-slider.owl-theme .owl-nav [class*=owl-] {
	top: 50%;
	transform: translateY(-50%)
}

.product-img-slider .item img {
	border-radius: 5px
}

.product-content h3 a {
	font-size: 19px;
	font-weight: 600
}

.product-content h4 {
	font-size: 1.2rem;
	color: #777;
	margin: 1rem 0 1.5rem
}

.product-content h4 span {
	text-decoration: line-through
}

.product-body h3 {
	text-transform: uppercase
}

.product-body .price {
	margin-top: 1rem;
	margin-bottom: 2rem
}

.product-body .price h4 {
	color: #777;
	font-size: 19px;
	font-style: italic
}

.product-body form {
	margin: 2rem 0;
	position: relative
}

.product-body form .form-control {
	width: 40%;
	display: inline-block;
	border: 1px solid #eee
}

.product-body form .btn.btn-primary {
	padding: 0 1rem;
	height: 3rem;
	line-height: 46px;
	margin-top: -2px
}

.product-body form .add-to-wishlist {
	display: inline-block;
	background: #fff;
	padding: 11px 1rem;
	border: 1px solid #eee
}

.product-body form .add-to-wishlist:hover {
	color: red
}

.product-body ul li {
	display: inline-block;
	color: #777
}

.product-body ul.categories-tags a {
	color: #777;
	font-size: 1rem
}

.product-body ul .title {
	margin-right: 0.8rem;
	font-size: 16px;
	font-weight: 500;
	text-decoration: underline
}

.product-body ul.share {
	margin-top: 1.5rem
}

.product-body ul.share a {
	width: 35px;
	height: 35px;
	line-height: 37px;
	background: #eee;
	text-align: center;
	border-radius: 50%;
	color: #777
}

.product-body ul.share a:hover {
	color: #fff;
	border-radius: 0
}

.product-entry {
	margin-top: 3rem
}

.product-entry .tabset>input[type=radio] {
	display: none
}

.product-entry .tabset .tab-panel {
	display: none
}

.product-entry .tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.product-entry .tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6),
.product-entry .tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.product-entry .tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.product-entry .tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.product-entry .tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5) {
	display: block
}

.product-entry .tabset>label {
	padding: 1rem 1rem;
	cursor: pointer;
	font-weight: 600;
	margin-bottom: -1px;
	border-bottom: none;
	font-size: 1rem;
	font-weight: 500;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.product-entry .tabset>input:focus+label,
.product-entry .tabset>label:hover {
	color: #fff
}

.product-entry .tabset>input:checked+label {
	color: #fff
}

.product-entry .tab-panel {
	padding: 2rem
}

.product-entry .tab-panels p {
	margin-top: 1.2rem
}

.product-entry .tab-panels p:first-child {
	margin-top: 0
}

.product-features {
	margin-top: 2rem;
	background: #eee;
	padding: 2rem
}

.product-features ul li {
	margin-top: 0.8rem;
	color: #777
}

.product-features ul li:first-child {
	margin-top: 0
}

.product-features ul li a {
	display: inline-block
}

.product-entry .tab-panel h3 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 500
}

.product-entry .tab-panel .review-post {
	margin-top: 2rem;
	overflow: hidden
}

.product-entry .tab-panel .review-post .img {
	float: left
}

.product-entry .tab-panel .review-post .content {
	padding-left: 8rem;
	position: relative
}

.product-entry .review-post .content span {
	font-size: 1rem;
	color: #777;
	margin-top: -3px;
	display: block
}

.product-entry .review-post .content h3 {
	font-size: 19px;
	text-transform: capitalize;
	font-weight: 600;
	margin-top: 8px
}

.product-entry .review-post .content p {
	margin-top: 1rem
}

.product-entry .tab-panel .review-post .content ul {
	position: absolute;
	right: 5px;
	top: 4px
}

.product-entry .tab-panel .review-post .content ul li {
	display: inline-block
}

.product-entry .tab-panel .border {
	margin: 2rem 0
}

.product-entry .add-review h4 {
	font-weight: 400;
	font-size: 16px;
	color: #777
}

.product-entry .add-review ul {
	margin: 1.5rem 0 2rem
}

.product-entry .add-review ul li {
	display: inline-block;
	margin-right: 1rem
}

.product-entry .add-review ul li a {
	font-weight: 400;
	font-size: 1rem
}

.product-entry .add-review h3 {
	font-size: 1.5rem;
	margin-bottom: 2rem
}

.product-entry .tab-panel .add-review .form-control {
	border: 1px solid #eee
}

.product-entry .add-review .btn.btn-primary {
	margin-top: 0.8rem
}

table {
	border-collapse: separate
}


.contact-info {
	text-align: center;
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1);
	padding: 2rem
}

.contact-info i {
	font-size: 35px;
	color: #fff;
	width: 65px;
	height: 65px;
	line-height: 66px;
	border-radius: 50%
}

.contact-info h3 {
	font-size: 1.5rem;
	text-transform: capitalize;
	margin: 2rem 0 1rem
}

.contact-info p a {
	color: #777
}

.contact-area .content {
	margin-top: 3rem
}

.list-unstyled li {
	margin-top: 5px
}

.text-danger {
	color: #dc3545!important;
	font-size: 1.2rem!important;
	margin-top: 2rem!important
}

.contact-form {
	background: #eee;
	padding: 2rem 2rem
}

.contact-form .btn {
	display: block;
	width: 100%
}

.contactBox p a {
	display: inline-block
}

.contactBox p {
	position: relative;
	font-weight: 600;
	padding-left: 2rem
}

.contactBox p i {
	position: absolute;
	left: 0;
	font-size: 2rem;
	top: 0
}

.contactBox p .fa.fa-envelope {
	left: -5px
}

.contactBox p a {
	display: inline-block;
	color: #777
}

.contact-style-two .contact-form {
	background: #fff;
	padding: 2rem 2rem;
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1);
	margin-top: 3rem
}

.contact-style-two .form-control {
	border: 1px solid #eee
}

.contact-style-two .btn {
	display: inline-block;
	width: auto
}

.appointment-area {
	position: relative;
	overflow: hidden
}

.appointment-area .appointment-form {
	padding-left: 0
}

.appointment-area .appointment-form .form-control {
	border: 1px solid #eee
}

.appointment-area .appointment-form .btn {
	margin-top: 2rem
}

.appointment-area .appointment-image {
	position: relative
}

.appointment-area .appointment-image img {
	position: absolute;
	top: -1.5rem;
	right: 0
}

.error-content {
	max-width: 73rem;
	margin: 0 auto;
	text-align: center;
	padding: 3rem;
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1)
}

.error-content h3 {
	font-size: 13rem;
	font-weight: 900;
	margin-bottom: 1.5rem
}

.error-content h4 {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 2rem;
	color: #777
}

.error-content p {
	margin-bottom: 2rem;
	letter-spacing: 5px
}

.faq-area h2 {
	font-size: 2rem;
	text-transform: capitalize;
	margin-bottom: 3rem;
	font-weight: 600
}

.card {
	background-color: transparent;
	border-radius: 6px;
	margin-bottom: 5px
}

.card-header:first-child {
	border-radius: 0
}

.card-header {
	padding: 1rem 1.5rem;
	margin-bottom: 0;
	border: none
}

.card-header a h5 {
	color: #fff;
	font-size: 16px;
	overflow: hidden
}

.card-header i {
	float: right;
	font-size: 1.5rem
}

.card-header a.collapsed .fa-angle-down::before {
	content: "\f107"
}

.card-header a .fa-angle-down::before {
	content: "\f106"
}

.card-body {
	line-height: 1.7
}

.faq-contact {
	text-align: center;
	margin-top: 3rem;
	background: #eee;
	padding: 3rem
}

.faq-contact h3 {
	font-size: 2rem;
	margin-bottom: 35px;
	text-transform: capitalize;
	font-weight: 500
}

.faq-contact .btn {
	margin-top: 2rem
}

.login-content {
	max-width: 73rem;
	margin: 0 auto;
	text-align: center;
	padding: 3rem;
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1)
}

.login-content h3 {
	font-size: 35px;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 600
}

.login-content ul li {
	display: inline-block
}

.login-content ul li a.facebook {
	background: #3b5998
}

.login-content ul li a.google-plus {
	background: #db4437
}

.login-content ul li a {
	padding: 1rem 3.5rem;
	color: #fff;
	font-size: 1.5rem;
	border-radius: 6px
}

.login-content ul li a:hover {
	color: #fff
}

.login-content ul li a i {
	margin-right: 3px
}

.login-content form {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.login-content .form-control {
	border: 1px solid #eee
}

.login-content .btn {
	margin-top: 0.8rem
}

.login-content p a {
	color: #777;
	margin: 1.5rem 0 0;
	font-size: 16px;
	text-decoration: underline;
	display: inline-block
}

.login-content h4 {
	font-size: 1.2rem
}

.login-content h4 a {
	display: inline-block;
	text-decoration: underline
}

.signup-content {
	max-width: 73rem;
	margin: 0 auto;
	padding: 3rem;
	box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1)
}

.signup-content h3 {
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-weight: 600
}

.signup-content .form-control {
	border: 1px solid #eee
}

.signup-content .btn {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.signup-content a {
	display: inline-block;
	text-decoration: underline
}

.pagination-area {
	margin-top: 0.8rem
}

.page-link {
	position: relative;
	display: block;
	padding: 0;
	margin: 0 3px!important;
	background-color: #fff;
	font-size: 1.2rem;
	border-radius: 50%!important;
	width: 3rem;
	height: 3rem;
	text-align: center;
	line-height: 36px
}

.page-item.disabled .page-link {
	pointer-events: none;
	cursor: auto;
	background-color: #fff
}

.page-link:hover {
	color: #fff;
	text-decoration: none
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: none
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.partner-area {
	text-align: center;
	background: #eee
}

.footer-area {
	background-color:#3d3d3d;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 0
}

.footer-logo {
	margin-bottom: 2rem
}

.footer-area .widgets p {
	color: #fff;
	font-size: 1rem
}

.footer-area .widgets .social {
	margin-top: 1.5rem
}

.footer-area .widgets .social li {
	display: inline-block
}

.footer-area .widgets .social li a {
	background: #fff;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
	border-radius: 50%
}

.footer-area .widgets .social li a:hover {
	color: #fff;
	border-radius: 0
}

.footer-area .widgets h3 {
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 2rem
}

.footer-area .widgets h4 {
	font-size: 1.2rem;
	color: #fff;
	margin-bottom: 1.5rem
}



.footer-area .widgets .usefull-links li {
	margin-bottom: 16px
}

.footer-area .widgets .usefull-links li:last-child {
	margin-bottom: 0
}

.footer-area .widgets .usefull-links li a {
	color: #fff
}

.footer-area .widgets .usefull-links li a i {
	margin-right: 3px
}

.footer-area .widgets .usefull-links li a:hover {
	/*padding-left: 7px*/
}

.footer-area .widgets .latest-tweets-post {
	overflow: hidden;
	margin-bottom: 1.5rem
}

.footer-area .widgets .latest-tweets-post .icon {
	float: left;
	color: #1da1f2;
	font-size: 2rem
}

.footer-area .widgets .latest-tweets-post .content {
	padding-left: 3rem
}

.footer-area .widgets .latest-tweets-post .content a {
	display: inline-block;
	color: #1da1f2
}

.footer-area .widgets .latest-tweets-post .content span {
	color: #eee;
	display: inline-block;
	margin-top: 1rem;
	font-size: 1rem
}

.footer-area .widgets .contact-us li {
	color: #fff;
	padding-left: 2rem;
	position: relative;
	margin-top: 1rem
}

.footer-area .widgets .contact-us li:first-child {
	margin-top: 0
}

.footer-area .widgets .contact-us li i {
    position: absolute;
    left: 0.5rem;
    line-height: 1.5;
    font-size: 1rem;
}

.footer-area .widgets .contact-us li a {
	color: #fff;
	display: inline-block
}

.copyright-area {
	background: #000;
	margin-top: 4rem;
	padding: 2rem 0;
	text-align: center
}

.copyright-area p {
	color: #fff
}

.copyright-area p a {
	display: inline-block;
	text-decoration: underline
}

.go-top {
	position: fixed;
	cursor: pointer;
	display: none;
	bottom: 2rem;
	right: 1.5rem;
	font-size: 2rem;
	color: #fff;
	background-color: #000;
	transition: .4s;
	z-index: 1;
	width: 3rem;
	text-align: center;
	height: 3rem;
	line-height: 39px;
	border-radius: 50%
}

.go-top:hover {
	color: #fff
}