@charset "UTF-8";
/*
Theme Name : Laywer Directory
Author : Shubham Biswas
Author URI : https://www.facebook.com/biswas097
Requires at least : 5.3
Tested up to : 5.8
Requires PHP : 5.6
Version : 1.0
Text Domain : ld
*/
@charset "utf-8";
@-ms-viewport{
	width: device-width;
  }

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
	line-height: 130%;
}.custom-form .form-group.situation-wrapper #situation
ul{
	margin: 0px; padding: 0px; list-style: none;
}
a, .blur-on-hover, .inner-slick, .strenghts-inner, .custom-button, .selector__list, img, .inner-blog, .benefit{
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
img{
	max-width: 100%;
	height: auto;
}
body{
	color: var(--primary-color);
}

:root {
    --primary-color: #000;
    --secondary-color: #f26432; 
	--menus-color: #00446A; 
	--dark-color: #f26432;
	--gap-large: 3rem; 
	--white-color: #fff;
	--gap-60: 60px;      
	--gap: 30px; 
	--light-grey: rgb(239, 239, 239);
}

.gap-60{
	padding: var(--gap-60) 0px;
}
.gap-bottom{
	margin-bottom: var(--gap);
}
a {
	color: var(--menus-color);
}
h1 {
	font-weight: 700;
	font-size: 34px;
	margin: 0 0.5rem;
	line-height: 41px;
	letter-spacing: 0em;
}
h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 115%;
	margin: 10px 0px 20px;
	color: var(--menus-color);
}
.white-color{
	color: var(--white-color);
}
header{
	position: relative;
	border-bottom: 5px solid var(--secondary-color);
	z-index:999;
}
header .navbar {
    padding: 0px;
}
.logo-img{
	height: 50px;
	position: relative;
}

header .navbar ul li a {
    color: var(--primary-color);
    font-size: 16px;
    padding:25px 15px !important;
    display: inline-block;
    font-weight: 700;
}
header .menu-inner .menus-title a {
    font-weight: 800 !important;
    margin-bottom: 5px;
	text-transform: uppercase;
    padding: 0px !important;
    text-decoration: underline;
}
header .navbar ul li a:hover{
	color: var(--menus-color);
	text-decoration: underline;
}
button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
a.navbar-brand {
    padding: 0px;
}
header .menu-inner .mega-menus-item a {
    padding: 0px 5px !important;
	margin-top: 2px;
	font-family: 600 !important;
}
.dropdown-menu {
    padding: 30px 0px;
} 

header .header-button .primary-button {
    padding: 10px 20px !important;
    background: var(--menus-color);
    color: #fff !important;
    border-radius: 0px;
	position: relative;
}
 .primary-button {
	border: none;
	font-size: 1.1rem;
	font-weight: 800;
	padding: 1rem 1.2rem !important;
    background: var(--menus-color);
    color: #fff;
    border-radius: 0px;
	position: relative;
	text-transform: capitalize;
	display: inline-block;
	width: 100%;
	max-width: 28rem;
	text-align: center;
	transition: all 0.2s ease-out;
}
.primary-button:hover {
	box-shadow: inset 0 3.5em 0 0 var(--dark-color);
	color: #fff;
}
/***************************header-end***********************/


/* #solo-banner {
    background: url(../images/banner.jpg);
    padding-top: 40%;
    background-size: cover;
 position: relative;
	background-repeat: no-repeat;
} */

#solo-banner .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
#solo-banner .owl-dots button.active span {
    background: var(--dark-color);
    width: 45px;
}
#solo-banner .owl-dots button span {
    width: 30px;
    background: #fff;
}
#solo-banner{
	position: relative;
}
#solo-banner .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 880px;
    background: rgba(255,255,255,0.85);
    padding: 50px 40px;
	border-left: 7px solid var(--dark-color);
}
#solo-banner .content .hero-text {
	margin: 1rem 0 0.5rem;
	font-family: "Mulish", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.03em;
}
#solo-banner .content .button-wrapper {
	display: flex;
	flex-direction: row;
	padding-top: 20px;
	gap: 20px;
}
#solo-banner .content .hero-heading {
	margin: 0;
	color: var(--dark-color);
	font-weight: 700;
}

#trust {
    text-align: center;
    padding: var(--gap-large) 0px;
}

