@import url(css/bootstrap.min.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Balerno Serif Bold Free';
    src: url('fonts/Balerno-BdF.eot');
    src: local('fonts/Balerno Serif Bold Free'), local('Balerno-BdF'),
        url('fonts/Balerno-BdF.eot?#iefix') format('embedded-opentype'),
        url('fonts/Balerno-BdF.woff2') format('woff2'),
        url('fonts/Balerno-BdF.woff') format('woff'),
        url('fonts/Balerno-BdF.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Balerno Serif';
    src: url('fonts/Balerno-Rg.eot');
    src: local('fonts/Balerno Serif'), local('Balerno-Rg'),
        url('fonts/Balerno-Rg.eot?#iefix') format('embedded-opentype'),
        url('fonts/Balerno-Rg.woff2') format('woff2'),
        url('fonts/Balerno-Rg.woff') format('woff'),
        url('fonts/Balerno-Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Balerno Serif';
    src: url('fonts/Balerno-Lt.eot');
    src: local('fonts/Balerno Serif Light'), local('Balerno-Lt'),
        url('fonts/Balerno-Lt.eot?#iefix') format('embedded-opentype'),
        url('fonts/Balerno-Lt.woff2') format('woff2'),
        url('fonts/Balerno-Lt.woff') format('woff'),
        url('fonts/Balerno-Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Balerno Serif';
    src: url('fonts/Balerno-Bd.eot');
    src: local('fonts/Balerno Serif Bold'), local('Balerno-Bd'),
        url('fonts/Balerno-Bd.eot?#iefix') format('embedded-opentype'),
        url('fonts/Balerno-Bd.woff2') format('woff2'),
        url('fonts/Balerno-Bd.woff') format('woff'),
        url('fonts/Balerno-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Balerno Serif Light Free';
    src: url('fonts/Balerno-LtF.eot');
    src: local('fonts/Balerno Serif Light Free'), local('Balerno-LtF'),
        url('fonts/Balerno-LtF.eot?#iefix') format('embedded-opentype'),
        url('fonts/Balerno-LtF.woff2') format('woff2'),
        url('fonts/Balerno-LtF.woff') format('woff'),
        url('fonts/Balerno-LtF.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Balerno Serif Free';
    src: url('fonts/Balerno-RgF.eot');
    src: local('fonts/Balerno Serif Free'), local('Balerno-RgF'),
        url('fonts/Balerno-RgF.eot?#iefix') format('embedded-opentype'),
        url('fonts/Balerno-RgF.woff2') format('woff2'),
        url('fonts/Balerno-RgF.woff') format('woff'),
        url('fonts/Balerno-RgF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

img {
	max-width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
	font-weight: 600;
}
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;
    background: #fff;
}
.inline-block {
	display: inline-block;
	vertical-align: middle;
}

.social li {
	display: inline-block;
	list-style: none;
}
.social li:not(:last-child) {
    margin: 0 2px;
}
.call-us a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: 500;
}
.call-us a:hover {
    color: #ececec;
}
.call-us {
	vertical-align: middle;
	font-size: 12px;
	color: #4c4c4c;
	position: relative;
	margin-right: 22px;
}

.call-us span {
	font-size: 15px;
	line-height: 13px;
}
.call-us .btbox-icon {
    display: flex;
    align-items: center;
    margin-right: 12px;
}
.footerSocialBtn {
	margin: 0px;
}
.header-top-bar {
    width: 100%;
    display: block;
    padding: 12px 0;
}
.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
}

.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 .menu-header-menu-container > ul > li {
    margin: 0 20px;
}
.nav-bar .menu-header-menu-container > ul > li:last-child {
    margin-right: 0;
}
.nav-bar .menu-header-menu-container > ul > li:first-child {
    margin-left: 0;
}
.nav-bar ul > li > a {
    color: #303030;
    font-size: 15px;
    text-decoration: none;
	position: relative;
    display: block;
    padding: 8px 0;
	font-weight: 500;
}
.nav-bar ul > li > a:before {
    background-image: -moz-linear-gradient(4deg, rgb(157, 0, 0) 0%, rgb(93, 18, 27) 49%, rgb(29, 36, 53) 100%);
    background-image: -webkit-linear-gradient(4deg, rgb(157, 0, 0) 0%, rgb(93, 18, 27) 49%, rgb(29, 36, 53) 100%);
    background-image: -ms-linear-gradient(4deg, rgb(157, 0, 0) 0%, rgb(93, 18, 27) 49%, rgb(29, 36, 53) 100%);
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    transition: all .5s;
}
.nav-bar ul > li > a:hover:before, .nav-bar ul > li.current_page_item a:before {
    opacity: 1;
}
.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 {
    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;
}

.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;
}


.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: 600;
	margin: 0;
	color: #fff;
	line-height: 1.3;
    font-family: "Poppins", sans-serif;
}

.home-banner-caption h3, .home-banner-caption span.headsmalltitle {
    font-size: 24px;
    font-weight: 500;
    margin: 12px 0 22px;
    color: #fff;
    display: block;
    font-family: "Poppins", sans-serif;
}
.slider-caption-d-flex {
    width: 100%;
    position: relative;
}
.section-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.btn-links:first-child:after {
    content: '/';
    display: inline-block;
    margin: 0 12px;
}
.btn-red {
	width: 150px;
	background: #9e070c;
	border-radius: 1px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	padding: 0px;
	cursor: pointer;
	font-family: 'Poppins';
}

.home-banner .btn-red {
	color: #fff !important;
}

.btn-red:hover,
.btn-red:focus {
	background: #424242;
	color: #fff;
}

.section-heading-main .h2 {
    font-size: 36px;
    color: #3a3a3a;
    font-weight: 600;
    line-height: 1.143;
    letter-spacing: 0;
    margin-bottom: .5rem;
}
.stock-border {
    width: 50px;
    height: 3px;
    border-radius: 1px;
    background-image: linear-gradient(86deg, #9d0000 0%, #1d2335 100%);
    margin: 16px 0;
}
.stock-border.center {
    margin: 16px auto;
}
.section-heading-main p {
    font-size: 15px;
    line-height: 1.6;
    color: #303030;
    font-weight: 500;
}
.image-block-box {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 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-image: linear-gradient(0deg, #1d2435 0%, #a30f0f 100%);
}
.image-block-box:after {
    position: absolute;
    content: '';
    width: 60%;
    height: 30%;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-image: linear-gradient(0deg, #1d2435 0%, #a30f0f 100%);
}
.image-block-box img {
    width: 100%;
	object-fit: cover;
}
.service-tab-main {
    width: 100%;
    display: block;
    margin-top: 38px;
}
.service-tab-nav {
    margin: 0;
    padding: 0;
}
.service-tab-nav li:not(:last-child) {
    margin-bottom: 12px;
}
.service-tab-nav li a {
    width: 100%;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 25.38px 1.62px rgba(177, 177, 177, 0.27);
    padding: 18px 22px;
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    filter: drop-shadow(0 0 13.5px rgba(177, 177, 177, 0.27));
 	position: relative;
    cursor: pointer;
}
.service-tab-nav li a:after {
    content: "";
    background-image: url(https://staging.legalsupportworld.com/wp-content/uploads/2024/07/service-tab-arrow-shape.svg);
    width: 45px;
    height: 66px;
    display: inline-block;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    transition: all .5s;
    opacity: 0;
}
.service-tab-nav li a.active:after, .service-tab-nav li a:hover:after {
    opacity: 1;
}
.service-tab-content {
    display: block;
    border-radius: 0px 35px 35px 0px;
    background-color: #1d2435;
    padding: 40px;
    margin-left: -30px;
    width: calc(100% + 30px);
}

.service-card-header {
    width: 100%;
    display: block;
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #a41417;
}
.service-card-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.service-card-header a:after {
    content: "";
    width: 10px;
    height: 8px;
    border-top: solid 10px rgb(164 20 23);
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}
.service-card-header a.collapsed:after {
    border-bottom: solid 10px rgb(164 20 23);
    border-top-color: transparent;
}
.service-card-body ul {
    padding: 0;
    margin: 0;
}
.service-card-body ul {
    padding: 0;
    margin: 0;
}
.service-card-body ul li {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}
.service-card-body ul li:before {
    content: "";
    width: 8px;
    height: 7px;
    border-left: solid 8px #a30f0f;
    border-bottom: solid 7px transparent;
    border-top: solid 7px transparent;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
}
.service-card-body ul li:not(:last-child) {
    margin-bottom: 18px;
}
.learn-more-button {
    border-radius: 10px;
    background-color: #940000;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 20px;
    display: inline-block;
	margin-top: 18px;
}
.learn-more-button:hover {
    background-color: #85050b;
    color: #fff;
}
.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-image: linear-gradient(86deg, #9d0000 0%, #1d2335 100%);
}
.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;
}
.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-block-box {
    /* border: 1px solid #fff; */
    width: 100%;
    transition: all .5s;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}
.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-family: "Poppins",Arial,Helvetica,sans-serif;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    margin: 0;
}
.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-no img {
    width: 100%;
    object-fit: cover;
}
.about-image-shape-dg-no {
    position: relative;
    width: 100%;
}

.about-content h2,.about-content h1 {
	font-size: 30px;
	font-weight: 700;
	margin: 0px;
	color: #fff;
}
.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;
}

.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-family: "Poppins",Arial,Helvetica,sans-serif;
    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;
}

.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-family: "Poppins",Arial,Helvetica,sans-serif;
    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;
}
hr {
	height: 2px;
	width: 100px;
	border: none;
	background: #242c42;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7-captchac {
	width: 100%;
	height: auto;
	max-width: 100px;
	background-color: #fff;
	padding: 5px;
	border-radius: 1px;
	overflow: hidden;
	vertical-align: top;
	float: left;
}
.captcha-170 {
	display: block;
	margin-left: 116px;
}

.our-client-say-area {
	width: 100%;
    background: #f0f0f0;
    padding: 40px 0;
	overflow: hidden;
}
.our-client-say-box {
	width: 100%;
	display: block;
    position: relative;
    background: #fff;
    border-radius: 33px;
    -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(0 0 17.5px rgba(177, 177, 177, 0.3));
}
.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;
}
.our-client-say-box figure img {
    object-fit: scale-down;
}
.our-client-say-box-content {
    width: 100%;
    display: block;
	padding: 0 40px 28px;
}
.our-client-say-box p {
	font-size: 14px;
    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: #dddddd;
    font-size: 12px;
}
.testimonial-carousel .owl-item.active .our-client-say-box .client-name {
    font-size: 15px;
}
.our-client-say-box .client-name strong {
	font-size: 14px;
    color: #dddddd;
    display: block;
}
.testimonial-carousel .owl-item.active .our-client-say-box .client-name strong {
	font-size: 16px;
}
.testimonial-carousel .owl-item {
    margin-top: 12px;
	transition: all .5s;
}
.testimonial-carousel .owl-item.active {
    margin-top: 0;
}
.our-client-say-info-card {
    width: 100%;
    display: block;
    border-radius: 0px 0px 35px 35px;
    background-image: linear-gradient(86deg, #9d0000 0%, #1d2335 100%);
    padding: 15px 40px 22px;
}
.footer {
    background-color: #1d2435;
}

.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;
    font-family: 'Poppins';
    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;
    background: #fff;
}

