@import url("css/bootstrap.min.css?v=3.2");

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
}

img {
	max-width: 100%;
}

a,
i.icons,
button,
input[type="submit"],
.overlay {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

select {
	background: #fff url("images/downarrow.png") no-repeat right center !important;
	padding-right: 25px !important;
}

select option {
	font-size: 13px;
}

a {
	color: #b02926;
}

.entry-content a {
	color: #000;
}

a:hover,
a:focus {
	color: #424242;
}

.header-main {
    width: 100%;
    display: block;
    margin-bottom: -20px;
    position: relative;
    z-index: 99;
}
.header-main .navigation {
	width: 100%;
-webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  }
.inline-block {
	display: inline-block;
	vertical-align: middle;
}

.header-new {
	padding: 20px 0;
	border-top: 3px solid #9d0000;
}

.social li {
	display: inline-block;
	list-style: none;
	margin: 0 1px;
}

.call-us a {
	display: block;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: 500;
}
.call-us a:hover {
    color: #9e070c;
}
.call-us {
	vertical-align: middle;
	font-size: 12px;
	color: #4c4c4c;
	position: relative;
}
.email-icon.call-us:after {
    content: "";
    width: 1px;
    height: 26px;
    background: #e3e3e3;
    position: absolute;
    right: 0;
    top: 3px;
}
.email-icon.call-us {
    padding-right: 15px;
    margin-right: 15px;
}
.call-us span {
	font-size: 15px;
	line-height: 13px;
}
.call-us .btbox-icon {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.web-property-watermark {
    font-size: 12px;
    position: relative;
    padding-left: 15px;
    margin-left: 20px;
	font-weight: 500;
}
.web-property-watermark::before {
    content: '';
    width: 1px;
    height: 26px;
    background: #e3e3e3;
    position: absolute;
    left: 0;
}
.footerSocialBtn {
	margin: 0px;
}

.header-new .col-md-9 > .inline-block {
	margin-top: 7px;
}

.nav-bar {
	position: relative;
    background-color: #fff;
    border-radius: 2px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
    -moz-box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
    box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
	
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
  z-index: 1050;
  background: #fff;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.nav-bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-bar ul > li {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.nav-bar ul > li:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    right: 0px;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    background-color: rgba( 29,36,53,0.08);
    display: inline-block;
}
.nav-bar ul > li:last-child:after {
    display: none;
}
.nav-bar ul > li > a {
    color: #1d2435;
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 20px 20px;
	font-weight: 500;
}
.nav-bar ul > li.tracking-header-contact-button > a {
		background: #9f0e15;
		color: #fff;
}
.nav-bar ul > li.tracking-header-contact-button > a:hover, .nav-bar ul > li.tracking-header-contact-button > a:focus, .nav-bar ul > li.tracking-header-contact-button:hover > a, .nav-bar ul > li.tracking-header-contact-button:focus > a, .nav-bar ul > li.tracking-header-contact-button.current_page_item > a {
    color: #fff;
} 
.nav-bar ul > li > a:hover,
.nav-bar ul > li > a:focus,
.nav-bar ul > li:hover > a,
.nav-bar ul > li:focus > a,
.nav-bar ul > li.current_page_item > a {
	color: #901613;
}
.nav-bar .search-form {
    background-color: #0000000a;
    padding: 10.7px;
    display: block;
}
.nav-bar ul > li.menu-item-has-children>a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1d2435ab;
    border-left: 1px solid #1d2435ab;
    transform: rotate(225deg);
    position: relative;
    transition: all .5s;
    flex: none;
    right: 0;
    margin-left: 8px;
    top: -2px;
}
.nav-bar .search-form .search-field {
    width: 80%;
}
.nav-bar .search-form .search-submit {
    width: 20%;
}
.nav-bar li.menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	width: 240px;
	top: 100%;
	left: 0;
	padding-top: 10px;
	transition: all .5s ease 0s, visibility 0s linear .5s;
}

.nav-bar li.menu-item-has-children:hover .sub-menu {
	display: block;
}

.nav-bar li.menu-item-has-children .sub-menu li {
	border-top: 1px solid #333;
	display: block;
}

.nav-bar li.menu-item-has-children .sub-menu li a {
    background-color: #424242;
    display: flex;
    font-size: 13px;
    padding: 10px;
    color: #fff;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
}
.nav-bar li.menu-item-has-children .sub-menu li a:after {
    border-color: #fff;
    transform: rotate(142deg);
}
.nav-bar li.menu-item-has-children .sub-menu li a:hover,
.nav-bar li.menu-item-has-children .sub-menu li a:focus {
	background-color: #b02926;
	color: #fff;
	text-decoration: none;
}

.trial {
	float: right;
}

.nav-container {
	float: left;
}

.btn.btn-yellow {
	background-color: #424242;
	line-height: 28px;
	padding: 0 15px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

.home-banner {
	margin: 0;
}

.home-banner-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
}