.homepage__statistics {
	padding-top: 150px;
	overflow: hidden;
	text-align: center;
	padding-bottom: var(--gap-large);
	position: relative;
	background: linear-gradient(0deg, #00446A, #00446A), #00446A;
	background-blend-mode: multiply, normal;
}
.homepage__statistics::before {
	content: "";
	display: block;
	width: 100%;
	height: 210px;
	position: absolute;
	top: -100px;
	background: #fff;
	shape-outside: ellipse(51% 105px at 50% 40%);
	clip-path: ellipse(51% 105px at 50% 40%);
}
.homepage__statistics h2 {
	margin: 1rem 0 2rem;
	color: #fff;
}
.homepage__statistics .stats {
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
}

.homepage__statistics .stats .statistic {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
 .statistic__number {
	font-weight: bold;
	font-size: 60px;
	line-height: 100%;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0.02em;
	color: #FFBE4C;
	text-align: center;
	margin: auto auto 10px;
}
.homepage__statistics .stats .statistic__text {
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.module.homepage__benefits {
    padding: var(--gap-large);
}

.benefit:hover {
    transform: scale(1.02) !important;
    background: #fff;
    z-index: 9;
    position: relative;
}
.benefit:hover .benefit__icon img {
    transform: scale(1.1);
}
.heading-section{
	margin:0px auto 30px;

}
.homepage__benefits .benefits .benefit__heading {
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin: 12px 0;
}
.homepage__benefits .benefits .benefit__text {
	font-size: 18px;
	line-height: 130%;
}

.benefits .col-md-4.col-6 {
    margin-bottom: 20px;
}
.benefit {
    display: inline-flex;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0px 2px 21px -6px #c7e4f4;
    clear: both;
    height: 100%;
	width: 100%;
}
.button-wrapper {
    margin: 25px auto;
    text-align: center;
}

.module.free-consultation {
    background: var(--menus-color);
    padding: var(--gap-large) 0px;
    color: var(--white-color);
}
.dark-bg .primary-button{
	background: var(--dark-color);
}
.module.free-consultation h2{
    color: var(--white-color);
}

#testimonial{
	position: relative;
	padding-top: 160px;
	overflow: hidden;
	background: linear-gradient(0deg, #00446A, #00446A), #00446A;
	padding-bottom: 140px
}

#testimonial:before {
	content: "";
	display: block;
	width: 100%;
	height: 210px;
	position: absolute;
	top: -106px;
	background: #fff;
	shape-outside: ellipse(51% 105px at 50% 40%);
	clip-path: ellipse(51% 105px at 50% 40%);
}
.color-wh{
	color: var(--white-color);
}
#testimonial::after {
	content: "";
	display: block;
	width: 100%;
	height: 210px;
	position: absolute;
	bottom: -106px;
	background: #f3f3f3;
	shape-outside: ellipse(51% 105px at 50% 40%);
	clip-path: ellipse(51% 105px at 50% 60%);
}
.review-wrapper {
	text-align: center;
    position: relative;
}
.review-stars {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 1.5rem;
}
.review-stars img {
    width: 20px !important;
    height: 20px;
    max-width: 100%;
}
.review-inner {
    background: #fff;
    padding: 40px 40px 50px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.review-user__image img {
    width: 60px !important;
    height: 60px;
}
.review-user__image {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: -40px auto 0px;
    box-shadow: sdf;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-user__information {
    color: #fff;
}
.review-user__information .name {
    font-size: 20px;
    margin: 10px auto 5px;
}
.testmonial-slider .active{
	margin-top: 12px;
}
.testmonial-slider .active.center  {
	opacity: 1;
	transform: scale(1.2);
	z-index: 100;
}

.testmonial-slider .active.center .review-inner{
	background: #F4F6F7;
}
.testmonial-slider .owl-stage-outer {
    padding: 4rem 0px;
}
#testimonial .owl-dot span {
    width: 20px;
    height: 20px;
}
#testimonial .owl-dot.active span {
    background: #fcb900;
}
.review-text{
	position: relative;
}
.review-text:before, .review-text:after {
    display: block;
    content: '\f10d';
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    left: -12px;
    top: -4px;
}
.review-text:after {
    right: -20px;
    bottom: -4px;
	left: auto;
	top: auto;
}
.review-text:after {
    right: -12px;
    bottom: -4px;
    left: auto;
    top: auto;
    transform: rotate(180deg);
}

#blogs {
    padding: var(--gap-large) 0px;
	background-color: #f3f3f3;
}
.inner-blog:hover {
    margin-top: -10px;
    box-shadow: 0px 0px 14px 0px #e7e5ff;
    transform: scale(1.01);
}
.b-img {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.inner-blog:hover .b-img img {
    transform: scale(1.05);
}
.blog-outer {
    padding-top: var(--gap-large);
}
.inner-blog, .inner-area {
    background: var(--white-color);
    padding: 15px;
	margin-bottom: 20px;
}
.b-img img {
    width: 100%;
}
.inner-blog a {
    color: var(--primary-color);
}
.article-title h4 {
    margin: 20px auto;
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
}
.article-info {
    padding: 0px 20px;
}
.short-des {
    font-size: 15px;
    margin-bottom: 20px;
}
.published {
    display: flex;
	flex-grow: 1;
    flex-direction: column;

}
.published-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom: 15px;
}
#our-practice-area .heading-section {
    margin-bottom: 0px;
}
.published span {
    font-size: 12px;
}
#footer {
	background: var(--menus-color);
	background-blend-mode: multiply, normal;
	border-top: 7px solid var(--dark-color);
	color: var(--white-color);
	padding: var(--gap-large) 0px;
}
.footer__brand img {
    height: 48px;
}
.footer-column-wrapper {
    margin-top: var(--gap-large);
}
span.column-label {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}
.footer-menu li a {
    color: #fff;
    margin-bottom: 2px;
    padding-bottom: 2px;
    display: inline-block;
}
.footer-menu a {
    color: #fff;
}
.footer-menu li a:hover{
	text-decoration: underline;
}
.footer-column-wrapper .column-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.contact-method {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 15px;
}
.contact-method.social {
    margin-top: 2rem;
}
.network-icon a {
    background: #007BC2;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.footer-menu .button-wrapper {
    text-align: left;
	margin: auto;
    width: auto;
}
.footer-menu .primary-button {
    width: auto;
 
}
.benefit__icon {
    width: 80px;
    height: 80px;
    background: #00e3dc42;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    padding: 17px;
}
.homepage__benefits .benefits .col-md-4 {
    margin-bottom: 25px;
}
.benefits .button-wrapper {
    margin-top: 40px;
}
.custom-form .form-group {
    width: calc(50% - 0.625rem);
    float: left;
    margin-bottom: 1rem;
}
.custom-form .form-group:nth-child(2n+1) {
    float: right;
}