.copyright {
    color: #3a3a3a;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.020em;
    line-height: 30px;
}

.copyright a {
	color: #3a3a3a;
	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: #3a3a3a;
	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: -50px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 46px;
	height: 46px;
	font-size: 0px;
	border-radius: 23px;
	display: inline-block;
	background: #4f1825 url('images/arrow-left-svg.svg');
	background-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
}

.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: #4f1825 url('images/arrow-right-svg.svg');
	background-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
}

.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;
}

.hummerbsr span {
	display: block;
	position: absolute;
	height: 4px;
	width: 50%;
	background: #fff;
	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: 16px;
	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: 700;
	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;
}
.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 {
	font-size: 35px;
	color: #b02926;
	margin-bottom: 20px;
	font-weight: 700;
}

.blog-entry h1 a {
	color: #b02926;
}

.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;
}
.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;
    font-family: "Poppins",Arial,Helvetica,sans-serif;
}

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;
}

.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;
}
.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-leadrship-team {
	padding: 50px 0
}

.home-banner .left {
	float: none;
	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;
	font-family: "Poppins",Arial,Helvetica,sans-serif;
}
.choose-us h2 {
    color: #fff;
}
.common-padd hr {
	width: 90px;
	background: #898c92;
	margin: 0 auto 40px;
}
.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;
    font-family: "Poppins",Arial,Helvetica,sans-serif;
}