.home-banner-caption-inner {
	position: relative;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-banner-caption h1,.home-banner-caption span.headbigtitle {
	font-size: 60px;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: #111;
	line-height: 1.3;
}

.home-banner-caption h3, .home-banner-caption span.headsmalltitle {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #444;
    display: block;
}
.slider-caption-d-flex {
    width: 100%;
    position: relative;
    padding-left: 40px;
}
.slider-caption-d-flex:before {
    display: inline-block;
    content: "";
    border-left: 8px solid #9e070c;
    padding-left: 30px;
    height: 92%;
    position: absolute;
    left: 0;
    top: 15px;
}
.home-banner-caption h1 b, .home-banner-caption span.headbigtitle b {
    color: #9e070c;
}
.banner {
	background-image: url(images/banner-image.jpg);
	height: 420px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.bg-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.banner-text {
	position: relative;
	height: 100%;
}

.banner-text .container {
	height: 100%;
	position: relative;
}

.banner-text h1, .banner-text span.banhead, .banner-text .h1 {
	text-transform: uppercase;
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.3em;
    margin: 0 0 20px;
	padding: 0 15px;
    display: block;
}
.banner-text .banhead-button {
	padding: 0 15px;
}
.banner-text .banhead-button .btn-links {
    color: #fff;
    letter-spacing: 1px;
}
.banner-text .banhead-button .btn-links:hover {
    color: #cdcdcd;
}
.btn-links:first-child:after {
    content: '/';
    display: inline-block;
    margin: 0 12px;
}
.banner-text h2 {
	font-size: 28px;
	color: #535353;
	font-weight: 600;
	margin: 0 0 40px;
}

.btn-red {
	width: 150px;
	background: #9e070c;
	border-radius: 1px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	padding: 0px;
	cursor: pointer;
}

.home-banner .btn-red {
	color: #fff !important;
}

.btn-red:hover,
.btn-red:focus {
	background: #424242;
	color: #fff;
}

.banner-text-outer {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.banner-text-outer .taxonomy-description {
    color: #fff;
}
.banner-text .col-md-12 {
	position: static
}

.about-us {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	padding-top: 60px;
    padding-bottom: 50px;
}
.services-section {
    width: 100%;
    display: block;
	padding: 0 0 60px;
}
.casestudies-section {
    width: 100%;
    display: block;
    padding: 60px 0;
	background-color: #1d2434;
}
.casestudies-page-link-url {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.casestudies-block-box {
    /* border: 1px solid #fff; */
    width: 100%;
    transition: all .5s;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}
.casestudies-block-box:hover img {
    transform: scale(1.022);
}
.casestudies-block-box .h3 {
    font-size: 20px;
	line-height: 1.2;
    font-weight: 700;
    color: #b02926;
}
.casestudies-block-box p {
    text-align: justify;
    color: #333333d1;
}
.casestudies-block-box img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
    border-radius: 0px 10px 0px 0px;
}
.inner-block-casestudies {
    width: 100%;
    display: block;
    padding: 20px;
}
.main-section-heading {
    font-weight: 700;
    color: #b12c2b;
    font-size: 32px;
}
h3.main-section-heading {
    font-size: 26px;
    color: #242c42;
}
.casestudies-section .main-section-heading {
    font-size: 32px;
    color: #fff;
}
.casestudies-section hr {
    background: #ffffff;
}


.service-page-link-url {
    display: block;
    width: 100%;
}
.service-block-box {
    padding: 20px;
    background-size: cover;
    display: block;
    width: 100%;
    min-height: 250px;
    margin-bottom: 30px;
	border-radius: 12px;
}
.blog-entry .posted span.posted-on {
    margin-right: 5px;
}
.service-block-box {
    padding: 20px;
    background-size: cover;
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: initial;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.service-block-box:hover {
    transform: scale(0.988);
}
.service-block-box:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(0deg,rgba(0,0,0,.902) 0%,rgba(58,58,58,.902) 24%,rgb(161 161 161 / 9%) 85%,rgba(250,250,250,0) 94%,rgba(255,255,255,0) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.service-block-box .h3 {
    font-size: 24px;
    letter-spacing: 0.8px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    margin: 0;
}
.about-content p {
	font-size: 15px;
	line-height: 1.6;
	color: #242c42;
	text-align: justify;
}
.about-image-shape-dg {
    position: relative;
    width: 100%;
}
.about-image-shape-dg img {
    object-fit: cover;
}
.about-image-shape-dg:before {
    content: '';
    position: absolute;
    border-left: 25px solid;
    height: 90%;
    top: 0px;
    right: 0;
    border-color: #9d0000;
}
.about-image-shape-dg:after {
    content: '';
    position: absolute;
    border-bottom: 25px solid;
    top: -25px;
    right: 0px;
    width: 90%;
    border-color: #9d0000;
}
.about-image-shape-dg .about-img {
    padding-right: 25px;
    object-fit: cover;
    width: 100%;
    height: 100%;
	position: relative;
}
.about-image-shape-dg-no img {
    width: 100%;
    object-fit: cover;
}
.about-image-shape-dg-no {
    position: relative;
    width: 100%;
}
.about-content hr,
.call-back-area-content hr {
	height: 4px;
	border: none;
	background: #b02926;
	max-width: 75px;
	margin: 20px 0;
}

.about-content h2,.about-content h1 {
	font-size: 30px;
	font-weight: 700;
	margin: 0px;
	color: #fff;
}
.call-back-area-content h2,
.call-back-area-content span.contactTitle {
	font-size: 32px;
	font-weight: 700;
	margin: 0px;
	color: #212529;
}
.about-content .h1, .about-content h2,.about-content h1 {
    font-weight: 700;
    color: #242c42;
	font-size: 34px;
}
span.contactTitle{line-height:1.1 !important;}
.about-content span {
	color: #dedede;
	font-size: 18px;
	display: block;
}

p:last-child {
	margin: 0px;
}

.about-image img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.our-services {
    background: #f0f0f0 url('images/service-bg.webp') center;
    padding: 50px 0;
    background-size: cover;
}
.experience-text {
    font-size: 22px;
    line-height: 44px;
    color: #ffffff;
    position: absolute;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    bottom: 15px;
    left: 60px;
    padding: 25px 7px;
    letter-spacing: 0.5px;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
    background-color: #9d0000;
    font-weight: 700;
}
.experience-shape {
    width: 90px;
    height: 60px;
    display: inline-block;
    border: 3px solid #333;
    margin-left: 42px;
    margin-top: -2px;
}
.service-block {
	padding: 20px 30px;
	background: #fff;
	margin: 15px 0;
	transition: all .5s;
}
.call-back-area .col-lg-5 {
    position: static;
}

.call-back-area .call-back-area-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-block:hover {
    background: #242c42;
}
.service-block:hover .icon img {
    filter: brightness(100);
}
.service-block:hover h3, .service-block:hover p {
    color: #fff;
}
.service-block h3 {
    font-size: 22px;
    margin: 20px 0;
    font-weight: 700;
    color: #b02926;
    font-weight: 700;
}

.service-block h3 a {
	color: #b02926;
}

.service-block h3 a:hover,
.service-block h3 a:focus {
	color: #fff;
	text-decoration: none;
}

.service-block p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px;
	color: #4D4D4D;
}

.btn-gray {
	background-color: #242c42;
	color: #fff;
	font-size: 14px;
	border-radius: 0px;
}

.btn-gray:hover,
.btn-gray:focus {
	background-color: #b02926;
	color: #fff;
}

.heading {
	color: #242c42;
	font-size: 32px;
	text-transform: capitalize;
	font-weight: 700;
}

.heading + p {
	font-size: 15px;
}

hr {
	height: 2px;
	width: 100px;
	border: none;
	background: #242c42;
	margin-left: auto;
	margin-right: auto;
}

.free-trial {
	padding: 40px 0 30px;
	background-color: #b12c2a;
}

.free-trial .btn-red {
	color: #2e2203;
	background: #fff;
	width: 275px;
	line-height: 56px;
	text-transform: uppercase;
	max-width: 100%;
}

.free-trial .btn-red:hover,
.free-trial .btn-red:focus {
	background: #242c41;
	color: #fff;
}

.free-trial p {
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	color: #fff;
	margin: -6px 0 0;
}

.practice-area {
	padding: 30px 0;
	overflow: hidden;
}

.practice-area .heading,
.our-client-say-area .heading,
.latest-news-area .heading {
	margin-bottom: 20px;
}

.practice-area-box {
	margin-top: 30px;
}

.practice-area-box .icon {
    vertical-align: top;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0px;
    position: relative;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.practice-area-box .icon:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #f6e9e9;
    position: absolute;
    transform: rotate(45deg);
    margin: auto;
    display: table;
    left: auto;
    right: auto;
}
.practice-area-box .icon a {
	display: block;
	height: 100%
}

.practice-area-box .icon img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50px;
    max-height: 50px;
    top: 0;
    bottom: 0;
    filter: brightness(0.4);
}

.practice-area-box h4, .practice-area-box .h4 {
	font-size: 13px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 80%;
	margin: 10px auto;
	line-height: 1.5em;
}

.practice-area-box h4 a, .practice-area-box .h4 a {
	color: #000;
}

.practice-area-box h4 a:hover,
.practice-area-box h4 a:focus, .practice-area-box .h4 a:hover,
.practice-area-box .h4 a:focus {
	color: #000;
	text-decoration: none;
}

.call-back-area {
	width: 100%;
    display: block;
    background-color: #ffffff;
	position: relative;
}

.call-back-area-content {
    padding: 40px 0;
    text-align: center;
}
.call-back-area-content hr {
    margin: 22px auto 20px !important;
}
.call-back-form {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 15px;
	max-width: 780px;
}

.call-back-form-inner {
	margin: 0 -8px;
}

.call-back-form .form-w1 {
	width: 100%;
	padding: 0 8px;
	float: left;
}

.call-back-form .form-w2 {
	float: left;
	width: 50%;
	padding: 0 8px;
}

.call-back-form .form-group {
	margin-bottom: 16px;
}

.call-back-form .form-control,
.wpcf7-captchar {
	height: 40px;
	background-color: #f0f0f0;
	border-radius: 4px;
	font-size: 14px;
	color: #5c5c5c;
	padding: .5rem .75rem;
	width: 100%;
	border: 1px solid #ccc;
	font-weight: 500;
}

.call-back-form textarea.form-control {
	height: 130px;
}

.call-back-form .btn.btn-red {
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 15px;
    line-height: normal;
    border-radius: 4px;
}

.call-back-form .g-recaptcha {
	transform: scale(1.016);
	-webkit-transform: scale(1.016);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

.wpcf7-captchac {
	width: 100%;
	height: auto;
	max-width: 100px;
	background-color: #fff;
	padding: 5px;
	border-radius: 1px;
	overflow: hidden;
	vertical-align: top;
	float: left;
}

.call-back-form .form-group br {
	display: none;
}

.captcha-170 {
	display: block;
	margin-left: 116px;
}
.owl-carousel.testimonial-carousel .owl-stage {
    display: flex;
}
.owl-carousel.testimonial-carousel .owl-stage .owl-item {
    display: flex;
}
.testimonial-carousel .owl-nav>* {
    background: transparent !important;
}
.testimonial-carousel .owl-nav>*:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #848fa7;
    right: 0px;
    top: 50%;
    margin-top: -11px;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.testimonial-carousel .owl-nav>.owl-next:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 10px;
    background: url('https://www.legalsupportworld.com/wp-content/uploads/2025/02/viewmore-arrow-icon.png') no-repeat center center;
    background-size: 100% 100%;
    left: -122%;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.testimonial-carousel .owl-nav>.owl-prev:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 10px;
    background: url('https://www.legalsupportworld.com/wp-content/uploads/2025/02/viewmore-arrow-icon-left.png') no-repeat center center;
    background-size: 100% 100%;
    right: -122%;
    left: auto;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.testimonial-carousel .owl-nav>.owl-prev:hover::after {
    right: 50%;
}
.testimonial-carousel .owl-nav>.owl-next:hover:after {
    left: 50%;
}
.our-client-say-area {
	width: 100%;
    background: #f0f0f0;
    padding: 40px 0;
	overflow: hidden;
}
.our-client-say-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    position: relative;
}
.call-us-icon-button {
    width: 100%;
    display: block;
    margin: 38px 0 40px;
}
.our-client-say-box figure {
    width: 52px;
    height: 39px;
    margin-top: -15px;
    margin-bottom: 26px;
	display: none;
}
.our-client-say-box figure img {
    object-fit: scale-down;
}
.our-client-say-box-content {
    width: 100%;
    display: block;
    padding: 0 30px;
    text-align: center;
}
.our-client-say-box p {
	font-size: 16px;
    color: #3a3a3a;
    font-weight: 500;
    line-height: 1.6;
}
.testimonial-carousel .owl-item.active .our-client-say-box p {
    font-size: 16px;
}
.our-client-say-box .client-name {
    color: #9e080c;
    font-size: 15px;
}
.our-client-say-box .client-name strong {
	font-size: 16px;
    color: #9e080c;
    display: block;
}
.our-client-say-info-card {
    width: 100%;
    display: block;
    padding: 22px 15px;
    text-align: center;
}
.why-legal-support-section {
    width: 100%;
	padding: 80px 0 80px;
    background-image: url('images/row-bgimage-3-1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #1d2434;
}
.why-legal-support-section .about-image-shape-dg:after {
    top: auto;
    bottom: -25px;
}
.why-legal-support-section .about-image-shape-dg:before {
    bottom: -25px;
    top: auto;
	height: 95%;
}
.why-legal-content .h2 {
    color: #fff;
    font-feature-settings: 'liga' off;
    font-weight: 700;
    font-size: 36px;
	margin-bottom: 22px;
}
.why-legal-content p {
    font-size: 16px;
    line-height: 24px;
    color: #d7d7d7;
    text-align: justify;
}
.why-legal-lists li {
    font-size: 16px;
    color: #d7d7d7;
    margin-top: 28px;
}
.why-legal-lists li .icon-image {
    margin-right: 15px;
    vertical-align: middle;
    display: inline-block;
}

.get-quote-bigbutton span {
    padding: 0 30px;
}
.get-quote-bigbutton {
    font-size: 20px;
	font-feature-settings: 'liga' off;
    font-weight: 700;
    color: #fff;
    background: #9e070c;
    display: flex;
    transition: all .5s;
    align-items: center;
    width: fit-content;
}
.get-quote-bigbutton:hover {
    color: #fff;
}
.call-us-icon-button {
    width: 100%;
    display: block;
    margin: 38px 0 40px;
}
.latest-news-area {
	padding: 45px 0;
	background: #f0f0f0;
}
.latest-news-box .latest-news-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px;
    z-index: 1;
    background-image: linear-gradient(0deg, rgba(29, 36, 53, .9999999999999999) 35%, rgb(29 36 53 / 83%) 58%, rgb(255 255 255 / 0%) 100%);
}
.latest-news-box figure {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    max-height: 100%;
    overflow: hidden;
}
.latest-news-box:hover figure img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0.5;
    transform: scale(1.1);
}
.latest-news-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.latest-news-box figure .overlay {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
}

.latest-news-box figure:hover .overlay {
	top: 0;
}

.latest-news-box figure .overlay .btn-red {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 14px;
	padding: 8px 15px;
	line-height: normal;
	width: auto;
}

.latest-news-text {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 20px 20px;
}

.latest-news-text .latest-news-date {
	width: 60px;
	height: 60px;
	background-color: #b02926;
	float: left;
	padding: 5px;
}

.latest-news-text .latest-news-date p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	text-align: center;
}

.latest-news-text .latest-news-date p strong {
	font-size: 18px;
	font-weight: 600;
}

.latest-news-text-inner {
	text-align: left;
}

.latest-news-text h6,
.latest-news-text h6,
.latest-news-text h3,
.latest-news-text span {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: normal;
	text-align: left;
	line-height: 1.2;
}

.latest-news-text-inner a {
	color: inherit;
	text-decoration: none;
}

.latest-news-text .latest-news-meta {
	font-size: 14px;
	color: #868686;
	margin-bottom: 12px;
}

.latest-news-text p {
	font-size: 14px;
	color: #414141;
	line-height: 22px;
	text-align: justify;
	min-height: 68px;
}

.latest-news-box {
    background: #1d2435;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom: 30px;
}
.latest-news-area .btn-gray {
	padding: 10px 15px;
	margin-top: 40px;
	display: inline-block;
	vertical-align: top;
	border-radius: 1px;
	width: 100%;
	max-width: 150px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

footer.footer {
    background-color: #1e2435;
    background-size: cover;
}

.widgets {
	padding: 35px 0;
	overflow: hidden;
}

.widgets h5, .widgets .h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 32px;
    letter-spacing: 0.020em;
    position: relative;
}
.widgets .h5:before {
    display: block;
    height: 2px;
    margin-top: 0;
    margin-bottom: -13px;
    content: '';
    position: absolute;
    bottom: 0px;
    width: 23px;
    left: 0;
    background-color: #9d0000;
}
.widgets .h5:after {
    display: block;
    height: 2px;
    margin-top: 0;
    margin-bottom: -13px;
    content: '';
    position: absolute;
    bottom: 0px;
    width: 6px;
    left: 25px;
    background-color: #9d0000;
}
.widgets p,
.widgets .es_caption {
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	padding: 0;
	text-align: justify;
}

.widget-box ul {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	width: 100%;
}

.widget-box ul li {
	margin: 0 0 10px;
}

.widget-box ul li a {
	font-size: 14px;
	color: #fff;
	display: block;
	line-height: 24px;
	letter-spacing: 0.020em;
}
.widget-box ul.footerSocialBtn li a img {
    width: 28px;
	object-fit: scale-down;
}
.widget-box ul.footerSocialBtn li + li {
    margin-left: 4px;
}
.widget-box ul li a:hover,
.widget-box ul li a:focus {
	color: #ccc;
	text-decoration: none;
}

.newsletter-form .form-control,
.newsletter-form .es_textbox_class {
	height: 38px;
	background-color: #fff;
	border-radius: 0;
	font-size: 14px;
	color: #2b2b2b;
	width: 100%;
	border: 1px solid #ccc;
	padding: .5rem .75rem;
}

.newsletter-form .es_textbox_button {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 8px 20px;
	line-height: normal;
	width: 100%;
	background-color: #b02926;
	border: none;
	cursor: pointer;
	min-height: 38px;
}

.newsletter-form .es_textbox_button:hover,
.newsletter-form .es_textbox_button:focus {
	background-color: #424242;
	color: #fff;
}

.newsletter-form .es_caption {
	margin-bottom: 15px;
}

.newsletter-form .es_msg {
	padding: 5px 0;
}

.newsletter-form .es_msg span {
	font-size: 14px;
	color: green;
}

.nl-error,
.nl-sucsess {
	background-color: #fff;
	padding: 5px 8px;
	border-radius: 1px;
	font-weight: 600;
	line-height: normal;
	color: #f00;
}

.nl-sucsess {
	color: #017b0a;
}

.contact-widget {}

.contact-widget p {
	font-weight: 600;
}

.contact-widget p small {
	display: block;
	font-size: 100%;
	font-weight: 400;
	margin: 2px 0;
}

.contact-widget a {
	color: #fff;
}

.contact-widget a:hover,
.contact-widget a:focus {
	color: #ccc;
	text-decoration: none;
}

.footer-inner {
    padding: 15px 0;
    position: relative;
    text-align: center;
    border-top: 1px solid #ffffff26;
}

.copyright {
	color: #ffffff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.020em;
	line-height: 30px;
}

.copyright a {
	color: #fff;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.copyright a:hover,
.copyright a:focus {
	color: #ccc;
	text-decoration: none;
}

.copyright a::after {
	content: "";
	position: absolute;
	height: 12px;
	width: 1px;
	background-color: #fff;
	top: 10px;
	right: -12px;
}

.copyright a:last-child::after {
	display: none;
}

span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-validation-errors {
	display: none !important
}

.wpcf7-not-valid {
	border-color: #b02926 !important;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	display: none;
}

.owl-dots {
    float: left;
    width: 100%;
    text-align: center;
    margin: 38px 0 0;
}

.owl-dot.active {
    background: #9d0000;
    width: 16px;
    height: 16px;
}

.owl-dot {
    display: inline-block;
    background: #c9cacf;
    width: 12px;
    height: 12px;
    border-radius: 0px;
    margin: 0 6px;
    transform: rotate(45deg);
    box-shadow: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-prev {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 20px;
	height: 52px;
	font-size: 0px;
	display: inline-block;
	background-image: url(images/left-arrow.png);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.owl-next {
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 20px;
	height: 52px;
	background-repeat: no-repeat;
	font-size: 0px;
	display: inline-block;
	background-image: url(images/right-arrow.png);
	background-position: center center;
	background-size: 100%;
}

.hummerbsr {
	display: none;
}

.hummerbsr {
	width: 45px;
	height: 30px;
	position: relative;
	margin: 13px auto 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: right;
	background: transparent;
    border: none;
	outline: none !important;
}

.hummerbsr span {
	display: block;
	position: absolute;
	height: 4px;
	width: 50%;
	background: #b02926;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.hummerbsr span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

.hummerbsr span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

.hummerbsr span:nth-child(1),
.hummerbsr span:nth-child(2) {
	top: 0px;
}

.hummerbsr span:nth-child(3),
.hummerbsr span:nth-child(4) {
	top: 13px;
}

.hummerbsr span:nth-child(5),
.hummerbsr span:nth-child(6) {
	top: 26px;
}

.hummerbsr.open span:nth-child(1),
.hummerbsr.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hummerbsr.open span:nth-child(2),
.hummerbsr.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hummerbsr.open span:nth-child(1) {
	left: 5px;
	top: 11px;
}

.hummerbsr.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 11px;
}

.hummerbsr.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.hummerbsr.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.hummerbsr.open span:nth-child(5) {
	left: 5px;
	top: 25px;
}

.hummerbsr.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 25px;
}

.inner-page {
	padding: 40px 0;
}

.left-side-content p {
	font-size: 15px;
	line-height: 26px;
	color: #151414;
	text-align: justify;
	margin-bottom: 15px;
	letter-spacing: 0.005em;
}

.left-side-content h2 {
	font-size: 22px;
	color: #9d0000;
	font-weight: 600;
	border-left: 4px solid #b02926;
	padding-left: 15px;
	line-height: 32px;
	margin-bottom: 8px;
}
.left-side-content h3 {
    font-size: 20px;
	font-weight: 600;
}
.left-side-content h4 {
    font-size: 18px;
	font-weight: 600;
}
.simple-link-arrow:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #b02926;
    border-left: 1px solid #b02926;
    transform: rotate(135deg);
    display: inline-block;
    margin-left: 5px;
}
.blog-entry .posted span i {
    margin-right: 7px;
}
.services-boxs {
	padding: 20px;
}

.services-boxs h4 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
}

.services-boxs ul,
.list-icon1 {
	list-style: none;
	margin: 0 0 15px;
}

.services-boxs ul li,
.list-icon1 li {
	position: relative;
	margin: 8px 0;
	font-size: 16px;
	color: #151414;
	padding-left: 20px;
	line-height: normal;
}

.services-boxs ul li::after,
.list-icon1 li::after {
	content: "\f04b ";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 13px;
}

.services-boxs ul li a,
.list-icon1 li a {
	color: #151414;
}

.services-boxs ul li a:hover,
.services-boxs ul li a:focus,
.list-icon1 li a:hover,
.list-icon1 li a:focus {
	color: #151414;
	text-decoration: none;
}

.services-boxs hr {
	height: 1px;
	width: 100%;
	background-color: #d9d9d9;
	margin: 30px 0;
}

.services-boxs ul + p {
	margin-top: 20px;
}

.our-services-box h2, .our-services-box span.side-title {
    font-size: 24px;
    color: #242c42;
    background-color: transparent;
    padding: 0px 15px;
    font-weight: 700;
    border-left: 4px solid #b02926;
    margin-bottom: 20px;
    margin-top: 18px;
}

.our-services-box ul {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	list-style: none;
}

.our-services-box ul li {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 10px 20px 10px 30px;
    border: 1px solid #DEDFE0;
    margin-bottom: 12px;
    border-radius: 4px;
}

.our-services-box ul li::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 19px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #bf201e;
    border-left: 1px solid #bf201e;
    transform: rotate(135deg);
}
.our-services-box ul li:hover:after {
    border-color: #fff;
}
.our-services-box ul li:hover a, .our-services-box ul li a:hover {
    color: #fff;
}
.our-services-box ul li:hover {
    background: #b12c2b;
}
.our-services-box ul li a {
	color: #000;
	display: block;
}

