@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,300,500');
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700');
@import url('../../fonts/font-awesome/css/font-awesome.min.css');
@import url('../../fonts/icon/font/flaticon.css');
@import url('../bootstrap/bootstrap.css');
@import url('../../vendor/fancy-box/jquery.fancybox.css');
@import url('../../vendor/revolution/settings.css');
@import url('../../vendor/revolution/layers.css');
@import url('../../vendor/revolution/navigation.css');
@import url('../../vendor/owl-carousel/owl.carousel.css');
@import url('../../vendor/owl-carousel/owl.theme.css');
@import url('../../vendor/jquery-ui/jquery-ui.css');



:root {
    --bg: #fff;
    --fg: #121212;
}


/*
===================== Preloader===================
                                                  */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
}
#loader {
    display: block;
    background : url(../../images/preloader.gif) no-repeat center;
    position: relative;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    overflow: hidden;
}

/*===============================================*/

/*================= SCROLL TOP BUTTON ===========*/
.scroll-top {
	display: block;
	width:40px;
	height:40px;
	background: #c7972a;
	color:#fff;
	font-size: 25px;
	text-align: center;
	position: fixed;
	z-index: 9999;
	bottom: 100px;
	right: 25px;
	padding-bottom: 4px;
	display: none;
}
.scroll-top:hover {
	transform: scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
}

/*================================= Global Style =======================*/
 @font-face {
  font-family: 'font-awesome';
  src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	background: var(--fg);
    color: var(--bg);
	overflow-x:hidden !important;
}

body.light {
	--fg: #fff;
    --bg: #121212;
  }

a {
	font-family: 'PT Serif', serif;
	text-decoration: none;
	display: inline-block;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}
.main_button {
	line-height: 50px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_color {
	background: #c7972a;
}
.btn_color:hover {
	background: #2c2c2c;
}
.hover_btn:hover {
	background: #fff;
	color:#c7972a;
}
button {
	border: none;
	border-radius:5px;
	box-shadow: none;
	outline: none;
	padding: 0;
}
ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
p {
	color: #8d8d8d;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
h2 {
	font-size: 40px;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: var(--bg);
	text-transform: uppercase;
    margin-top: 7px;
    margin-bottom: 9px;
}
h3 span {
	font-weight: 600;
}

h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 20px;
}
h1,
h2,
h4,
h5,
h6 {
	font-family: 'PT Serif', serif;
	color: var(--bg);
	font-weight: 700;
}
.rev-slidebg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.flt_left {
	float: left;
}
.flt_right {
	float: right;
}

.mTop {
	margin-top:0;
}
.clear_fix {
	clear:both;
}
.title_holder_center {
	text-align: center;
}
.title_holder p:last-child {
	font-size: 20px;
}
.title_holder>span {
	display: block;
	width:45px;
	height:2px;
	background: #c7972a;
	margin-bottom: 15px;
}
.title_holder_center>span {
	margin: 0 auto 15px;
}
.transition3s {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.transition4s {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.transition5s {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.transition-ease {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.round_border {
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.mTop_fix {
	margin-top:0 !important;
}
.mBottom_fix {
	margin-bottom:0 !important;
}
h3 span.firm {
	color: #c7972a;
	font-weight: 800;
	font-size: 36;
}
.ficon:before, .right_firm .ceo .ceo_speach span, .right_firm .some_achievement span,
.right_firm .our_goal a, #practise_area .practise_text a, .client_feedback #client_slider .meta span, .latest_news .single_news_item .post_history ul li i,.latest_news .single_news_item .post a
.latest_news .news_post .post p span,.latest_news .news_post .post a,.practise_area_style_two .single_item a,
#main_slider_two h5,.our_attorney_style_two .attorney_member .opacity .info span,#inner_banner .overlay ul li,#inner_banner .overlay ul li a,
.video .video_text h6 span,.parctise_details_page_content .title p span,.side_bar .practise_category ul li a i,
.side_bar .practise_category ul li.active a,.side_bar .practise_category ul li a:hover,.side_bar .call_us a,
.practise_area_style_three .single_item span:before,.practise_area_style_three .single_item a,.blog_with_sidebar .blog_single_post .post_history ul li i,
.blog_with_sidebar .blog_single_post .post_meta>a,.blog_with_sidebar .blog_single_post .img_holder span a,.side_bar_style_two .category ul li a:hover,
.side_bar_style_two .category ul li.active a,.side_bar_style_two .category ul li a i,.side_bar_style_two .recent_news p span,
.side_bar_style_two .call_us a,.attorney_details .name span,.error_page h1,.gallery .title span {
	color:#c7972a;
}
.right_firm .our_goal a:hover, #practise_area .practise_text a:hover,
.latest_news .single_news_item .post a:hover,.latest_news .news_post .post a:hover,.practise_area_style_two .single_item a:hover  {
	color:#c7972a;
}
/*===================== Header/Main menu ============*/
header {
	background: #000000d6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
header .nav_wrapper {
	position: relative;
}
header .navbar-default {
	background: transparent;
	border:none;
    margin: 0;
	padding-top: 1rem;
}

header .navbar-brand {
	float: left;
	padding: 0;
}

header .navbar-default .navbar-collapse {
	background: transparent;
	margin-top: 7rem;
	float: right;
}

header .nav {
	float: right;
    align-content: space-around;
	padding: 0.5rem;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color:#fff;
	font-size: 17px;
    padding-left: 10px;
    position: relative;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
	color:#c7972a;
	transform: translateY(-5px);
}
header .nav>li:last-child>a {
	padding-right:0;
}
.navbar-default .navbar-nav > li .sub_menu {
	position: absolute;
	top:140%;
	left:0;
	width: 200px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
}

.navbar-default .navbar-nav > li .sub_menu li a {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	line-height: 50px;
	padding-left: 13px;
	color:#555555;
	border-bottom: 1px solid #f1f1f1;
	display: block;
}
.navbar-default .navbar-nav > li .sub_menu li a:hover {
	color:#c7972a;
}
.navbar-default .navbar-nav > li .sub_menu li:last-child a {
	border:none;
}
.navbar-default .navbar-nav > li .sub_menu:before {
	content: '';
	font-family: 'font-awesome';
	font-size: 25px;
	color:#fff;
	position: absolute;
    top: -21px;
    left: 26px;
}
.navbar-default .navbar-nav > li:hover .sub_menu {
	top:100%;
	opacity: 1;
	visibility: visible;
}

.theme-toggle {
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
	top: 88px;       
    right: -40px;    
	position: absolute;
    transition: transform 0.3s;
}
.theme-toggle:hover {
    transform: scale(1.2);
}

/*___________________ Search button ___________________*/
#search_option {
	position: absolute;
	top:110%;
	right:0;
	z-index: 999;
	display: none;
	padding: 10px;
	background: #fff;
}
#search_option .search {
	position: relative;
}
#search_option input {
	width:300px;
	height:45px;
	background: #fff;
	border:none;
	outline: none;
	padding: 0 52px 0 15px;
	border:1px solid #f6f6f6;
	color:#999999;
}
#search_option button {
	background: #c7972a;
	line-height: 46px;
	width:50px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	position: absolute;
	top:1px;
	right:0;
}
header .search_icon {
	width:40px;
	line-height: 40px;
	text-align: left;
	font-size: 18px;
	color:#fff;
	position: absolute;
	top: 60px;
	right: -5px;
	cursor: pointer;
}

.search_icon i:hover {
	color:#c7972a;
}

/* ======================= Banner ===================*/
.banner {
	margin: 0;
	background-size: cover;
	color: #c7972a;
}
#main_slider h5 {
	font-family: "Cinzel", sans-serif;
	font-weight: 900;
	color:#c7972a;
	font-size: 70px;
	text-transform: uppercase;
	box-shadow: 1px 3px solid #0000007d;
    letter-spacing: 3px;
	padding-bottom: 4rem;
}
#main_slider h1 {
	font-family: 'Raleway', serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	background: transparent;
	color:#fff;
	border: 3px solid #c7972a;
	border-radius: 8px;
	padding: 1rem 1.5rem;
	line-height: 4rem;
	text-align: center;
}
#main_slider a {
	font-family: 'PT Serif', serif;
	font-size: 20px;
	font-weight: 500;
	background: #c7972a;
	color: #fff;
	border-radius: 2px;
	box-shadow: 1px solid #000;
	letter-spacing: 1px;
	padding: 15px 30px;
	transition: transform 0.3s ease ;
}
#main_slider a:hover {
	background: #ffffffef;
	color: #c7972a;
	border-radius: 2px;
	transform: scale(1.1);
}
.uranus .tp-bullet {
	margin-left: 15px;
}
.uranus .tp-bullet-inner {
	background-color: transparent;
	border:2px solid #fff;
}
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
	background-color: #c7972a;
}
/*=========================== /Banner =================*/