.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 h3, .mission-vision h4 {
    font-size: 28px;
    font-weight: 500;
    color: #242c42;
    margin: 0 0 12px;
}
.mission-vision h2,.mission-vision h3.common-title {
	color: #242c42;
	margin-bottom: 28px;
	margin-top: 40px;
}
.our-mission-block + .our-mission-block {
    margin-top: 38px;
    display: block;
}
.mission-vision p {
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
}
.mission-img {
    position: relative;
    z-index: 11;
}
.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;
}

.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 #950203;
    border-radius: 0px;
    font-size: 14px;
    line-height: 38px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    outline: none;
    color: #303030;
}
.search-field::placeholder {
    color: #303030;
}
.search-submit {
	line-height: 40px;
	border: none;
	background: #950203;
	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-link {
    padding: 8px 10px;
    font-weight: 500;
    background: #9d0000;
    margin: 12px 0 0;
    display: inline-block;
    color: #fff;
    transition: all .5s;
    font-size: 12px;
    border-radius: 4px;
}
.success-stories-link:hover {
    background: #7c0101;
    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-family: "Poppins",Arial,Helvetica,sans-serif;
    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-family: "Poppins",Arial,Helvetica,sans-serif;
    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: 1rem;
    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;
    font-family: "Poppins";
    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;
}
.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;
}
.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-image: -moz-linear-gradient(4deg, rgb(157, 0, 0) 0%, rgb(93, 18, 27) 49%, rgb(29, 36, 53) 100%);
    background-image: -webkit-linear-gradient(4deg, rgb(157, 0, 0) 0%, rgb(93, 18, 27) 49%, rgb(29, 36, 53) 100%);
    background-image: -ms-linear-gradient(4deg, rgb(157, 0, 0) 0%, rgb(93, 18, 27) 49%, rgb(29, 36, 53) 100%);
}
.theme-button:hover {
    color: rgb(255, 255, 255);
    background-size: 150% 150%;
}
.cta-main-section {
    width: 100%;
    display: block;
    position: relative;
    padding: 50px 0 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;
    text-align: center;
    margin: 0;
}
.cta-field-button {
    width: 104px;
    height: 54px;
    border-radius: 52px 52px 0px 0px;
    background-color: #1d2435;
    display: table;
    margin: 40px auto 0;
    text-align: center;
    line-height: 50px;
}
.cta-field-button img {
	animation: pulse 3s ease-out;
	animation-iteration-count: infinite;
}
.our-services {
    width: 100%;
    display: block;
    padding: 60px 0;
}
.industry-serve-main-section {
    width: 100%;
    display: block;
    padding: 48px 0;
}
.bg-color-dark-blue {
    background-color: #1d2435 !important;
}
.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;
}
.our-values-main-cention {
    width: 100%;
    display: block;
    position: relative;
    padding: 48px 0;
}
.our-values-inner-sec {
    width: 100%;
    display: block;
    position: relative;
}
.our-values-card {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(29, 36, 53, 0.78);
    position: relative;
    transition: all .5s;
    padding: 30px;
    min-height: 380px;
    justify-content: center;
    text-align: center;
}
.our-values-card:hover {
    background-color: rgba(149, 2, 3, 0.78);
}
.our-values-content {
    width: 100%;
    display: block;
    transition: all .5s;
}
.our-values-content .h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.our-values-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
    font-weight: 400;
}
.our-values-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.our-values-slider.owl-carousel .owl-stage {
    display: flex;
}
.our-values-slider.owl-carousel .owl-stage>* {
    display: flex;
}
.our-values-slider.owl-carousel .owl-nav .owl-prev, .our-values-slider.owl-carousel .owl-nav .owl-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.our-values-slider.owl-carousel .owl-nav {
    width: 100%;
    display: block;
    text-align: center;
    margin: 38px 0 0;
}
.our-values-slider.owl-carousel .owl-nav>* {
    margin: 0 5px;
}
.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-main-section {
    width: 100%;
    display: block;
    background-color: rgba(155, 155, 155, 0.10980392156862745);
    padding: 60px 0;
}
.softwares-block {
    background: #fff;
    padding: 12px;
    display: block;
    border: 1px solid #cccccc52;
}
.softwares-block img {
    width: 100%;
    height: 65px;
    object-fit: scale-down;
}
.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;
}
.rounded-card {
    border-radius: 20px;
    overflow: hidden;
}
.custom-card-row>*:nth-child(even) .custom-card-block {
    background-color: #f8f8f8;
}
.custom-card-block .custom-card-icon {
    margin-bottom: 16px;
}
.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;
}
.custom-card-block .h3 {
    font-size: 18px;
    color: #303030;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
}
.custom-card-block p {
    font-size: 12px;
    line-height: 1.7;
    color: #303030;
    margin: 0;
	transition: all .5s
}
.custom-card-row>* {
    position: relative;
}
.custom-card-block:before {
    content: "";
    background-image: linear-gradient(90deg, #1d2435 0%, #9d0000 100%);
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.bg-color-gray {
    background-color: #f8f8f8 !important;
}
.contact-us-form-main-section {
    width: 100%;
    display: block;
    padding: 48px 0;
    background-color: #1d2435;
}
.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: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;
}
.lists-points-cus-block ul li:not(:last-child) {
    margin-bottom: 18px;
}
.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 38px;
}
.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 0;
    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;
}
.form-group {
    margin-bottom: 0.6rem;
}
.theme-field-button {
    background-image: linear-gradient(-89deg, #9d0000 0%, #1d2435 100%);
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
	font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 18px;
    border: none;
    box-shadow: none;
    cursor: pointer;
	transition: all .5s;
}
.theme-field-button:hover {
    background-size: 180%;
}
.blogs-and-success-stories-main-section {
    width: 100%;
    display: block;
    padding: 48px 0;
}
.blogs-and-success-stories-main-section .h6 {
    font-size: 18px;
    color: #303030;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
	margin-bottom: 18px;
}
.card-success-blogs-custom {
    width: 100%;
    height: 324px;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background-image: linear-gradient(0deg, rgba(29, 36, 53, 0.9999999999999999) 35%, rgba(29, 36, 53, 0.6804488126326974) 58%, rgba(255, 255, 255, 0) 100%);
}
.card-success-blogs-custom img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    margin: 0;
    transition: all .5s;
}
.card-success-blogs-custom:hover img {
    scale: 1.1;
}
.card-success-blogs-custom-text {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 13px;
    background-image: linear-gradient(0deg, rgba(29, 36, 53, .9999999999999999) 35%, rgb(29 36 53 / 83%) 58%, rgb(255 255 255 / 0%) 100%);
    padding: 35px 22px 22px;
}
.card-success-blogs-custom-text .h4 {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 8px;
}
.card-success-blogs-custom-text p {
    font-size: 12px;
    line-height: 1.7;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.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;
}
.cta-main-card-row p {
    font-size: 20px;
    color: aliceblue;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}