.our-services-box ul li a:hover,
.our-services-box ul li a:focus {
	color: #fff;
	text-decoration: none;
}

.sidebar-contact-box {
    background-color: #192132;
    padding: 20px;
    margin-bottom: 40px;
}

.sidebar-contact-box h2,.sidebar-contact-box span.side-title {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

.contact-form .form-group {
	margin-bottom: 12px;
}

.contact-form .form-control {
	height: 42px;
	border-radius: 1px;
	font-size: 13px;
	color: #5b5b5b;
	border-color: #cfcfcf;
}

.contact-form textarea.form-control {
	height: 125px;
	resize: none;
}

.contact-form .btn-red {
	width: 100%;
	padding: 9px 15px;
	font-size: 16px;
	line-height: normal;
}

.contact-form .g-recaptcha {
	transform: scale(1.045);
	-webkit-transform: scale(1.045);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

.contact-form .form-group br {
	display: none;
}

.client-testimonials-box {
	background-color: #eeeeee;
	border-left: 5px solid #b02926;
	padding: 15px 20px 30px;
	margin-bottom: 40px;
}

.client-testimonials-box h2,.client-testimonials-box span.side-title {
	font-size: 24px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}

.client-testimonials-box p {
	font-size: 14px;
	color: #484848;
	line-height: 22px;
	margin-bottom: 20px;
	padding-right: 30px;
}

.client-testimonials-box-inner {
	background: url("images/qoute-icon-left.png") no-repeat left top;
	position: relative;
	padding: 0 0 0 30px;
}

.client-testimonials-box-inner p:last-child:after {
	background: url("images/qoute-icon-right.png") no-repeat;
	content: "";
	width: 24px;
	height: 16px;
	display: inline-block;
	margin-left: 7px;
	position: absolute;
	bottom: 0;
	right: inherit;
}

.client-testimonials-name {
	font-size: 14px;
	color: #212121;
	font-style: italic;
	text-align: right;
}

.carousel-indicators li {
	background-color: #424242;
	cursor: pointer;
}

.carousel-indicators .active {
	background-color: #b02926;
}

.carousel-indicators {
	margin: 0;
	bottom: -15px;
}

.blog-entry .entry-details {
	margin-bottom: 40px;
}

.blog-entry h1, .blog-entry .h1 {
	font-size: 22px;
	color: #b02926;
	margin-bottom: 20px;
	font-weight: 600;
}

.blog-entry h1 a, .blog-entry .h1 a {
	color: #b02926;
}

.blog-entry h1 a:hover,
.blog-entry h1 a:focus {
	color: #881411;
	text-decoration: none;
}
.blog-entry .h1 a:hover,
.blog-entry .h1 a:focus {
	color: #881411;
	text-decoration: none;
}

.blog-entry .date_post {
	float: left;
	width: 70px;
	padding: 10px 5px;
	background-color: #424242;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	border-radius: 2px 0 0 2px;
	color: #fff;
	letter-spacing: 0.020em;
}

.blog-entry .date_post .large {
	font-size: 22px;
}

.blog-entry .left {
	margin-left: 70px;
	float: none;
}

.blog-entry a img {
	width: 100%;
	height: auto;
}
.blog-entry .posted {
    padding: 10px 0;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.blog-entry .posted a,
.blog-entry .posted span {
	font-size: 14px;
	color: #333;
}
.blog-entry .posted .date_postt:before {
    background-color: #c5c5c5;
    display: inline-block;
    content: "";
    width: 1px;
    height: 12px;
    vertical-align: middle;
    margin: 0 12px;
    position: relative;
    top: -3px;
}
.blue_btn {
	background-color: #b02926;
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: normal;
	border-radius: 1px;
}

.blue_btn:hover,
.blue_btn:focus {
	background-color: #424242;
	text-decoration: none;
	color: #fff;
}

.blog-entry .navigation {
	display: inline-block !important;
	width: 100%;
	margin-bottom: 20px;
}

.blog-entry .navigation .newer {
	float: left;
}

.blog-entry .navigation .older {
	float: right;
}

.blog-entry .navigation .newer a,
.blog-entry .navigation .older a {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

.blog-entry .navigation .newer a:hover,
.blog-entry .navigation .newer a:focus,
.blog-entry .navigation .older a:hover,
.blog-entry .navigation .older a:focus {
	color: #b02926;
	text-decoration: none;
}

.blog-entry .entry-meta {
	padding: 5px;
	background-color: #424242;
	border-radius: 1px;
}

.blog-entry .entry-meta span {
	display: block;
}

.blog-entry .entry-meta a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	background-color: #666;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 2px;
	margin: 5px;
}

.blog-entry .entry-meta a:hover,
.blog-entry .entry-meta a:focus {
	background-color: #b02926;
	color: #fff;
	text-decoration: none;
}

.blog-entry ul,
.blog-entry ol {
	margin-left: 16px;
	font-size: 16px;
	line-height: 26px;
}

.process-page {
	position: relative;
	min-height: 1000px;
}

.process-box {
	position: absolute;
	text-align: center;
}

.process-box figure {
	margin-bottom: 15px;
}

.process-box-text {}

.process-box-heading {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.process-box-count {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background-color: #b02926;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	text-align: center;
}

.process-box-text .process-box-heading p {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	margin: 0;
}

.process-box-text p {
	font-size: 14px;
	line-height: 22px;
}

.process-box1 {
	width: 330px;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.process-box2 {
	right: 0;
	top: 220px;
	width: 320px;
}

.process-center {
	left: 50%;
	width: 418px;
	top: 460px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.process-box3 {
	right: 0;
	top: 630px;
	width: 380px;
}

.process-box4 {
	left: 0;
	top: 630px;
	width: 380px;
}

.process-box5 {
	left: 0;
	top: 220px;
	width: 320px;
}

.time-new {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    background-image: url('images/calender.webp');
    background-repeat: no-repeat;
    background-position: 0px 1px;
    color: #fff;
}

.latest-news-text-inner hr {
	background: #b02925;
	margin-left: 0px;
	height: 2px;
	width: 45px;
}

.btn-border {
	border: 2px solid #b02926;
	font-size: 14px;
	text-transform: uppercase;
	color: #b02926 !important;
	border-radius: 0px;
}

.btn-border:hover {
	background: #b02926;
	color: #fff !important;
}

.case-studies h3,.case-studies b {
	font-size: 16px;
	font-weight: 700;
	color: #484848;
	line-height: 22px;
	text-align: justify;
}

.case-studies p {
	font-size: 14px;
	line-height: 22px;
	padding: 0px;
	margin: 2px 0;
	text-align: justify;
}

.case-studies .btn-red {
	margin: 20px auto 0;
	display: block;
	width: 190px;
	line-height: 36px;
	font-size: 14px;
	font-weight: normal;
}

.contact-page-content {
	padding: 50px 0 0;
}

.contact-tagline {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 40px;
}

.contact_banner {
	background: url(http://www.legalsupportworld.com/wp-content/uploads/2014/12/thumb1.jpg) -76px center no-repeat;
	float: left;
	padding: 30px;
	width: 100%;
	margin-bottom: 40px;
	background-size: cover;
}

.contact_us_phone_container {
	background: #fff;
	color: #000;
	padding: 20px;
	width: 300px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	height: 469px;
	float: left;
}

.contact-form-wrapper {
	background: #fff;
	float: right;
	padding: 20px;
	width: 713px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	min-height: 412px;
}

.contact-form-wrapper .form-control,
.contact-form-wrapper input[type="text"] {
	border-color: #ccc;
}

.contact-form-wrapper .wpcf7-not-valid {
	border-color: #b02926 !important;
}

h2.red_blog, h4.red_blog {
    border-left: 3px solid #9d0100;
    color: #313131;
    font-size: 18px;
    padding: 0 0 0 10px;
    font-weight: 600;
}

span.red_blog {
	color: #9d0100;
	line-height: 32px;
}

.contact_us_phone_container li {
	background: url(images/contact_icons.png) no-repeat;
	font-size: 13px;
	line-height: 28px;
	margin: 5px 0 0;
	padding: 0 0 0 25px;
}

.contact_us_phone_container ul {
	list-style: none;
}

.contact_us_phone_container li.mobile {
	background-position: 0 -62px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.contact_us_phone_container li.address {
	background-position: 0 5px;
	color: #990100;
	font-weight: 700;
}

.contact_us_phone_container li.email {
	background-position: 0 -27px;
}

.contact_us_phone_container li.url {
	background-position: 0 -98px;
}

.contact-form-wrapper .call-back-form textarea.form-control {
	height: 140px;
	resize: none;
	overflow: auto;
}

.case_studies_container {
	background: none repeat scroll 0 0 #f5f5f5;
	border-radius: 5px;
	box-sizing: border-box;
	clear: both;
	float: left;
	margin-bottom: 10px;
	padding: 15px 15px;
	position: relative;
	width: 100%;
}

.right-thumb {
	float: left;
}

.left-case-cont {
	float: right;
	width: 69%;
}

a.read-more {
	background: none repeat scroll 0 0 #900000;
	border-radius: 5px;
	bottom: 20px;
	color: #fff;
	margin: 0 auto;
	padding: 7px 12px;
	text-align: center;
	width: 100px;
	font-size: 13px;
}

.support-services {
	padding: 50px 0;
}

.support-services p {
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
}

.support-services h2,
.why-choose-us h2,
.our-values h2,
.our-leadrship-team h2 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 700;
}

.why-choose-us {
	padding: 50px 0;
}

.choose-block {
	padding: 15px;
	border: 1px solid #dedede;
	margin: 15px 0;
}

.choose-block h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px;
}

.choose-block p {
	font-size: 14px;
	line-height: 1.6em;
	text-align: center;
	min-height: 115px;
}

.parralex-effect h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin: 0 0 30px;
}

.parralex-effect {
	padding: 45px 0;
	background: #333 url("http://www.legalsupportworld.com/wp-content/uploads/2015/03/fullsite-img11.jpg");
	background-attachment: fixed;
	background-size: cover;
}

.white-box-wrapper {
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}

.white-box-wrapper h3 {
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: 600;
}

.white-box-wrapper p {
	font-size: 15px;
	line-height: 1.6em;
}

.our-values {
	padding: 50px 0;
}

.our-leadrship-team {
	padding: 50px 0
}

.home-banner .left {
	float: none;
	width: auto
}

.call-back-form .form-group {
	position: relative;
}

.call-back-form span.wpcf7-not-valid-tip,
.contact-form span.wpcf7-not-valid-tip {
	display: block;
	width: auto;
}

.contact-form .form-group {
	position: relative;
}

.common-padd {
	padding: 50px 0;
}

.common-padd p {
	font-size: 16px;
	line-height: 26px;
	color: #2b2b2b;
}

.common-padd h2,.common-padd h1,.common-padd h3.common-title {
	font-size: 30px;
	font-weight: 700;
}
.choose-us h2 {
    color: #fff;
}
.common-padd hr {
	width: 90px;
	background: #898c92;
	margin: 0 auto 40px;
}
.common-padd.our-values hr {
    background: #9e070c;
}
.choose-us {
    width: 100%;
    padding: 80px 0 50px;
    background-image: url(images/row-bgimage-3-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1d2434;
}

.block-content {
    padding: 30px;
    background: #fff;
    transition: all 0.65s ease;
    border: 1px solid #535b6c;
    background-color: rgba(71,80,103,0.57);
	text-align: left;
	margin-bottom: 30px;
}
.block-content:hover {
    background: #fff !important;
    color: #242c42 !important;
}
.block-content h3 {
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 12px;
}

.block-content p {
	font-size: 15px;
    line-height: 1.7;
	color: #bbbbbb;
	text-align: justify;
}
.block-content:hover h3, .block-content:hover p {
    color: #242c42;
}
.mission-vision {
    background: #f8f8f8;
    display: block;
    width: 100%;
    padding: 20px 0 0;
    position: relative;
}
.white-background {
	background: #fff;
	border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mission-vision-main-section {
    width: 100%;
    display: block;
	position: relative;
    padding: 48px 0;
}
.our-mission-block {
    display: flex;
    gap: 20px;
}
.our-mission-block .mission-vission-icon {
    margin: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.our-mission-content-block .h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}
.our-mission-content-block p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 400;
}
.white-background .col-md-6 {
	padding-left: 40px;
	padding-right: 40px;
}

.white-background .col-md-6 + .col-md-6 {
	border-left: 1px solid #d8d8d8;
}

.our-team {
    background: #f8f8f8;
    padding: 50px 0 90px;
}

.our-block-column {
    flex: 0 0 20%;
    padding: 0 15px;
    -ms-flex: 0 0 20%;
    position: relative;
	z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.our-block-content {
	width: 100%;
    padding: 30px;
	display: block;
}
.our-block-column:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 175px;
    z-index: -1;
    background-color: #b1b1b15e;
}
.our-block-column:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #9d0000;
    transform: scalex(0);
    transform-origin: left;
    transition: all 0.65s ease;
    opacity: 0;
}
.our-block-column:hover:after {
    transform: scaleX(1);
    opacity: 1;
}
.our-block-content h3, .our-block-content h4 {
    font-size: 22px;
    font-weight: 500;
    color: #1b1b1b;
    margin-bottom: 14px;
}

.our-block-content p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}
.our-block-column:hover .our-block-content h3, .our-block-column:hover .our-block-content h4, .our-block-column:hover .our-block-content p {
	color: #fff;
}
h2 a {
	color: inherit;
}

.comments-area {
	background: none repeat scroll 0 0 #f2f2f2;
	padding: 20px;
}

.comment-form input {
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	background: #fff;
}

.comment-form textarea {
	border: 1px solid #cccccc;
	height: 100px;
	overflow: auto;
	resize: none;
	background: #fff;
}

.si_captcha_small {
	display: inline-block;
}

.comment-form-author {
	display: inline-block;
	padding-right: 5px;
	width: 33.3333%;
}

.comment-form-email {
	display: inline-block;
	padding-left: 5px;
	width: 33.3333%;
}

.comment-form-url {
	display: inline-block;
	padding-left: 10px;
	width: 33.3333%;
}

.blog-entry .si_captcha_refresh {
	height: auto;
	width: auto;
}

p#si_captcha_code_p {
	clear: none !important;
	display: inline-block;
	padding: 0 !important;
	vertical-align: middle;
	width: 29% !important;
}

.comment-form {
	font-size: 0;
}

.si_captcha_small {
	display: inline-block;
	vertical-align: top;
	width: 20% !important;
}

.form-submit {
	width: 50%;
}

.search-form {
	font-size: 0;
}

.search-side-bar {
	background: #eeeeee;
	width: 100%;
	display: inline-block;
	padding: 13px;
	margin: 0 0 15px;
}

.search-side-bar .search-submit {
	width: 30%;
}

.search-side-bar .search-field {
	width: 70%;
}

.search-field {
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 14px;
	line-height: 38px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	outline: none;
}

.search-submit {
	line-height: 40px;
	border: none;
	background: #b02926;
	font-size: 16px;
	color: #fff;
	width: 30%;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin-left: -1px;

}

.our-address {
	text-align: center !important;
	background: #f2f2f2;
	padding: 30px 0;
}

.address-column {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    width: calc(20% - 5px);
    box-sizing: border-box;
}

.address-row {
	margin: 0 -15px;
}

.our-address h2 {
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 30px;
}

.address-column h4 {
	color: #b02926;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.address-column p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

.address-column + .address-column {
	border-left: 1px solid #ccc
}

.page-id-16 .addtoany_share_save_container,
.page-id-42 .addtoany_share_save_container,
.page-id-922 .addtoany_share_save_container,
.page-id-365 .addtoany_share_save_container,
.page-id-374 .addtoany_share_save_container,
.page-id-18 .addtoany_share_save_container,
.page-id-178 .addtoany_share_save_container,
.page-id-40 .addtoany_share_save_container,
.page-id-46 .addtoany_share_save_container,
.page-id-44 .addtoany_share_save_container,
.page-id-2142 .addtoany_share_save_container {
	display: none !important;
}
.slidercaptcha canvas:first-child {border-radius: 4px;border: 1px solid #e6e8eb;}
.slidercaptcha.card .card-header {background-image: none;background-color: rgba(0, 0, 0, 0.03);}
.fa-redo:before {
    content: "\f021";
}
span.side-title {display: block;}
/*****  Responsive  *****/
.success-stories-latest-block {
    width: 100%;
    display: block;
    border: 15px solid #eaeaea;
    padding: 39px 28px 35px;
	text-align: left;
	margin-bottom: 30px;
	background: #fff;
}
.success-stories-latest-block .h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: .4px;
    color: #242c42;
    line-height: 1.3;
	text-align: left;
}
.success-stories-latest-block svg {
    margin: 40px 0;
}
.success-stories-link {
    padding: 15px 30px;
    font-weight: 500;
    background: #b12c2a;
    margin: 30px 0 0;
    display: inline-block;
    color: #fff;
    transition: all .5s;
}
.success-stories-link:hover {
    background: #242c41;
    color: #fff;
}
.blog-entry .entry-details .tm-blog-classic-box-content {
    background: #fff;
    padding: 30px 30px 0 30px;
    margin-top: -60px;
    z-index: 11;
    position: relative;
    display: block;
    margin-right: 25px;
    margin-left: 25px;
}
.our-team .grid2 .sc_team_member_inner .image-container {
    height: 220px;
    border: none !important;
}
.our-team .grid2 .sc_team_member .sc_team_content_short {
    display: none;
}
.our-team .grid2 .sc_team_member_inner {
    background: #ffffff;
	transition: all .5s;
}
.our-team .grid2 .sc_team_member_inner:hover {
    background: #b12c2b;
}
.our-team .grid2 .sc_team_member_inner:hover .sc_team_member_name a {
    color: #fff !important;
}
.our-team .grid2 .sc_team_member_inner:hover .sc_team_member_jobtitle {
    color: #fff !important;
}
.our-team .grid2 .sc_team_member .sc_team_member_name a {
    color: #242c42 !important;
    font-weight: 600;
}
.our-team .grid2 .sc_team_member .sc_team_member_name {
    padding: 18px 20px 0px 20px;
}
.our-team .grid2 .sc_team_member .sc_team_member_jobtitle, .our-team .grid2 .sc_team_member_inner .image-container i.icon:hover {
    color: #242c42 !important;
    padding: 0 20px 10px 20px;
}
.our-team #sc_our_team.sc-col5 .sc_team_member {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
	padding: 0 15px;
    box-shadow: none;
	height: auto !important;
}
.our-team #sc_our_team.sc-col5 .sc_team_member {
    width: 20% !important;
    margin: 0 !important;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
div#sc_our_team.grid2 {
    margin: 0 !important;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
}
.our-team #sc_our_team.sc-col5 .grid-sizer.masonry-brick, .our-team #sc_our_team.sc-col5 .gutter-sizer.masonry-brick {
    display: none !important;
}
.contract-drafting-services-block h3, .contract-drafting-services-block .h3 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 14px;
    letter-spacing: 0.4px;
    color: #242c42;
}
.contract-drafting-services-block .h4 {
    font-size: 20px;
}
.contract-drafting-services-block h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 14px;
    letter-spacing: 0.4px;
    color: #242c42;
}
.contract-drafting-services-block ul li {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
	line-height: 1.4;
}
.contract-drafting-services-block ul li a {
	color: #212529;
}
.contract-drafting-services-block ul li:before {
    content: "";
    color: #9e070c;
    margin-left: 3px;
    margin-top: 4px;
    width: 14px;
    height: 8px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 2px;
}
.bg-color-2 {
    background-color: #f5f5f5 !important;
}
.services-inner-pages-section {
    padding-top: 40px;
    padding-bottom: 60px;
    width: 100%;
    display: block;
}
.contract-drafting-services-block ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
	margin: 10px -2px;
}

