/*-------------- Slider -----------------*/
.section_main_heading h3{
  color: var(--color-c29965);
  padding: 0;
}
.section_main_heading p, .section_main_heading .section_text {
  margin-top: 10px;
}
.section_main_heading.white_color_head h3{
  color: white;
}
#slider {
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
.slider-box {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  padding: 50px 60px 50px 30px;
  max-width: 57%;
  margin: auto;
  text-align: left;
  background: rgba(0, 0, 0, 0.49019607843137253);
  padding: 20px 20px;
  left: 0;
  right: 0;
}
#slider a.read-more {
  margin-top: 20px;
}
.carousel-inner {
  margin: 0;
}
#slider img {
  width: 100%;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;
}
#slider h3 {
  text-transform: Capitalize;
  color: white;
}
#slider .prop_desc {
  color: white;
  margin: 15px 0 15px 0;
  line-height: 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  opacity: 1;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: auto;
  height: auto;
}
#slider a i {
  padding: 12px;
}
#slider a i:focus, #slider a i:active, #slider a i:hover {
  background: var(--color-c29965);
  border: none;
  transition: all 0.5s ease-out;
}
/*Fade slider*/
#slider .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
#slider .carousel-fade .carousel-item.active, #slider .carousel-fade .carousel-item-next.carousel-item-left, #slider .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
#slider .carousel-fade .carousel-item-next, #slider .carousel-fade .carousel-item-prev, #slider .carousel-fade .carousel-item.active, #slider.carousel-fade .active.carousel-item-left, #slider .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
/*-------------- Consultation -----------------*/
#sec_consultation {
  background-color: var(--color-c29965);
}
#sec_consultation h4 {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
/*-------------- About -----------------*/
#about .about-inner h6, span.second_part {
  color: var(--color-090909);
}
.about-inner h2 {
  padding-top: 6%;
}
.inner_sec {
  padding: 40px 0;
}
span.heightlight_color {
  color: var(--color-c29965);
}
.about-editor {
  line-height: 30px;
  color: var(--color-191919);
}
.dis_more {
  margin-top: 20px;
}
.about-inner {
  padding-right: 6%;
}
/*-------------- Why Choose Us -----------------*/
.whychoose_us, #our_services {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.whychoose_us h3 {
  font-size: 26px;
  color: var(--color-c29965);
}
.whychoose_us {
  padding: 40px 40px;
  padding-top: 20px;
}
.counter_wrapper {
  margin: 10px 0;
  text-align: center;
}
.why_para {
  text-align: left;
}
.why_choose_us h6{
  color: white;
}
.why_choose_us .why_choose_text {
  color: #cac3c3;
}
#about {
  background-color: #eaeaea;
}
.innerbox {
  background-size: cover;
  padding: 4.5em 0;
}
/*-------------- Our Services -----------------*/
#our_services h2 {
  text-align: center;
}
#our_services h2, #our_services h6 {
  color: white;
}
.services_inner {
  background: var(--color-191919);
  margin: 15px 0;
}
.services_inner {
  padding: 35px 25px;
}
.our_services_outer:hover .services_inner{
  background-color: var(--color-090909);
}
.our_services_outer .services_inner a::before, .our_services_outer .services_inner a::after {
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: opacity .35s ease 0s,-webkit-transform .35s ease 0s;
  transition: opacity .35s ease 0s,-webkit-transform .35s ease 0s;
  -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
  transition: opacity .35s ease 0s,transform .35s ease 0s;
  transition: opacity .35s ease 0s,transform .35s ease 0s,-webkit-transform .35s ease 0s;
  z-index: 9;
}
.our_services_outer .services_inner a::before, .our_services_outer .services_inner a::after {
  border-color: white;
}
.our_services_outer .services_inner a::before, .our_services_outer .services_inner a::before {
  border-bottom: 1px solid var(--color-c29965);
  border-top: 1px solid var(--color-c29965);
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}
#our_services h6 {
  font-family: var(--font-poppins);
  font-weight: 300;
  font: 300 16px var(--font-poppins);
}
.our_services_outer:hover .services_inner a::before, .our_services_outer:hover .services_inner a::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.our_services_outer .services_inner a::after {
  border-left: 1px solid var(--color-c29965);
  border-right: 1px solid var(--color-c29965);
  -webkit-transform: scale(1,0);
  -ms-transform: scale(1,0);
  transform: scale(1,0);
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/*-------------- Practice Area -----------------*/
#practice ul.nav.nav-pills, #practice li.nav-item {
  display: inline-block;
}
#practice {
  background-color: #e9e9e9;
}
#practice a.nav-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
li.nav-item {
  margin-right: 7px;
  background-color: var(--color-222222);
}
.practice-editor {
  line-height: 27px;
  color: var(--color-222222);
}
.about-inner .nav-pills .nav-link.active {
  background-color: var(--color-c29965);
  border-radius: 0;
}
.practice-editor img {
  float: left;
  padding-right: 30px;
  padding-bottom: 20px;
}
li.nav-item a {
  color: white;
  font-size: 13px;
  font-weight: bold;
}
#practice h5 {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#practice input, #practice textarea {
  border: 1px solid #4c4c4c;
  background-color: #222222;
  margin-bottom: 20px;
}
#practice input::placeholder, #practice textarea::placeholder, #practice input, #practice textarea{
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#practice input[type="submit"] {
  margin-bottom: 0;
}
.consultation_form label {
  color: rgb(139,139,139);
}
/*-------------- How We Work -----------------*/
/*.row.how_inner, .row.key_inner, .row.news_inner, .row.client_inner {
  width: 100%;
  float: left;
}*/
.how_box_outer, .key_box_outer, .news_box_outer, .client_box_outer, .how_box_outer::after, .key_box_outer::after, .news_box_outer::after, .client_box_outer::after {
  background: var(--color-c29965);
}
.how_box_outer, .key_box_outer, .news_box_outer, .client_box_outer {
  z-index: 10;
  float: left;
  padding-right: 30px;
  -webkit-transform: skew(-7deg);
  -moz-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  -o-transform: skew(-7deg);
  transform: skew(-7deg);
  border-right: 10px solid white;
}
.how_box {
  vertical-align: middle;
  height: 100%;
}
.how_title, .key_title, .news_title, .client_title {
  height: 100%;
  -webkit-transform: skew(7deg);
  -moz-transform: skew(7deg);
  -ms-transform: skew(7deg);
  -o-transform: skew(7deg);
  transform: skew(7deg);
  float: left;
  max-width: 100% !important;
  position: relative;
  z-index: 9999999;
}
/*.mid-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 25px;
}*/
.how_wrapper .how_box_content, .key_wrapper p, .key_wrapper h6 .how_wrapper h6, .how_box_outer h2, .how_box_outer .how_para, .key_box_outer h2, .key_box_outer p, .news_box_outer h2, .news_box_outer p, .client_box_outer h2, .client_box_outer p {
  color: white;
}
.how_box_outer::after, .key_box_outer::after, .news_box_outer::after, .client_box_outer::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: -99988px;
  top: 0px;
  width: 99999px;
}
.how_wrapper, .key_wrapper {
  text-align: center;
}
.how_wrapper h6 {
  color: white;
  font-size: 14px;
}
.how_wrapper .dis_more {
  color: white;
  background: var(--color-c29965);
}
.inner_how{
  position: relative;
}
.owl-item.active .inner_how:after, .owl-item.active .record_inner:after{
  content: '';
  display: block;
  height: 80%;
  width: 2px;
  background-color: #323232;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%) rotate(7deg);
}
.how_content .owl-item:last-child .inner_how:after, .how_content .owl-item.active:last-child .record_inner:after{
  display: none;
}
/*-------------- Attorney -----------------*/
h4.attorney_name a {
  font-size: 18px;
  color: var(--color-222222);
}
.attorneys-box {
  border-bottom: 1px solid var(--color-cccccc);
  padding: 8px 0;
}
h4.attorney_name {
  text-align: left;
  float: left;
  margin-right: 10px;
  padding: 0;
}
.attorneys-box span {
  padding: 5px 0;
  font-size: 14px;
  margin-top: 0px;
  display: inline-block;
  color: var(--color-222222);
}
.attorneys-box span:before {
  content: '- ';
}
.short_text {
  color: #777777;
  font-size: 13px;
  line-height: 28px;
  border-bottom: 1px solid var(--color-cccccc);
  padding-bottom: 15px;
}
.about-socialbox span {
  float: left;
  letter-spacing: 1px;
  margin-right: 10px;
  color: var(--color-c29965);
}
.att_socialbox:before {
  content: '| ';
  font-size: 12px;
}
.att_socialbox a i {
  color: var(--color-222222);
  padding: 0 9px;
  font-size: 12px;
}
#attorney button.owl-prev, #latest_post button.owl-prev {
  position: absolute;
  left: 0;
  top: 33%;
  transform: translateY(-50%);
  background: white;
  border: none;
  padding: 10px;
}
#attorney button.owl-next, #latest_post button.owl-next {
  position: absolute;
  right: 0;
  top: 33%;
  transform: translateY(-50%);
  background: white;
  border: none;
  padding: 10px;
}
.att_socialbox a i:hover {
  color: var(--color-c29965);
}
#attorney button.owl-next:hover, #attorney button.owl-prev:hover, #latest_post button.owl-next:hover, #latest_post button.owl-prev:hover {
  background: var(--color-c29965);
  outline: none;
}
.key_wrapper .count_head {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.key_wrapper .count_record{
  font-size: 40px;
  color: var(--color-c29965);
  display: block;
  font-weight: 700;
}
/*-------------- Testimonials -----------------*/
.testimonial_box {
  border: 1px solid var(--color-c29965);
}
#testimonials .owl-carousel .owl-item img {
  width: 100px !important;
  z-index: 9;
}
.testimonial_box img {
  width: 100px !important;
  border-radius: 50%;
  z-index: 9;
}
#testimonials button.owl-prev, #testimonials button.owl-next {
  position: absolute;
  background: var(--color-333333);
  border: none;
  padding: 10px;
  padding: 8px 13px;
}
button.owl-next.disabled, button.owl-prev.disabled {
  background: var(--color-bbbbbb);
}
#testimonials button.owl-next i, #testimonials button.owl-prev i {
  color: white;
}
#testimonials button:hover{
  background: var(--color-c29965);
}
#testimonials button:hover i{
  color: white;
}
#testimonials button.owl-next {
  right: 0;
}
#testimonials button.owl-prev {
  left: 0;
}
.border_box {
  border-top: 1px solid var(--color-c29965);
  border-bottom: 1px solid var(--color-c29965);
  padding: 3px 0;
  display: block;
}
.border_box span {
  color: #777777;
  font-size: 12px;
  display: inline-block;
}
.border_box i {
  color: var(--color-c29965);
  margin-right: 10px;
}
.testimonial_box .short_text {
  color: var(--color-686868);
  padding-top: 0 !important;
  border-bottom: none;
}
.testimonial_name a {
  font-size: 18px;
  padding: 7px 0;
  display: block;
}
.testimonial-box cite {
  font-size: 13px;
  font-style: normal;
}
.testimonial_box .content_box{
  position: relative;
  padding: 30px 30px 0px 30px;
}
.testimonial_box .short_text:after{
  content: "\f10e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: var(--color-c29965);
  position: absolute;
  right: 30px;
  bottom: 5px;
  font-size: 28px;
}
.image-box{
  position: relative;
}
.testimonial_box .image-box:after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-c29965); 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.inner_media.media {
  padding: 0 30px;
  margin-bottom: 10px !important;
}
.testimonial_box:hover{
  background-color: var(--color-c29965); 
}
.testimonial_box:hover .short_text, .testimonial_box:hover .testimonial_name a, .testimonial_box:hover cite, .testimonial_box:hover .short_text:after{
  color: white;
}
.testimonial_box:hover .image-box:after{
  background-color: white;
}