/*========================= We are Right Firm ===================*/

.our_history {
	margin-top: 70px;
	margin-bottom: 90px;
}
.our_history h1 {
	font-size: 30px;
	margin-bottom: 3rem;
	text-transform: uppercase;
}
.our_history h2 {
	text-align: left;
	line-height: 30px;
	color: #eeeeee;
	font-size: 23px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.our_history a {
	color: #c7972a;
	font-size: 25px;
}
.our_history .lawyers {
	font-family: "Lato";
	font-size: 20px;
	font-weight: 600;
	color: #c7972a;
	margin-top: 10px;
    display: inline-block;
}
.right_firm {
	padding-top: 60px;
	padding-bottom: 60px;
}
.right_firm .our_goal {
	margin-right: 5px;
	margin-top: 50px;
}
.right_firm .our_goal h5 {
	font-size: 30px;
}
.right_firm .rotary {
    position: relative;
	width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
}
.rotary .text_history {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 100%;
	text-align: right;
	font-size: 22px;
	line-height: 30px;
}
.rotary .text_history strong {
	font-weight: bold;
	line-height: 50px;
	color: #c7972a;
}

.rotary .text_history.active {
    opacity: 1;
}

/*===================== Practise Area ===================*/
.practise_area,.practise_area_home {
	padding-top: 90px;
	text-align: center;
}
.practise_area .single_item {
    width: 100%;
    position: relative;
}
.practise_area .single_item .icon {
	padding: 68px 0;
}
.practise_area .single_item.border_right {
	border-right: 1px solid #f1f1f1;
}
.practise_area_home .practise_item_wrapper {
	margin-left: -60px;
	margin-top: 84px;
}
.practise_area .practise_item_wrapper {
	margin-top: 84px;
	border:1px solid #f1f1f1;
}
.practise_area .practise_item.border_top {
	border-top: 1px solid #f1f1f1;
}
.practise_area .practise_item {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content:space-between;
    justify-content: space-between;
}
.practise_area .single_item span:before {
	font-size: 62px;
}
.practise_area .single_item h4 {
	position: relative;
	margin-top:20px;
}
.practise_area .single_item .hover_overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: #c7972a;
	color:#fff;
	text-align: center;
	padding-top: 30px;
	transform: scale(0.8);
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    opacity: 0;
    visibility: hidden;
}
.practise_area .single_item .hover_overlay h4 {
	color:#fff;
}
.practise_area .single_item .hover_overlay p {
	padding: 0 30px;
}
.practise_area .single_item .hover_overlay a {
	color:#fff;
	line-height: 36px;
	width:115px;
	text-align: center;
	border:2px solid #fff;
	margin-top:30px;
}
.practise_area .single_item:hover .hover_overlay {
	transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    opacity: 1;
    visibility: visible;
}
/*==================== Why choose us ==================*/
.why_choose_us {
	margin-top:100px;
	margin-bottom: 150px;
}
.why_choose_us .left_side,
.why_choose_us .right_side {
	float:left;
	width: 50%;
	height:570px;
}
.why_choose_us .left_side {
	background: url(../../images/about-us/imagem-porque-nos1.jpg) no-repeat center;
	background-size: cover;
}
.why_choose_us .right_side {
	position: relative;
}
.why_choose_us .title_holder_center h3 {
	text-align: left;
	line-height: 35px;
	margin-left: 20px;
}
.why_choose_us .right_side .text-list > ul > li {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	text-align: start;
	position: relative;
    padding-left: 3.5rem;
	padding-top: 1rem;
	width: 100%;
    left: 0;
    font-size: 21px;
	font-weight: 500;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    content: '\f222';
    color: var(--bg);
}
.why_choose_us .right_side .text-list > ul > li > i::before {
    position: absolute;
	padding-left: 1rem;
	padding-top: 0;
    left: 0;
    font-size: 2rem;
    line-height: 0;
    color: #c7972a;
}
.why_choose_us .right_side:before {
	content: '';
	width:4px;
	height:100%;
	background: #c7972a;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
}
.why_choose_us .right_side .opacity {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    padding: 40px 0 0 80px;
}
.why_choose_us .choose_reason {
	position: relative;
    margin-bottom: 40px;
}
.why_choose_us .right_side .choose_reason:before {
	font-family: "Flaticon";
	color:#fff;
	font-size: 37px;
	width:80px;
	height:80px;
	line-height: 80px;
	text-align: center;
	background: #c7972a;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    top:0;
    left: -120px;
    z-index: 99;
}
.why_choose_us .choose_reason.item1:before {
	content: "\f115";
}
.why_choose_us .choose_reason.item2:before {
	content: "\f103";
}
.why_choose_us .choose_reason.item3:before {
	content: "\f113";
}

/*====================== Our Attorneys ====================*/
.our_attorney {
	margin-top: 120px;
	margin-bottom: 150px;
}
.our_attorney .title_holder p {
	margin-bottom: 20px;
	font-size: 21px;
}
.our_attorney .img_holder {
	position: relative;
}
.our_attorney .text {
	border-top:4px solid #c7972a;
}
.our_attorney .text > a {
	display: block;
	padding-top: 10px;
}
.our_attorney .text span {
	display: block;
	color:#c7972a;
	font-size: 14px;
}
.our_attorney .owl_slider {
	padding-top: 45px;
	position: relative;
	margin-left: -15px;
	margin-right:-15px;
}
.our_attorney .item {
	margin-left:15px;
	margin-right: 15px;
	padding-bottom: 20px;
}
.our_attorney .item .img_holder>img {
	width:100%;
}
.our_attorney .item .img_holder .overlay {
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	background: #c7972a;
	text-align: center;
	height:0;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}
.our_attorney .item:hover .img_holder .overlay {
	height:100%;
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
.our_attorney .item .img_holder .overlay span {
	display: table;
	width:100%;
	height:100%;
}
.our_attorney .item .img_holder .overlay span a  {
	display: table-cell;
	vertical-align: middle;
	color:#fff;
	font-size: 55px;
}
.our_attorney .item .text ul li {
	width:35px;
	height:35px;
	background: transparent;
	text-align: center;
	display: inline-block;
	border:1px solid #8d8d8d;
	margin:15px 3px 0 3px;
}
.our_attorney .item .text ul li a {
	display: block;
	color:#8d8d8d;
	font-size: 16px;
	line-height: 33px;
}
.our_attorney .item .text ul li:hover {
	background: #c7972a;
	border:1px solid #c7972a;
}
.our_attorney .item .text ul li:hover a {
	color:#fff;
}

.our_attorney .owl_slider .customNavigation a {
	width:30px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color:#8d8d8d;
	cursor: pointer;
	margin-left:5px;
	border:2px solid #8d8d8d;
}
.our_attorney .owl_slider .customNavigation a:hover {
	background: #2c2c2c;
	border:2px solid #2c2c2c;
	color:#fff;
}
.our_attorney .owl_slider .customNavigation {
	position: absolute;
	top: -32px;
    right: 10px;
}

/* =============================== Client Feedback =======================*/
.client_feedback {
	padding-top: 300px;
	padding-bottom: 80px;
}
.client_feedback #client_slider .speach {
	border-bottom: 1px solid #8d8d8d;
	padding-bottom: 35px;
}
.client_feedback #client_slider .meta span {
	display: block;
	font-size: 18px;
}
.client_feedback #client_slider .meta {
	position: relative;
}
.client_feedback #client_slider .meta .img_holder {
	position: absolute;
	right:0;
	top:-45px;
}
.client_feedback #client_slider .meta .img_holder img {
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    height:90px;
    width:90px;
}
.client_feedback #client_slider {
	padding-top: 45px;
	position: relative;
	margin-left: -10px;
	margin-right:-10px;
}
.client_feedback #client_slider .item {
	margin-left:10px;
	margin-right:10px;
	padding:30px;
	text-align: center;
	justify-content: center;
}
.client_feedback #client_slider .owl-controls span {
	opacity: 1;
	border:2px solid #c7972a;
	background: transparent;
	margin: 5px;
}
.client_feedback #client_slider .owl-controls .active span {
	background: #c7972a;
}
.owl-theme .owl-controls {
	margin-top:39px;
}