.divider-three {
    display: flex;
    flex-wrap: wrap;
}
.divider-three li {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
    line-height: 1.4;
	width: 100%;
    display: inline-block;
}
.divider-three li:before {
    content: "";
    color: #9e070c;
    margin-left: 3px;
    margin-top: 4px;
    width: 14px;
    height: 8px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 2px;
}
.why-choose-section {
    width: 100%;
    display: block;
    padding: 60px 0 50px; 
}
.why-choose-section .sec-title .h2 { 
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px;
    color: #b12c2b;
}
.why-choose-section .sec-title .h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
    border: none;
    background: #b12c2b;
    margin-left: auto;
    margin-right: auto;
}
.why-choose-section .sec-title {
    margin-bottom: 38px;
    position: relative;
    display: block;
}
.why-choose-section .chooseus-box {
    width: 100%;
    display: block;
    border-radius: 30px;
    padding: 22px;
    text-align: center;
    background: #F7F7F7;
    margin-bottom: 30px;
    border: 1px solid #d9d9d9; 
	transition: all .3s;
}
.why-choose-section .chooseus-box:hover {
	-webkit-box-shadow: 0 4px 12px 0 rgba(32, 46, 60, 0.06);
    -moz-box-shadow: 0 4px 12px 0 rgba(32, 46, 60, 0.06);
    box-shadow: 0 4px 12px 0 rgba(32, 46, 60, 0.06);
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.08));
}
.why-choose-section .chooseus-icon {
    position: relative;
    display: table;
    width: 70px;
    height: 70px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #272e39;
    font-weight: 600;
    transition: all 500ms ease;
    margin: 0 auto 12px;
    border-radius: 50px;
}
.chooseus-box .h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin: 0 auto 8px;
}
.chooseus-box p {
    position: relative;
    color: #75727b;
    font-weight: 400;
    margin: 0px;
}
.why-choose-section .chooseus-box:hover .chooseus-icon img {
    transform: scale(0.9);
}