/*-------------- Latest POst -----------------*/
.news_content {
  display: inline;
}
.news_content {
  display: inline;
  -webkit-transform: skew(-7deg);
  -moz-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  -o-transform: skew(-7deg);
  transform: skew(-7deg);
  float: left;
  width: 100%;
}
.news_content input {
  color: white;
  width: 76%;
  margin-right: 3%;
  font-size: 14px;
  height: 47px;
}
.news_content .wpcf7 .ajax-loader{
  display: none;
}
.news_content input[type="email"]{
  background-color: #212121;
}
.news_content p{
  margin-bottom: 0;
}
.news_content input.wpcf7-submit {
  width: 20%;
  margin-right: 0;
  color: var(--color-090909)
}
.news_content label {
  width: 80%;
  float: left;
}
.latest_post_name a {
  font-size: 18px;
  color: var(--color-222222)
}
.latest_post_box:hover .latest_post_name a{
  color: var(--color-c29965);
}
.latest_post_box .short_text{
  border-bottom: none;
}
#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  border: 1px solid var(--color-c29965);
  padding: 20px;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
h4.panel-title {
  padding: 0;
}
/*-------------- Faq -----------------*/
#faq_section .card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
#faq_section .card-header {
  background-color: transparent;
  border-bottom: none;
  border-radius: 0 !important;
}
#faq_section #accordion a {
  color: var(--color-c29965);
  display: block;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-family: var(--font-libre-baskerville);
}
#faq_section #accordion a.collapsed{
  color: var(--color-222222);
}
#faq_section #accordion a i {
  color: var(--color-c29965);
  margin-left: 12px;
  position: absolute;
  right: 12px;
  top: 19px;
}
#faq_section .card{
  border-color: var(--color-c29965);
}
#accordion .panel-heading a.collapsed:hover,#accordion .panel-heading a.collapsed:focus {
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}