/*=================== Free Consultation =================*/
.consultation {
	position: relative;
	clear:both;
	margin-top: 50px;
}
.consultation .half1,
.consultation .half2 {
	float:left;
	width:50%;
	position: relative;
}
.consultation .half1 {
	background: url(../../images/home/home-form.jpg) no-repeat center;
	background-size: cover;
	height:650px;
}
.consultation .half2 {
	background: transparent;
	background-size: cover;
	height:720px;
}
.consultation .half2 .overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:var(--fg);
}
.consultation .container {
	position: relative;
}
.consultation .container-wrapper {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.consultation .container .consultation_form  {
	position: absolute;
	right:0;
	padding-left: 78px;
	margin-top: 25px;
}
.consultation .container .consultation_form form {
	margin-left: -30px;
	margin-top: 42px;
}
.consultation .container .consultation_form input,
.consultation .container .consultation_form select,
.consultation .container .consultation_form textarea {
	width: 90%;
	background: transparent;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    outline: none;
    box-shadow: none;
    border:none;
    margin-bottom: 20px;
    padding-left: 0;
    color:#8d8d8d;
    font-size: 15px;
}
.consultation .container .consultation_form input {
	height:30px;
	border-bottom: 2px solid #8d8d8d;
	padding-right:3px;
}

.consultation .container .consultation_form textarea {
	min-height:135px;
	padding:5px 5px 5px 0;
	border-bottom: 2px solid #8d8d8d;
	resize:none;
}
.consultation .consultation_form .ui-corner-all {
	height:46px;
	background: transparent;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: none;
    border-bottom: 2px solid #8d8d8d;
    color:#8d8d8d;
}
.consultation .consultation_form .ui-selectmenu-button span.ui-selectmenu-text {
	padding:10px 5px 10px 0;
	font-size: 16px;
	color:#8d8d8d;
}

.ui-state-default .ui-icon {
    background-image: url("../../images/home/drp1.png");
    background-position: 100% 90%
}
.consultation .consultation_form .ui-state-default,
.consultation .consultation_form .ui-widget-content .ui-state-default,
.consultation .consultation_form .ui-widget-header .ui-state-default {
	background: transparent;
	outline: none;
	box-shadow: none;
	border: none;
    border-bottom: 2px solid #8d8d8d;
    color:#8d8d8d;
    font-size: inherit;
    height:46px;
    margin-bottom: 20px;
}
.ui-widget-content {
	border:none;
	background: #202020;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    margin-top:1px;
}
.ui-menu .ui-menu-item {
	padding:8px 5px;
	color:#e2e2e2;
}
.ui-state-focus,
.ui-widget-content .ui-state-focus {
	background: #c7972a;
	color:#fff;
	border:none;
	margin:0;
}
.consultation .consultation_form input[type="text"]::-webkit-input-placeholder {
  	color:#757575;
}
.consultation .consultation_form input[type="text"]::-moz-placeholder {
	color:#757575;
}
.consultation .consultation_form input[type="email"]::-webkit-input-placeholder {
  	color:#757575;
}
.consultation .consultation_form input[type="email"]::-moz-placeholder {
	color:#757575;
}
.consultation .consultation_form input[type="tel"]::-webkit-input-placeholder {
  	color:#757575;
}
.consultation .consultation_form input[type="tel"]::-moz-placeholder {
	color:#757575;
}
.consultation .consultation_form textarea::-webkit-input-placeholder {
  	color:#757575;
}
.consultation .consultation_form textarea::-moz-placeholder {
	color:#757575;
}
.consultation .consultation_form .main_button {
	width: 145px;
	color: #fff;
	border: 2px solid #c7972a;
	text-align: center;
	margin-top: 20px;
}
.consultation .consultation_form .main_button:hover {
	background: #fff;
	color:#c7972a;
	border: 2px solid #c7972a;
}

.container-form {
	display: flex;
	justify-content: center;
	align-items: center;  
	height: 65vh;     
	margin: 20px 15px;
	}
.sucess_email, 
.error_email {
  max-width: 750px;
  background: transparent;
  padding: 40px;
  border: 2px solid #c7972a;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.sucess_email h2, 
.error_email h2 {
  margin-bottom: 30px;
  color: var(--bg);
}
.sucess_email p, 
.error_email p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
}
.btn_form {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.btn_form button {
  background: #c7972a;
  color: #fff;
  padding: 10px 18px;
  border: 2px solid #c7972a;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
}
.btn_form button:hover {
  background: transparent;
  border: 2px solid #c7972a;
}
.btn_form button a {
  color: var(--bg);
  text-decoration: none;
}

/* 🔹 Responsividade
@media (max-width: 768px) {
  

@media (max-width: 480px) {
  .sucess_email h2, 
  .error_email h2 {
    font-size: 1.4rem;
  }

  .sucess_email p, 
  .error_email p {
    font-size: 14px;
  }

  .btn_form button {
    padding: 12px;
    font-size: 14px;
  }
}
*/

/*============================ Latest News ======================*/

.latest_news {
	margin-top:120px;
	margin-bottom: -200px;
}
.latest_news .row {
	margin: 60px 0px;
}
.latest_news .single_news_item {
	text-align: left;
	margin-left: -50px;
}
.latest_news .single_news_item img {
	border: 1px solid #e7e7e7;
	border-radius: 1px;
}

.latest_news .single_news_item h4 {
	text-align: left;
	margin-top:0;
	line-height: 26px;
	padding-top:30px;
}
.latest_news .single_news_item .post_history {
	border-top:1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 5px 0;
	margin:20px 0;
}
.latest_news .single_news_item .post_history p span {
	color: var(--bg);
}
.latest_news .single_news_item .post_history ul li {
	display: inline-block;
	margin-left:10px;
	color:#2c2c2c;
}
.latest_news .single_news_item .post_history ul li i {
	margin-right: 10px;
}
.latest_news .single_news_item .post a {
	margin-top:20px;
	color: #c7972a;
}
.latest_news .news_post {
	margin-left: -40px;
	margin-bottom: 40px;
}
.latest_news .news_post img {
	border: 1px solid #e7e7e7;
    border-radius: 1px;
}
.latest_news .news_post .img_holder,
.latest_news .news_post .post {
	display: table-cell;
	vertical-align: top;
}
.latest_news .news_post .post {
	padding-left: 30px;
}
.latest_news .news_post .post h6 {
	margin-top:-5px;
	line-height: 26px;
}
.latest_news .news_post .post p {
	border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin: 0px 0 9px 0;
}
.latest_news .news_post .post p span {
	color: var(--bg);
}

/*=================================== Footer ===========================*/
footer {
	margin-top: 50px;
	background: transparent;
	background-size: cover;
	position: relative;
	height:550px;
}
footer .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:106%;
	background: #000000d6;
	padding: 80px 0 0 0;
}

footer .logo_footer p {
	margin:20px 0;
	color:#c9c9c9;
    padding-right: 40px;
}
footer .logo_footer .address span {
	display: block;
	color:#c9c9c9;
	line-height: 30px;
}
footer .logo_footer .address span i {
	color:#ffffff;
	padding-right: 20px;
	font-size: 18px;
	vertical-align: middle;
}
footer .logo_footer ul {
	margin-top:30px;
}
footer .logo_footer ul li {
	width:35px;
	height:35px;
	border:1px solid #fff;
	display: inline-block;
	margin-right:10px;
}
footer .logo_footer ul li a {
	display: block;
	line-height: 35px;
	text-align: center;
	color:#fff;
}
footer .logo_footer ul li:hover {
	background:#c7972a;
	border:1px solid #c7972a;
}

footer h4 {
	color:#fff;
    margin: 0 0 25px 0;
}

footer .service_footer ul li a {
	font-family: 'Lato', sans-serif;
	color:#c9c9c9;
	margin-bottom: 20px;
}
footer .service_footer ul li:last-child a {
	margin:0;
}
footer .service_footer ul li a:hover {
	color:#fff;
}
footer .news_footer p {
	color:#c9c9c9;
	font-family: 'Lato', sans-serif;
}

footer .news_footer .span {
	font-size: 14px;
	color:#576673;
	display: block;
}

footer .news_post span > a {
	color: #c7972a;
	cursor: pointer;
}

footer .news_post span > a:hover {
	color: #fff;
}

footer .news_footer .news_post {
	position: relative;
	padding-left: 28px;
	margin-bottom: 25px;
}
footer .news_footer .news_post:last-child {
	margin:0;
}
footer .news_footer .news_post:before {
	content: '';
	width:10px;
	height:2px;
	background: #fff;
	position: absolute;
	top:13px;
	left:0;
}
footer .contact_form_footer {
	margin-left: -30px;
	margin-top: -20px;
}
footer .contact_form_footer input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #383838;
	border:none;
	padding-left: 20px;
	outline: none;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .contact_form_footer textarea {
	width:100%;
	min-height: 100px;
	background: #383838;
	border:none;
	padding-left: 20px;
	outline: none;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
footer .contact_form_footer button {
	display: block;
	width:100%;
	line-height: 50px;
	color:#fff;
	text-align: center;
	background: #c7972a;
}
footer p.bottom_text {
	color: var(--bg);
	text-align: center;
	border-top:1px solid #333333;
	padding: 15px 0 10px;
	margin-top: 45px;
	font-size: 18px;
}
footer .bottom_text a {
	font-family: Lato;
	font-weight: 600;
	color:#c7972a;
}
footer .bottom_text a:hover {
	color: var(--bg);
}
footer .contact_form_footer ::-webkit-input-placeholder {
   color: #585858;
}

footer .contact_form_footer :-moz-placeholder { /* Firefox 18- */
   color: #585858;  
}

footer .contact_form_footer ::-moz-placeholder {  /* Firefox 19+ */
   color: #585858;  
}

footer .contact_form_footer :-ms-input-placeholder {  
   color: #585858;  
}
footer .contact_form_footer input:focus,
footer .contact_form_footer textarea:focus {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(187,147,56,0.79);
	-moz-box-shadow: 0px 0px 2px 0px rgba(187,147,56,0.79);
	box-shadow: 0px 0px 2px 0px rgba(187,147,56,0.79);
}

/*============================ Some Achievement Style two ==================*/

.some_achievement_style_two {
	background: #fbfbfb;
	border:1px solid #ebebeb;
	margin-top: -50px;
	padding: 32px 0;
	position: relative;
	z-index: 9;
}
.some_achievement_style_two.space_fix {
	padding: 65px 0;
}
.some_achievement_style_two .some_achievement {
	margin: 0;
	border:none;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content:space-between;
   	justify-content: space-between;
   	width:100%;
}
.some_achievement_style_two .some_achievement .achive .ficon {
	width:48px;
	height:50px;
	float:left;
	margin-top:6px;
}
.some_achievement_style_two .some_achievement .achive .ficon:before {
	font-size: 50px;
	line-height: 48px;
}
.some_achievement_style_two .some_achievement .achive .text {
	float:left;
	padding-left: 20px;
	text-align: left;
}
.some_achievement_style_two .some_achievement .achive {
	padding: 0;
	width:100%;
	text-align: center;
	padding-left: 55px;
}
.some_achievement_style_two span {
	color:#2c2c2c;
	display: block;
	margin-left: 0;
}
/*================== We are Right Firm Style two ===============*/
.right_firm_style_two .our_goal h4 span {
	color:#e2e2e2;
	font-size: 50px;
	padding-right: 5px;
}
.right_firm_style_two.firm_img .our_goal img {
	border-radius: 5px;
	margin-bottom: 40px;
}
.right_firm_style_two.firm_img .our_goal p {
	width:93%;
}
/*============================ Practise Area Style Two ===================*/

.practise_area_style_two .single_item {
	width:335px;
	border:1px solid #eeeeee;
	position: relative;
	padding: 26px 0 26px 80px;
}

.practise_area_style_two .single_item .bg {
	position: absolute;
	width:80px;
	height: 80px;
	border:1px solid #eeeeee;
	background: #fbfbfb;
	text-align: center;
	top:calc(50% - 40px);
	left:-40px;
	text-align: center;
}
.practise_area_style_two .single_item .ficon:before {
	font-size: 42px;
	line-height: 80px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.practise_area_style_two .single_item .ficon.flaticon-child {
	display: inline-block;
	margin-top:-5px;
}
.practise_area_style_two .practise_item_wrapper {
	border:none;
}
.practise_area_style_two .single_item a {
	margin-top:15px;
}
.practise_area_style_two .practise_item:last-child {
	margin-top:35px;
}
.practise_area_style_two .single_item:hover .bg .ficon:before {
	color:#fff;
}
.practise_area_style_two .single_item:hover,
.practise_area_style_two .single_item:hover .bg {
	border:1px solid #c7972a;
}
.practise_area_style_two .single_item:hover .bg  {
	background: #c7972a;
}
/*============================== Free Consultation Style two =====================*/

.consultation_style_two {
	background: url(../../images/home/22.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	height:740px;
	position: relative;
}
.consultation_style_two .opacity {
	width:100%;
	height:100%;
	background: rgba(18,18,18,0.8);
	padding-top: 100px;
}
.consultation_style_two .contact_form h3 {
	color:#fff;
}
.consultation_style_two .contact_form,
.consultation_style_two .img_holder {
	width:50%;
	position: relative;
}
.consultation_style_two .img_holder {
	padding-left: 50px;
}
.consultation_style_two .img_holder img {
	position: relative;
	bottom: 0;

}
.consultation_style_two .contact_form input {
	width:263px;
	height:60px;
	padding: 0 20px;
	border:none;
	border-radius: 0;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 22px;
}
.consultation_style_two .contact_form .select_option {
	width:550px;
	height:60px;
	background: #fff;
	margin-bottom: 20px;
}
.consultation_style_two .contact_form .select_option .ui-selectmenu-button span.ui-selectmenu-text {
	line-height: 60px;
	color:#9c9c9c;
	padding: 0 20px;
}
.ui-state-default {
	width:90% !important;
	height:90%;
	background: transparent;
	border:none;
	outline: none;
}
.consultation_style_two .contact_form .ui-state-default .ui-icon {
	margin-right:20px;
}
.consultation_style_two .contact_form textarea {
	width: 550px;
	min-height: 150px;
	border:none;
	outline: none;
	padding: 10px 20px;
	margin-bottom: 20px;
	resize:none;
}
.consultation_style_two .contact_form button {
	display: block;
	width:146px;
	color:#fff;
}
.captcha-box {
    margin: 15px 0;
}
.captcha-label {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d3d3d3;
	padding-right: 15px;
	padding-left: 12px;
    border-radius: 2px;
	width: fit-content; 
  	white-space: nowrap;
}
  .captcha-label input[type="checkbox"] {
	margin: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
  .captcha-text {
    font-size: 14px;
}
  .captcha-icon {
    width: 90px;
    height: 90px;
    background: url('https://www.gstatic.com/recaptcha/api2/logo_48.png') no-repeat center/contain;
}

/*========================= Practice area style three ====================*/
#practise_area {
	margin-top:108px;
	border-bottom: 1px solid #f1f1f1;
	padding: 92px 0 120px 0;
	background: #f8f8f8;
}
#practise_area .owl_slider {
	padding-top:45px;
	position: relative;
	margin-right:-10px;
	margin-left:-10px;
}
#practise_area .practise_text {
	padding: 43px 5px 30px 5px;
	background: #fff;
	text-align: center;
	position: relative;
}
#practise_area .practise_text span {
	position: absolute;
	width:75px;
	height:75px;
	border-radius: 50%;
	background: #fff;
	top:-37px;
	left:50%;
	margin-left: -37px;
}
#practise_area .practise_text span:before {
	font-size: 38px;
	line-height: 75px;
}
#practise_area .practise_text h4 {
	margin-top: 0;
}
#practise_area .practise_text p {
	padding-top: 7px;
    padding-bottom: 18px;
}
#practise_area .item {
	margin-left:10px;
	margin-right:10px;
}
#practise_area .practise_img {
	position: relative;
}
#practise_area .practise_img .overlay {
	position: absolute;
	width:100%;
	height:100%;
	background: rgba(11,10,09,0.0);
	top:0;
	left:0;
	opacity: 0;
	visibility: hidden;
  	-webkit-transition: all 0.6s ease-in-out;
  	-o-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
}
#practise_area .practise_img .overlay_text {
	position: absolute;
	width:100%;
	height:100%;
	background: rgba(11,10,09,0.8);
	top:0;
	left:0;
	text-align: center;
	cursor: pointer;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
     -webkit-flex-direction: column;
    flex-direction: column;
}
#practise_area .practise_img .overlay_text a {
	color:#fff;
	line-height: 40px;
	margin:0 auto;
	width:130px;
	border:1px solid transparent;
	text-align: center;
	display: inline-block;
}
#practise_area .practise_img .overlay_text a:hover,
#practise_area .practise_img .overlay_text a:focus {
	color:#c7972a;
	border:1px solid #c7972a;
	background: #fff;
}
#practise_area .item:hover .overlay,
#practise_area .single_item:hover .overlay {
	opacity: 1;
	visibility: visible;
}
#practise_area .owl_slider .customNavigation a {
	width:30px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color:#bcbcbc;
	cursor: pointer;
	margin-left:5px;
	border:2px solid #e6e6e6;
}
#practise_area .owl_slider .customNavigation a:hover {
	background: #2c2c2c;
	border:2px solid #2c2c2c;
	color:#fff;
}
#practise_area .owl_slider .customNavigation {
	position: absolute;
	top: -32px;
    right: 10px;
}