.why-choose-section .chooseus-icon img {
    transition: all .3s;
}

.why-outsource-section {
    width: 100%;
    display: block;
    padding: 60px 0;
}
.why-outsource-section .main-section-heading {
    color: #242c42;
    position: relative;
	margin-bottom: 40px;
}
.inner-row-why-outsource .practice-block {
    position: relative;
    text-align: center;
    padding: 25px;
    background-color: #ffffff;
    border-right: 1px solid #e1e1e1;
}
.inner-row-why-outsource .practice-block:nth-child(3n + 0) {
    border-right: 0px;
}
.inner-row-why-outsource .practice-block:nth-child(-n + 3) {
    border-bottom: 1px solid #e1e1e1;
}
.inner-row-why-outsource .practice-block .inner-box .h3 {
    position: relative;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
    color: #242c42;
    padding-bottom: 12px;
}
.inner-row-why-outsource .practice-block .inner-box .h3:before {
    content: "";
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 120px;
    background-color: #b02926;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.inner-row-why-outsource .practice-block .inner-box:hover .h3:before {
    opacity: 1;
}
.practice-block .inner-box .icon-floating {
    position: relative;
    color: #00204c;
    line-height: 1em;
    margin-bottom: 18px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.practice-block .inner-box .text {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.section-inner-page-main {
    width: 100%;
    height: 100vh;
    max-height: 450px;
	aspect-ratio: 1920 / 450;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background-color: rgba(29, 36, 53, 0.8196078431372549);
    overflow: hidden;
    filter: drop-shadow(0.5px 0.866px 0.5px rgba(0, 0, 0, 0.13));
}
.section-inner-page-main .h1 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 0;
	font-weight: 600;
    line-height: 1.1;
	font-display: swap;
}
.section-inner-page-main p {
    font-size: 22px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 28px;
	font-display: swap;
}
.section-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.theme-button {
    display: inline-flex;
    padding: 1em 2em;
    border-color: inherit;
    align-items: center;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    border-radius: 18px;
    font-weight: 600;
    transition: all .5s;
    font-size: 16px;
    border: none;
    background: #9f0e15;
	cursor: pointer;
}
.theme-button:hover {
    color: rgb(255, 255, 255);
    background: #424242;
}
.image-block-box {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
	padding-top: 30px;
    padding-bottom: 30px;
    z-index: 1;
}
.image-block-box:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 30%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: #9f0e15;
}
.image-block-box:after {
    position: absolute;
    content: '';
    width: 60%;
    height: 30%;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background: #9f0e15;
}
.image-block-box img {
    width: 100%;
    object-fit: cover;
}
.section-heading-main .h2 {
    font-size: 34px;
    color: #3a3a3a;
    font-weight: 600;
    line-height: 1.143;
    letter-spacing: 0;
    margin-bottom: .5rem;
}
.section-heading-main p {
    font-size: 15px;
    line-height: 1.6;
    color: #242c42;
    font-weight: 400;
}
.stock-border {
    width: 50px;
    height: 3px;
    border-radius: 1px;
    background: #9f0e15;
    margin: 16px 0;
}
.stock-border.center {
    margin: 16px auto;
}
.service-card-cus {
    width: 100%;
    display: block;
    border-radius: 24px;
    background-color: rgba(230, 230, 230, 0.5098039215686274);
    text-align: center;
    padding: 0 15px 22px;
    margin-top: 48px;
    transition: all .5s;
}
.service-card-icon {
    width: 77px;
    height: 77px;
    border-radius: 39px;
    background-color: #ffffff;
    border: 1px solid #1d2435;
    margin: -40px auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.service-card-cus .h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #303030;
    margin-bottom: 16px;
    font-weight: 600;
}
.service-card-cus p {
    font-size: 15px;
    line-height: 1.6;
    color: #303030;
    margin: 0;
}
.service-card-cus:hover .service-card-icon {
    scale: 1.1;
    transform-origin: center center;
}
.latest-updates-section {
    width: 100%;
    display: block;
    padding: 40px 0;
}
.latest-updates-card {
    width: 100%;
    display: block;
    overflow: hidden;
}
.latest-updates-img {
    width: 100%;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}
.latest-updates-img img {
    width: 100%;
    display: block;
    transition-duration: .65s;
    transition: transform 1s cubic-bezier(.23,1,.32,1);
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}
.latest-updates-card:hover img {
    transform: scale(1.1);
}
.latest-updates-content {
    width: 100%;
    display: block;
    padding: 18px 0;
}
.latest-updates-content .h3 {
    font-size: 18px;
    color: #303030;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
}
.latest-updates-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #303030;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.read-more-button {
    border-radius: 10px;
    background-color: #9f0e15;
    font-size: 14px;
    color: #ffffff !important;
    padding: 6px 15px;
    display: inline-block;
    margin-top: 16px;
}
.read-more-button:hover {
    background: #9d0000;
    color: #fff;
}
.cta-main-section {
    width: 100%;
    display: block;
    position: relative;
    padding: 50px 0;
    background: #9d0000;
}
.overlay-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.cta-main-section .h3 {
    font-size: 28px;
    line-height: 1.3;
    color: #ffffff;
	font-weight: 600;
    margin: 0;
}
.cta-field-button {
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #b02926;
    padding: 15px 30px;
    font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	transition: all .5s;
}
.cta-field-button:hover {
    background: #2e2203;
    color: #fff;
}
.cta-field-button img {
    animation: pulse 3s ease-out;
    animation-iteration-count: infinite;
}
.call-to-action-section {
    width: 100%;
    display: block;
    padding: 0 0 40px;
}
.cta-main-card-row {
    width: 100%;
    display: block;
    border-radius: 20px;
    background-color: #9d0000;
    padding: 40px;
	background: #9f0e15;
}
.cta-main-card-row p {
    font-size: 20px;
    color: aliceblue;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}