.call-field-button {
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    border-radius: 7px;
    background-color: #1d2435;
    font-weight: 600;
    transition: all .5s;
    display: inline-block;
    text-align: center;
}
.call-field-button:hover {
    background-color: #171c28;
    color: #fff;
}
.section-inner-page-main {
    width: 100%;
    height: 100vh;
    max-height: 500px;
    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: 42px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.1;
}
.section-inner-page-main p {
    font-size: 22px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 28px;
}
.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-cus:hover {
    filter: drop-shadow(0 0 17.5px rgba(177, 177, 177, 0.3));
}
.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:hover .service-card-icon {
    scale: 1.1;
    transform-origin: center center;
}
.service-card-cus .h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #303030;
    margin-bottom: 16px;
}
.service-card-cus p {
    font-size: 15px;
    line-height: 1.6;
    color: #303030;
    margin: 0;
}
.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: #940000;
    font-size: 14px;
    color: #ffffff;
    padding: 6px 15px;
    display: inline-block;
    margin-top: 16px;
}
.read-more-button:hover {
    background: #9d0000;
    color: #fff;
}
.owl-carousel.testimonial-carousel .owl-stage-outer {
    overflow: visible;
}
.get-in-toch-section {
    width: 100%;
    display: block;
    padding: 48px 0;
}
.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: 24px;
	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: 16px;
    line-height: 1.7;
    color: #303030;
    font-weight: 500;
}
.service-accordion-content ul {
    padding: 0;
    margin: 0;
}
.service-accordion-content ul li {
    font-size: 16px;
    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-image: linear-gradient(86deg, #9d0000 0%, #1d2335 100%);
    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-image: linear-gradient(86deg, #9d0000 0%, #1d2335 100%);
}
.service-list-card-dg {
    padding: 15px;
    display: flex;
    align-items: center;
    flex: 1 0 0%;
    line-height: 1.2;
    cursor: pointer;
    transition: all .3s;
    background: #e6e6e6b0;
    border-radius: 24px;
    gap: 10px;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 600;
    margin-bottom: 17px;
}
.section-inner-page-main p span, .section-inner-page-main p span a {
    font-size: 18px;
    color: #fff;
}
.page-template-our-team .addtoany_content {
    display: none;
}
.bg-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.banner {
    height: 420px;
}
.our-leadership-teams {
    width: 100%;
    display: block;
    padding: 50px 0;
}
.team-image {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.team-image:before {
    position: absolute;
    content: '';
    background: #efefef;
    width: calc(100% - 30px);
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
}
.team-image img {
    position: relative;
    width: 100%;
    border-radius: 10px;
}
.team-content-body .h3 {
    font-size: 30px;
    line-height: 115%;
    color: #1d2435;
    font-weight: 800;
    font-feature-settings: 'liga' off;
    border-bottom: 1px solid #efefef;
    padding-bottom: 8px;
    margin-bottom: 18px;
}
.team-content-body .h3 span {
    font-size: 24px;
    color: #9d0000;
}
.social-links-teams {
    display: flex;
    align-items: center;
    gap: 5px;
}
.social-links-teams .teams-social-link {
    width: 40px;
    height: 40px;
    background-color: #efefef;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.social-links-teams .teams-social-link:hover img {
    filter: brightness(0) invert(1);
}
.social-links-teams .teams-social-link:hover {
    background: #b12c2b;
}
.team-content-body p {
    text-align: justify;
}
.our-services-box {
    margin-bottom: 35px;
}
.our-services-box h2, .our-services-box span.side-title {
    font-size: 24px;
    color: #242c42;
    background-color: transparent;
    padding: 0 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: 15px;
    position: relative;
    padding: 10px 20px 10px 30px;
    border: 1px solid #dedfe0;
    margin-bottom: 12px;
    border-radius: 4px;
}
.our-services-box ul li a {
    color: #3a3a3a;
    display: block;
}
.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);
}
.industry-serve-card-block .col {
    margin: 8px 0;
}
@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;
    }
  }