/*================================= Attorney Style two ==========================*/

.our_attorney_style_two .attorney_member .opacity {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.2); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0) 100%);
}
.our_attorney_style_two .attorney_member .opacity .info h4 {
	color:#fff;
}
.our_attorney_style_two .attorney_member .opacity .info span {
	font-size: 15px;
}
.our_attorney_style_two .attorney_member .opacity .info {
	height:80px;
	position: absolute;
	bottom: 0;
	left:28px;
}
.our_attorney_style_two .item {
	padding-bottom: 0;
	border:none !important;
}
.our_attorney_style_two .item .attorney_member {
	border-bottom: 4px solid #c7972a;
}

/*========================= Some extra facts ===================*/
.extra_facts {
	background: #f8f8f8;
	margin:120px 0 100px 0;
	padding: 120px 0 100px 0;
}
.extra_facts h3 {
	margin-top:0;
	font-size: 20px;
	font-weight: 800;
	color:#222222;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.extra_facts .our_skills {
	padding-right: 35px;
}
.extra_facts .single_progress_skills {
	position: relative;
	margin-bottom: 20px;
}
.extra_facts .single_progress_skills .progress {
	height:8px;
	background: #fff;
	box-shadow: none;
	border-radius: 0;
}
.extra_facts .single_progress_skills .progress .progress-bar {
	line-height: 8px;
	background: #c7972a;
	color: #c7972a;
	box-shadow: none;
}
.extra_facts .single_progress_skills p {
	color:#565656;
	margin-bottom: 10px;
	font-size: 16px;
}
.extra_facts .single_progress_skills span {
	line-height: 22px;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color:#fff;
	padding: 0 8px;
	background: #474747;
	position: absolute;
	top:2px;
	right:0;
	border-radius: 3px;
}
.accordion_panel .choose_us_panel {
	padding-right: 20px;
}
.accordion_panel .choose_us_panel .panel {
	padding: 0 30px;
	border-radius: 0;
	box-shadow: none;
	border:none;
	margin:0;
}
.accordion_panel .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top:none;
	padding: 0 0 23px 0;
}
.accordion_panel .panel-group .panel-heading {
	border-top: 1px solid #f3f3f3;
	position: relative;
	padding: 0;
	border-radius: 0;
}
.accordion_panel .panel-group .panel-heading:before {
	content: '';
	font-family: 'font-awesome';
	color:#474747;
	font-size: 15px;
	display: block;
	line-height: 74px;
	position: absolute;
	top:0;
	right:0;
	z-index: 9;
}
.accordion_panel .panel-group .panel-heading.active-panel:before {
	content: '';
}
.accordion_panel .panel-group .panel-heading a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color:#222222;
	text-transform: capitalize;
	line-height: 74px;
	position: relative;
	z-index: 99;
}