.custom-form .form-control {
    border-radius: 0px;
    line-height: 31px;
    box-shadow: none !important;
    outline: none !important;
}

.custom-form .form-group.situation-wrapper {
    width: 100%;
    display: flex;
    flex-grow: 2;
    gap: 1rem;
}
.custom-form .form-group.situation-wrapper #situation {
	width: 100%;
	background: #fff;
	border: 1px solid #ced4da;
	padding: 0px 6px;
	color: #545454;
}
.custom-form .form-group.situation-wrapper .button-wrapper {
    max-width: fit-content;
    width: 100%;
    margin: auto;
}
.checkbox-wrapper {
    display: inline-flex;
    width: 100%;
    margin: 30px auto;
    justify-content: center;
    gap: 10px;
}
.checkbox-wrapper input {
	width: 25px;
	height: 25px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	--active: #fff !important;
	--active-inner: #00446A !important;
}

#our-practice-area{
	padding: 40px 0px;
}


.responsive-tabs {
	padding: 1rem;
}

.responsive-tabs .nav-tabs {
	display: none;
}

.practice-tab .inner-content {
	margin: 30px auto;
	display: inline-flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: left;
}
.practice-tab .inner-content .practice-area-slide__image {
	min-width: 50%;
	max-width: 50%;
	display: flex;
	justify-content: center;
}
.practice-tab .inner-content .practice-area-slide__image .image-wrapper img {
	width: 360px;
	height: 360px;
	border-radius: 50%;
	position: relative;
}
.practice-tab .inner-content .practice-area-slide__image .image-wrapper{
display: flex;
position: relative;
max-width: 380px;
}

.practice-tab .practice-area-slide__image .image-wrapper::before {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: -1rem;
	background-color: #EBEBEB;
	border-radius: 50%;
	z-index: 0;
}
.practice-tab .nav-link {
	font-weight: 700;
	color: var(--primary-color);
}
.practice-tab .nav-link.active, .practice-tab .nav-link:hover {
	color: var(--menus-color);
}


/*---------about us page css----------------------------*/
.page-hero {
	position: relative;
	display: flex;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #CCC;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.page-hero__image {
	display: flex;
	width: 100%;
	height: 100%;
}

.page-hero__image img {
	display: flex;
	max-width: unset;
	width: 100%;
	object-fit: fill;
}

.page-hero .position-wrapper {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}
.page-hero__content {
	border-left: 8px solid var(--dark-color);
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 30px;
	display: inline-block;
}