@media(min-width:1024px) and (max-width:1600px) {
	.section-inner-page-main .h1 {
    font-size: 40px;
}
.section-inner-page-main p {
    font-size: 20px;
}
	.our-block-content {
    padding: 30px 10px;
}
.our-values-content .h4 {
    font-size: 16px;
}
.our-values-card {
    padding: 15px;
}
.our-values-content p {
    font-size: 14px;	
}
}
@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;
}
}
@media(min-width:992px) and (max-width:1200px) {
.section-heading-main .h2 {
    font-size: 34px;
}
.stats-after-banner {
    padding: 50px 0;
}
.stats-card-block {
    padding: 0 15px 22px;
    background-image: linear-gradient(86deg, #9d0000 0%, #1d2335 100%);
}
.stats-block .stats-title {
    font-size: 22px;
}
.stats-block p {
    font-size: 14px;
}
.service-card-body ul li:not(:last-child) {
    margin-bottom: 18px;
}

.mission-vision:after {
    width: 25%;
}
.our-team #sc_our_team.sc-col5 .sc_team_member {
    padding: 0 10px;
}
}
@media(min-width:1200px) {
.industry-serve-card-block .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 18%;
    max-width: 18%;
}
	.chooseus-box .h3 {
    max-width: 70%;
}
	.mission-vision h2, .mission-vision h3.common-title {
    font-size: 38px;
}
.our-values-content p {
	opacity: 0;
	min-height: 125px;
	max-height: 125px;
}
.our-values-card:hover .our-values-content p {
    opacity: 1;
	max-height: max-content;
}
.our-values-content {
    transform: translateY(60px);
}
.our-values-card:hover .our-values-content {
    transform: translateY(0px);
}
}
@media(min-width:992px) {
	.our-values-inner-sec .row>*:nth-child(even) {
    padding-left: 3px;
    padding-right: 3px;
}
.services-cols-row .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
	.nav-bar ul > li.tracking-header-contact-button a:before {
    opacity: 1;
}
.nav-bar ul > li.tracking-header-contact-button a {
    color: #8f0a10;
}
	.service-card-body ul {
    max-height: 440px;
    overflow-y: auto;
}
.service-card-body ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 18px;
}