/*============================ Testimonial =======================*/
#testimonial_slider {
	position: relative;
}
.testtimonial .item .speach_wrapper {
	background: #fff;
	position: relative;
	padding: 36px 25px 36px 45px;
	margin-bottom: 33px;
}
.testtimonial .item .speach_wrapper:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left:36px;
    top: 100%;
    border: 0 solid transparent;
    border-width: 21px 18px;
    border-left-width: 0;
    border-top-color: #fff;
}
.testtimonial .item .speach_wrapper p {
	font-style: italic;
	line-height: 28px;
	font-size: 18px;
	color:#6b6b6b;
	position: relative;
	z-index: 2;
}
.testtimonial .item .speach_wrapper p:before {
	content: '';
	font-family: 'font-awesome';
	font-size: 38px;
	color:rgba(0,0,0,0.09);
	position: absolute;
	top:1px;
	left:0;
	z-index: -1;

}
.testtimonial .item  .img_holder img {
	width:80px;
	height:80px;
	border-radius: 50%;
}
.testtimonial .owl-theme .owl-controls {
	margin-top:0;
	width:80px;
	position: absolute;
	right:0;
	top:90%;
}
.testtimonial .owl-theme .owl-controls .owl-buttons div {
	width:30px;
	height:30px;
	padding: 0;
	margin:0 0 0 8px;
	background: #fff;
	color:#b8b8b8;
	border-radius: 0;
	opacity: 1;
	text-align: center;
	position: relative;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testtimonial .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: '';
	font-family: 'font-awesome';
	line-height: 30px;
	position: absolute;
	top:0;
	left:0;
	width:27px;
}
.testtimonial .owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: '';
	font-family: 'font-awesome';
	line-height: 30px;
	position: absolute;
	top:0;
	left:0;
	width:30px;
}
.testtimonial .owl-theme .owl-controls .owl-buttons div:hover {
	background: #2c2c2c;
	color:#fff;
}


/*=========================== Consultation style three ====================*/
.consultation_style_three {
	background: url(../../images/home/22.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	height:820px;
	position: relative;
}
.consultation_style_three .opacity {
	width:100%;
	height:100%;
	background: rgba(18,18,18,0.8);
	padding-top: 130px;
}
.consultation_style_three .contact_form h3 {
	color:#fff;
}
.consultation_style_three .contact_form form {
	padding: 40px 0;
	margin-top:60px;
}
.consultation_style_three .contact_form form .input_wrapper {
	margin-right:-10px;
	margin-left:-10px;
}
.consultation_style_three .contact_form form .input_wrapper .single_input {
	width:33.33333333333%;
	float:left;
	padding: 0 10px;
	height:60px;
	margin-bottom: 20px;
}
.consultation_style_three .contact_form form .input_wrapper .single_input input,
.consultation_style_three .contact_form form .input_wrapper .single_input .select_option {
	width:100%;
	height:100%;
	border-radius: 0;
	outline: none;
	border:none;
	box-shadow: none;
	background: #fff;
}
.consultation_style_three .contact_form form .input_wrapper .select_option .ui-selectmenu-button span.ui-selectmenu-text,
.consultation_style_three .contact_form form .input_wrapper .single_input input {
	line-height: 60px;
    color: #9c9c9c;
    padding: 0 10px 0 25px;
    font-size: 16px;
}
.consultation_style_three .contact_form form .input_wrapper .ui-state-default .ui-icon {
    margin-right: 20px;
}
.consultation_style_three .contact_form form textarea {
	display: block;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	background: #fff;
	width:100%;
	min-height: 200px;
	padding: 15px 25px;
	resize:none;
	border:none;
	margin-bottom: 20px;
}
.consultation_style_three .contact_form button {
    display: block;
    width: 146px;
    color: #fff;
    line-height: 50px;
}

/*================================== Inner banner ============================*/

#inner_banner {
	height:255px;
	margin-top:-110px;
}
#inner_banner .overlay {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	text-align: center;
	padding-top: 195px;
}
#inner_banner .overlay h3 {
	margin-top:0;
	color:#fff;
	font-size: 48px;
}
#inner_banner .overlay ul li {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	margin:3px 0 0 3px;
}
#inner_banner .overlay ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