.about-us__mission{
	background: var(--menus-color);
	color: var(--white-color);
}
.mission-content {
    display: flex;
    align-items: center;
    height: 100%;
}
.bg-new {
    background: #00446a30;
    border-color: #00446a;
}
.story-img {
    padding: 30px;
}

.img-round {
    position: relative;
    border-radius: 50%;
}
.back-shadow:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #EBEBEB;
    right: -1rem;
    border-radius: 50%;
    z-index: -1;
	
}
.img-round img {
    border-radius: 50%;
}
.story-content .benefit__heading {
    font-size: 18px;
    margin: 15px 0px;
    font-weight: 800;
}

.story-content .benefit {
    margin-bottom: 20px;
}
.guiding-inner .benefit {
    box-shadow: none;
    background: #00446a21;
	text-align: center;
	color: var(--white-color);
	padding: 30px;
}
.guiding-inner .benefit .benefit__heading {
    color: #FFBE4C;
    font-size: 25px;
}
.guiding-inner .benefit 
 .benefit__icon {
    margin: auto;
    background: #fff;
}
.statistic.benefit .statistic__number {
    font-weight: 800;
}

.single-profile__image {
	display: flex;
	justify-content: center;
	height: 110px;
	min-height: 110px;
	width: 100%;
	background-image: url(./images/banner.jpg);
}

.single-profile__image img {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 106px !important;
	height: 106px;
	border-radius: 50%;
	position: absolute;
	background-color: #ccc;
	top: 53px;
}
.single-profile__bio {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	width: 100%;
	text-align: center;
	padding: 5.5rem 2.5rem 0rem;
	background: #fff;
	transition: all 0.3s linear;
}
.single-profile__bio .bio-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1.5rem;
	width: 100%;
}

.bio-section.name .attorney-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.bio-section.name .lawfirm-name {
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #848484;
}
.single-profile__bio .bio-section__title {
	display: flex;
	position: relative;
	width: 100%;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	color: var(--menus-color);
}

.single-profile__bio .bio-section span {
	display: flex;
	flex-direction: column;
}

.single-profile__bio .bio-section__span li {
	list-style: none;
	font-size: 15px;
	line-height: 130%;
	text-align: center;
	color: var(--primary-color);
}


/* Legal-areas-page */

#menu-accident {
	padding: 0px;
	list-style: none;
	text-align: center;
}
#menu-accident .area-list {
	margin-bottom: 10px;
	font-weight: 500;
}
#menu-accident .area-list a:hover{
	text-decoration: underline;
	color: var(--active-inner);
}

/* resources-page */
.categories-list {
	margin: var(--gap) auto;
}
.filters {
	display: flex;
	justify-content: center;
	-webkit-box-orient: horizontal;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 30px;
	-webkit-box-direction: normal;
	gap: 10px;
}

.cat__option {
	width: 100%;
	max-width: 135px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1rem;
	line-height: 18px;
	text-align: center;
}
.cat__option:hover,
.cat__option.active{
	background: var(--menus-color);
	border-color: var(--menus-color);
	color: var(--white-color);
}

/* car-accident page */

.page-subtitle {
	font-size: 17px;
	padding-left: 10px;
}
.dark-background{
	background: var(--menus-color);
	color: var(--white-color);
}

.parctice-content {
	padding: var(--gap) var(--gap) var(--gap-60) 0px;
}
.parctice-content h3{
	font-weight: 600;
	font-size: 26px;
	color: var(--menus-color);
	margin-bottom: 25px;
}
.sidebar-container .heading-section {
	max-width: 100%;
}
.sidebar-container {
	padding:0px 15px ;
	color: var(--white-color);
}
.sidebar-container .heading-section h3 {
	display: inline-block;
	border-bottom: 2px solid;
	color: var(--white-color);
}
.page-anchors li {
	list-style: none;
}
.page-anchors li a{
	display: inline-block;
	margin-bottom: 10px;
	color: var(--white-color);
	padding: 5px;
}
.breadcrumbs-outer{
	margin: 20px auto
}
.breadcrumb{
	font-weight: 700;
}
.author-block {
	display: flex;
	gap: 20px;
	padding: var(--gap) 0px;
}
.author-block img{
	border-radius: 40px;
	width: 80px;
	height: 80px;
}
.author-info span {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
}
.author-info .author-name {
	font-weight: 700;
	font-size: 16px;
	color: var(--menus-color);
}
.article-content h3 {
	font-weight: 800;
	color: var(--menus-color);
	margin: var(--gap) auto 20px;
}
.article-content h4 {
	font-weight: 700;
	font-size: 23px;
	margin-top: 20px;
}
.article-content a {
	font-weight: 700;
	margin: 2px auto;
	line-height: 25px;
}
.article-content a {
	font-weight: 700;
	line-height: 22px;
}
.article-content li{
	margin-bottom: 5px;
}
#blog-des .inner-des {
	padding-bottom: var(--gap-60);
}
.share-icons .btn {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	opacity: 0.85;
}
.share-icons .btn:hover{
	opacity: 1;
}

