 

textarea {
    font-family: Inconsolata, Monaco, Consolas, "Lucida Console", monospace;
    font-size: 14px;
    color: #555;
    width: 100%;
    padding: 7px;
    outline: 0;
    border: 1px solid #bbb;
}

.testimonial-box .testimonials-inner .testimonials-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
 #beautified{
 margin-left: 10px;
 }
.main .formatted {
    width: 370px;
    display: inline;
    float: left;
    margin-left: 20px;
    margin-top:20px;
 
}
.main .raw h2,.main .formatted h2{
    font-size:14px;
}
.main .raw {
    width: 370px;
    display: inline;
    float: left;   
    margin-top:20px;
}

.main .raw textarea {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: border linear 0.25s, box-shadow linear 0.25s;
    -webkit-transition: border linear 0.25s, box-shadow linear 0.25s;
    -moz-transition: border linear 0.25s, box-shadow linear 0.25s;
    -o-transition: border linear 0.25s, box-shadow linear 0.25s;
}

.main .raw textarea:focus {
    border-color: rgba(60, 200, 1, 0.8);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(60, 200, 1, 0.4);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(60, 200, 1, 0.4);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(60, 200, 1, 0.4);
}


.main .formatted textarea {
    color: #000;
}

.text-light-white {
    color: #4a4a4a;
}

.fw-700 {
    font-weight: 900;
}

.text-theme {
    color: #111111;
}

/*section heading right*/
.section-header-right {
    max-width: 550px;
    padding-bottom: 30px;
    text-align: right;
}

.section-header-right .section-heading {
    position: relative;
}

.section-header-right .section-heading:after {
    content: "";
    height: 5px;
    width: 80px;
    background-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%);
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 0 0 auto;
}

.section-header-right .section-heading:before {
    right: 0;
    left: auto;
    animation: move-right 9s ease infinite;
}

.section-header-right .section-heading h5 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-header-right .section-heading h3 {
    padding-bottom: 20px;
}

.section-header-right .section-description {
    margin-bottom: 20px;
    position: relative;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next span, .swiper-button-prev span {
    font-size: 22px;
    background: transparent;
    border: 1px solid #000000;
    color: #ed673c;
    padding: 0 10px;
    position: relative;
}

.swiper-button-prev span:after, .swiper-button-next span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 10%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%);
    transition: 0.5s all;
}

.swiper-button-prev span:after {
    background: #000000;
    left: auto;
    right: 0;
}

.slider-btn {
    position: absolute;
    top: -70px;
    right: 15px;
}

.slider-btn .swiper-button-prev {
    left: -90px;
}

.swiper-button-next span {
    border-color: #ed673c;
    border-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%) 1 stretch;
    color: #ed673c;
}

.swiper-button-prev:hover span:after, .swiper-button-next:hover span:after {
    width: 100%;
}

.swiper-button-prev:hover span, .swiper-button-next:hover span {
    color: #fff;
}

/*swiper pagination*/
.swiper-pagination {
    transform: translate(0%, 50%);
    position: absolute;
    left: 0;
    bottom: -5%;
    right: 0;
    display: none;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 6px;
    display: inline-block;
    border-radius: 10px;
    background: #ed673c;
    margin-right: 10px;
    transition: 0.6s;
    border: 2px solid #ed673c;
    position: relative;
    top: 5px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    border-radius: 50px;
    opacity: 1;
    background: #ed673c;
}

.swiper-pagination-bullets .swiper-pagination-bullet:focus {
    outline: 0;
}

.swiper-slide .our_articles .post, .swiper-slide .property-grid-box {
    margin: 2px;
}

/*slick bullets*/
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.slick-dots li {
    padding: 0;
    line-height: 0;
}

.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 6px;
    border-radius: 10px;
    background: #ed673c;
    background-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%);
    margin: 0 5px;
    transition: 0.6s all;
    border: 2px solid #ed673c;
    border-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%) 1 stretch;
}

.slick-dots li.slick-active button {
    width: 24px;
    height: 6px;
    border-radius: 50px;
}

.page-item:first-child .page-link, .page-item:last-child .page-link, .page-item .page-link {
    border-radius: 0;
}

.page-link:focus {
    box-shadow: none;
    z-index: 1;
}

.page-item .page-link {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.5;
    border: 2px solid #eee;
    color: #111111;
}

.page-item:hover .page-link, .page-item.active .page-link {
    background-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%);
    border-color: #ed673c;
    border-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%) 1 stretch;
    color: #fff;
}


.testimonials-box {
    height: 100%;
    background-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%);
}

.testimonials-box, .clients-box {
    padding-top: 80px;
    padding-bottom: 80px;
}

.faqs-box .section-header, .testimonials-box .section-header {
    text-align: left;
    margin: 0;
}