.service-card-body ul::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
	border-radius: 18px;
}

.service-card-body ul::-webkit-scrollbar-thumb
{
	background-color: #1d2435c4;
	border-radius: 18px;
}
.service-tab-content>.service-tab-pane {
    display: none;
}
.service-tab-content>.service-tab-pane.active {
    display: block;
}
.service-tab-content .collapse {
    display: block;
}
	.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;
}

	.navigation {
		display: block !important;
	}

.about-content {
    padding-right: 30px;
}
}

@media(max-width:1199px) {
	.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: -25px;
		width: 42px;
		height: 42px;
	}

	.owl-prev {
		left: -25px;
		width: 42px;
		height: 42px;
	}

	.nav-bar ul > li > a {
		font-size: 14px;
	}
	.nav-bar .menu-header-menu-container > ul > li {
		margin: 0 15px;
	}

	.btn.btn-yellow { 
		padding: 0 8px;
	}

	.contact-form .g-recaptcha {
		transform: scale(0.845);
		-webkit-transform: scale(0.845);
	}

	.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) {
	.card-success-blogs-custom {
		margin-bottom: 22px;
	}
	.no-gutters-lg {
		margin-right: 0;
		margin-left: 0;
	}
	.no-gutters-lg>.col,.no-gutters-lg>[class*=col-] {
		padding-right: 0;
		padding-left: 0
	}
	.custom-card-block p {
    display: block;
}
.custom-card-block {
    height: auto;
}
.contact-us-form-main-section .lists-points-cus-block, .get-in-toch-section .lists-points-cus-block {
    margin-bottom: 38px;
}
.service-card-body {
    width: 100%;
    display: block;
    margin: 22px 0 0;
}
.service-tab-content {
    border-radius: 35px;
    padding: 30px;
    margin-left: 0px;
    width: calc(100%);
}
	.mission-vision h2, .mission-vision h3.common-title {
    margin-bottom: 22px;
    margin-top: 30px;
}
	.mission-vision {
    padding: 10px 0 40px;
}
	.why-legal-content {
    display: block;
    margin: 60px 0 0;
}
	.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;
	}

	.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;
	}

	.nav-bar li.menu-item-has-children .sub-menu {
		display: block !important;
		width: 100%;
		position: static;
		padding: 0;
	}

	.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: 5px 15px;
		background-color: #cc4441;
	}

	.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;
	}

	.social {
		margin-bottom: 5px;
	}
	.about-content p {
		font-size: 14px;
	}

	.about-image {
		display: none;
	}

	.service-block h3 {
		font-size: 22px;
	}

	.widgets {
		padding: 20px 0;
	}

	.widget-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;
	}
	.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%;
	}

	.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;
	}
}