/*============================ About us =======================*/
.about-us .right_firm {
	padding-top: 0;
}

.video .video_text {
	width:48%;
}
.video .video_content {
	width:calc(43% - 7px);
	position: relative;
}
.video .video_text h6 {
	font-size: 18px;
	margin-top: 0;
	line-height: 26px;
	margin-bottom: 15px;
}
.video .video_text p {
	margin-bottom: 21px;
}
.video .video_text .single_progress_skills {
	width:44%;
}
.video .video_text .single_progress_skills {
	position: relative;
	margin-bottom: 20px;
}
.video .video_text .single_progress_skills .progress {
	height:10px;
	background: #f6f6f6;
	box-shadow: none;
	border-radius: 0;
}
.video .video_text .single_progress_skills .progress .progress-bar {
	line-height: 8px;
	background: #c7972a;
	box-shadow: none;
}
.video .video_text .single_progress_skills p {
	color:#565656;
	margin-bottom: 10px;
	font-size: 16px;
}
.video .video_text .single_progress_skills span {
	line-height: 21px;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color:#fff;
	padding: 0 8px;
	background: #474747;
	position: absolute;
	top:2px;
	right:0;
	border-radius: 3px;
}


.video .video_content .overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.3);
}
.video .video_content a {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.video .video_content:hover a img {
	transform: scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -ms-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
}

.about-us .some_achievement_style_two {
	margin-top:100px;
	border:none;
}
.about-us .some_achievement .achive:last-child {
	border:none;
}
.about-us .bottom_banner {
	margin-top:0;
}
.practise_area_single #practise_area .practise_text {
	border:1px solid #f2f2f2;
	border-top:none;
}
.practise_area_single #inner_banner {
	margin-bottom: 0;
}
.practise_area_single #practise_area {
	margin-top:0;
}
#practise_area .single_item {
	margin-bottom: 28px;
}
.practise_area_single #practise_area {
	padding-top: 132px;
}
.practise_area_single .need_legal_advice,
.practise_area_single .bottom_banner,
.practise_area_single_v2 .need_legal_advice,
.practise_area_single_v2 .bottom_banner,
.practise_area_single_v3 .need_legal_advice,
.practise_area_single_v3 .bottom_banner {
	margin-top:0;
}
.practise_area_single_v2 .practise_area {
	margin: 0 auto 150px auto;
}
.practise_area_single_v2 .practise_area .practise_item_wrapper {
	margin-top:0;
}
/*============================= Practise area details page =================*/
.parctise_details_page_content {
	padding-right: 42px;
}
.parctise_details_page_content .title h3 {
	margin-top:53px;
	font-size: 28px;
	text-transform: capitalize;
	font-weight: 700;
}
.parctise_details_page_content .title p {
	font-weight: 700;
}
.parctise_details_page_content .text h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px;
	margin-top:48px;
	margin-bottom: 10px;
}
.parctise_details_page_content .consult {
	background: #eeeeee;
	padding: 30px;
	margin-top: 65px;
	margin-bottom: 65px;
}
.parctise_details_page_content .consult i {
	font-size: 18px;
	color:#282828;
	position: relative;
	width:61%;
	display: inline-block;
	padding: 0 0 0 18px;
	line-height: 27px;
}
.parctise_details_page_content .consult i:before {
	content: '';
	position: absolute;
	top:0;
	left:0;
	width:3px;
	height:100%;
	background: #c7972a;
}
.parctise_details_page_content .consult a {
	float:right;
	width:180px;
	text-align: center;
	color:#fff;
}
.parctise_details_page_content .our_target h6,
.parctise_details_page_content .skills h6 {
	color:#222222;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 35px;
}
.parctise_details_page_content .our_target ul li {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color:#525252;
	padding-left: 23px;
	position: relative;
	margin-bottom: 14px;
}
.parctise_details_page_content .our_target ul li:before {
	content: '';
	width:7px;
	height:7px;
	border-radius: 50%;
	background: #c7972a;
	position: absolute;
	top:9px;
	left:0;
}
.parctise_details_page_content .single_progress_skills {
	position: relative;
	margin-bottom: 22px;
}
.parctise_details_page_content .single_progress_skills .progress {
	height:8px;
	background: #f6f6f6;
	box-shadow: none;
	border-radius: 0;
}
.parctise_details_page_content .single_progress_skills .progress .progress-bar {
	line-height: 8px;
	background: #c7972a;
	box-shadow: none;
}
.parctise_details_page_content .single_progress_skills p {
	color:#565656;
	margin-bottom: 10px;
	font-size: 16px;
}
.parctise_details_page_content .single_progress_skills span {
	line-height: 21px;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color:#fff;
	padding: 0 8px;
	background: #474747;
	position: absolute;
	top:2px;
	right:0;
	border-radius: 3px;
}

.practise_area_details .bottom_banner {
	margin-top: 0;
}

/*========================== Side bar ======================*/
.side_bar .practise_category h4 {
	margin-top:0;
	position: relative;
	padding-bottom: 13px;
}
.side_bar .practise_category h4:before {
	content: '';
	width:100%;
	height:3px;
	background: #c7972a;
	position: absolute;
	bottom: 0;
	left:0;
}
.side_bar .practise_category ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	display: block;
	line-height: 60px;
	border-bottom: 1px solid #eaeaea;
	text-transform: capitalize;
	color:#8b8b8b;
}
.side_bar .practise_category ul li a i {
	font-size: 18px;
	line-height: 60px;
	margin-right:8px;
}
.side_bar .practise_category ul li a:hover {
	padding-left: 5px;
}
.side_bar .practise_category ul li:last-child a {
	border:none;
}

.side_bar .our_brochure {
	margin-top:30px;
}

.side_bar .our_brochure p {
	font-size: 14px;
	line-height: 24px;
	padding-right: 5px;
}
.side_bar .our_brochure a {
	display: block;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	color:#fff;
	background: #282828;
	margin-top:20px;
}
.side_bar .our_brochure a:hover {
	background: #c7972a;
}
.side_bar .call_us {
	border:1px solid #eaeaea;
	text-align: center;
	padding: 25px 0;
	margin-top:50px;
}
.side_bar .call_us p,
.side_bar .call_us span {
	font-size: 18px;
	line-height: 30px;
	color:#727272;
	display: block;
}
.side_bar .call_us a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	display: block;
	margin:5px 0;
}

/*===================== Practise Area Style Three =====================*/

.practise_area_style_three .single_item span {
	width:80px;
	height:80px;
	background: #fff;
	text-align: center;
	display: block;
	border:1px solid #f4f4f4;
	margin-bottom: 20px;
}
.practise_area_style_three .single_item span:before {
	line-height: 80px;
	font-size: 45px;
	color:#c7972a;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.practise_area_style_three .single_item a {
	margin-top:15px;
}
.practise_area_style_three .single_item {
	margin-bottom: 85px;
}
.practise_area_style_three .single_item:hover span {
	background: #c7972a;
}
.practise_area_style_three .single_item:hover span:before {
	color:#fff;
}
/*======================== Attorney single page ====================*/

