@font-face {
  font-family: 'ArialNarrow';
  src: url('fonts/ArialNarrow.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ArialNarrow';
  src:  url('fonts/ArialNarrow.woff') format('woff'), url('fonts/ArialNarrow.ttf')  format('truetype'), 
  url('fonts/ArialNarrow.svg#ArialNarrow') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'futura_lightregular';
    src: url('fonts/ufonts.com_futurabt-light-opentype.eot');
    src: url('fonts/ufonts.com_futurabt-light-opentype.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_futurabt-light-opentype.woff2') format('woff2'),
         url('fonts/ufonts.com_futurabt-light-opentype.woff') format('woff'),
         url('fonts/ufonts.com_futurabt-light-opentype.ttf') format('truetype'),
         url('fonts/ufonts.com_futurabt-light-opentype.svg#futura_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'whitney-mediumregular';
    src: url('fonts/whitneymedium.eot');
    src: url('fonts/whitneymedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/whitneymedium.woff2') format('woff2'),
         url('fonts/whitneymedium.woff') format('woff'),
         url('fonts/whitneymedium.ttf') format('truetype'),
         url('fonts/whitneymedium.svg#whitney-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Whitney-Medium';
  src: url('fonts/Whitney-Medium.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Whitney-Medium';
  src:  url('fonts/Whitney-Medium.woff') format('woff'), url('fonts/Whitney-Medium.ttf')  format('truetype'), 
  url('fonts/Whitney-Medium.svg#Whitney-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family:'Impact-Regular';
	src: url('fonts/Impact_gdi.eot');
	src: url('fonts/Impact_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Impact_gdi.woff') format('woff'),
		url('fonts/Impact_gdi.ttf') format('truetype'),
		url('fonts/Impact_gdi.svg#Impact-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-2666;
}

body{
	font-size: 17px;
	color:#3c3c3c;
	font-family: 'futura_lightregular';
}
*{margin:0; padding:0; box-sizing: border-box;}
img{border:none; width:100%; height:auto;}
.copyright p.attorney_advertising_left, .copyright p.attorney_advertising_left a {
    margin-top: 0px;
}
a, li, input{text-decoration:none; color:#313030;
	transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;  
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;}
ul li
{
	list-style:none;
}
.practice_inner .right_sidebar {
    border-left: 1px solid #d9d9d9;
}
.extra_leftside a {
    font-size: 15px ! important;
    background: #993300 ! important;
    padding: 5px 0px;color:#fff ! important;
}
.about_bar li{font-size:18px ! important;}
.practice_inner .left_sidebar {
    border: 0px;
}
.clr
{
	clear:both;
}
.side_legal .law-block-section{
    padding: 50px 40px  0px;text-align:center;
}
.blog .extra_leftside .law-block-section{padding-top:50px;}
.side_legal .fashion-design-section{
    padding: 40px;
    background: #f5f5f5;
}
.content-sectio-about {padding-bottom:30px;}
.extra_leftside .law-block-section a {
    margin: 25px auto 0;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    background: #993300;
    display: block;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.extra_leftside .law-block-section a:hover {
    background: #3f3f3f;
}
.side_legal .law-block-section a,.blog .extra_leftside .law-block-section a {
    width: max-content;
    margin-top: 25px;
    padding: 0px 18px;
}
/**starting css of site**/
#container
{
	width:100%;
}
.header
{
	width:100%;
	float: left;
}
.wrapper
{
	width:1320px;
	margin: 0 auto;
}
.top_header{
	float: left;
	width: 100%;
	padding: 15px 0;
}
.header_bottom{
	float: left;
	width: 100%;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.logo{
	float: left;
}
.header_right{
	float: right;
	margin-top: 7px;
}
.header_right .search{
	float: left;
	width: 180px;
	margin-top: 10px;
}
.header_right .search p{
	float: left;
	color: #414141;
	width: 100%;
	font-size: 15px;
	font-family: 'futura_lightregular';
	margin-bottom: 5px;
}
.header_right .search form{
	float: left;
	width: 100%;
	border: 1px solid #d7af9b;
}
.header_right .search input[type="text"]{
	float: left;
	border: none;
	background: none;
	color: #444;
	padding-left: 5px;
	font-size: 14px;
	line-height: 24px;
	font-family: 'futura_lightregular';
	width: 80%;
	outline: none;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.header_right .search input[type="submit"]{
	float: right;
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	width: 29px;
	height: 22px;
	margin-top: 2px;
	text-indent: -9999px;
	background: url(../images/search.png) no-repeat left top;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.h_content{
	float: left;
	width: 280px;
	padding: 0 30px;
	margin: 0 30px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.h_content p, .h_content a{
	float: left;
	width: 100%;
	color: #414141;
	padding-left: 30px;
	margin-bottom: 5px;
	font-size: 15px;
	font-family: 'futura_lightregular';
}
.h_content p.toll_free{
	background: url(../images/toll_free.png) no-repeat left center;
}
.h_content p.phone{
	background: url(https://dhf-law.net/wp-content/uploads/2024/02/phone.png) no-repeat 6px center;
}
.h_content p.fax{
	background: url(../images/fax.png) no-repeat 5px center;
}
.h_content a.email{
	background: url(../images/email.png) no-repeat 7px 6px;
}
.social{
	float: left;
	position: relative;
    top: 38px;
}
.social ul li{
	float: left;
	margin-left: 5px;
}
.menu{
	float: left;
	width: 100%;
	text-align: center;
}
.menu ul li{
	display: inline-block;
	margin: 0 46px;
	position: relative;
}
.menu ul li:first-child{
	margin-left: 0;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	font-size: 16px;
	color: #414141;
	line-height: 45px;
	text-transform: uppercase;
}
.menu ul li a:hover, .menu ul li.current-menu-item a, .menu ul li.current-menu-parent > a{
	color: #bb3e00;
}
.menu ul li.current-menu-parent li.current-menu-item a, li.menu-item-has-children.current-menu-parent li.current-menu-item a{
	color: #ccc;
}
.menu ul li.current-menu-item ul.sub-menu li a{
	color: #fff;
}
.home_content{
	float: left;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b33100+50,ffffff+50 */
	background: #b33100; /* Old browsers */
	background: -moz-linear-gradient(left,  #b33100 50%, #ffffff 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#b33100), color-stop(50%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #b33100 50%,#ffffff 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #b33100 50%,#ffffff 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #b33100 50%,#ffffff 50%); /* IE10+ */
	background: linear-gradient(to right,  #b33100 50%,#ffffff 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33100', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	padding-bottom: 30px;
}
.images_section{
	float: left;
	width: 100%;
	position: relative;
}
.images_section img{
	display: block;
}
.Vestibulum{
	float: left;
	width: 100%;
	position: absolute;
	top: 39%;
	left: 0;
	text-align: center;
}
.Vestibulum h1{
	font-weight: normal;
	color: #fff;
	font-size: 90px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.Vestibulum p{
	font-weight: normal;
	color: #f5f5f5;
	font-size: 34px;
	letter-spacing: 3px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.more a {
    border: 2px solid #fff;
    color: #fff;
    width: 230px;
    display: inline-block;
    line-height: 55px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 30px;
    font-weight: 300;
}
.more a:hover {
    color: #333;
    background: #fff;
}

.legal_guide{
	float: left;
	width: 100%;
}
.legal_left{
	float: left;
	width: 50%;
}
.legal_left img{
	float: left;
	width: auto;
	margin-right: 30px;
}
.order_here {
    padding: 8% 20px 0 0;
    text-align: center;
    display: table;
}

.order_here p{
    font-size: 22px;
    color: #fff;
    font-family: 'futura_lightregular';
}

.order_here h3{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    font-family: 'futura_lightregular';
    margin-top: 20px;
}
.order_here a{
    font-size: 24px;
    font-weight: normal;
    color: #d3bc7e;
    text-transform: uppercase;
    font-family: 'futura_lightregular';
    text-decoration: underline;
}
.order_here a:hover{
	color: #fff;
}
.legal_right{
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 20px;
	padding-left: 5%;
}
.legal_right h1{
	float: left;
	width: 100%;
	color: #000;
	font-size: 36px;
	font-weight: normal;
	font-family: Georgia, Times, 'Times New Roman', serif;
	margin-bottom: 30px;
}
.legal_right p{
	float: left;
	width: 100%;
	color: #414141;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}
.footer{
	float: left;
	width: 100%;
	background: #454236;
	padding: 20px 0;
}
.copyright{
	float: left;
	color: #fff;
	font-size: 14px;
}
.footer_right{
	float: right;
	color: #fff;
	font-size: 14px;
	text-align: right;
}
.footer_right span{
	padding: 0 10px 0 15px;
	background: url(../images/spretor.jpg) no-repeat right center;
}
.footer_right span:last-child{
	padding-right: 0;
	background: none;
}
/**********************About Page Css***********************/
.banner{
	float: left;
	width: 100%;
	height: 422px;
	font-size: 0;
}
.content{
	float: left;
	width: 100%;
	padding: 40px 0;
	min-height: 760px;
}
.about{
	float: left;
	width: 100%;
}
.left_sidebar{
	float: left;
	width: 70%;
	border-right: 1px solid #d9d9d9;
	padding: 40px 40px 80px 0;
}
.page_title{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.page_title h1{
	float: left;
	width: 100%;
	color: #993300;
	font-size: 72px;
	font-weight: normal;
	line-height: 60px;
}
.page_title h1 span{
	color: #b1b1b1;
}
.left_sidebar h2{
	float: left;
	width: 100%;
	color: #222;
	font-size: 28px;
	text-align: justify;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 30px;
}
.left_sidebar p{
	float: left;
	width: 100%;
	color: #414141;
	font-size: 20px;
	text-align: justify;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 30px;
}
.about_bar{
	float: left;
	width: 77%;
	padding-left: 45px;
	border-left: 2px solid #b23000;
	background-position: -4px top, -4px bottom;
	position: relative;
}
.about_bar:before, .about_bar:after {
    content: url("../images/bar_bg.png");
    float: left;
    height: 10px;
    left: -6px;
    position: absolute;
    top: -8px;
    width: 10px;
}
.about_bar:after{
	top: inherit;
	bottom: 0;
}
.about_bar > p::before {
    content: "_";
    margin-left: -18px;
    margin-top: -11px;
    position: absolute;
}
.about_bar p {
    line-height: 26px;
    padding-left: 18px;
    text-align: left;
}
.about_bar span {
	line-height: 28px;
	color: #414141;
	font-size: 20px;
	float: left;
	padding-left: 30px;
	width: 100%;
}
.about_bar h3{
	float: left;
	width: 100%;
	color: #993300;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 24px;
}
.right_sidebar{
	width: 30%;
	padding-left: 40px;
	float: left;
	margin-top: 35px;
}
.blog .right_sidebar{
	margin-top: 0;
}
.right_sidebar h1{
	float: left;
	width: 100%;
	color: #000;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.r_practice{
	float: left;
	width: 100%;
}
.right_sidebar .r_practice h1{
	margin-bottom: 60px;
}
.r_practice ul li{
	float: left;
	width: 100%;
	background: #993300;
	margin-bottom: 5px;
	text-align: center;
	border: 11px solid #993300;
}
.r_practice ul li a{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 24px;
	padding: 15px 0;
	text-transform: uppercase;
	border: 1px solid #c08161;
}
.r_practice ul li:hover, .r_practice ul li.current-menu-item {
	background: #3f3f3f;
	border-color: #3f3f3f;
}
.r_practice ul li:hover a, .r_practice ul li.current-menu-item a{
	border: 1px solid #8e8e8e;
}
.side_legal{
	float: left;
	width: 100%;/* 
	padding: 40px;
	background: #f5f5f5; */
	margin-top: 30px;
}
.side_legal p{
	float: left;
	width: 100%;
	font-size: 20px;
	font-family: 'futura_lightregular';
	text-align: center;
	margin: 20px 0;
}
.side_legal a{
	width: 105px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	background: #993300;
	display: block;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}
.side_legal a:hover{
	background: #3f3f3f;
}
/*******************************Blog Page Css***************************/
.blog_content{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.blog_content:last-child{
    margin-bottom: 0px;
}
.section_content .blog_content h1{
    float: left;
    text-align: left;
    margin-bottom: 7px;
}
.date {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #6c6c6c;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 5px;
}
.blog_content img {
    margin-bottom: 30px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.readmore {
    float: left;
    width: 100%;
    text-align: center;
}
.readmore a {
    width: 280px;
    line-height: 48px;
    color: #333;
    font-size: 18px;
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #d7ae9a;
}
.readmore a:hover{
    color: #fff;
    background: #d7ae9a;
}
.share_link{
    float: left;
    width: 100%;
    margin: 70px 0 30px;
}
.share_link li{
    float: left;
    margin-right: 4px;
}
.share_link li img{
    margin: 0;
    display: block;
}
.blog_comment{
    float: left;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.blog_comment p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #EF0707;
    margin-bottom: 7px;
}
.blog .right_sidebar{
    float: right;
    width: 22%;
}
.blog_subscribe{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.single .left_sidebar {
    margin-top: 40px;
    padding: 0 40px 80px 0;
}
.blog .right_sidebar h3, .single .right_sidebar h3{
    float: left;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    font-weight: normal;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 7px;
    font-family: 'ArialNarrow';
    margin-bottom: 15px;
}
.blog_subscribe form label{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #444;
    text-align: left;
    margin-bottom: 7px;
    font-weight: 700!important;
}
.ctct-form-errorMessage {
  color: red;
}
#success_message > div {
  color: green;
}
.blog_subscribe form input[type="text"]{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #444;
    text-align: left;
    font-family: 'Gadugi';
    outline: none;
    border: 1px solid #993300;
    line-height: 30px;
    padding: 0 5px;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.blog_subscribe form input[type="submit"], .blog_subscribe form button{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: left;
    outline: none;
    background: #993300;
    width: 90px;
    line-height: 25px;
    border: none;
    margin-top: 7px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: 2px solid #993300;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.blog_subscribe form input[type="submit"]:hover, .blog_subscribe form button:hover{
    color: #993300;
    background: #fff;
    border: 2px solid #993300;
}
.calender{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.calender ul li{
    float: left;
    width: 100%;
    color: #993300;
    margin-bottom: 10px;
}
.calender ul li a{
    color: #993300;
    font-size: 15px;
    text-decoration: underline;
}
.topic_drop{
    float: left;
    width: 100%;
}
.topic_drop h6{
    float: left;
    font-weight: normal;
    width: 100%;
    padding-left: 15px;
    background: url(../images/arrow_2.png) no-repeat left 7px;
    font-size: 15px;
    color: #993300;
    margin-top: 4px;
    cursor: pointer;
}
.topic_drop h6.custom-arrow{
	background: url(../images/drop_down.png) no-repeat left 6px;
}
.topic_drop ul{
    float: left;
    font-weight: normal;
    width: 100%;
    padding-left: 45px;
}
.topic_drop ul li a{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #993300;
    margin-top: 4px;
}
.topic_drop ul li a:hover, .side_categories ul li a:hover, .calender ul li a:hover{
    color: #ff712a;
}
.blog_content h1, h1.entry-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #2a2a2a;
    font-weight: normal;
}
.blog .left_sidebar {
    border: 1px solid #d9d9d9;
    padding: 20px 40px 60px;
    width: 57%;
}
.extra_leftside{
	float: left;
	width: 21%;
	padding: 0 40px 0 0;
}
.extra_leftside p {
    float: left;
    font-family: 'futura_lightregular';
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
    width: 100%;
    color: #333;
}
.extra_leftside a{
	width: 100px;
	margin: 0 auto;
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	background: #959595;
	display: block;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}
.extra_leftside a:hover{
	background: #993300;
}
.speaking{
	float: left;
	width: 100%;
	margin-top: 60px;
	text-align: center;
	background: #f9f9f9;
	padding-bottom: 20px;
}
.speaking h1{
	font-family:'Impact-Regular';
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	float: left;
	width: 100%;
	background: #993300;
	padding: 10px 0;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.speaking h3 {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 33px;
  font-weight: normal;
  color: #993300;
  text-transform: uppercase;
}
.extra_leftside .speaking a {
  background:none;
  border: 1px solid #993300;
  color: #993300;
  margin: 15px auto 5px;
  width: 170px;
}
.extra_leftside .speaking a:hover{
	color: #fff;
	background: #993300;
}
/*******************************Practice inner Page Css***************************/
.practice_inner img{
	margin: 20px 0 40px;
}
.practice_inner h3{
	float: left;
	width: 100%;
	font-size: 36px;
	color: #222;
	margin-bottom: 30px;
	font-weight: normal;
}

.left_sidebar h4 {
    color: #545454;
    font-size: 48px;
    float: left;
	width: 100%;
    margin-bottom: 15px;
	font-weight: normal;
}
.practice_inner .left_sidebar ul, .speaking_event .left_sidebar ul{
	margin-bottom: 39px;
	float: left;
	width: 100%;
}
.practice_inner .left_sidebar li, .speaking_event .left_sidebar li, .about_bar li, .entry-content ul li{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #414141;
    padding-left: 20px;
    background: url(../images/li_icon.jpg) no-repeat left 11px;
    margin-bottom: 0;
    line-height: 30px
}
.inner_design {
  background: #ffffff;
  float: left;
  margin: -112px 5% 0;
  padding: 50px 38px 0;
  position: relative;
  width: 90%;
}
.left_sidebar .inner_design h4 {
    margin-bottom: 25px;
    text-align: center;
}

/*******************************Event saminars Page Css***************************/
.event, .faq, .speaking_event, .news_publications, .contact{
  float: left;
  padding-top: 40px;
  width: 100%;
}
.event_heading {
 /*  border-bottom: 1px solid #f2f2f2;*/
    float: left;
    margin-bottom: 0px;
    padding-bottom: 2px;
    width: 100%;
}
.event_col {
	/*margin-bottom: 50px;*/
  /*  border: 1px solid #f2f2f2; */
    float: left;
    padding: 0px 60px;
    width: 100%;
}
.event_heading h3 {
  color: #993300;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}
.event_content{
    float: left;
    width: 100%;
}
.event_content p {
    color: #545454;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 28px;
}
.event_content ul li {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #545454;
    padding-left: 20px;
    background: url(../images/li_icon.jpg) no-repeat left 9px;
    margin-bottom: 15px;
}
.event_content ul{
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.event_content .readmore{
	margin: 15px 0;
}
.event_content .readmore a {
	border: none;
    color: #ffffff;
    padding-right: 30px;
    text-transform: uppercase;
    width: 240px;
    background: url(../images/arrow_bg.png) no-repeat 78% center #993300;
}
.event_content .readmore a:hover{
	background: url(../images/arrow_bg.png) no-repeat 78% center #3f3f3f;
}

/*******************************FAQ Page Css***************************/
.faq p {
  color: #545454;
  float: left;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.faq h2 {
  color: #414141;
  float: left;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 30px;
  width: 100%;
  font-weight: normal;
  text-transform: uppercase;
}
.accordian{
  float: left;
  width: 100%;
}
.su-spoiler{
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.su-spoiler .su-spoiler-title{
	padding-left: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}
.su-spoiler .su-spoiler-title, .su-spoiler .su-spoiler-content{
  float: left;
  width: 100%;
}
.su-spoiler.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-title{
  color: #993300;
  font-size: 28px;
  background: url(../images/plus.png) no-repeat left center;
}
.su-spoiler.su-spoiler-icon-plus .su-spoiler-title{
  color: #993300;
  font-size: 28px;
  background: url(../images/minus.png) no-repeat left center;
}
.su-spoiler .su-spoiler-content {
    color: #545454;
    border-top: none;
    font-weight: normal;
    font-size: 20px;
    float: left;
    width: 100%;
    line-height: 30px;
    margin-bottom: 20px;
}
/*******************************Speaking Event Page Css***************************/
.speaking_event .left_sidebar {
    float: right;
    padding: 24px 0 80px 30px;
    border: none;
}
.speaking_event .right_sidebar {
    padding-left: 0;
    padding-right: 40px;
    margin-top: 33px;
}

.left_sidebar .event_heading h4 {
    line-height: 52px;
}
.right_event a {
    width: 220px;
    margin: 20px auto;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background: #993300;
    display: block;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.right_event a:hover{
	background: #3f3f3f;
}
.speaking_event h3 {
    float: left;
    width: 100%;
    color: #993300;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}
.video{
	float: left;
	width: 100%;
	margin: 10px 0 30px;
}
.left_sidebar .speaking_event h4 {
    margin-bottom: 30px;
}
/*******************************News Publications Page Css***************************/
.news_publications .side_legal a {
  margin: 30px auto 0;
  width: 270px;
  line-height: 50px;
}
.news_publications .side_legal {
  width: 30%;
  margin-top: 10px;
  float:right;
}

.news_publications h2 {
    color: #414141;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: normal;
}
.news,.other_saying.news-section {
    float: left;
    padding-right: 40px;
    width: 70%;
}
.news_publications h3 {
    color: #545454;
    font-size: 25px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 30px;
}
.news_publications p{
    color: #545454;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.news_publications ul{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.news_publications ul li{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #414141;
	margin-bottom: 15px;
	background: url(../images/li_icon.jpg) no-repeat left 12px;
	padding-left: 20px;
}
.other_saying{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.others_comment{
	float: left;
	width: 100%;
	padding: 30px 40px;
	border: 1px solid #f2f2f2;
	margin-bottom: 25px;
}
.news_publications .others_comment p{
	margin-bottom: 10px;
}
.news_publications span{
	color: #993300;
	font-size: 18px;
}

/*******************************Legal Resources Page Css***************************/
.legal_resources .side_legal{
  margin: 7px;
}
.legal_resources h5{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #545454;
	margin-bottom: 30px;
}
.legal_resources p{
	font-size: 20px;
	color: #545454;
}
.legal_resources a{
	font-size: 18px;
	color: #993300;
	text-decoration: underline;
}
.legal_resources a:hover{
	text-decoration: none;
}
.legal_resources .left_sidebar h2{
	min-height: 72px;
	text-align: left;
	margin-bottom: 20px;
}
.legal_add{
	float: left;
	width: 100%;
}
.legal_coloum{
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	padding-bottom: 35px;
	margin-bottom: 30px;
}
.legal_col{
	float: left;
	width: 50%;
	padding-right: 8%;
}
.legal_coloum span{
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #545454;
	margin-bottom: 5px;
}
.legal_coloum a{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.legal_coloum h3 {
    float: left;
    width: 100%;
    color: #993300;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 15px;
}
.legal_coloum:last-child{
	border: none;
}
.pagination{
	float: left;
	width: 100%;
	text-align: center;
}
.pagination ul li{
	display: inline-block;
	margin: 0 8px;
}
.pagination ul li a{
	text-decoration: none;
	background: #993300;
	color: #fff;
	font-size: 22px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	float: left;
}
.pagination ul li a:hover, .pagination ul li.active a{
	background: #454236;
}
.legal_resources .side_legal a {
  text-decoration: none;
  color: #ffffff;
}

/*******************************Contact Page Css***************************/
.contact h2 {
  color: #414141;
  float: left;
  font-size: 28px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 70px;
  text-align: justify;
  width: 100%;
}
.contact_form{
	float: left;
	width: 50%;
}
.contact_form p{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.contact_form p label{
	float: left;
	width: 100%;
	color: #414141;
	font-size: 18px;
	margin-bottom: 5px;
}
.contact_form p label span{
	color: #993300;
}
.contact_form p input[type="text"], .contact_form p input[type="email"], .contact_form p input[type="tel"], .contact_form textarea{
	float: left;
	width: 100%;
	background: #ededed;
	line-height: 45px;
	outline: none;
	font-size: 18px;
	color: #414141;
	font-family: 'futura_lightregular';
	padding: 0 10px;
	border: 1px solid #ededed;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.contact_form p input:focus, .contact_form textarea:focus{
	box-shadow: 0 0 6px 0px rgba(153, 51, 0, 0.7);
    border: 1px solid rgba(153, 51, 0, 0.4);
}
.contact_form textarea{
	height: 200px;
}
.contact_form input[type="submit"] {
  background: #993300;
  border: none;
  color: #ffffff;
  float: right;
  font-size: 14px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: 'futura_lightregular';
  width: 125px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.contact_form input[type="submit"]:hover{
  background: #3f3f3f;
}
.contact_add{
	float: right;
	width: 43%;
}
.map {
    float: left;
    width: 100%;
    margin-top: 22px;
    top: 4px;
    position: relative;
}
.map img{
	display: block;
}
.c_add{
	float: left;
	width: 100%;
	background: #2d2d2d;
	padding: 15px 5px 20px 30px;
}
.c_add h1{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.c_add ul li{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, Times, 'Times New Roman', serif;
	padding-left: 25px;
	margin-bottom: 4px;
}
.c_add ul li.location{
	background: url(../images/location.png) no-repeat 1px 4px;
}
.c_add ul li.toll_free2{
	background: url(../images/toll_free2.png) no-repeat left 4px;
}
.c_add ul li.phone_2{
	background: url(../images/phone_2.png) no-repeat 2px 4px;
}
.c_add ul li.fax_2{
	background: url(../images/fax_2.png) no-repeat 1px 4px;
}
.c_add ul li.email_2{
	background: url(../images/email_2.png) no-repeat 2px 7px;
}


.menu ul li:hover ul.sub-menu{
	display: block;
}

ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 9;
    width: 210px;
    left: -44%;
    top: 100%;
    background-color: rgba(179, 49, 0, 0.85);
    padding: 4px 10px;
}
ul.sub-menu li {
    float: left;
    width: 100%;
    margin: 0  !important;
}
ul.sub-menu li a {
    float: left;
    width: 100%;
    line-height: 22px;
    padding: 13px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
ul.sub-menu li a:hover{
	color: #ccc;
}
/******************************Custom css****************************/

.custom_heading.page- {
    float: left;
    padding: 40px 0;
    width: 100%;
}

.single .custom_heading.page- .attachment-full.wp-post-image {
    width: 100%;
}

.post-thumbnail {
    float: left;
    padding: 0 10%;
    text-align: center;
    width: 100%;
}
.post-thumbnail img {
    width: auto !important;
    max-width: 100%;
}
.entry-content img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none;
}
.entry-header {
    color: #B33100;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.entry-content {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.entry-content > p{
    color: #363636;
    float: left;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
    width: 100%;
}
footer.entry-footer {
    float: right;
    width: 100%;
}
.entry-footer > span {
    clear: both;
    float: left;
    margin-right: 30px;
    margin-bottom: 5px;
}
.screen-reader-text {
    float: left;
    font-weight: normal;
    margin-right: 12px;
    width: 93px;
    font-size: 17px;
    color: #000;
}
.map iframe {
  width: 100%;
}
.screen-reader-text::after {
    content: ":";
}
#menu-item-172 ul.sub-menu, #menu-item-171 ul.sub-menu {
    left: -80px;
}
.banner img {
  display: none;
}
.contain_about .banner {
    background: url("../images/about_banner.jpg") no-repeat top center;
}
.contain_fashion-law .banner{
	background: url("../images/fashion_banner.jpg") no-repeat top center; 
}
.contain_corporate-law .banner{
	background: url("../images/corporate_banner.jpg") no-repeat top center;
}
.contain_intellectual-law .banner{
	background: url("../images/intellectual_banner.jpg") no-repeat top center;
}
.contain_entertainment-law .banner{
	background: url("../images/entertainment_banner.jpg") no-repeat top center;
}
.contain_news .banner{
	background: url("../images/news_banner.jpg") no-repeat top center;
}
.contain_event .banner{
	background: url("../images/saminar_banner.jpg") no-repeat top center;
}
.contain_speaking-engagements .banner{
	background: url("../images/event_banner.jpg") no-repeat top center;
}
.contain_faq .banner{
	background: url("../images/faq_banner.jpg") no-repeat top center;
}
.contain_contact .banner, .contain_legal-resources .banner{
	background: url("../images/contact_banner.jpg") no-repeat top center;
}
.wp-pagenavi a.first,.wp-pagenavi a.last{width: auto ! important;}
.wp-pagenavi a, .wp-pagenavi span {
	background: #b33100 !important;
	border: none !important;
	color: #ffffff !important;
	display: inline-block;
	height: 30px;
	line-height: 24px;
	text-align: center;
	width: 30px;
}
.extra_leftside .widget.widget_block,.side_legal .widget.widget_block {
    float: left;
    width: 100%;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  background: #454233 !important;
  font-weight: normal !important;
}
.menu_img {
  display: none;
  float: right;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
.menu_img img{
  width: auto;
  cursor: pointer;
}
.entry-summary p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}
.search-results h2.entry-title a {
    font-size: 30px;
    color: #bb3e00;
    margin-top: 30px;
    float: left;
    width: 100%;text-transform:uppercase;
}
.search-results .entry-summary .screen-reader-text {
    float: none;
}
.search-results footer.entry-footer {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.contact_form p img.captcha-image {
    box-shadow: 0 0 2px 1px #cccccc;
    margin-bottom: 10px;
    padding: 0px 10px;
    width: 150px;
    margin-top: 2px;
    float: right;
    margin-right: 1px;
}
.topics {
    float: left;
    margin-bottom: 50px;
}

.contain_lorep-ipsum-doler .right_sidebar {
    width: 25%;
}
.contain_lorep-ipsum-doler .left_sidebar {
    width: 75%;
}

.practice_inner .side_legal img {
    margin-bottom: 0;
}
.contain_legal-resources .legal_resources .side_legal {
    margin: 0;
}
input.wpcf7-form-control.wpcf7-captchar.captcha-field {
    float: left;
    width: 60%;
    margin-right: 20px;
}
.h_content p a {
    padding: 0;
}
.search-results .post-thumbnail img {
    width: 60%!important;
}
.search-results span.comments-link, .search-results .entry-summary .screen-reader-text, .search-results nav.navigation.pagination   {
    display: none;
}
.entry-content table {
  float: left;
  width: 100%;
}
span.wpcf7-not-valid-tip {
  margin-top: 10px;
}

#menu-item-37 > a:hover, .menu-item-172 > a:hover, .menu-item-171 > a:hover {
    color: #414141 !important;
}
.page-content {
    float: left;
    min-height: 500px;
    width: 100%;
}
.custom_heading header {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.page-id-14 .right_event{
	display: block !important;
}
.page-id-14 .r_practice {
    display: none;
}
/*.inner_design p:first-child {
    text-align: left;
}*/
.copyright a {
    float: none;
    display: block;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
}
.copyright a:hover {
    color: #FF6931;
}
.screen-reader-text, .more-link {
  display: none;
}
.search-results h2.entry-title a br {
    display: none;
}
.about_bar > ul {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
ul#menu-sidebar-menu li.menu-item-58, ul#menu-sidebar-menu li.menu-item-57 {
    line-height: 60px;
}
.template-mob {
    display: none;
}
@media (max-width: 767px){
	.blog .extra_leftside .law-block-section{padding:50px ! important;}
	.legal_coloum {
    padding-bottom: 15px;
}
}
@media (max-width: 1024px) and (min-width:768px){
.news_publications .side_legal a {
    width: 100% ! important;
    line-height: 1.5;
}
}
.legal_right p {
    font-family: futura_lightregular;
    font-size: 18px;
}
.page-template-temp-about .content-section {
    font-size: 18px !important;
}

.page-template-temp-about .about_bar p {
    font-size: 18px;
}