.call-field-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #95090e;
    border-radius: 7px;
    background-color: #ffffff;
    font-weight: 600;
    transition: all .5s;
    display: inline-block;
    text-align: center;
}
.call-field-button:hover {
    background-color: #171c28;
    color: #fff;
}
.why-legal-main-section {
    width: 100%;
    display: block;
    padding: 60px 0;
}
.custom-card-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 240px;
    background-color: #f3f3f3;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: all .5s;
}
.custom-card-block:before {
    content: "";
    background-image: linear-gradient(90deg, #1d2435 0%, #9d0000 100%);
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.custom-card-block:hover {
    transform: scale(1.1);
    transform-origin: center center;
    z-index: 1;
    filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.23));
    background-color: #f3f3f3;
}
.bg-color-dark-blue {
    background-color: #1d2435 !important;
}
.bg-color-gray {
    background-color: #f8f8f8 !important;
}
.custom-card-block .custom-card-icon {
    margin-bottom: 16px;
}
.custom-card-block .h3 {
    font-size: 18px;
    color: #303030;
    font-weight: 600;
    margin-bottom: 12px;
}
.custom-card-block p {
    font-size: 14px;
    line-height: 1.7;
    color: #303030;
    margin: 0;
    transition: all .5s;
}
.industry-serve-main-section {
    width: 100%;
    display: block;
    padding: 48px 0;
}
.industry-serve-card-block {
    width: 100%;
    display: block;
    border-radius: 33px;
    background-color: #1d2435;
    padding: 28px;
}
.industry-block {
    width: 100%;
    display: block; 
    text-align: center;
}
.industry-serve-card-block .col {
    margin: 8px 0;
}
.industry-block .icon img {
    width: auto !important;
    margin: 0 auto;
}
.industry-block + .industry-block {
    margin-top: 28px;
}
.industry-block .h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
.industry-carousel .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 46px;
    height: 46px;
    font-size: 0px;
    border-radius: 23px;
    display: inline-block;
    background: #a0131b url('images/arrow-left-svg.svg');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
}
.industry-carousel .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    font-size: 0px;
    border-radius: 23px;
    display: inline-block;
    background: #a0131b url('images/arrow-right-svg.svg');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
}
.softwares-main-section {
    width: 100%;
    display: block;
    background-color: rgba(155, 155, 155, 0.10980392156862745);
    padding: 60px 0;
}
.get-in-toch-section {
    width: 100%;
    display: block;
    padding: 48px 0;
}
.lists-points-cus-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: item;
}
.lists-points-cus-block ul li {
    font-size: 13px;
    line-height: 1.7;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    counter-increment: item;
}
.get-in-toch-section .lists-points-cus-block ul li {
    color: #303030;
}
.lists-points-cus-block ul li:not(:last-child) {
    margin-bottom: 18px;
}
.lists-points-cus-block ul li:before {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #9D0001;
    color: #fff;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-us-zoho-form {
    width: 100%;
    display: block;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    padding: 28px;
}
.contact-us-zoho-form .zf-errorMessage {
    position: absolute;
    background-color: #9e070d;
    left: 3px;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    z-index: 1;
    border: 1px solid #9e070d;
    top: -24px;
}
.contact-us-zoho-form .zf-errorMessage:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #982c2a;
    position: absolute;
    bottom: -5px;
    left: 2px;
}
.contact-us-zoho-form .contact-form-control {
    width: 100%;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #303030;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
    font-weight: 400;
    box-shadow: none !important;
    font-family: "Poppins", sans-serif;
}
.contact-us-zoho-form textarea.contact-form-control {
    height: 80px;
}
.contact-form-control::placeholder {
    color: #303030d9;
}
.service-accordion-main-block {
    width: 100%;
    display: block;
}
.service-accordion-item {
    width: 100%;
    display: block;
}
.service-accordion-item:not(:last-child) {
    margin-bottom: 12px;
}
.service-accordion-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 8px 15px;
    background: #e6e6e680;
    border-radius: 10px; 
	transition: all .3s;
    cursor: pointer;
}
.service-accordion-header figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 30px;
    height: 28px;
    flex: 0 0 auto;
}
.service-accordion-header .h3 {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 700;
    line-height: 1.3;
    margin-right: auto;
    margin-bottom: 0;
}
.service-accordion-header .icon {
    font-size: 24px;
    color: #3a3a3a;
    font-weight: 500;
}
.service-accordion-content {
    width: 100%;
    display: none;
    position: relative;
    background: #fff;
    padding: 40px 30px;
	margin-top: 8px;
    border-radius: 0px 0px 28px 28px;
    filter: drop-shadow(0px 6px 14.5px rgba(139, 139, 139, 0.28));
}
.service-accordion-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #303030;
    font-weight: 500;
}
.service-accordion-content ul {
    padding: 0;
    margin: 0;
}
.service-accordion-content ul li {
    font-size: 15px;
    line-height: 1.7;
    color: #303030;
    font-weight: 500;
    padding-left: 28px;
    padding-right: 15px;
    margin: 0 0 12px;
    position: relative;
}
.service-accordion-content ul li:before {
    content: "";
    color: #9e070c;
    margin-left: 3px;
    margin-top: 4px;
    width: 14px;
    height: 7px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 5px;
}
.service-accordion-header.active {
	background: #9f0e15;
    color: #fff;
}
.service-accordion-header.active .icon {
    color: #fff;
}
.service-accordion-header.active .h3 {
    color: #fff;
}
.service-accordion-header.active img {
    filter: brightness(1111);
}
.service-accordion-content:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	background: #9f0e15;
}
.key-differentiator-card {
    width: 100%;
    border-radius: 13px;
    filter: drop-shadow(0 0 8px rgba(51, 51, 51, 0.14));
    background: #ffffff;
    text-align: center;
    padding: 18px;
    margin-bottom: 20px;
}
.key-differentiator-card img {
    filter: invert(0.5);
}
.key-differentiator-card .h3 {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    margin: 0;
}
.key-differentiator-card figure {
    margin-bottom: .8rem;
}
.key-differentiator-main-sec .row {
    margin-right: -10px;
    margin-left: -10px;
}
.key-differentiator-main-sec .row>* {
    padding-right: 10px;
    padding-left: 10px;
}
.services-content-main-section {
    background: #1d2435;
	position: relative;
	overflow: hidden;
}
.stats-after-banner {
    width: 100%;
    display: block;
    padding: 60px 0;
}
.stats-block {
    width: 100%;
    display: block;
    text-align: center;
}
.stats-card-block {
    width: 100%;
    display: block;
    padding: 0 15px 40px;
    border-radius: 18px;
    background: #9f0e15;
}
.stats-outer-icon {
    width: 55px;
    height: 55px;
    border-radius: 27px;
    background-color: #1d2435;
    border: 4px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -30px auto 22px;
}
.stats-block .stats-title {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
    display: block;
}
.stats-block p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}
.section-under-lists-block li:before {
    content: "";
    color: #ffffff;
    margin-left: 3px;
    margin-top: 6px;
    width: 14px;
    height: 7px;
    border-bottom: solid 2px rgb(255 255 255);
    border-left: solid 2px rgb(255 255 255);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 2px;
}
.section-under-lists-block li {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
    line-height: 1.4;
}
.blog-entry .entry-content h2 strong, .blog-entry .entry-content h3 strong {
    font-weight: 600;
}
.blog-entry .entry-content h3 {
    color: #333;
	text-align: left;
}
.lsw-steps-block .row>* {
		padding-left: 5px;
		padding-right: 5px;
}
.lsw-steps-block .row>* {
	padding-left: 5px;
	padding-right: 5px;
}
.lsw-steps-card {
	width: 100%;
	position: relative;
	border-radius: 24px;
	border: 2px solid #1d2435;
	text-align: center;
	padding: 10px;
}
.lsw-steps-card img {
	object-fit: scale-down;
	margin-bottom: 8px;
}
.lsw-steps-card .h4 {
    background-color: #1d2435;
    border: 6px solid #ffffff;
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 -30px;
}
.lsw-steps-card p {
    font-size: 0.8rem !important;
    color: #000000;
    margin: 4px 0 0;
    line-height: 1.5 !important;
    text-align: center;
}
.fc-step-no {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc-step-no span {
    position: relative;
    font-size: 12px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
.industry-serve-main-section {
    width: 100%;
    display: block;
    padding: 48px 0;
}
.industry-serve-card-block {
    width: 100%;
    display: block;
    border-radius: 33px;
    background-color: #1d2435;
    padding: 28px;
}
.industry-block {
    width: 100%;
    display: block;
    text-align: center;
}
.industry-block .h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.industry-block .icon {
    margin-bottom: 18px;
}
.industry-block + .industry-block {
    margin-top: 28px;
}
.softwares-block {
    background: #fff;
    padding: 12px;
    display: block;
    border: 1px solid #cccccc52;
}
.softwares-block img {
    width: 100%;
    height: 65px;
    object-fit: scale-down;
}
@keyframes pulseed {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0); 
  }
}
@keyframes pulse {
    0% {
      opacity: 0.8;
    }
    50% {
      opacity: 1;
      transform: translateY(8px);
    }
    100% {
      opacity: 0.8;
    }
  }
  .position-relative {
		position: relative;
	}
	.z-1 {
		z-index: 1;
	}