@media(max-width:767px) {
	.our-values-card {
    padding: 20px;
	min-height: auto;
	}
	.our-values-inner-sec .row>* {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
}
	.our-mission-block {
    margin-top: 30px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.accordion-box .accordion-item .accordion-title {
    font-size: 14px;
}
.team-content-body .h3 {
    font-size: 22px;
}
.team-content-body {
    margin-top: 28px;
}
	.tab-drawer-heading {
		display: flex;
		justify-content: space-between;
		gap: 15px;
		align-items: center;
		border-bottom: 2px solid #e7e7e7;
		padding: 15px 0;
		font-size: 18px;
		color: #3a3a3a;
		font-weight: 700;
		margin-right: auto;
		margin-bottom: 0;
	}
	.services-tab-container {
		padding: 20px;
	}
	.service-tab-content-main {
		padding: 15px 0;
	}
	.industry-serve-main-section .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.theme-field-button {
		width: 100%;
	}
	.contact-us-zoho-form {
		padding: 22px;
	}
	.testimonial-carousel .owl-item.active .our-client-say-box p {
		font-size: 14px;
	}
	.our-client-say-box-content {
		padding: 0 22px 22px;
		text-align: center;
	}
	.our-client-say-box figure {
		margin-left: auto;
		margin-right: auto;
	}
	.our-client-say-box .client-name {
        text-align: center;
    }
	.testimonial-carousel .owl-item.active .our-client-say-box .client-name strong {
		font-size: 14px;
	}
	.section-inner-page-main .h1 {
		font-size: 26px;
	}
	.section-inner-page-main p {
		font-size: 16px;
	}
	.section-inner-page-main {
		max-height: 400px;
	}
	.our-services {
		padding: 40px 0;
	}
	.industry-serve-main-section {
		padding: 40px 0;
	}
	.why-legal-main-section {
    padding: 40px 0;
}
	.blogs-and-success-stories-main-section {
    padding: 38px 0 20px;
}
	.card-success-blogs-custom {
    height: 250px;
}
	.cta-main-card-row {
		padding: 30px;
	}
	.call-field-button {
		width: 100%;
		margin-top: 12px;
	}
	.section-heading-main p {
    font-size: 14px;
}
	.industry-block .h4 {
    font-size: 14px;
}
	.cta-field-button {
    width: 88px;
    height: 50px;
}
	.cta-main-section .h3 {
    font-size: 22px;
}
.cta-main-section {
    padding: 30px 0 0;
}
	.stats-card-block .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.stats-outer-icon {
    margin: 22px auto;
	width: 48px;
	height: 48px;
}
.section-heading-main .h2 {
    font-size: 26px;
}
.stats-after-banner {
    padding: 40px 0;
}
.stats-card-block {
    padding: 0 15px 22px;
    background-image: linear-gradient(86deg, #9d0000 0%, #1d2335 100%);
}
.stats-block .stats-title {
    font-size: 20px;
}
.stats-block p {
    font-size: 13px;
}
.service-card-body ul li:not(:last-child) {
    margin-bottom: 18px;
}
	.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;
}
	.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;
}
	.experience-text {
    display: none;
}
	.common-padd h2, .common-padd h1, .common-padd h3.common-title {
    font-size: 28px;
}
	.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;
	}
	.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;
	}

	.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 {
		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;
} 
}

@media(max-width:575px) {
	.about-content span {
		font-size: 14px;
	}
	.service-block h3 {
		font-size: 18px;
	}

	.our-client-say-box .client-name {
		font-size: 14px;
	}
	.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(max-width:391px) {}
@media (min-width: 768px) and (max-width: 991px) {
	.our-mission-block {
		margin-top: 30px;
	}
.section-heading-main .h2 {
    font-size: 34px;
}
.stats-after-banner {
    padding: 50px 0;
}
.stats-card-block {
    padding: 0 15px 22px;
    background-image: linear-gradient(86deg, #9d0000 0%, #1d2335 100%);
}
.stats-block .stats-title {
    font-size: 22px;
}
.stats-block p {
    font-size: 14px;
}
.service-card-body ul li:not(:last-child) {
    margin-bottom: 18px;
}
.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;
}
}
@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;
}	
}