.testimonials-box .section-header .section-heading:after {
    margin: 0 auto 0 0;
    background-image: linear-gradient(45deg, black, #ed6d3f);
}

.testimonials-box .testimonials-wrapper .testimonials-author {
    width: 120px;
    height: 120px;
    box-shadow: 0 0 0 4px #111111 inset;
    padding: 4px;
    margin: 0 auto;
}

.testimonials-box .testimonials-wrapper .testimonial-nav .slick-track {
    padding: 20px 0;
}

.testimonials-box .testimonials-wrapper .testimonial-nav .slick-current {
    transform: scale(1.35);
    transition: all 260ms;
}

.testimonials-box .testimonials-wrapper .testimonial-nav .slick-current .testimonials-author {
    box-shadow: 0 0 0 4px #fff inset;
    transform: scale3d(1, 1, 1);
    transition: all 260ms;
}

.testimonials-box .testimonials-wrapper .testimonials-inner {
    position: relative;
    padding: 0 0 0 100px;
}

.testimonials-box .testimonials-wrapper .testimonials-inner:before {
    display: block;
    position: absolute;
    margin: 0px;
    left: 0;
    top: 0;
    color: #e8e8e8;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    content: "\f099";
    line-height: 1;
    font-size: 76px;
}

.testimonials-box .testimonials-wrapper .testimonials-inner .testimonial-content {
    max-width: 550px;
}

.testimonials-box .testimonials-wrapper .testimonials-inner .testimonial-content strong, .testimonials-box .testimonials-wrapper .testimonials-inner .testimonial-content h4 {
    font-weight: 600;
}

.testimonial-box .testimonials-inner {
    height: 335px;
    overflow: hidden;
}

.testimonial-box .testimonials-inner .testimonials-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-box .testimonials-inner .testimonials-item .testimonials-img {
    border: 10px solid #eee;
    border-radius: 50%;
}

.testimonial-box .testimonials-inner .testimonials-item .testimonials-content {
    width: 100%;
    background: #eee;
    padding: 18px 10px;
    border-bottom: 2px solid #c1c0c0;
    margin-left: -40px;
    z-index: -1;
    padding-left: 40px;
}

.testimonial-box .testimonials-inner .testimonials-item .testimonials-content .testimonials-text .content {
    display: flex;
}

.testimonial-box .testimonials-inner .testimonials-item .testimonials-content .testimonials-text .content i {
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
    color: #ccc;
}

.sidebar_wrap .sidebar .sidebar_widgets {
    padding: 20px;
    background: #fff;
    border: #efefef solid 1px;
    border-radius: 3px;
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
    margin: -20px -20px 20px;
    padding: 20px;
    position: relative;
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title h5 {
    font-size: 20px;
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title:after {
    content: "";
    height: calc(100% - 0px);
    width: 5px;
    background-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%);
    position: absolute;
    top: 0px;
    left: 0;
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li {
    position: relative;
    margin-bottom: 10px;
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li:last-child {
    margin-bottom: 0px;
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li a {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper {
    width: 100%;
    display: flex;
    box-shadow: none;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post:hover .post-wrapper {
    box-shadow: none;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_img {
    position: relative;
    overflow: hidden;
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding: 5px 15px;
    width: 100%;
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title h6 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 14px;
}

.sidebar_wrap .sidebar .sidebar_widgets .tags a {
    display: inline-block;
    padding: 5px 15px;
    border: #ccc solid 1px;
    margin: 0 5px 10px 0;
    background: #ffffff;
    font-weight: 500;
    color: #111111;
}

.sidebar_wrap .sidebar .sidebar_widgets .tags a:hover {
    border-color: #ed673c;
    border-image: linear-gradient(147deg, #ea7742 0%, #FF2525 74%) 1 stretch;
    color: #ed673c;
}
.attorneys-page-area {
    position: relative;
    padding: 120px 0px 60px;
}

.attoroney-details-wrapper {
    position: relative;
}

.attoroney-details-wrapper p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #878a95;
    line-height: 24px;
}

.attorny-img-info {
    position: relative;
}

.attorny-img-info .aii-info .aii-title {
    position: relative;
    border-bottom: 1px solid #dcc8b2;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.attorny-img-info .aii-info .aii-title h4 {
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 40px;
}

.attorny-img-info .aii-info .aii-title p {
    line-height: 26px;
    margin: 0px auto;
    font-weight: 500;
}

.attorny-img-info .aii-info h5 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #272b2e;
    line-height: 28px;
    margin: 25px auto 12px;
}

.attorny-img-info .aii-info p {
    margin: 10px auto;
}

.attorny-img-info .aii-info p span {
    color: #272b2e;
    font-weight: 500;
}

.attorny-img-info .aii-info .aii-social ul {
    position: relative;
    padding: 0px;
    list-style-type: none;
    margin: 25px auto;
}

.attorny-img-info .aii-info .aii-social ul li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.attorny-img-info .aii-info .aii-social ul li a {
    color: #8e8d8e;
    font-size: 20px;
}

.attorny-img-info .aii-info .aii-social ul li a:hover {
    color: #c89a69;
}

.attorny-img-info .aii-img {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}

.attorny-img-info .aii-img img {
    width: 100%;
}

.adi-text {
    padding-top: 25px;
}

.sidebar-attorneys {
    position: relative;
    background-color: #f7f7f7;
    padding: 25px 0px 0px;
}

.sidebar-attorneys h4 {
    font-size: 18px;
    letter-spacing: 0px;
    color: #272b2e;
    line-height: 30px;
    margin-bottom: 25px;
    margin-left: 71px;
}

.ss-attorneys {
    position: relative;
    border: 1px solid #e1e1e1;
    border-right: none;
    border-left: none;
    padding: 25px;

}

.ss-attorneys a {
    font-family: 'PT Serif', serif;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 25px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.ss-attorneys a:hover {
    color: #c59868;
}
.gallery-area {
    position: relative;
    padding: 80px 0px;
}

.gallery-box {
    position: relative;
    margin: 25px auto;
}

.single-galleryV1 {
    position: relative;
    max-width: 350px;
    margin: 15px auto;
    overflow: hidden;
}

.single-galleryV1 a[data-fancybox="gallery"] {
    position: relative;
    display: block;
}

.single-galleryV1 img {
    transition: .5s ease;
}

.single-galleryV1:hover img {
    transform: scale(1.15);
}

.sV2 {
    max-width: 1140px;
}