.contract-analytics-card {
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0 5px rgba(0, 0, 0, .1);
    position: relative;
}
.contract-analytics-card:before {
    content: '';
    width: 60px;
    height: calc(100% + 24px);
    border-radius: 14px;
    background-image: linear-gradient(150deg, #9f0e15 0%, #1d2435 100%);
    position: absolute;
    left: -12px;
    top: -12px;
    bottom: 15px;
    z-index: -1;
}
.contract-analytics-card .title {
    font-size: 1rem;
    font-weight: 600;
	text-align: left;
}
.contract-analytics-card .content {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.5;
}
.contract-analytics-icon {
    position: relative;
    padding-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.contract-analytics-icon:before {
    content: '';
    width: 3px;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(150deg, #9f0e15 0%, #1d2435 100%);
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
}
.who-we-work-item {
    width: 100%;
    display: block;
    padding: 10px;
}
.who-we-work-item-box {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 18px;
    background-color: #f0f0f0;
    padding: 20px;
}
.who-we-work-item-box .h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.who-we-work-item-box .icon {
    margin-bottom: 16px;
}
.who-we-work-item-box .icon img {
    object-fit: scale-down;
}
.right-sidebar-content {
    position: sticky;
    top: 65px;
}
.blog-cta-section {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 2px solid #9d0000;
    border-radius: 1rem;
    overflow: hidden;
	text-align: center;
}
.blog-cta-section .h3 {
    font-size: 1.4rem;
    color: #9d0000;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: .5rem;
    text-align: center;
}

.blog-cta-section p {
    font-size: 1rem;
    margin: 0;
    text-align: center;
}
.blog-cta-section .blog-cta-field-button {
    border-radius: 10px;
    background-color: #a0070d;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    transition: all .5s;
    border: 2px solid #a0070d;
}
.blog-cta-field-button:hover {
    background: transparent;
    color: #a0070d;
}
@media(min-width:1024px) and (max-width:1600px) {
	.section-inner-page-main .h1 {
    font-size: 40px;
}
.section-inner-page-main p {
    font-size: 20px;
}
}
@media(min-width:992px) and (max-width:1023px) {
	.section-inner-page-main .h1 {
    font-size: 38px;
}
.section-inner-page-main p {
    font-size: 18px;
}
.section-inner-page-main {
    max-height: 450px;
}
}
@media(min-width:768px) and (max-width:991px) {
	.section-inner-page-main .h1 {
    font-size: 38px;
}
.section-inner-page-main p {
    font-size: 18px;
}
.section-inner-page-main {
    max-height: 450px;
}
.section-heading-main .h2 {
	font-size: 34px;
}
.key-differentiator-main-sec .col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.stats-block .stats-title {
	font-size: 22px;
}
.stats-block p {
	font-size: 14px;
}
.stats-after-banner {
	padding: 50px 0;
}
.lsw-steps-card .h4 {
    font-size: 1rem;
    margin: 0 -20px;
}
.lsw-steps-card p {
	font-size: 0.8rem !important;
}
.fc-step-no span {
    font-size: 14px;
}
}
@media(min-width:992px) and (max-width:1200px) {
.section-heading-main .h2 {
    font-size: 34px;
}
.section-heading-main .h2 {
	font-size: 34px;
}
.lsw-steps-card .h4 {
    font-size: 1rem;
	margin: 0 -20px;
}
.lsw-steps-card p {
    font-size: 0.8rem !important;
}
.fc-step-no span {
    font-size: 1rem;
}
}
@media(min-width:1200px) and (max-width:1400px) {
	.our-block-content {
    padding: 30px 10px;
}
.header-new {
    padding: 8px 0;
}
}
@media(max-width:767px) {
	.contract-analytics-content {
    margin-bottom: 20px;
}
.industry-serve-main-section .col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.section-inner-page-main .h1 {
	font-size: 26px;
}
.section-inner-page-main p {
	font-size: 16px;
}
.section-inner-page-main {
	max-height: 400px;
}
.section-heading-main p {
	font-size: 14px;
}
.section-heading-main .h2 {
        font-size: 26px;
}
.key-differentiator-main-sec .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.key-differentiator-main-sec .col:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.industry-block .h4 {
	font-size: 14px;
}	
}
@media(min-width:992px) and (max-width:1200px) {
	.our-block-column {
    flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
}
	.why-legal-lists li .icon-image {
    margin-right: 12px;
}
	.why-legal-lists li {
    font-size: 15px;
    margin-top: 25px;
}
.why-legal-content .h2 {
    font-size: 28px;
}
.mission-vision:after {
    width: 25%;
}
.our-team #sc_our_team.sc-col5 .sc_team_member {
    padding: 0 10px;
}
.stats-after-banner {
	padding: 50px 0;
}
}
@media(min-width:1200px) {
	.chooseus-box .h3 {
    max-width: 70%;
}
	.mission-vision h2, .mission-vision h3.common-title {
    font-size: 38px;
}
.industry-serve-card-block .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 18%;
    max-width: 18%;
}
.lsw-steps-card .h4 {
    font-size: 1rem;
    margin: 0 -20px;
}
.lsw-steps-card p {
    font-size: 0.8rem !important;
}
.fc-step-no span {
    font-size: 15px;
}
}
@media(min-width:992px) {
	.half-fluid .right-half {
	padding-right: 0 !important;
	position: absolute; 
	left: 52%;
	right: 0;
	margin-left: auto;
	width: auto;
	max-width: 100vw;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
}
	.nav-bar ul > li.mega-menu-custom {
    position: static;
}
.nav-bar ul > li.mega-menu-custom>.sub-menu {
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
	background: #fff;
    overflow: hidden;
}
.nav-bar li.mega-menu-custom:hover>.sub-menu {
    display: flex;
	max-width: 80%;
}
.nav-bar ul>li.mega-menu-custom>.sub-menu>li>.sub-menu>li.main-li-title-bl a {
    position: relative;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 1px solid #a0131b;
    background: #fff !important;
    color: #a0131b !important;
    display: inline-block;
    font-size: 14px;
    font-family: "avenir lt pro 65", Arial, Helvetica, sans-serif;
    padding-left: 0;
    padding-right: 0;
}
.nav-bar ul>li:after {
    display: none !important;
}
.nav-bar ul > li.mega-menu-custom>.sub-menu>li {
    flex: 0 0 auto;
    width: auto;
}
.nav-bar ul > li.mega-menu-custom>.sub-menu>li {
    flex: 1 0 0%;
    width: auto;
	padding: 0 20px 15px;
}
.nav-bar ul > li.mega-menu-custom>.sub-menu>li>.sub-menu {
    width: 100%;
    display: inline-block !important;
    position: static;
}
.nav-bar ul > li.mega-menu-custom>.sub-menu>li>a:after {
    display: none;
}
.nav-bar ul > li.mega-menu-custom>.sub-menu>li>.sub-menu>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.nav-bar ul > li.mega-menu-custom>.sub-menu>li>.sub-menu>li { 
    border: none; 
	padding: 0 10px;
}
.nav-bar ul>li.mega-menu-custom>.sub-menu>li>.sub-menu>li.main-li-title-bl {
    padding: 0;
	margin-top: 12px;
}
    .nav-bar ul>li.mega-menu-custom>.sub-menu>li>a {
        position: relative;
        font-weight: 600;
        margin-bottom: 12px;
        border-bottom: 1px solid #a0131b;
        background: #ffffff !important;
        color: #a0131b !important;
        display: inline-block;
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }
.nav-bar ul > li.mega-menu-custom>.sub-menu>li>.sub-menu>li>a {
    background: transparent !important;
    color: #333 !important; 
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
}
.nav-bar ul > li.mega-menu-custom>.sub-menu>li>.sub-menu>li>a:hover {
    color: #a0131b !important;
}
.nav-bar ul > li.mega-menu-custom>.sub-menu>li:after {
    display: none;
}
	.contract-drafting-services-block.ul-dived-two ul {
    width: 50%;
}
	.divider-three li {
    width: 50%;
}
	.contract-drafting-services-block ul {
    width: 33.333333%;
}
	.mission-vision:after {
    content: "";
    background-color: #9d0000;
    width: 35%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 150px;
}
	
	.why-legal-support-section .about-image-shape-dg img {
    height: 566px;
	object-position: top;
}
	.why-legal-support-section .about-image-shape-dg {
	margin-right: 20px;
}
	.call-back-area .row {
    flex-direction: row-reverse;
}
	.navigation {
		display: block !important;
	}
	.responsive-slider .slides ul li:nth-child(odd) .home-banner-caption-inner {
    width: 55%;
    margin-left: auto;
}
.about-content {
    padding-right: 30px;
}
.call-back-area .call-back-area-image {
    position: absolute;
    width: 41.666667%;
    top: 0;
    left: 0;
    bottom: 0;
	margin: 0;
}
.key-differentiator-main-sec .col-lg-5 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.key-differentiator-main-sec .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

@media(max-width:1199px) {
	.industry-carousel .owl-prev {
		left: -25px;
		width: 42px;
		height: 42px;
	}
	.industry-carousel .owl-next {
		right: -25px;
		width: 42px;
		height: 42px;
	}
	.home-banner {}

	.home-banner .slides ul li {
		overflow: hidden;
	}

	.home-banner .slides ul li .slide-body img {
		width: 1230px;
		max-width: none;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.home-banner-caption {}

	.home-banner-caption-inner {}

	.home-banner-caption h1,.home-banner-caption span.headbigtitle {
		font-size: 50px;
	}

	.home-banner-caption h3,.home-banner-caption span.headsmalltitle {
		font-size: 20px;
	}


	.owl-next {
		right: 0px;
		width: 15px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.owl-prev {
		left: 0px;
		width: 15px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.practice-area-box h4, .practice-area-box .h4 {
		font-size: 12px;
		line-height: 1.5em;
	}

	.practice-area-box .icon {
		width: 80px;
		height: 80px;
	}

	.practice-area-box .icon img {
		max-height: 40px;
		max-width: 40px;
	}

	.practice-block {
		min-height: 135px;
	}

	.nav-bar ul > li > a {
		padding: 20px 10px;
		font-size: 12px;
	}

	.btn.btn-yellow { 
		padding: 0 8px;
	}

	.contact-form .g-recaptcha {
		transform: scale(0.845);
		-webkit-transform: scale(0.845);
	}

	.banner {
		height: 480px;
	}

	.banner-text h1,.banner-text span.banhead {
		font-size: 40px;
	}

	.call-back-form .g-recaptcha {
		transform: scale(0.848);
		-webkit-transform: scale(0.848);
	}

	.process-page {
		min-height: 1020px;
	}

	.process-box figure img {
		max-width: 150px;
	}

	.process-box1 {
		width: 300px;
	}

	.process-box2 {
		width: 260px;
	}

	.process-center figure img {
		max-width: 340px;
	}

	.process-box3 {
		top: 650px;
		width: 320px;
	}

	.process-box4 {
		top: 650px;
		width: 320px;
	}

	.process-box5 {
		width: 260px;
	}
}
@media(max-width:991px) {
	.mission-vision h2, .mission-vision h3.common-title {
    margin-bottom: 22px;
    margin-top: 30px;
}
	.mission-vision {
    padding: 10px 0 40px;
}
	.get-quote-bigbutton {
    font-size: 18px;
	width: 100%;
	justify-content: center;
}
	.why-legal-content {
    display: block;
    margin: 60px 0 0;
}
	.call-back-area .row {
    flex-direction: column-reverse;
}
	.about-page-top-row .about-image-shape-dg {
    margin-top: 48px;
    margin-bottom: 30px;
}
	.home-banner .slides ul li .slide-body img {
		width: 1030px;
	}

	.home-banner-caption h1,.home-banner-caption span.headbigtitle {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.home-banner-caption h3,.home-banner-caption span.headsmalltitle {
		font-size: 20px;
	}


	header {
		padding: 15px 0;
	}

	.navigation {
		display: none;
	}

	.hummerbsr {
		display: block
	}

	.nav-bar {
		padding: 0;
	}

	.logo {
		float: left;
	}

	.nav-container {
		width: 100%;
	}

	.nav-bar ul > li {
		width: 100%;
		border-bottom: 1px solid #9a1c19;
	}

	.nav-bar ul > li a {
		padding: 6px 10px;
		display: inline-block;
	}
	.nav-bar li.menu-item-has-children:hover .sub-menu {
		display: none;
	}
	.nav-bar ul > li.menu-item-has-children>a:after {
		display: none;
	}
	.nav-bar ul > li.menu-item-has-children:after {
        display:none;
    }
	.toggle-sub-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	color: #eee;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
	background: #ccc;
	}
	.toggle-sub-menu:after {
		content: '';
		width: 10px;
		height: 10px;
		transform: rotate(222deg) translateY(-50%) !important;
		z-index: 1;
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 4px;
		border-top: 1px solid #1d2435ab;
		border-left: 1px solid #1d2435ab;
		background: transparent;
	}
	.toggle-sub-menu.sub-menu-open:after {
		transform: rotate(405deg) translateY(-50%) !important;
		right: 12px;
		top: 15px;
	}
	.nav-bar li.menu-item-has-children.open .sub-menu {
		display: block;
	}

	.nav-bar li.menu-item-has-children .sub-menu {
		width: 100%;
		position: static;
	}

	.nav-bar li.menu-item-has-children .sub-menu li {
		border-top-color: #9a1c19;
		border-bottom: none;
	}

	.nav-bar li.menu-item-has-children .sub-menu li a {
        padding: 6px 10px;
        display: inline-block;
        background: transparent !important;
        color: #1d2435 !important;
    }

	.nav-bar li.menu-item-has-children .sub-menu li a:hover,
	.nav-bar li.menu-item-has-children .sub-menu li a:focus {
		background-color: #424242;
	}

	.trial {
		width: 100%;
		padding: 10px;
	}

	.header-new .col-lg-9 > .inline-block {
		margin: 15px 0 0;
		width: 100%;
		text-align: center;
	}

	.social {
		margin-bottom: 5px;
	}

	.banner {
		height: 450px;
	}

	.banner-text h1,.banner-text span.banhead {
		font-size: 36px;
		line-height: normal;
	}

	.banner-text h2 {
		font-size: 24px;
		margin: 0 0 30px;
	}

	.about-content .h1, .about-content h2,.about-content h1,
	.call-back-area-content h2,
.call-back-area-content span.contactTitle {
		font-size: 32px;
	}
	

	.about-content p {
		font-size: 14px;
	}

	.about-image {
		display: none;
	}

	.heading {
		font-size: 32px;
	}

	.free-trial p {
		font-size: 18px;
		line-height: 28px;
	}

	.free-trial .btn-red {
		padding: 8px 15px;
		width: auto;
		line-height: normal;
	}

	.service-block h3 {
		font-size: 22px;
	}

	.call-back-area-image {
		margin-top: 0;
		text-align: center;
	}

	.call-back-form .g-recaptcha {
		transform: scale(1.113);
		-webkit-transform: scale(1.113);
	}

	.widgets {
		padding: 20px 0;
	}

	.widget-box {
		margin: 15px 0;
	}

	.latest-news-box {
		margin: 15px 0;
	}

	.left-side-content p {
		font-size: 14px;
		line-height: 24px;
	}

	.left-side-content h3,.left-side-content h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.services-boxs h4 {
		font-size: 18px;
	}

	.services-boxs {
		padding: 10px;
	}

	.services-boxs ul li,
	.list-icon1 li {
		font-size: 14px;
		padding-left: 15px;
	}

	.services-boxs ul li::after,
	.list-icon1 li::after {
		top: 3px;
		font-size: 11px;
	}

	.our-services-box h2, .our-services-box span.side-title {
		font-size: 22px;
		padding: 10px 15px;
	}

	.our-services-box ul li {
		font-size: 14px;
		line-height: 22px;
	}

	.our-services-box ul li::after {
		width: 8px;
		height: 8px;
	}

	.sidebar-contact-box h2,.sidebar-contact-box span.side-title {
		font-size: 22px;
	}

	.contact-form .form-control {
		height: 40px;
	}

	.contact-form textarea.form-control {
		height: 120px;
	}

	.client-testimonials-box h2,.client-testimonials-box span.side-title {
		font-size: 22px;
	}

	.blog-entry .entry-meta {
		margin-bottom: 30px;
	}

	.blog-entry ul,
	.blog-entry ol {
		font-size: 14px;
		line-height: 24px;
	}

	.process-page {
		min-height: 10px;
	}

	.process-box {
		position: relative;
		width: 100%;
		text-align: center;
		left: 0 !important;
		top: 0 !important;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin: 15px 0;
		overflow: hidden;
	}

	.process-box figure img {
		width: 100%;
	}

	.header-new .col-lg-9 {
		display: none;
	}

	.our-block-content {
		min-height: inherit;
	}

	.white-background .col-md-6 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.white-background .col-md-6 + .col-md-6 {
		border-left: none;
		padding-top: 30px;
		margin-top: 30px;
		border-top: 1px solid #d8d8d8;
	}

	.white-background .row {
		margin-left: 0px;
		margin-right: 0px;
	}

	.block-content {
		min-height: inherit;
	}

	.choose-us .col-md-3 {
		padding: 15px;
	}

	.mission-vision .row + .row {
		margin: 0px;
	}
	.contact-us-zoho-form {
		margin-top: 28px;
	}
}

@media(max-width:767px) {
	.cta-main-section .h3 {
        font-size: 22px;
    }
	.why-choose-section .sec-title .h2 {
		font-size: 22px;
	}
	.service-image-simple {
    margin-bottom: 22px;
}
.chooseus-box .h3 {
    font-size: 20px;
}
.why-choose-section {
    padding: 40px 0 20px;
}
	.about-us {
    padding-top: 20px;
    padding-bottom: 30px;
}
	.contract-drafting-services-block h3, .contract-drafting-services-block .h3 {
    font-size: 20px;
}
.contract-drafting-services-block .h4 {
    font-size: 18px;
}
.contract-drafting-services-block ul {
    margin: 0;
}
.contract-drafting-services-block ul li {
    margin: 0 0 8px;
}
.services-inner-pages-section {
    padding-bottom: 20px;
}
	.our-client-say-box {
    flex-direction: column;
    gap: 0;
}
	.casestudies-section {
    padding: 30px 0 20px;
}
	.casestudies-page-link-url {
    margin-bottom: 28px;
}
	.main-section-heading {
    font-size: 24px;
}
h3.main-section-heading {
    font-size: 22px;
}
	.our-team #sc_our_team.sc-col5 .sc_team_member {
    width: 100% !important;
    margin: 0 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom: 28px !important;
}
	.our-block-column:before {
    display: none;
}
.our-block-content {
    padding: 20px;
}
	.our-block-column {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}
	.experience-text {
    display: none;
}
	.common-padd h2, .common-padd h1, .common-padd h3.common-title {
    font-size: 28px;
}
	.why-legal-content .h2 {
    font-size: 22px;
}
	.why-legal-lists li {
    font-size: 16px;
    margin-top: 16px;
}
.get-quote-bigbutton span {
    padding: 0 15px;
}
.get-quote-bigbutton img {
    height: 72px;
    object-fit: scale-down;
}
	.why-legal-support-section {
    padding: 50px 0 50px;
}
	.call-back-area .col-lg-5 {
		padding: 0;
	}
	.call-back-area-content {
		padding: 20px 0 26px;
	}
	.home-banner .slides ul li .slide-body img {
		width: 100%;
		height: 300px;
	}

	.home-banner-caption {
		padding-top: 120px;
	}

	.home-banner-caption h1,.home-banner-caption span.headbigtitle {
		font-size: 30px;
		white-space: normal;
	}

	.home-banner-caption h3,.home-banner-caption span.headsmalltitle {
		font-size: 18px;
		white-space: normal;
	}
	.home-banner-caption-inner .text-left {
    text-align: center !important;
	}

	hr {
		height: 3px;
	}

	.social li {
		width: 35px;
	}

	.about-us .col-md-4,
	.call-back-area-inner .col-md-5 {
		display: none;
	}

	.heading {
		font-size: 30px;
	}

	.banner-text h1,.banner-text span.banhead {
		font-size: 2.5rem
	}

	.header-new {
		padding: 12px 0;
	}

	.free-trial p {
		font-size: 17px;
		line-height: 1.7em;
	}

	.free-trial .btn-red {
		margin: 20px 0 0
	}

	.call-back-form .form-w2 {
		width: 100%;
	}

	.free-trial {
		padding: 20px 0
	}

	.banner {
		height: 380px;
	}

	.banner-text h1,.banner-text span.banhead {
		font-size: 32px;
	}

	.banner-text h2 {
		font-size: 20px;
		margin: 0 0 20px;
	}

	.about-content h2,.about-content h1,
	.call-back-area-content h2,
.call-back-area-content span.contactTitle {
		font-size: 26px;
	}

	.about-content hr,
	.call-back-area-content hr {
		height: 3px;
	}

	.latest-news-text-inner {
		text-align: left;
	}

	.call-back-form .g-recaptcha {
		transform: scale(0.96);
		-webkit-transform: scale(0.96);
	}

	.widgets p {
		line-height: 22px;
		font-size: 13px;
	}

	.widget-box ul li a {
		font-size: 13px;
		line-height: 22px;
	}

	.copyright {
		font-size: 13px;
	}

	.inner-page {
		padding: 20px 0;
	}

	.blog-entry .date_post {
		width: auto;
		padding: 6px 10px;
		font-size: 14px;
		letter-spacing: 0.010em;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 5px;
		background-color: #777;
	}

	.blog-entry .date_post br {
		display: none;
	}

	.blog-entry .date_post .large,
	.blog-entry .date_post .small {
		font-size: 14px;
	}

	.blog-entry .left {
		margin-left: 0;
	}

	.contact-tagline {
		padding: 0 15px;
		font-size: 20px;
		line-height: 1.5em
	}

	.contact_banner {
		padding: 15px;
	}

	.contact-form-wrapper {
		margin-top: 20px;
		width: 100%;
		padding: 15px;
	}

	.contact_us_phone_container {
		width: 100%;
		padding: 15px;
	}

	.header-main {
		position: static;
		margin-bottom: 0;
	}
	.home-banner {
		position: relative;
	}
	.home-banner:before {
		content: "";
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: linear-gradient(0deg,rgb(255 255 255 / 80%),transparent);
		z-index: 1;
	}
	.home-banner-caption, .responsive-slider .pages {
		z-index: 1;
	}
	.home-banner-caption {
		padding-top: 0px;
	}

	.home-banner-caption h1,.home-banner-caption span.headbigtitle {
		font-size: 30px;
		margin: 0 0 10px;
		display: block;
	}

	.home-banner-caption h3, .home-banner-caption span.headsmalltitle {
		font-size: 20px;
		margin: 0 0 10px;
		white-space: normal;
		display: block;
		line-height: 1.4;
	}
	.slider-caption-d-flex {
		padding-left: 0;
	}
	.slider-caption-d-flex:before {
	    display: none;
	}
	.banner-text {
		padding: 0px;
	}

	.banner {
		height: 150px;
		min-height: 150px;
	}

	.banner-text h1,.banner-text span.banhead {
		font-size: 20px;
		padding: 0 15px;
	}

	.address-column {
		width: 100%;
	}
	.address-column + .address-column {
		border-left: none;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #ccc;
	}
	.inner-row-why-outsource .practice-block .inner-box .h3 {
		font-size: 18px;
		padding-bottom: 0;
	}
	.why-outsource-section .main-section-heading {
		margin-bottom: 4px;
	}
	.why-outsource-section {
		padding: 40px 0 30px;
	}
	.inner-row-why-outsource .practice-block .inner-box:hover .h3:before {
		display: none;
	}
	.inner-page .sc_team_member {
    height: auto !important;
}
.inner-page #post-1067 .inner-page .entry-content, #post-1067 .inner-page .entry-header, .inner-page #post-1065 .entry-content, .inner-page #post-1065 .entry-header, .inner-page #post-1060 .entry-content, .inner-page #post-1060 .entry-header, .inner-page #post-1063 .entry-content, .inner-page #post-1063 .entry-header, .inner-page #post-1057 .entry-content, .inner-page #post-1057 .entry-header {
    width: 100% !important;
} 
.our-mission-block {
	margin-top: 30px;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.stats-after-banner {
	padding: 40px 0;
}
.stats-card-block {
	padding: 0 15px 22px;
}
.stats-card-block .col-sm-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.stats-block .stats-title {
	font-size: 20px;
}
.stats-block p {
	font-size: 13px;
}
.stats-outer-icon {
	margin: 22px auto;
	width: 48px;
	height: 48px;
}
}
@media(max-width:575px) {
	.banner {
		height: 360px;
	}

	.banner-text h1,.banner-text span.banhead, .banner-text .h1{
		font-size: 22px;
	}

	.about-content span {
		font-size: 14px;
	}

	
.call-back-area-content h2,
.call-back-area-content span.contactTitle {
		font-size: 20px;
	}

	.heading {
		font-size: 20px;
	}

	.heading + p {
		font-size: 13px;
	}

	.service-block h3 {
		font-size: 18px;
	}

	.our-client-say-box .client-name {
		font-size: 14px;
	}

	.free-trial p {
		font-size: 16px;
	}

	.call-back-area {
		overflow: hidden;
	}

	.header-main .container {
		padding: 0px;
	}

	.header-main {
		overflow: hidden
	}

	.logo {
		margin-left: 15px;
	}

	.hummerbsr {
		margin-right: 15px;
	}

	.nav-bar {
		border-radius: 0px;
	}

	.nav-bar ul > li a {
		padding: 10px 15px;
	}

	.nav-bar li.menu-item-has-children .sub-menu li a {
		padding: 10px 30px;
	}
}

@media(min-width:576px) and (max-width:767px) {
.lsw-steps-card .h4 {
    margin: 0 -20px;
}	
}
@media(max-width:391px) {}
@media (min-width: 768px) and (max-width: 991px) {
	.our-block-column {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
}
.our-team #sc_our_team.sc-col5 .sc_team_member {
    width: 33.33% !important;
    margin: 0 !important;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
	margin-bottom: 28px !important;
}
    .our-mission-block {
        margin-top: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
.home-banner {
    position: relative;
}
.home-banner:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg,rgb(255 255 255 / 80%),transparent);
    z-index: 1;
}
.home-banner-caption, .responsive-slider .pages {
    z-index: 1;
}	
}
@media (min-width: 768px) {
.contract-analytics-icon:before {
    top: 50%;
    transform: translateY(-50%);
}
}