/* contact-page css */
.contact-page {
	margin-top: var(--gap);
	padding-right: var(--gap);
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.contact-page .form-group {
	width: 100%;
}
.contact-page .custom-form label {
	font-weight: 600;
	margin-bottom: 4px;
}
.contact-page .custom-form select {
	line-height: 40px;
	display: inline-block;
	width: 100%;
	height: 40px;
	color: #676767;
}
.contact-page .custom-form .form-group {
	margin-bottom: 25px;
}
.contact-page .custom-form textarea {
	width: 100%;
	border: 1px solid #dedede;
	padding: 10px;
}
.getintouch {
	padding: var(--gap);
}
.getintouch .contact-method a {
	font-weight: 700;
}
.getintouch .contact-method .contact-method__icon {
	background: var(--menus-color);
	height: 35px;
	display: block;
	width: 35px;
	text-align: center;
	line-height: 33px;
	border-radius: 30px;
}
.getintouch .contact-method{
	align-items: center;
	flex-wrap: wrap;
}
.address-location iframe {
	max-width: 100% !important;
}
.contact-page .custom-form .form-group.situation-wrapper {
	display: inline-block;
}
.fixed{
	position: fixed;
}
.article-sidebar-menu.js-navigation-list a {
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 20px;
}
.article-sidebar-menu.js-navigation-list a.active {
	font-weight: 700;
	text-decoration: underline;
	text-underline-position: under;
}
.article-sidebar-menu.js-navigation-list a {
	position: relative;
}
.article-sidebar-menu.js-navigation-list a:before {
	display: inline-block;
	content: "\f105";
	position: absolute;
	left: 5px;
	font-family: 'FontAwesome';
}

.contact-lawyer.dark-background{
	background: #004b8d;
	position: relative;
}
.contact-lawyer.dark-background:before {
	display: block;
	content: '';
	position: absolute;
	width: 300%;
	height: 100%;
	background: #004b8d;
	top: 0;
	left: -100%;
	right: -100%;
	z-index: -1;
}
.parctice-area {
	overflow-x: hidden;
}
.sidebar-container.fixed {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* faq-page-css */
#faqs{background-color: var(--light-grey);}
#faqs button{
	outline: none !important;
	box-shadow: none !important;
	font-weight: 700;
	color: var(--menus-color);
}
#faqs h4{
	margin: 0px;
}
#faqs .inner-des + .inner-des {
	margin-top: 40px;
}

#faqs h2{
	padding-left: 5px;
}

/****************/
.single-resources #blog-des .facebook{
	background-color: #3b5998;
}
.single-resources #blog-des .twitter{
	background-color: #55acee;
}
.single-resources #blog-des .whatsapp{
	background-color: #25d366;
}



.single .share-icons .facebook,
.pagess .facebook,
.onlyhome .facebook{
	background-color: #3b5998;
}
.single .share-icons .twitter,
.pagess .twitter,
.onlyhome .twitter {
	background-color: #55acee;
}

.single .share-icons .whatsapp,
.pagess .whatsapp,
.onlyhome .whatsapp {
	background-color: #075e54;
}
.single .share-icons .whatsapp,
.pagess .linkedin,
.onlyhome .linkedin {
	background-color: #2867b2;
}

.pagination {
	text-align: center;
	display: inline-block;
	margin-top: 10px;
}

.pagination .page-numbers li {
	display: inline-block;
	margin-right: 5px;
}


#scrollToTop {
	cursor: pointer;
	background-color: var(--dark-color);
	display: inline-block;
	height: 40px;
	width: 40px;
	color: #fff;
	font-size: 16pt;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}

body #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
body #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
body #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: var(--menus-color) !important;
}

/******** contact form ************/
.wpcf7 form.sent .wpcf7-response-output {
	display: inline !important;
}

.custom-form .form-group.situation-wrapper p {
	width: 100%;
}

.grecaptcha-badge {
	z-index: 9999 !important;
}