.attorney_single .our_attorney .item,
.attorney_single_v2 .our_attorney .item {
	margin:0 0 72px 0;
	border:none;
	padding-bottom: 0;
}
.attorney_single .our_attorney .item .attorney_member {
	padding-bottom: 22px;
}
.attorney_single .our_attorney {
	padding-top: 30px;
}
.attorney_single .bottom_banner, 
.attorney_single_v2 .bottom_banner  {
	margin-top:0;
}

/*======================= Blog Width sidebar =================*/

.blog_with_sidebar .blog_single_post {
	margin-bottom: 50px;
}
.blog_with_sidebar .blog_single_post h4 {
	font-size: 26px;
}
.blog_with_sidebar .blog_single_post .post_history {
	border-top:1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
	margin: 32px 0 18px 0;
}
.blog_with_sidebar .blog_single_post .post_history p {
	font-style: italic;
	color:#8d8d8d;
	line-height: 42px;
}
.blog_with_sidebar .blog_single_post .post_history p span {
	color: #c7972a;
}
.blog_with_sidebar .blog_single_post .post_history ul li {
	display: inline-block;
	color:#2c2c2c;
	margin-left:18px;
	line-height: 42px;
}
.blog_with_sidebar .blog_single_post .post_history ul li i {
	margin-right: 8px;
	font-size: 17px;
}
.blog_with_sidebar .blog_single_post .post_meta > a {
	margin-top:16px;
}
.blog_with_sidebar .blog_single_post .img_holder {
	position: relative;
	margin-bottom: 28px;
	overflow: hidden;
}
.blog_with_sidebar .blog_single_post .img_holder .overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.7);
	transform: scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
}
.blog_with_sidebar .blog_single_post .img_holder span {
	display: table;
	width:100%;
	height:100%;
	text-align: center;
}
.blog_with_sidebar .blog_single_post .img_holder span a {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
}
.blog_with_sidebar .blog_single_post:hover .img_holder .overlay {
	transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.blog_with_sidebar .pagination ul li {
	display: inline-block;
	width:35px;
	line-height: 35px;
	height:35px;
	text-align: center;
	border:2px solid #efefef;
	margin-left:6px;
}
.blog_with_sidebar .pagination ul li.next {
	width:66px;
	background: #efefef;
}
.blog_with_sidebar .pagination ul li:first-child {
	margin-left:0;
}
.blog_with_sidebar .pagination ul li a {
	font-weight: 700;
	color:#2c2c2c;
	display: block;
	text-transform: uppercase;
	line-height: 35px;
}
.blog_with_sidebar .pagination ul li.active,
.blog_with_sidebar .pagination ul li:hover {
	background: #2c2c2c;
	border:2px solid #2c2c2c;
}
.blog_with_sidebar .pagination ul li.active a,
.blog_with_sidebar .pagination ul li:hover a {
	color:#fff;
}
.blog_with_sidebar .pagination {
	margin-top:0;
}
.side_bar_style_two {
	padding-left: 80px;
}
.side_bar_style_two form {
	width:100%;
	height:60px;
	position: relative;
    margin-bottom: 60px;
}
.side_bar_style_two form input {
	width:100%;
	height:100%;
	background: #fff;
	padding: 0 67px 0 25px;
	border:1px solid #eaeaea;
	outline: none;
	box-shadow: none;
}
.side_bar_style_two form button {
	width:65px;
	height:100%;
	background: #c7972a;
	color:#fff;
	text-align: center;
	position: absolute;
	top:0;
	right:-1px;
	border:1px solid #c7972a;
	font-size: 18px;
}

.side_bar_style_two .category ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	display: block;
	line-height: 60px;
	border-bottom: 1px solid #eaeaea;
	text-transform: capitalize;
	color:#8b8b8b;
}
.side_bar_style_two .category ul li a i {
	font-size: 18px;
	line-height: 60px;
	margin-right:8px;
}
.side_bar_style_two .category ul li a:hover {
	padding-left: 5px;
}
.side_bar_style_two .category ul li:last-child a {
	border:none;
}
.side_bar_style_two .recent_news {
	margin:60px 15px;
}
.side_bar_style_two .recent_news a {
	display: block;
}
.side_bar_style_two .recent_news h6 {
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	margin:0 0 0 0;
}
.side_bar_style_two .recent_news p {
	font-style: italic;
	font-size: 15px;
	color:#8d8d8d;
}

.side_bar_style_two .recent_news .img_holder,
.side_bar_style_two .recent_news .text {
	display: table-cell;
	vertical-align: middle;
}
.side_bar_style_two .recent_news .text {
	padding-left: 25px;
}
.side_bar_style_two .recent_news .single_news,
.side_bar_style_two .recent_news h4 {
	margin-bottom: 25px;
}
.side_bar_style_two .recent_news .single_news img {
	border: 1px solid #e7e7e7;
}
.side_bar_style_two .archives ul li {
	display: block;
	line-height: 37px;
	margin-bottom: 2px;
}
.side_bar_style_two .archives ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color:#8d8d8d;
}
.side_bar_style_two .keyword {
	margin-top:50px;
}
.side_bar_style_two .keyword h4 {
	margin-bottom: 20px;
}
.side_bar_style_two .keyword ul li {
	display: inline-block;
	line-height: 35px;
	padding: 0 18px;
	border:1px solid #eaeaea;
	border-radius: 5px;
	margin:10px 8px 0 0;
}
.side_bar_style_two .keyword ul li a {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color:#8d8d8d;
	font-size: 14px;
	text-transform: capitalize;
}
.side_bar_style_two .keyword ul li.active,
.side_bar_style_two .keyword ul li:hover {
	background: #c7972a;
	border:1px solid #c7972a;
}
.side_bar_style_two .keyword ul li.active a,
.side_bar_style_two .keyword ul li:hover a {
	color:#fff;
}

.side_bar_style_two .call_us {
	border:1px solid #eaeaea;
	text-align: center;
	padding: 25px 0;
	margin-top:60px;
    margin-right: 60px;
}
.side_bar_style_two .call_us p,
.side_bar_style_two .call_us span {
	font-size: 18px;
	line-height: 30px;
	color:#727272;
	display: block;
}
.side_bar_style_two .call_us a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	display: block;
	margin:5px 0;
}

/*==================== Blog grid ==================*/

.blog_with_sidebar.blog_grid .blog_single_post h4 {
	font-size: 20px;
}
.blog_with_sidebar.blog_grid .blog_single_post .post_history,
.blog_with_sidebar.blog_grid .blog_single_post .img_holder {
	margin-top:23px;
}
.blog_with_sidebar.blog_grid .blog_single_post .img_holder {
	border: 1px solid #e7e7e7;
}
.blog_with_sidebar.blog_grid .blog_single_post .post_meta > a {
	margin-top:10px;
}
.blog_with_sidebar.blog_grid .blog_single_post .post_meta > a:hover {
	color: var(--bg);
}
.blog_with_sidebar.blog_grid .blog_single_post {
	margin-top: 20px;
	margin-bottom: 32px;
}
.blog_with_sidebar .pagination {
	margin-top:20px;
	padding-left: 15px;
}

/*===================== Blog details =================*/

.blog_details .post_meta>h6 {
	font-size: 18px;
    margin: 38px 0 16px 0;
}
.blog_details .post_meta .post_img {
	margin-top:35px;
}
.blog_details .post_meta .post_img i {
	font-size: 18px;
	color:#25292f;
	padding: 10px 15px 0 35px;
	display: block;
}
.blog_details .post_meta .post_img i:before {
	content: '';
	font-family: 'font-awesome';
	color:#c3c3c3;
	position: absolute;
	top:10px;
	left:15px;
}
.blog_details .post_meta .post_img i:after {
	content: '';
	font-family: 'font-awesome';
	color:#c3c3c3;
	position: absolute;
	bottom: -5px;
	right:30px;
}
.blog_details .post_meta .share_option {
	border-bottom: 2px solid #f9f9f9;
	margin: 50px 0 0 0;
    padding-bottom: 27px;
}
.blog_details .post_meta .share_option .tag p {
	font-weight: 700;
	color:#3f3e3e;
}
.blog_details .post_meta .share_option .tag p span {
	font-weight: normal;
	color:#404040;
	margin-left:5px;
}
.blog_details .post_meta .share_option .icon ul li {
	display: inline-block;
	font-weight: 700;
	color:#3f3e3e;
	margin-right: 10px;
	line-height: 26px;
}
.blog_details .post_meta .share_option .icon ul li  a {
	color:#3f3e3e;
}
.blog_details .post_meta .share_option .icon ul li:last-child {
	margin-right:0;
}
.blog_details .post_meta .comment_area {
	margin-top:95px;
}
.blog_details .post_meta .comment_area h3 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blog_details .post_meta .comment_area .single_comment .img_holder,
.blog_details .post_meta .comment_area .single_comment .comment {
	display: table-cell;
	vertical-align: top;
}
.blog_details .post_meta .comment_area .single_comment .comment {
	padding-left: 26px;
}
.blog_details .post_meta .comment_area .single_comment .img_holder img {
	border-radius: 4px;
}
.blog_details .post_meta .comment_area .single_comment .comment h6 {
	font-size: 18px;
	margin-top:0;
	margin-bottom: 6px;
}
.blog_details .post_meta .comment_area .single_comment .comment p {
	margin-top:10px;
}
.blog_details .post_meta .comment_area .single_comment .comment span {
	color:#c5c5c5;
	display: block;
}
.blog_details .post_meta .comment_area .single_comment .comment_reply {
	margin-left:100px;
	border-top:1px solid #f2f2f2;
	padding-top: 30px;
	margin-top:30px;
}
.blog_details .post_meta .comment_area .single_comment {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 30px;
	padding-top: 37px;
}
.blog_details .post_meta .comment_area .single_comment.border_none {
	border:none;
}
.blog_details .post_meta .leave_reply {
	margin-top: 100px;
}
.blog_details .post_meta .leave_reply h3 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.blog_details .post_meta .leave_reply form input {
	display: block;
	width:100%;
	height:60px;
	padding-left: 25px;
	background: #f7f7f7;
	border:none;
	outline: none;
	margin-bottom: 20px;
}
.blog_details .post_meta .leave_reply form textarea {
	display: block;
	width:100%;
	min-height: 220px;
	padding:10px 25px;
	background: #f7f7f7;
	border:none;
	outline: none;
}
.blog_details .post_meta .leave_reply form button {
	display: block;
	width:140px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	margin-top:10px;
}

#main_slider .bottom_news {
	margin-left: -35px;
	margin-top: -5px;
	font-size: 20px;
	padding: 12px 15px;
	background: #c7972a;
	color: var(--fg);
	border: 3px solid #c7972a;
}
#main_slider .bottom_news:hover {
	background: transparent;
	color: var(--bg);
	border: 3px solid #c7972a;
}
/*==================== Attorney Details Page ======================*/

.attorney_details .attorney_sidebar {
	padding-right: 48px;
}
.attorney_details .attorney_sidebar .contact_details h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin-top:60px;
	margin-bottom: 30px;
}
.attorney_details .attorney_sidebar .contact_details h6 {
	margin-bottom: 6px;
	text-transform: uppercase;
	font-size: 16px;
}
.attorney_details .attorney_sidebar .contact_details .single_contact_info .contact_info,
.attorney_details .attorney_sidebar .contact_details .single_contact_info .icon {
	display: table-cell;
	vertical-align: top;
}
.attorney_details .attorney_sidebar .contact_details .single_contact_info .contact_info {
	padding-left: 28px;
}
.attorney_details .attorney_sidebar .contact_details .single_contact_info .ficon:before {
	font-size: 42px;
	color:#cdcdcd;
}
.attorney_details .attorney_sidebar .contact_details .single_contact_info {
	margin-bottom: 27px;
}
.attorney_details .attorney_sidebar .contact_details .single_contact_info ul li {
	display: inline-block;
	width:30px;
	height:30px;
	border-radius: 3px;
	background: #404040;
	text-align: center;
	margin-right: 10px;
	margin-top:10px;
}
.attorney_details .attorney_sidebar .contact_details .single_contact_info ul li a {
	color:#fff;
	line-height: 30px;
	display: block;
}
.attorney_details .attorney_sidebar .contact_details .single_contact_info ul li:hover,
.attorney_details .attorney_sidebar .contact_details .single_contact_info ul li:focus {
	background: #c7972a;
}
.attorney_details .agent_map {
	height:295px;
	margin-top:80px;
}

.attorney_details .name h4 {
	font-size: 24px;
	margin-top:-4px;
	margin-bottom: 8px;
}

.attorney_details .attorney_history h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.attorney_details .attorney_history .bio,
.attorney_details .attorney_history .education,
.attorney_details .attorney_history .honors {
	margin-top:40px;
}

.attorney_details .attorney_history form h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
    margin: 60px 0 37px 0;
}
.attorney_details .attorney_history form input,
.attorney_details .attorney_history form textarea {
	border:none;
	outline: none;
	width:100%;
	background: #f5f5f5;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.attorney_details .attorney_history form input {
	height:60px;
}
.attorney_details .attorney_history form textarea {
	min-height: 240px;
	padding: 25px 30px;
}
.attorney_details .attorney_history form button {
	font-family: 'PT Serif', serif;
	display: block;
	width:130px;
	line-height: 50px;
	color:#fff;
	text-align: center;
	background: #404040;
}
.attorney_details .attorney_history form button:hover {
	background: #c7972a;
}
.attorney_details .attorney_history form input:focus,
.attorney_details .attorney_history form textarea:focus {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(187,147,56,0.79);
	-moz-box-shadow: 0px 0px 2px 0px rgba(187,147,56,0.79);
	box-shadow: 0px 0px 2px 0px rgba(187,147,56,0.79);
}

/*============================ Contact Us Map =====================*/

.contact_us_map {
	height:442px;
	margin-top:-103px;
}

.information_area .single_info {
	margin-top: 88px;
	margin-bottom: 50px;
	margin-left: -25px;
	text-align: center;
}
.information_area .single_info .icon {
	width:100px;
	height:100px;
	border:2px solid #8d8d8d;
	border-radius: 50%;
	margin: 0 auto 27px auto;
	text-align: center;
}
.information_area .single_info .icon .ficon:before {
	font-size: 42px;
	line-height: 100px;
}
.information_area .single_info h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 7px;
}

/*========================== Social Media =========================*/

.container .social_media {
    text-align: center;
	margin-bottom: 60px;
}
.social_media {
	margin-top: 60px;
}

.social_media ul > li {
    display: inline-block;
}

.social_media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 2px solid #c7972a;
    border-radius: 50%;
    font-size: 30px;
    color: #c7972a;
    margin: 0 10px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.social_media a:hover {
    background: #c7972a;
    color: #fff;
    transform: scale(1.1);
}

/*========================== Error page =========================*/

.error_page {
	text-align: center;
}

@keyframes error_notify {
	0%   {color: #f0f0f0;}
    50%  {color: #c7972a;}
    100% {color: #f0f0f0;}
}

.error_page .ficon:before {
	font-size: 208px;
	color:#f0f0f0;
	animation-name: error_notify;
	animation-duration: 4s;
    animation-iteration-count: infinite;
}
.error_page h1 {
	font-size: 150px;
	margin-top:0;
}
.error_page h2 {
	font-size: 50px;
	color:var(--bg);
	margin-top:0;
	margin-bottom: 54px;
}
.error_page p {
	font-size: 18px;
	color:#828282;
	margin-bottom: 60px;
}
.error_page button a {
	line-height: 55px;
	padding: 5px;
	border-radius: 5px;
	color:#fff;
	text-align: center;
	background: #c7972a;
	border: 2px solid #c7972a;
}
.error_page button a:hover {
	background: #fff;
	color: #c7972a;
	border: 2px solid #c7972a;
}
.error_page span.or {
	font-size: 18px;
	color:#2f2f2f;
	margin:0 20px;
}
.error_page input {
	height:55px;
	width:380px;
	padding: 0 20px;
	border:1px solid #f0f0f0;
	outline: none;
}